2020-06-10 14:32:30 +00:00
|
|
|
action: global
|
|
|
|
title: Usage of Sysinternals Tools
|
|
|
|
id: 25ffa65d-76d8-4da5-a832-3f2b0136e133
|
|
|
|
status: experimental
|
|
|
|
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
|
|
|
|
falsepositives:
|
|
|
|
- Legitimate use of SysInternals tools
|
|
|
|
- Programs that use the same Registry Key
|
|
|
|
level: low
|
|
|
|
---
|
|
|
|
logsource:
|
|
|
|
product: windows
|
|
|
|
category: registry_event
|
|
|
|
detection:
|
|
|
|
selection1:
|
2020-10-15 23:10:44 +00:00
|
|
|
TargetObject|endswith: '\EulaAccepted'
|
2020-06-24 16:10:58 +00:00
|
|
|
condition: 1 of them
|
2020-06-10 14:32:30 +00:00
|
|
|
---
|
|
|
|
logsource:
|
|
|
|
category: process_creation
|
|
|
|
product: windows
|
|
|
|
detection:
|
|
|
|
selection2:
|
2020-10-15 23:10:44 +00:00
|
|
|
CommandLine|contains: ' -accepteula'
|
|
|
|
condition: 1 of them
|