Full incident response investigation of a WSHRAT malware infection delivered through a spear-phishing email impersonating GoDaddy. The malicious VBS file used a double-extension masquerading technique (Purchase_Order.xls.vbs) to trick the user. Analysis includes Registry Run key persistence, C2 beaconing to remote infrastructure, and full containment.
Step-by-step investigation following NIST SP 800-61 IR methodology, from phishing analysis through containment and remediation.
Initial compromise via spear-phishing email from support@gododdy.com impersonating GoDaddy. Email contained Purchase_Order.zip with a VBS file using double extension (Purchase_Order.xls.vbs) to masquerade as an Excel spreadsheet. User downloaded and executed the file through Chrome from a malicious S3 bucket.
WSHRAT established persistence through two mechanisms: Registry Run key (HKU\...\CurrentVersion\Run\Purchase_Order.xls.vbs) and Windows Startup folder. C2 beaconing detected to chongmei33.publicvm.com (103.47.144.80) on port 7045. Outbound connections flagged as malicious on VirusTotal.
Host isolated from network via endpoint security platform. Phishing email deleted from user mailbox. Malicious VBS file removed from file system. User educated on identifying double-extension files and reporting suspicious emails to the security team.
Reconstructed from email security logs, Sysmon events, and endpoint telemetry.
Attack techniques mapped to the MITRE ATT&CK framework.
T1566 — Phishing
T1059 — Command and Scripting Interpreter
T1547 — Boot or Logon Autostart Execution
T1036 — Masquerading
Complete writeup covering detection, analysis, containment, remediation, and lessons learned.
Full deliverables available in the project repository.