Detectionhightest
Linux Recon Indicators
Detects events with patterns found in commands used for reconnaissance on linux systems
Convert In Phoenix Studio
Open this Sigma rule in the converter with the YAML preloaded and ready for backend selection.
Launch
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 Logic1 selector
detection:
selection:
CommandLine|contains:
- ' -name .htpasswd'
- ' -perm -4000 '
condition: selectionFalse Positives
Legitimate administration activities
References
MITRE ATT&CK
Rule Metadata
Rule ID
0cf7a157-8879-41a2-8f55-388dd23746b7
Status
test
Level
high
Type
Detection
Created
Mon Jun 20
Path
rules/linux/process_creation/proc_creation_lnx_susp_recon_indicators.yml
Raw Tags
attack.reconnaissanceattack.t1592.004attack.credential-accessattack.t1552.001