TASK#STOMP PowerShell Backdoor Steals Documents, Wi-Fi Passwords, and Clipboard Data

Source: The Hacker News

Author: info@thehackernews.com (The Hacker News)

URL: https://thehackernews.com/2026/09/taskstomp-powershell-backdoor-steals.html

ONE SENTENCE SUMMARY:

TASK#STOMP is a VBScript-orchestrated, PowerShell-based backdoor campaign enabling stealthy persistence, surveillance, credential theft, document exfiltration, and redundant C2.

MAIN POINTS:

  1. Campaign deploys a PowerShell backdoor for data theft and remote command execution.
  2. Infection begins with wscript.exe running an encoded VBScript staged on the desktop.
  3. Initial delivery vector is unclear, possibly phishing or social engineering via email.
  4. Randomized VBScript filename likely aims to evade simple name-based detections.
  5. Persistence established through scheduled tasks masquerading as legitimate Windows services.
  6. Backup persistence uses Startup folder to run msdiag.vbs at user logon.
  7. Malware kills prior instances to enforce a single active session.
  8. Stealth techniques include timestomping, hidden execution, and trace-cleanup behaviors.
  9. Two PowerShell modules provide redundancy, mutual watchdogging, and separate C2 channels.
  10. C2 domains corecloudfileshare[.]xyz and attachmentsharingdrive[.]xyz use token-authenticated communications.

TAKEAWAYS:

  1. Native Windows tooling abuse can make malicious activity resemble routine administration.
  2. Layered persistence significantly increases resilience against partial remediation.
  3. Mutual watchdog processes help maintain long-lived access despite interruptions.
  4. Collection focuses on business documents, Wi‑Fi credentials, clipboard data, and screenshots.
  5. Unusual user-facing actions (opening Iran tenders site) may indicate staging, distraction, or operator workflow.