Skip to content
Threat Feed
medium advisory updated

Detection of Newly Observed Legitimate Network Scanning Tools

Adversaries frequently utilize legitimate network scanning utilities like SoftPerfect Network Scanner and Advanced IP Scanner for reconnaissance following initial compromise to map internal network topology and identify lateral movement targets.

What's new

  • 1. new product Sep 15, 12:56 via elastic

Post-compromise reconnaissance relies heavily on tools that can quickly enumerate network assets, open ports, and reachable services. Threat actors consistently abuse legitimate, dual-use administrative utilities, specifically SoftPerfect Network Scanner and Advanced IP/Port Scanner, to gain situational awareness within a victim network. These tools are lightweight, portable, and often overlooked by security controls because they are signed, legitimate software.

The use of these tools is a well-documented precursor to lateral movement and ransomware deployment, as seen in various intrusion case studies, including those associated with the RansomHub and BlackByte operations. Defenders should focus on baseline monitoring to identify these binaries when they are introduced into an environment for the first time or executed from non-standard locations, as this behavioral shift often indicates an adversary attempting to map the environment after gaining initial access.

Impact

Successful reconnaissance with these tools enables attackers to identify critical infrastructure, domain controllers, and high-value servers. If left undetected, this mapping activity facilitates efficient lateral movement, privilege escalation, and data exfiltration, ultimately increasing the likelihood of widespread ransomware deployment or persistent data theft within the targeted organization.

Recommendation

Prioritize the identification of "newly seen" processes within your environment to catch baseline deviations.

  • Enable process creation logging via Sysmon (Event ID 1) or Windows Security Event Logs to capture the execution of scanning binaries mentioned in the Sigma rules below.
  • Deploy detection logic to flag the first-time execution of identified scanners on any host within the infrastructure.
  • Establish a process for analysts to investigate alerts triggered by these scanners to differentiate between authorized IT administrative tasks and unauthorized adversary activity.

Immediate actions

Deploy the Sigma rule to detect and alert on the presence of these scanning binaries.

Detection Engineering 48h

Threat Hunt

Search historical logs for evidence of these specific process names to identify past unauthorized reconnaissance.

T1046 medium medium confidence hunt now

Data: Process creation events

Detection coverage 1

Newly Seen Commonly Abused Network Scanner Execution

medium

Detects the first-time execution of SoftPerfect Network Scanner or Advanced IP/Port Scanner on a Windows host, a common technique for post-compromise network discovery.

sigma tactics: discovery techniques: T1018, T1046 sources: process_creation, windows

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