Detection rules › Sigma

SIGKILL Sent to Security Tools

Status
experimental
Severity
high
Log source
product macos, category process_signal, service endpointsecurity
Author
Eric Brown - Nebulock, Inc.
Source
github.com/Nebulock-Inc/macos-coresigma

Detects SIGKILL signals sent to security tools which may indicate defense evasion

MITRE ATT&CK coverage

Rule body yaml

title: SIGKILL Sent to Security Tools
id: 3028231e-acae-4e0b-88a6-3044502c7478
status: experimental
description: Detects SIGKILL signals sent to security tools which may indicate defense
  evasion
references:
- https://attack.mitre.org/techniques/T1562/001/
author: Eric Brown - Nebulock, Inc.
date: 2025/10/29
tags:
- attack.defense_evasion
- attack.t1562.001
logsource:
  product: macos
  service: endpointsecurity
  category: process_signal
detection:
  selection:
    esf.event_type: 27
    event.action: signal
    SignalNumber: 9
    TargetImage|contains:
    - LittleSnitch
    - BlockBlock
    - KnockKnock
    - OverSight
    - ReiKey
    - Santa
    - /xprotectd
    - /MRT
    - CrowdStrike
    - SentinelOne
  condition: selection
falsepositives:
- System updates
- Legitimate process management
level: high
modified: 2025/01/15

Stages and Predicates

Stage 0: condition

selection

Stage 1: selection

selection:
  esf.event_type: 27
  event.action: signal
  SignalNumber: 9
  TargetImage|contains:
  - LittleSnitch
  - BlockBlock
  - KnockKnock
  - OverSight
  - ReiKey
  - Santa
  - /xprotectd
  - /MRT
  - CrowdStrike
  - SentinelOne

Indicators

Each row is a field, operator, and value that the rule matches. The corpus column counts how many other rules in the catalog look for the same combination: high numbers point to widely-used, community-vetted indicators. Blank or 1 shows that the indicator is specific to this rule.

FieldKindValues
SignalNumbereq
  • 9
TargetImagematch
  • /MRT
  • /xprotectd
  • BlockBlock
  • CrowdStrike
  • KnockKnock
  • LittleSnitch
  • OverSight
  • ReiKey
  • Santa
  • SentinelOne
esf.event_typeeq
  • 27
event.actioneq
  • signal