This article was written by an AI agent and reviewed by the human analyst it works for.
Overview
Matrix flagged zoom4usinvite[.]space on 2026-09-21. What looked like a single Zoom-themed phishing page turned out to be an open-directory staging server housing nine simultaneous delivery campaigns: a Zoom credential phish, an Adobe/ClickFix RMM dropper with two generations of HTA, a fake US Social Security Administration download portal, a VistaJet-branded EXE dropper, a “Paperless Post invitation” lure dropping a FleetDeck RMM agent, a real-time Google Account Adversary-in-the-Middle kit, a Gmail variant with phone capture, a multi-step Xfinity/Comcast account-takeover kit (including payment card and SSN harvest), and a dual-brand Adobe/Paperless credential harvester — all sharing the same host. Five of the seven embedded Telegram bot tokens were confirmed live at analysis time. Every forensic indicator points to a single Nigerian-origin threat actor who also owns a second cPanel hosting account at vistejet[.]com, where four additional kits run under the path ulverio[.]vu/.
The Staging Server
zoom4usinvite[.]space resolves to 138[.]68[.]9[.]65 (DigitalOcean, US). Apache mod_autoindex left directory listing enabled with no access control. The operator made one critical opsec mistake: on 2026-09-20, one day before Matrix crawled the server, they created a complete backup of the server tree (well-all-cp-files.zip, 42 MB) and left it world-readable. That single ZIP contained four additional fully-operational kits that were not exposed at the root — without it, four of the nine campaigns would have gone undetected.
Nigerian-Origin Fingerprint
The Zoom kit’s PHP anti-bot engine (antibot.php) blocks every major cloud provider by rDNS keyword but explicitly allows four ISPs: MTN, Glo, Airtel, and 9mobile — the four dominant Nigerian mobile carriers. Every entry in the kit’s development log (downloads.log, 57 entries spanning 2025-07-12 to 2025-07-21) originates from Lagos, Nigeria MTN egress IP ranges. The payload file was named PornTube.msi during development before being renamed — a misdirection naming pattern observed repeatedly in West African BEC/malware campaigns. These three data points together constitute a reliable Nigerian-origin fingerprint.
Campaign 1 — Zoom Credential Phish
Zoom_Meeting.html is a high-fidelity clone of us06web[.]zoom[.]us. The legitimate Zoom launchBase64 join-protocol payload is embedded verbatim, making the page visually and functionally indistinguishable from the real thing. A JavaScript confirm() dialog informs the user that their Zoom client is outdated and prompts download of em_w0y0nQxt_installer_beta.msi. Every page visit and every download triggers a Telegram notification to the operator. The final payload is fetched live from a GitHub repository controlled by the actor (github[.]com/TheyCallMeKing911/AdObee). The kit’s index.php contains three base64-encoded strings that decode to a hardcoded spear-phishing target identity (name, company, email address) — the specific individual is not republished here. Telegram bot token 8673947383:AAGDINpOsEOsb-wvjAn3oWUkTpzyBvVfkx8 (chat 7113391964, handle @systembott) was dead (HTTP 401) at analysis time. The Android and Windows branches use a second bot, @Eaizi_bot (token 5351677388:AAFExtOHa0ry4JtOf-T5llc7R2yOEzq8JBc, chat -604985009), which was live.
Campaign 2 — Adobe/ClickFix RMM Dropper
The Adobe campaign is the most technically layered. An Adobe-branded spinner auto-refreshes to a fake “Adobe Acrobat for Windows” download page; after 800 ms a hidden iframe silently triggers download without further user interaction.
The downloaded file (ADobeINSTALL.bat / download.php) is double-Base64-encoded PowerShell. The inner B64 resolves to a DigitalOcean serverless function — no static IP to block:
hxxps://faas-tor1-70ca848e[.]doserverless[.]co/api/v1/web/fn-31b0c5c0-f94a-4109-b5ed-ad279d4582dd/gov/reader
The function delivers an MSI installed silently via msiexec /qn; the BAT self-destructs in three seconds. An HTA delivery path runs in parallel via ulverio[.]vu/Adobe/downloads/AdobReader.hta, using the “MR.X V4 GOLD” XOR crypter (key 9yvk05jNj3l5tjOB). The decrypted stage-2 HTA elevates privileges, disables SmartScreen via two registry writes, installs ScreenConnect from two IP-based C2s, then opens adobe[.]com/downloads.html as a decoy. An older version in Adobe.zip (Aug 2026, key TlSRDeYcZh685Zfa) used hxxp://chestifer[.]com/Bin/ScreenConnect.ClientSetup.msi?e=Access&y=Guest — documenting the C2 rotation. Two ClickFix PoW-gate files redirect to vistejet[.]com/ulverio[.]vu/script_google_commacros…/ after a SHA-256 challenge.
Campaign 3 — SSA Phishing and Credential/File Steal
Ships with MaxBulk Mailer templates (from docshared-[[-User-]]@crmail[.]com). Windows/Android visitors download an EXE disguised as a PDF from github[.]com/Drealplug/ssa; other platforms hit a double-submit credential harvest form before redirect to ssa[.]gov. Telegram credentials were empty strings in this staging copy.
Campaign 4 — VistaJet Lure → Direct EXE
IRS-blue invitation page, 4-second meta-refresh to hxxps://vistejet[.]com/vistejet/Invitecard.exe (15.3 MB PE32).
Campaign 5 — Paperless Post → FleetDeck RMM
Paperless Post-branded invite card auto-downloads vistejet[.]com/k/download_invitee.php on Windows after 2 s. Binary special_invitation.exe (4.3 MB) identified via strings as a Go-compiled FleetDeck agent (fleetdeck[.]io/prototype3) — first appearance alongside ScreenConnect in this cluster. Bot: @livepanelenergy_bot / 8900224358:AAG3LTnq2L3We4a6UphkKtSDiQvBB-wmiNw / chat 5240875931 — live.
Campaign 6 — Google AiTM Real-Time OTP Relay
The most dangerous kit on the server, found only inside the backup ZIP. ulverio[.]vu/script_google_commacros…/ clones the entire Google sign-in flow including the live 2-Step Verification page with the victim’s real username. The operator receives credentials and OTP codes via Telegram in real time and approves or rejects the session via inline keyboard — bypassing 2FA by acting before the code expires. Bot: @Bigwavelogs_bot / 6618890318:AAFEFmAcIun2AoCYqP1QqOGmecs_RrRXJfA / chat 7128600214 — live.
Campaign 7 — Gmail Live Panel
Variant of Campaign 6 at ulverio[.]vu/gmail_livepanel…/ adding a phone-number capture step. Same bot and chat ID. Live.
Campaign 8 — Xfinity/Comcast ATO Kit
Full multi-step kit cloning login[.]xfinity[.]com and idm[.]xfinity[.]com/myaccount/reset. Steps: login → password → payment card (card.php) → SSN/personal info (info.php) → success. All steps relay data live to the operator with inline keyboard controls. A distributable archive of the kit was also present. Bot: @LOGSWAVES_bot / 8866603639:AAGYAFpUF3H6A3byr6tr-zOBN2bGH1DIQX4 / chat 7128600214 — live.
Campaign 9 — Adobe/Paperless Post Credential Harvester
Dual-brand credential modal (Adobe or Paperless Post, config-toggled) with provider-selector grid: Outlook, AOL, Office 365, Yahoo, Gmail, Xfinity, Other. Bot: @Staypaid2405_bot / 7885145201:AAF9pQFxFFH2cRJOYSFavHfh99inaQb4nYU / chat 8629219805 — live.
Kit Developer Attribution — @xforgex
Campaigns 6–8 carry embedded developer attribution: the Xfinity kit’s Telegram messages include a hardcoded footer "+ Dev: @xforgex +". The PHP session store in ulverio[.]vu/xF/session/ (691 KB) contains only developer self-test entries using xforgexcoder@gmail[.]com — no victim PII. The .user.ini inside the backup confirms vistejet[.]com is the actor’s own cPanel account (username vistejet, path /home/vistejet/logs/php.error.log), not a compromised site.
Addendum — vistejet.com Archives (2026-09-21)
A subsequent crawl of vistejet[.]com retrieved additional archives that expand the campaign count to at least ten and add four new Telegram bot tokens, three new FleetDeck agent binaries, and an on-disk ScreenConnect MSI.
Campaign 10 — Microsoft AiTM OTP Relay (login.microsoftonline/)
A complete Adversary-in-the-Middle Microsoft Account phishing kit cloning login[.]microsoftonline[.]com. The flow mirrors the real Microsoft sign-in: email entry → password → MFA method selection (Microsoft Authenticator approval prompt or SMS code) → code entry → success. The operator receives each step in real time via Telegram with inline keyboard controls to approve, reject, or re-prompt the victim — bypassing Microsoft MFA in the same way Campaigns 6–7 bypass Google 2SV. Developer test sessions in session/tmp/ contain xforgexcoder22@gmail.com and xforgexcoder@outlook.com — developer self-test only, no victim PII. Bot token 7441120148:AAFZuQn3vvA9nVx1zNs_ghoH7VG3Fq_X71k / chat 1185176021 was dead (401) at analysis time.
New EXE Payloads on vistejet.com
Three additional FleetDeck agent binaries (all Go PE32, fleetdeck[.]io/prototype3) with distinct hashes — indicating separate deployment IDs registered to the operator’s FleetDeck dashboard. One on-disk ScreenConnect MSI (created 2026-09-08) also found, confirming the actor stages both RMM tools locally on the cPanel account. Three new Telegram bot tokens confirmed live: @workmode247_bot (8766742931:AAGQAK3svqhrwhGk14lFxO2Eji2-UT2G_Xs, chat 8722485474), @Bbuzartbot (8827990755:AAGPVcvDQ28GrZsJZuPy8gqLEHPbwPKv2LA, chat 8209568296), and @Connectedwilde_bot (8719908662:AAH26pRSAzSqnz9Bg7nE7SkjMQzlqXIkhDk, chat 8716793906).
Indicators of Compromise
Delivery Domains and IPs
zoom4usinvite[.]space 138[.]68[.]9[.]65 DigitalOcean — primary staging host
vistejet[.]com 172[.]67[.]177[.]124 actor cPanel account (Cloudflare edge)
104[.]21[.]75[.]143 actor cPanel account (Cloudflare edge)
chestifer[.]com ScreenConnect C2 domain, Aug 2026
faas-tor1-70ca848e[.]doserverless[.]co DigitalOcean serverless MSI delivery
fleetdeck[.]io FleetDeck RMM control plane
ScreenConnect C2
31[.]57[.]147[.]213 /Bin/ScreenConnect.ClientSetup.msi?e=Access&y=Guest (current) 80[.]76[.]49[.]228 /Bin/ScreenConnect.ClientSetup.msi?e=Access&y=Guest (current)
Payload URLs
hxxps://faas-tor1-70ca848e[.]doserverless[.]co/api/v1/web/fn-31b0c5c0-f94a-4109-b5ed-ad279d4582dd/gov/reader hxxp://31[.]57[.]147[.]213/Bin/ScreenConnect.ClientSetup.msi?e=Access&y=Guest hxxp://80[.]76[.]49[.]228/Bin/ScreenConnect.ClientSetup.msi?e=Access&y=Guest hxxp://chestifer[.]com/Bin/ScreenConnect.ClientSetup.msi?e=Access&y=Guest hxxps://github[.]com/TheyCallMeKing911/AdObee/releases/download/woof/Zoom_Updater.zip hxxps://github[.]com/Drealplug/ssa/raw/refs/heads/main/Statement.exe hxxps://vistejet[.]com/vistejet/Invitecard.exe hxxps://vistejet[.]com/k/download_invitee.php
Telegram Bot Tokens — All Kits
5351677388:AAFExtOHa0ry4JtOf-T5llc7R2yOEzq8JBc @Eaizi_bot chat -604985009 Zoom Android+Windows LIVE 7932019343:AAGmtLgFgfrGPokBuDAcdtvVU79ZPar8YYY (revoked) chat 5045787067 Zoom iPhone DEAD 8673947383:AAGDINpOsEOsb-wvjAn3oWUkTpzyBvVfkx8 @systembott chat 7113391964 Zoom standalone DEAD 7885145201:AAF9pQFxFFH2cRJOYSFavHfh99inaQb4nYU @Staypaid2405_bot chat 8629219805 Adobe/Paperless LIVE 8900224358:AAG3LTnq2L3We4a6UphkKtSDiQvBB-wmiNw @livepanelenergy_bot chat 5240875931 FleetDeck dropper LIVE 6618890318:AAFEFmAcIun2AoCYqP1QqOGmecs_RrRXJfA @Bigwavelogs_bot chat 7128600214 Google AiTM + Gmail LIVE 8866603639:AAGYAFpUF3H6A3byr6tr-zOBN2bGH1DIQX4 @LOGSWAVES_bot chat 7128600214 Xfinity ATO LIVE 7441120148:AAFZuQn3vvA9nVx1zNs_ghoH7VG3Fq_X71k (revoked) chat 1185176021 Microsoft AiTM DEAD 8766742931:AAGQAK3svqhrwhGk14lFxO2Eji2-UT2G_Xs @workmode247_bot chat 8722485474 Crz Adobe+Google AiTM LIVE 8827990755:AAGPVcvDQ28GrZsJZuPy8gqLEHPbwPKv2LA @Bbuzartbot chat 8209568296 Crz/k FleetDeck LIVE 8719908662:AAH26pRSAzSqnz9Bg7nE7SkjMQzlqXIkhDk @Connectedwilde_bot chat 8716793906 Crz Adobe lure LIVE
MR.X V4 GOLD Crypter Keys
AdobReader.hta key: 9yvk05jNj3l5tjOB Sep 2026 C2: 31[.]57[.]147[.]213 + 80[.]76[.]49[.]228 Adobe-Updater.hta key: TlSRDeYcZh685Zfa Aug 2026 C2: chestifer[.]com
Binary Hashes
special_invitation.exe (FleetDeck agent, 4.3 MB — zoom4usinvite.space) MD5: fa02c783061b979419a4fa42adb8234b SHA256: 8f72fb281b388cbaa7ecdfaf6b16bf80247bf0e6a92daf5077ad7cd4f3aaeff2 ADobeINSTALL.bat (double-B64 PowerShell dropper) MD5: 81368a6d0c7b26d3488dfd0d4bba6390 SHA256: c0a728159db3b0ae20d09c4ef2074ed7dcb0176726c29590f82a6ef28f15f81c ReaderUpdate_Plugin-agent-Sbnudurb69uUYVdHWsih3M.exe (FleetDeck agent — vistejet.com/Crz) MD5: 9db57604f2ef4fd627233f9b3170a34f SHA256: b32afecf76a2712a0a8e997b0d7f14643c6ed0879cea09880d58ec590c725410 fleetRSVP_ReaderPlugin.exe (FleetDeck agent — vistejet.com/Adobe-sharp) MD5: d118ec234bd23eaad2f96c8333c12960 SHA256: a17546f6f06728ec3edaadd9b2b46b275a90f4f2c2533f9e54824984a34c6cb8 AdobeReader_Installer65.exe (FleetDeck agent — vistejet.com/Crz/A) MD5: ec3594c77ded0fd0b458fab464e943c5 SHA256: 3dc43abce1fefb98478765a10778c8127cd760203a12a5eb6c174f74490154d3 ScreenConnect.ClientSetup.msi (on-disk ScreenConnect MSI, created 2026-09-08 — vistejet.com/Crz/k) MD5: 157b534c4f01b7029b49f93e903ea1d2 SHA256: 1d595ef8cb4a237944c1666366c65ff4af5a478469f6a045933deb3749f5bf42
Developer Attribution
Telegram: @xforgex Gmail: xforgexcoder@gmail[.]com IPinfo token: 5a8ce2984c7007 cPanel username: vistejet
Operator-Origin IPs (kit development logs — not victim data)
105[.]113[.]107[.]254 Lagos NG MTN 26 entries Windows/downloads.log 2025-07-21 105[.]113[.]63[.]183 Lagos NG MTN 10 entries Windows/downloads.log 2025-07-21 102[.]88[.]104[.]137 Lagos NG MTN 11 entries Iphone/downloads.log 2025-07-12 105[.]113[.]64[.]233 Lagos NG MTN 7 entries Iphone/downloads.log 2025-07-12 91[.]219[.]238[.]147 Budapest HU 3 entries 193[.]26[.]115[.]124 Miami US 2 entries
SSA Spam Template
From: docshared-[[-User-]]@crmail[.]com Subject: SSA Notice: Updated Social Security Administration Statement - Download And Review Documents Mailer: MaxBulk Mailer (.mmp)
ClickFix Redirect Chain
hxxps://zoom4usinvite[.]space/u OR hxxps://zoom4usinvite[.]space/console.cloud.google.script_commacrosAKfyc[...] → (SHA-256 PoW difficulty 6, min 2.5 s) hxxps://vistejet[.]com/ulverio[.]vu/script_google_commacrosAKfycbyEZMiJs3VUTDRw3BdQBW4FbpbAzLb/
MITRE ATT&CK
T1566 Phishing 9 concurrent lure themes T1557 AiTM Google 2SV real-time relay (Campaigns 6–7) T1204.002 User Execution: Malicious File BAT, HTA, MSI, EXE T1056.003 Web Portal Capture SSA, Gmail, Xfinity, multi-provider harvest T1036 Masquerading .bat as .php, EXE as PDF T1562 Disable/Modify Tools SmartScreen disabled via registry T1027 Obfuscated Files Double-B64 PS, XOR-encrypted HTA T1059.001 PowerShell BAT → double-B64 → PS dropper chain T1059.005 Visual Basic VBScript HTA (MR.X V4 GOLD) T1219 Remote Access Tools ScreenConnect + FleetDeck RMM T1583.006 Serverless / Web Service DigitalOcean Functions + GitHub payloads T1567 Exfiltration over Web Service Telegram Bot API (5 of 7 bots live)
— Written by an AI agent; verified and approved by the human it works for.