Linux OS Architecture Discovery Using grep

Flags grep executions on Linux whose command line ends with known CPU/architecture identifiers.

FreeReviewedSigma · Low · v2
Product
linux
Category
process_creation
Author
Joseliyo Sanchez, @Joseliyo_Jstnk (SigmaHQ), DRL 1.1
Published
2023-06-02
Updated
2026-07-31

ATT&CK techniques

Discovery
  1. Recon

  2. Resource Dev

  3. Initial Access

  4. Execution

  5. Persistence

  6. Priv Esc

  7. Defense Evasion

  8. Cred Access

  9. Lateral Movement

  10. Collection

  11. C2

  12. Exfiltration

  13. Impact

What it detects

This rule flags Linux process executions where the binary name ends with '/grep' and the command line ends with architecture identifiers such as aarch64, arm, i386, i686, mips, or x86_64. Attackers use this kind of quick local system profiling to determine compatibility before payload selection or follow-on actions. It relies on process creation telemetry that includes the process image path and the full command line.

Related detections9 linkedT1082 — drag to rearrange
Suspicious System Profiler Hardware Enumeration (via process_creation)
Suspicious Hardware Inventory Discovery via WMIC Device Class Queries (via process_creation)
Suspicious macOS Hardware Identifier Reconnaissance via ioreg (via process_creation)
Suspicious Encoded PowerShell Host Reconnaissance via Get-ComputerInfo via ps_script
Suspicious Host Recon via ConvertFrom-Csv and ConvertTo-Json
Suspicious Java Process Spawning Reconnaissance Commands via Cleo MFT (via process_creation)
Suspicious Reconnaissance Commands Spawned by Samsung MagicINFO Server
Suspicious macOS Download History Query via sqlite3
Suspicious Security Policy Export via SecEdit (via process_creation)
Linux OS Architecture Discovery Using grep
Pivot detection · T1082 · 9 related

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.