Files
blue-team-tools/rules/windows/process_creation/process_creation_sysinternals_eula_accepted.yml
T

26 lines
741 B
YAML
Raw Normal View History

2020-06-10 16:32:30 +02:00
title: Usage of Sysinternals Tools
2021-09-12 09:38:05 +02:00
id: 7cccd811-7ae9-4ebe-9afd-cb5c406b824b
related:
- id: 25ffa65d-76d8-4da5-a832-3f2b0136e133
type: derived
2020-06-10 16:32:30 +02:00
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
2021-09-12 09:38:05 +02:00
modified: 2021/09/12
2020-06-10 16:32:30 +02:00
author: Markus Neis
2021-09-01 19:38:35 +02:00
tags:
- attack.resource_development
- attack.t1588.002
2020-06-10 16:32:30 +02:00
logsource:
category: process_creation
product: windows
detection:
2021-09-12 09:38:05 +02:00
selection:
CommandLine|contains: ' -accepteula'
2021-09-12 09:38:05 +02:00
condition: selection
falsepositives:
- Legitimate use of SysInternals tools
- Programs that use the same Registry Key
level: low