Skip to main content
T1018Discoveryeasy difficulty

Remote System Discovery

Remote System Discovery is the adversary mapping other hosts, by IP, hostname, or directory identifier, to choose lateral-movement targets after the initial compromise. Built-ins like ping, net view, nltest, and arp do the job without dropping tools. The detection signature is enumeration breadth from an unlikely source: ping sweeps, net view, nbtstat, or arp queries run from a workstation or server that has no administrative or network-management function.

Practice detecting Remote System Discovery on realistic SIEM, Firewall alerts in SOCSimulator Operations.

SIEMFirewall

What is Remote System Discovery?

Remote System Discovery is documented as technique T1018 in MITRE ATT&CK® v19.1 under the Discovery tactic. Detection requires visibility into SIEM, Firewall telemetry.

Detection Strategies

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

  1. 1

    Monitor for execution of network discovery commands including ping sweep scripts, net view, nbtstat -A, and arp -a from workstations and servers that do not have administrative or network management roles.

  2. 2

    Alert on Active Directory LDAP queries retrieving computer objects, particularly queries requesting all computer accounts or filtering for specific operating systems that attackers target for exploitation.

  3. 3

    Detect ICMP sweep activity through NetFlow analysis, alerting on hosts generating ICMP echo requests to sequential IP ranges that extend beyond their normal communication partners within the environment.

  4. 4

    Monitor DNS queries for reverse lookups against large IP ranges, which attackers use to enumerate hostnames associated with discovered IP addresses as a passive alternative to active scanning.

  5. 5

    Track ARP cache reads from automation tools and scripts, as commands like arp -a provide a ready-made list of recently contacted hosts on the local network segment without generating additional network traffic.

Example Alerts

These realistic alert examples show what Remote System 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.

MediumSIEM

Ping Sweep Executed Across Internal Network

ICMP echo request flood detected from workstation WS-ACCT-011: 4,096 ping requests to the 10.10.0.0/20 internal subnet within 90 seconds. The workstation has an accounting function and should not be performing network discovery. The sweep received responses from 847 live hosts, providing the attacker with a comprehensive map of active systems on the internal network as a foundation for targeted lateral movement.

MediumSIEM

Active Directory Computer Enumeration via LDAP

LDAP query analysis detected workstation WS-SALES-033 querying Active Directory for all computer objects with their associated attributes including operating system version, last logon time, and organizational unit. Retrieval of all 3,847 computer accounts in a single query from a sales workstation with no IT function is consistent with post-compromise environment mapping to identify high-value targets such as servers running outdated operating systems.

LowXDR

Net View Command Used for Remote Host Discovery

Process execution detected: net view /domain executed followed by net view \\FILESERVER-01 and net view \\DC-PRIMARY to enumerate shares and sessions on discovered hosts. These commands provide information about network resources and currently authenticated users that helps attackers identify active sessions to hijack and file shares containing data worth exfiltrating. The commands were run by a standard user account with no administrative responsibilities.

Frequently Asked Questions

How do SOC analysts detect Remote System Discovery?
Detection centers on SIEM, Firewall telemetry for the discovery phase of the attack. Monitor for execution of network discovery commands including ping sweep scripts, net view, nbtstat -A, and arp -a from workstations and servers that do not have administrative or network management roles. Alert on Active Directory LDAP queries retrieving computer objects, particularly queries requesting all computer accounts or filtering for specific operating systems that attackers target for exploitation.
What does a Remote System Discovery alert look like?
A representative SIEM detection is "Ping Sweep Executed Across Internal Network" (medium severity): ICMP echo request flood detected from workstation WS-ACCT-011: 4,096 ping requests to the 10.10.0.0/20 internal subnet within 90 seconds. The workstation has an accounting function and should not be performing network discovery. The sweep received responses from 847 live hosts, providing the attacker with a comprehensive map of active systems on the internal network as a foundation for targeted lateral movement.
Which tools detect Remote System Discovery, and how can I practice?
Remote System Discovery (T1018) is best surfaced with SIEM, Firewall telemetry, which exposes the discovery signals described above. Practice detecting it on those exact consoles in SOCSimulator Operations, free.
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

SIEM Training Console: SOCSimulator

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

Read more
Tool

Firewall Training Console: SOCSimulator

The Firewall console in SOCSimulator replicates the log analysis experience of enterprise platforms like Palo Alto Netwo…

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