Skip to content
Threat Feed
medium advisory

Detection of Anomalous Network Activity from LOLBAS Binaries

This brief details a detection strategy for identifying unauthorized outbound network connections initiated by native Windows Living Off the Land Binaries and Scripts (LOLBAS) often used for C2 and payload delivery.

Attackers frequently leverage native Windows binaries, categorized as Living Off the Land Binaries and Scripts (LOLBAS), to facilitate malicious activities including proxy execution, process injection, and command-and-control communication. Because these binaries are trusted system-native tools, they are often overlooked by security controls. This intelligence highlights a detection strategy focusing on monitoring outbound public network traffic generated by a set of binaries that typically do not require external network connectivity for their standard operational functions. By correlating process execution data with network traffic, defenders can identify when utilities such as regsvr32.exe, schtasks.exe, or wmic.exe deviate from their baseline behavior. This approach is critical for surfacing stealthy activities where attackers attempt to blend in with legitimate system administrative traffic to download payloads or exfiltrate data.

Impact

Successful abuse of these binaries can lead to undetected persistence, lateral movement, payload deployment, and exfiltration of sensitive organizational data. Because these tools reside within the OS, their use allows attackers to bypass traditional signature-based endpoint detection, complicating incident response and increasing the time attackers spend within an environment unnoticed.

Recommendation

Prioritize the implementation of network monitoring for the LOLBAS processes identified in this brief to improve detection of living-off-the-land techniques.

  • Implement monitoring for Sysmon EventID 3 (Network connection) to capture the source process and destination IP for all outbound connections.
  • Establish a baseline for native binary network activity and alert on public destination IPs for the listed LOLBAS binaries.
  • Use the provided list of binaries as a starting point to tune alerting based on your organization's specific administrative workflows.
  • Exclude common administrative noise, such as verified internal update services, to maintain a high-signal environment.

Immediate actions

Deploy the provided detection rule for LOLBAS network activity

Detection Engineering 48h

Threat Hunt

Search for historical network connections from the binary list to non-internal IP addresses

T1218 high high confidence hunt now

Data: Network connection logs with process metadata

Detection coverage 1

Detect Suspicious Outbound Network Connections by LOLBAS

medium

Detects outbound public network connections initiated by native Windows binaries that rarely require external network access, indicating potential C2 or payload download.

sigma tactics: command_and_control techniques: T1105, T1218, T1567 sources: network_connection, windows

Detection queries are available on the platform. Get full rules →