Detectionmediumtest
Suspicious Scan Loop Network
Adversaries may attempt to get a listing of other systems by IP address, hostname, or other logical identifier on a network that may be used for Lateral Movement from the current system
Convert In Phoenix Studio
Open this Sigma rule in the converter with the YAML preloaded and ready for backend selection.
Launch
Log Source
WindowsProcess Creation
ProductWindows← raw: windows
CategoryProcess Creation← raw: process_creation
Events generated when a new process is spawned on the system. Covers command-line arguments, parent/child relationships, and process metadata.
Detection Logic
Detection Logic2 selectors
detection:
selection_loop:
CommandLine|contains:
- 'for '
- 'foreach '
selection_tools:
CommandLine|contains:
- 'nslookup'
- 'ping'
condition: all of selection_*False Positives
Legitimate script
MITRE ATT&CK
Rule Metadata
Rule ID
f8ad2e2c-40b6-4117-84d7-20b89896ab23
Status
test
Level
medium
Type
Detection
Created
Sat Mar 12
Author
Path
rules/windows/process_creation/proc_creation_win_susp_network_scan_loop.yml
Raw Tags
attack.executionattack.t1059attack.discoveryattack.t1018