SigmaHQ/rules/windows/sysmon/sysmon_sysinternals_eula_accepted.yml

30 lines
739 B
YAML
Raw Normal View History

---
action: global
title: Usage of Sysinternals Tools
status: experimental
2019-06-10 06:51:34 +00:00
description: Detects the usage of Sysinternals Tools due to accepteula key being added to Registry
references:
- https://twitter.com/Moti_B/status/1008587936735035392
date: 2017/08/28
author: Markus Neis
detection:
condition: 1 of them
falsepositives:
- Legitimate use of SysInternals tools
- Programs that use the same Registry Key
level: low
---
logsource:
product: windows
service: sysmon
detection:
selection1:
EventID: 13
TargetObject: '*\EulaAccepted'
---
logsource:
category: process_creation
product: windows
detection:
selection2:
CommandLine: '* -accepteula*'