- How do SOC analysts detect System Network Connections Discovery?
- Detection centers on XDR, SIEM telemetry for the discovery phase of the attack. Monitor for execution of network connection enumeration commands including netstat -ano, netstat -b, Get-NetTCPConnection, and ss -tulpn from non-administrative accounts or from processes that do not normally query network state. Alert on network connection discovery commands executed in rapid succession with system information and process discovery commands, as this combination indicates comprehensive post-compromise reconnaissance rather than isolated administrative activity.
- What does a System Network Connections Discovery alert look like?
- A representative XDR detection is "Network State Enumeration as Part of Reconnaissance Chain" (medium severity): Command execution sequence detected on compromised server: ipconfig /all, arp -a, netstat -ano, and route print executed within 45 seconds by a PowerShell process. This systematic collection of network configuration, connection state, and routing information provides a complete picture of the server network posture and reachable network segments. The sequence is a standard post-exploitation reconnaissance pattern used to plan subsequent lateral movement.
- Which tools detect System Network Connections Discovery, and how can I practice?
- System Network Connections Discovery (T1049) 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.