mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-08 10:13:57 +00:00
21 lines
566 B
YAML
21 lines
566 B
YAML
title: Usage of Sysinternals Tools
|
|
status: experimental
|
|
description: Detects the usage of Sysinternals Tools due to accepteula key beeing added to Registry
|
|
references:
|
|
- https://twitter.com/Moti_B/status/1008587936735035392
|
|
date: 2017/08/28
|
|
author: Markus Neis
|
|
logsource:
|
|
product: windows
|
|
service: sysmon
|
|
detection:
|
|
selection:
|
|
EventID: 13
|
|
TargetObject: '*\EulaAccepted'
|
|
condition: selection
|
|
falsepositives:
|
|
- Legitimate use of SysInternals tools
|
|
- Programs that use the same Registry Key
|
|
level: low
|
|
|