2019-03-09 17:57:59 +00:00
|
|
|
---
|
|
|
|
action: global
|
2018-08-28 15:36:22 +00:00
|
|
|
title: Usage of Sysinternals Tools
|
2018-08-30 11:16:28 +00:00
|
|
|
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
|
2018-08-28 15:36:22 +00:00
|
|
|
references:
|
|
|
|
- https://twitter.com/Moti_B/status/1008587936735035392
|
|
|
|
date: 2017/08/28
|
|
|
|
author: Markus Neis
|
2019-03-09 17:57:59 +00:00
|
|
|
detection:
|
|
|
|
condition: 1 of them
|
|
|
|
falsepositives:
|
|
|
|
- Legitimate use of SysInternals tools
|
|
|
|
- Programs that use the same Registry Key
|
|
|
|
level: low
|
|
|
|
---
|
2018-08-28 15:36:22 +00:00
|
|
|
logsource:
|
|
|
|
product: windows
|
|
|
|
service: sysmon
|
|
|
|
detection:
|
2019-02-24 07:29:58 +00:00
|
|
|
selection1:
|
2018-08-28 15:36:22 +00:00
|
|
|
EventID: 13
|
|
|
|
TargetObject: '*\EulaAccepted'
|
2019-03-09 17:57:59 +00:00
|
|
|
---
|
|
|
|
logsource:
|
|
|
|
category: process_creation
|
|
|
|
product: windows
|
|
|
|
detection:
|
2019-02-24 07:29:58 +00:00
|
|
|
selection2:
|
2019-03-09 17:57:59 +00:00
|
|
|
CommandLine: '* -accepteula*'
|