Detection rules › Sigma
SIGKILL Sent to Security Tools
Detects SIGKILL signals sent to security tools which may indicate defense evasion
MITRE ATT&CK coverage
| Tactic | Techniques |
|---|---|
| Stealth | T1562.001 Impair Defenses: Disable or Modify Tools |
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
selectionStage 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.
| Field | Kind | Values |
|---|---|---|
SignalNumber | eq |
|
TargetImage | match |
|
esf.event_type | eq |
|
event.action | eq |
|