Detectionhightest
HackTool - SharpEvtMute Execution
Detects the use of SharpEvtHook, a tool that tampers with the Windows event logs
Convert In Phoenix Studio
Open this Sigma rule in the converter with the YAML preloaded and ready for backend selection.
Launch
Florian Roth (Nextron Systems)Created Wed Sep 07Updated Tue Feb 14bedfc8ad-d1c7-4e37-a20e-e2b0dbee759cwindows
Log Source
WindowsProcess Creation
ProductWindows← raw: windows
CategoryProcess Creation← raw: process_creation
Events generated when a new process is spawned on the system. Covers command-line arguments, parent/child relationships, and process metadata.
Detection Logic
Detection Logic1 selector
detection:
selection:
- Image|endswith: '\SharpEvtMute.exe'
- Description: 'SharpEvtMute'
- CommandLine|contains:
- '--Filter "rule '
- '--Encoded --Filter \"'
condition: selectionFalse Positives
Unknown
False positive likelihood has not been assessed. Additional context may be needed during triage.
References
MITRE ATT&CK
Tactics
Sub-techniques
Rule Metadata
Rule ID
bedfc8ad-d1c7-4e37-a20e-e2b0dbee759c
Status
test
Level
high
Type
Detection
Created
Wed Sep 07
Modified
Tue Feb 14
Path
rules/windows/process_creation/proc_creation_win_hktl_sharpevtmute.yml
Raw Tags
attack.defense-evasionattack.t1562.002