Linux Named Pipe Creation via mkfifo in /tmp

Flags mkfifo executions that create named pipes in /tmp, a commonly abused location.

FreeReviewedSigma · Medium · v2
Product
linux
Category
process_creation
Author
Nasreddine Bencherchali (Nextron Systems) (SigmaHQ), DRL 1.1
Published
2023-06-16
Updated
2026-07-31

What it detects

Flags process executions where the binary path ends with /mkfifo and the command line includes /tmp/, indicating creation of a new named pipe in a potentially risky location. Attackers may use named pipes for staging or inter-process communication when hiding artifacts under commonly writable directories. Detection relies on Linux process creation telemetry capturing the executed image path and the command line.

Changelog

v2
  1. v2
    Candidate ingested via manual entry.2026-07-31
  2. 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.