Detectionlowtest

Bash Interactive Shell

Detects execution of the bash shell with the interactive flag "-i".

Convert In Phoenix Studio

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

Launch
@d4ns4n_Created Fri Apr 076104e693-a7d6-4891-86cb-49a258523559linux
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:
        Image|endswith: '/bash'
        CommandLine|contains: ' -i '
    condition: selection
False Positives
Unknown

False positive likelihood has not been assessed. Additional context may be needed during triage.

MITRE ATT&CK
Rule Metadata
Rule ID
6104e693-a7d6-4891-86cb-49a258523559
Status
test
Level
low
Type
Detection
Created
Fri Apr 07
Author
Path
rules/linux/process_creation/proc_creation_lnx_bash_interactive_shell.yml
Raw Tags
attack.execution
View on GitHub