- How do SOC analysts detect Process Discovery?
- Detection centers on XDR, SIEM telemetry for the discovery phase of the attack. Monitor for execution of process enumeration commands including tasklist.exe, wmic process list, and Get-Process from non-administrative accounts or from processes that do not normally perform process enumeration. Alert on process enumeration followed immediately by process termination targeting security tools, as attackers typically enumerate processes to identify security software before attempting to disable or terminate it.
- What does a Process Discovery alert look like?
- A representative XDR detection is "Security Tool Discovery Preceding Defense Evasion" (high severity): Tasklist.exe executed and output filtered for security product process names including defender, edr, sentinel, crowdstrike, and carbon. Immediately following this discovery step, sc.exe stop and taskkill commands targeted the identified security processes. This deliberate enumeration before targeted termination of security tools is a characteristic pre-execution step in ransomware and sophisticated APT operations.
- Which tools detect Process Discovery, and how can I practice?
- Process Discovery (T1057) is best surfaced with XDR, SIEM telemetry, which exposes the discovery signals described above. Practice detecting it on those exact consoles in SOCSimulator Operations, free.