Skip to main content
T1082Discoveryeasy difficulty

System Information Discovery

System Information Discovery gathers details about the host, OS version, patch level, hardware, and architecture, so the adversary can pick applicable exploits, detect a sandbox or VM, and tailor follow-on actions. The commands are built-in and benign-looking, systeminfo, ver, and winver on Windows, uname and related tools on Linux. Defenders treat them as suspicious mainly in clusters: such commands run by accounts with no admin role, or chained with other discovery commands soon after access.

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

XDRSIEM

What is System Information Discovery?

System Information Discovery is documented as technique T1082 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 Information 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 execution of systeminfo.exe, ver, and winver commands in isolation or as part of broader discovery command sequences, particularly from accounts that do not have legitimate administrative reasons to query system configuration.

  2. 2

    Alert on registry queries targeting version and configuration information from SOFTWARE\Microsoft\Windows NT\CurrentVersion and SYSTEM\CurrentControlSet\Control\Session Manager\Environment from unusual processes.

  3. 3

    Detect WMI queries for Win32_OperatingSystem, Win32_ComputerSystem, and Win32_BIOS classes from non-administrative processes and from remote WMI connections originating from workstations.

  4. 4

    Monitor for automated system information collection that writes output to files in staging directories, as attackers frequently redirect discovery command output to text files that are later exfiltrated or analyzed to plan further attack stages.

  5. 5

    Track execution of commands collecting patch and hotfix information including wmic qfe list and Get-HotFix, which attackers use to identify unpatched vulnerabilities that can be exploited for privilege escalation.

Example Alerts

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

Systeminfo Collection Across Multiple Systems

WMI-based remote execution detected collecting systeminfo output from 23 systems sequentially using a single compromised domain account. The collected information includes OS versions, installed patches, hardware specifications, and domain membership. Systematic collection of this data across multiple systems simultaneously is characteristic of post-exploitation framework reconnaissance modules preparing a target profile for subsequent exploitation and lateral movement.

MediumXDR

Patch Level Enumeration for Exploit Selection

Wmic qfe list command executed to enumerate all installed Windows patches and hotfixes on server APP-PROD-11. The output was written to a temporary file and accessed by a subsequent process that cross-referenced the results against a local exploit database file to identify applicable local privilege escalation vulnerabilities. This deliberate patch enumeration followed by exploit selection is a technique used by sophisticated attackers to find the appropriate escalation path.

LowXDR

System Architecture Discovery Before Payload Deployment

Registry query detected reading HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\Environment for the PROCESSOR_ARCHITECTURE value to determine 32-bit versus 64-bit system architecture. This query occurred 30 seconds before a payload download was initiated and the downloaded file was specifically the 64-bit variant of a remote access tool, indicating the attacker used architecture detection to select the appropriate payload version for deployment.

Frequently Asked Questions

How do SOC analysts detect System Information Discovery?
Detection centers on XDR, SIEM telemetry for the discovery phase of the attack. Monitor execution of systeminfo.exe, ver, and winver commands in isolation or as part of broader discovery command sequences, particularly from accounts that do not have legitimate administrative reasons to query system configuration. Alert on registry queries targeting version and configuration information from SOFTWARE\Microsoft\Windows NT\CurrentVersion and SYSTEM\CurrentControlSet\Control\Session Manager\Environment from unusual processes.
What does a System Information Discovery alert look like?
A representative SIEM detection is "Systeminfo Collection Across Multiple Systems" (medium severity): WMI-based remote execution detected collecting systeminfo output from 23 systems sequentially using a single compromised domain account. The collected information includes OS versions, installed patches, hardware specifications, and domain membership. Systematic collection of this data across multiple systems simultaneously is characteristic of post-exploitation framework reconnaissance modules preparing a target profile for subsequent exploitation and lateral movement.
Which tools detect System Information Discovery, and how can I practice?
System Information Discovery (T1082) 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 Information Discovery

We don't have a dedicated room for System Information 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