SigmaHQ/rules/windows/process_creation/win_malware_emotet.yml
2019-09-30 19:38:40 +02:00

25 lines
664 B
YAML

title: Emotet Process Creation
status: experimental
description: Detects all Emotet like process executions that are not covered by the more generic rules
author: Florian Roth
date: 2019/09/30
references:
- https://app.any.run/tasks/e13ab713-64cf-4b23-ad93-6dceaa5429ac/
- https://app.any.run/tasks/81f3c28c-c686-425d-8a2b-a98198d244e1/
logsource:
category: process_creation
product: windows
detection:
selection:
CommandLine:
- '* -enc PAA*'
- '* -enco PAA*'
- '* -encod PAA*'
condition: selection
fields:
- CommandLine
- ParentCommandLine
falsepositives:
- Unlikely
level: critical