Linux Bash Launched in Interactive Mode (-i)

Alerts when /bash is executed with the interactive flag (-i) on Linux.

FreeReviewedSigma · Low · v3
Product
linux
Category
process_creation
Author
@d4ns4n_ (SigmaHQ), DRL 1.1
Published
2023-04-07
Updated
2026-07-31

What it detects

This rule flags process executions of the bash shell where the command line includes the interactive flag "-i". Interactive shells can be used by attackers to gain a responsive command environment, including during post-exploitation or remote session activity. It relies on Linux process creation telemetry, matching bash executions by image path and the presence of " -i " in the command line.

Changelog

v3
  1. v3
    Candidate ingested via manual entry.2026-07-31
  2. v2
    Candidate ingested via manual entry.2026-07-31
  3. v1
    No changelog recorded for this version.2026-07-30

Detection content is published as a reviewed draft. Tune thresholds and exclusions against your own telemetry before enabling this rule for alerting.