Skip to main content
T1049Discoveryeasy difficulty

System Network Connections Discovery

This technique enumerates current network connections and listening ports so the adversary can map topology, find paths to other systems, and spot management or security infrastructure. The tooling is native, netstat, Get-NetTCPConnection, and ss. For analysts the signal is who is asking: connection-enumeration commands from non-administrative accounts or from processes that never query network state, particularly when they appear alongside account, process, and system discovery in a short reconnaissance burst.

Practice detecting System Network Connections Discovery on realistic XDR, SIEM alerts in SOCSimulator Operations.

XDRSIEM

What is System Network Connections Discovery?

System Network Connections Discovery is documented as technique T1049 in MITRE ATT&CK® v19.1 under the Discovery tactic. Detection requires visibility into XDR, SIEM telemetry.

Detection Strategies

The following detection strategies help SOC analysts identify System Network Connections Discovery activity. These methods apply across XDR, SIEM environments and can be implemented as detection rules, correlation queries, or behavioral analytics in your security platform.

  1. 1

    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.

  2. 2

    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.

  3. 3

    Detect automated querying of network connection state at high frequency, as post-exploitation frameworks perform continuous network state monitoring to track changes in active sessions and identify opportunities for lateral movement.

  4. 4

    Monitor for scripts or tools enumerating listening services and their port numbers, as attackers use this information to identify locally running services that can be exploited for privilege escalation or used as pivot points.

  5. 5

    Track access to routing table information using route print and netstat -r, which attackers examine to understand network segmentation and identify routes to restricted network segments not directly accessible from the current position.

Example Alerts

These realistic alert examples show what System Network Connections Discovery looks like in your security tools. Use them to tune detection rules and train analysts to recognize true positives versus false positives in live environments.

MediumXDR

Network State Enumeration as Part of Reconnaissance Chain

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.

HighSIEM

Active Session Hijacking Preceded by Connection Discovery

Network connection enumeration via netstat detected an active administrator RDP session originating from internal management server. The attacker then used the discovered session information to perform RDP session hijacking using tscon.exe to take over the active administrator session without requiring credentials. The discovery step was critical to identifying the active privileged session available for hijacking.

LowXDR

Listening Service Enumeration for Lateral Movement Planning

netstat -ano command output captured by EDR telemetry on workstation WS-DEV-023, showing all established connections and listening services including local SSH daemon on port 22, a local web application on port 8080, and database connections to internal DB servers. This enumeration of locally running services and their destination IPs provides the attacker with a map of accessible internal services that are otherwise not directly reachable from their initial access point.

Frequently Asked Questions

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.

Build the Skills Behind System Network Connections Discovery

We don't have a dedicated room for System Network Connections Discovery yet. Practice the surrounding detection skills across SOCSimulator Operations, free.

Explore Operations
Glossary

What is Lateral Movement? SOC Glossary

Lateral movement is the attack phase where adversaries expand access from an initial foothold to additional systems, usi…

Read more
Glossary

What is NDR? SOC Glossary

Network Detection and Response (NDR) is a security platform that passively monitors network traffic, using machine learn…

Read more
Glossary

What is Threat Hunting? SOC Glossary

Threat hunting is the proactive, human-led process of searching through security telemetry to find hidden threats that e…

Read more
Glossary

What is SIEM? SOC Glossary

Security Information and Event Management (SIEM) is a platform that aggregates, normalizes, and correlates log data from…

Read more
Career Path

Threat Hunter Career Guide: Salary & Skills

Threat Hunters do not wait for alerts. You develop hypotheses based on threat intelligence and adversary behavior models…

Read more
Career Path

SOC Analyst (Tier 2) Career Guide: Salary & Skills

Tier 2 SOC Analysts handle the investigations that Tier 1 escalates. You dig into multi-stage attacks, coordinate contai…

Read more
Tool

XDR Training Console: SOCSimulator

The XDR console in SOCSimulator replicates the investigation workflow of platforms like CrowdStrike Falcon, Microsoft De…

Read more
Tool

SIEM Training Console: SOCSimulator

The SIEM console in SOCSimulator replicates the workflow of enterprise platforms like Splunk Enterprise Security, Micros…

Read more
Comparison

SOCSimulator Vs. Letsdefend: Platform Comparison

SOCSimulator wins on operational realism. You get multi-tool shift simulation with SLA pressure, noise injection, and al…

Read more
Glossary

SOC Glossary: Security Operations Terminology

Complete glossary of Security Operations Center terminology for aspiring SOC analysts.

Read more
Feature

Shift Mode: Real-Time SOC Simulation

Practice alert triage under realistic time pressure with SLA timers and noise injection.

Read more
Feature

Operations: Guided Training Operations

Structured CTF-style investigation operations covering real-world attack scenarios.

Read more