Detection rules › Sigma
HackTool - SharpEvtMute Execution
Detects the use of SharpEvtHook, a tool that tampers with the Windows event logs
MITRE ATT&CK coverage
| Tactic | Techniques |
|---|---|
| Defense Impairment |
Telemetry coverage
| Provider | Record / event type |
|---|---|
| Sysmon | Event ID 1: Process creation |
Rule body
title: HackTool - SharpEvtMute Execution
id: bedfc8ad-d1c7-4e37-a20e-e2b0dbee759c
related:
- id: 49329257-089d-46e6-af37-4afce4290685 # DLL load
type: similar
status: test
description: Detects the use of SharpEvtHook, a tool that tampers with the Windows event logs
references:
- https://github.com/bats3c/EvtMute
author: Florian Roth (Nextron Systems)
date: 2022-09-07
modified: 2023-02-14
tags:
- attack.defense-impairment
- attack.t1685.001
logsource:
product: windows
category: process_creation
detection:
selection:
- Image|endswith: '\SharpEvtMute.exe'
- Description: 'SharpEvtMute'
- CommandLine|contains:
- '--Filter "rule '
- '--Encoded --Filter \"'
condition: selection
falsepositives:
- Unknown
level: high
Stages and Predicates
Stage 0: condition
selectionStage 1: selection
selection:
- Image|endswith: '\SharpEvtMute.exe'
- Description: 'SharpEvtMute'
- CommandLine|contains:
- '--Filter "rule '
- '--Encoded --Filter \"'
Indicators
These rows show field, operator, and value matches.
| Field | Kind | Values | Search |
|---|---|---|---|
CommandLine | match |
| field:"CommandLine" kind:match |
Description | eq |
| field:"Description" kind:eq value:"SharpEvtMute" |
Image | ends_with |
| field:"Image" kind:ends_with value:"\SharpEvtMute.exe" |