{
  "model_id": "SOC.086",
  "name": "Cryptominer Process Detected",
  "description": "Process matching known miner names or stratum protocol in cmdline.",
  "threshold": 0.9,
  "evaluations": [
    {
      "name": "Miner",
      "type": "comparison",
      "left": "event.type",
      "operator": "==",
      "right": "process.miner_pattern",
      "weight": 5
    }
  ],
  "actions": [
    {
      "type": "emit_alert",
      "reason": "Cryptominer detected: {event.raw.matched}."
    },
    {
      "type": "request_kill",
      "reason": "Kill miner process."
    },
    {
      "type": "request_block_ip",
      "reason": "Block mining pool IP."
    }
  ],
  "mitre_tactics": [
    "Impact"
  ],
  "mitre_techniques": [
    "T1496"
  ],
  "severity": "critical",
  "observables": [
    "event.actor.exe",
    "event.actor.pid"
  ]
}
