Detectionlowtest

Suspicious Network Command

Adversaries may look for details about the network configuration and settings of systems they access or through information discovery of remote systems

Convert In Phoenix Studio

Open this Sigma rule in the converter with the YAML preloaded and ready for backend selection.

Launch
François Hubaut, Christopher Peacock, SCYTHECreated Tue Dec 07Updated Sun Oct 19a29c1813-ab1f-4dde-b489-330b952e91aewindows
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 Logic1 selector
detection:
    selection:
        CommandLine|re:
            - 'ipconfig\s+/all'
            - 'netsh\s+interface show interface'
            - 'arp\s+-a'
            - 'nbtstat\s+-n'
            - 'net\s+config'
            - 'route\s+print'
    condition: selection
False Positives

Administrator, hotline ask to user

Rule Metadata
Rule ID
a29c1813-ab1f-4dde-b489-330b952e91ae
Status
test
Level
low
Type
Detection
Created
Tue Dec 07
Modified
Sun Oct 19
Path
rules/windows/process_creation/proc_creation_win_susp_network_command.yml
Raw Tags
attack.discoveryattack.t1016
View on GitHub