Detectioninformationaltest

System Network Discovery - Linux

Detects enumeration of local network configuration

Convert In Phoenix Studio

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

Launch
Ömer Günal and remotephone, oscd.communityCreated Tue Oct 06Updated Thu Sep 15e7bd1cfa-b446-4c88-8afb-403bcd79e3falinux
Log Source
LinuxProcess Creation
ProductLinux← raw: linux
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_img:
        Image|endswith:
            - '/firewall-cmd'
            - '/ufw'
            - '/iptables'
            - '/netstat'
            - '/ss'
            - '/ip'
            - '/ifconfig'
            - '/systemd-resolve'
            - '/route'
    selection_cli:
        CommandLine|contains: '/etc/resolv.conf'
    condition: 1 of selection_*
False Positives

Legitimate administration activities

Rule Metadata
Rule ID
e7bd1cfa-b446-4c88-8afb-403bcd79e3fa
Status
test
Level
informational
Type
Detection
Created
Tue Oct 06
Modified
Thu Sep 15
Path
rules/linux/process_creation/proc_creation_lnx_system_network_discovery.yml
Raw Tags
attack.discoveryattack.t1016
View on GitHub