Sigma high test sigma

Triple Cross eBPF Rootkit Execve Hijack

Detects execution of a the file "execve_hijack" which is used by the Triple Cross rootkit as a way to elevate privileges

View Source

Detection Logic

{
  "selection": {
    "Image
| endswith": "/sudo",
    "CommandLine
| contains": "execve_hijack"
  },
  "condition": "selection"
}

False Positives

  • Unlikely

Field Validations

Loading…

Comments (0)

Loading comments...