Detectionlowtest

Linux Network Service Scanning - Auditd

Detects enumeration of local or remote network services.

Convert In Phoenix Studio

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

Launch
Alejandro Ortuno, oscd.communityCreated Wed Oct 21Updated Tue Sep 263761e026-f259-44e6-8826-719ed8079408linux
Log Source
Linuxauditd
ProductLinux← raw: linux
Serviceauditd← raw: auditd

Definition

Configure these rules https://github.com/Neo23x0/auditd/blob/e181243a7c708e9d579557d6f80e0ed3d3483b89/audit.rules#L182-L183

Detection Logic
Detection Logic1 selector
detection:
    selection:
        type: 'SYSCALL'
        exe|endswith:
            - '/telnet'
            - '/nmap'
            - '/netcat'
            - '/nc'
            - '/ncat'
            - '/nc.openbsd'
        key: 'network_connect_4'
    condition: selection
False Positives

Legitimate administration activities

Rule Metadata
Rule ID
3761e026-f259-44e6-8826-719ed8079408
Status
test
Level
low
Type
Detection
Created
Wed Oct 21
Modified
Tue Sep 26
Path
rules/linux/auditd/syscall/lnx_auditd_network_service_scanning.yml
Raw Tags
attack.discoveryattack.t1046
View on GitHub