A state PSU workstation in Lucknow is suspected of beaconing to an external C2. The local SOC requests CFSL assistance. The responder arrives, runs DumpIt from a verified USB drive, writes a 16 GB memory image to a separate evidence drive, hashes it (SHA-256 a3...e9), and ships the image to the analyst.
Volatility 3 windows.info confirms the dump is Windows 10 22H2 build 19045 and the symbol package matches. windows.pstree shows winword.exe spawning powershell.exe spawning a child named "svchost.exe" running from C:\Users\Public\Documents\. The svchost.exe in a user directory is the first anomaly.
windows.malfind on the suspect svchost.exe finds an executable, writable page at 0x00000000020A0000 with a recognisable PE header in memory but no on-disk file backing. windows.dumpfiles --pid <pid> writes the resident image; static analysis on the dump shows it is a stripped Cobalt Strike beacon, with the configuration block decoded to a C2 URL https://203.0.113.42/cm.
windows.netscan confirms an established TCP/443 connection from the suspect svchost.exe to 203.0.113.42, established 18 minutes before the memory acquisition. windows.cmdline shows the parent powershell.exe was launched with -EncodedCommand and a base64 blob; decoding the blob reveals a one-line downloader against the same C2.
The persistence is a scheduled task named "MicrosoftEdgeUpdateTaskMachineUA" stored in C:\Windows\System32\Tasks; the XML contains a base64 PowerShell command identical to the captured cmdline. The Run key and WMI subscription paths are clean.
The IoCs produced: SHA-256 of the dumped beacon, ImpHash, the C2 IP 203.0.113.42, the JA3 fingerprint extracted from the matching Zeek ssl.log on the SOC's perimeter, the scheduled-task name, and the named pipe that the beacon opened locally (\\.\pipe\msagent_xx). The bundle is wrapped in STIX, signed by the analyst, and pushed to CERT-In's advisory channel. The Section 63 BSA certificate is drawn over the memory image, the Volatility 3 reports, and the dumped beacon binary. The original workstation is preserved offline pending further trial-court direction.