An open web directory named documents_more_authority_services holds nine small text files, Invoice1.txt to Invoice9.txt. Each file is a one-line Windows command script. When run, a script shows the victim a convincing PDF, installs a backdoor inside a legitimate Microsoft program, sets that program to restart every minute and hides the install folder.
The decoy PDFs show who the operation is aimed at: Pakistan Navy planning minutes, quotations from a Pakistan Navy supply contractor, a Punjab government directory and a personnel form from a state-owned mining corporation.
The command server was live at the time of writing, on September 25th, 2026.
We found the directory through MalwareHunterTeam, who first flagged it publicly (@malwrhunterteam on X). The analysis of the backdoor, its command server and its protocol is Tuxxin's.
The technical writeup is on whack.sh. It covers the infection chain, the backdoor's protocol and commands, and the full indicator list with hashes. whack.sh now detects this kind of malicious staging area.
The decoys and who they point at
Each script opens a different decoy. The filenames below are what a victim sees in their Temp folder.
| Decoy filename | What it is |
|---|---|
AMAN 2027 Draft Program.pdf | Minutes of the Initial Planning Meeting for Exercise AMAN 2027, on the letterhead of the Pakistan Navy's Directorate of Naval Operations, Naval Headquarters Islamabad, dated September 9th, 2026. AMAN is the Navy's multinational exercise. The document lists the Navy participants and the foreign defense attaches who attended. |
Quotation 2231 DT 15 SEP 26-REV (NRDI).pdf | Revised quotation from Maritime Technical & Support Services (Pvt) Ltd (MTSS), a Pakistan Navy contractor with offices in Islamabad and Karachi. It covers variable-frequency drives for shipboard pumps, references NRDI and is dated September 15th, 2026. |
Quotation 2510 DT 15 SEP 26.pdf | MTSS quotation for a naval supply item, UHF wireless microphone sets. |
0231-26 (DT 08-07-2026).pdf | Supplier quotation addressed to MTSS, Karachi, for a NATO-stock-numbered engine part, a fuel-injector supply tube. |
CCC-Helplines-Detail.pdf | A 26-page directory of Government of Punjab department helplines. |
InformationForm.pdf | A Pakistan Mineral Development Corporation (PMDC) personal-information form. |
CandidateInformationForm.pdf | A generic job-application form. |
PDA GRC Concept Note - Final.pdf and PDA-Domains.pdf | Named in the scripts. The server returned a corrupted file for both. |
This report omits the names of individuals who appear in the decoys.
The AMAN 2027 minutes
The AMAN 2027 minutes are an internal Navy record. They are dated September 9th, 2026, and they reached the attackers within two weeks of being written.
That suggests the operators already have access to someone on the document's distribution, or to a mailbox that received it.
How a victim gets infected
The directory sits on corecloudwave[.]online and is served over WebDAV on port 7843. WebDAV lets Windows treat a remote web directory as a network folder. Each script ends by disconnecting from that share, which confirms that victims run the scripts from it.
We did not recover the email or shortcut that first points a victim at the share. The directory listing shows a file was removed on September 24th.
When run, a script does six things:
- Downloads the decoy PDF from a second port, 7925, and opens it, so the victim sees a document.
- Creates the folder
C:\Users\Public\Documents\EdgeUpdate\. - Downloads
dcntel.dlland a small file namededgeupdate.dat. - Copies the genuine, Microsoft-signed
C:\Windows\System32\DeviceCensus.exeinto the same folder. - Registers a scheduled task named
EdgeUpdatethat runs that copy every minute. - Marks the folder hidden and system.
The technique is DLL sideloading. When the trusted Microsoft program starts, it loads dcntel.dll from its own folder before it looks in System32, so it loads the attacker's copy.
The malicious DLL passes six of its seven functions straight through to the real Windows DLL, so nothing visibly breaks. The seventh, GetCensusRegistryLocation, holds the backdoor.
What the backdoor does
dcntel.dll is a 291 KB 64-bit Windows DLL, compiled September 16th, 2026, and unsigned. On the day it was found, 6 of 75 antivirus engines on VirusTotal flagged it, all with generic machine-learning labels and no family name.
Its server address is stored separately, in edgeupdate.dat, as plain hexadecimal. It decodes to viewpipesync[.]online on port 9090.
The implant builds a victim ID from the computer name, user name and process ID, finds its own internal IP address, and then polls its server every 10 seconds. It ignores certificate errors. Whatever the server returns is the next command, and the results go back to the same address.
The backdoor is a compact remote shell. Its commands start and stop an interactive cmd.exe session, change how often it polls and replies, change its lifetime counter, report its settings and exit.
File theft, keylogging and any other task outside the command set require the operator to work by hand in the shell.
Infrastructure
We found two domains behind the operation, both registered through Namecheap and both hosted with UltaHost in Germany.
| Detail | corecloudwave[.]online | viewpipesync[.]online |
|---|---|---|
| Role | WebDAV stager (port 7843) and payload server (port 7925) | Command server (port 9090) |
| IP address | 84.200.192[.]6 | 84.200.193[.]224, earlier 64.111.93[.]196 |
| Registered | September 19th, 2026, 04:02 UTC | September 19th, 2026, 03:57 UTC |
| TLS certificates | Let's Encrypt, September 20th | Let's Encrypt, September 19th and 22nd |
The two domains were registered five minutes apart, and each sits alone on its own server.
We found no related infrastructure. The operation appears to be a single, purpose-built setup.
Attribution
This report leaves attribution open.
Two things fit patterns seen in regional espionage in South Asia: the targeting of the Pakistan Navy, its supply chain and Pakistani government bodies; and the lightweight, disposable infrastructure.
We found no code overlap with a known malware family, and targeting alone is insufficient to identify an actor.
Signs of infection
On a Windows machine:
- The folder
C:\Users\Public\Documents\EdgeUpdate\, marked hidden and system. - A scheduled task named
EdgeUpdatethat repeats every minute. DeviceCensus.exerunning from any folder outsideC:\Windows\System32.
On the network: HTTPS to port 9090 with a URL path starting with /nsearch:, or any request carrying the header X-Proxy-Server: direct.
Domains and IP addresses:
corecloudwave[.]online
viewpipesync[.]online
84.200.192[.]6
84.200.193[.]224
64.111.93[.]196
The full indicator list, with SHA-256 hashes for dcntel.dll, edgeupdate.dat and all nine scripts, is in the whack.sh technical writeup.
Disclosure
On September 25th, 2026, Tuxxin LLC:
- notified the hosting provider (UltaHost) and the registrar (Namecheap) of both domains,
- shared indicators with Pakistan's national CERT (PKCERT), and
- submitted the stager scripts to VirusTotal.
All malicious domains and IP addresses in this report are defanged.
This report is the original work of Tuxxin LLC, published under Creative Commons Attribution-NoDerivatives 4.0. Media and researchers may quote and republish it with attribution to Daniel Jones, Tuxxin LLC. For coordinated disclosure: contact@tuxxin.com.