rule: emotet process creation

This commit is contained in:
Florian Roth
2019-09-30 15:53:23 +02:00
parent d4f89ebc1c
commit 66cbdbfff5
@@ -0,0 +1,22 @@
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:
selection1:
CommandLine:
- '* -enco PAA*'
condition: 1 of them
fields:
- CommandLine
- ParentCommandLine
falsepositives:
- Unlikely
level: critical