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

32 lines
1.1 KiB
YAML
Raw Normal View History

2019-09-30 15:53:23 +02:00
title: Emotet Process Creation
2019-11-12 23:12:27 +01:00
id: d02e8cf5-6099-48cf-9bfc-1eec2d0c7b18
2019-09-30 15:53:23 +02:00
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
2019-10-16 10:22:38 +02:00
modified: 2019/10/16
2019-09-30 15:53:23 +02:00
references:
- https://app.any.run/tasks/e13ab713-64cf-4b23-ad93-6dceaa5429ac/
- https://app.any.run/tasks/81f3c28c-c686-425d-8a2b-a98198d244e1/
2019-10-16 13:17:12 +02:00
- https://app.any.run/tasks/97f875e8-0e08-4328-815f-055e971ba754/
2019-09-30 15:53:23 +02:00
logsource:
category: process_creation
product: windows
detection:
2019-09-30 19:38:40 +02:00
selection:
2019-09-30 15:53:23 +02:00
CommandLine:
2019-10-16 15:29:42 +02:00
- '* -e* PAA*'
2019-10-16 10:22:38 +02:00
- '*JABlAG4AdgA6AHUAcwBlAHIAcAByAG8AZgBpAGwAZQ*' # $env:userprofile
- '*QAZQBuAHYAOgB1AHMAZQByAHAAcgBvAGYAaQBsAGUA*' # $env:userprofile
- '*kAGUAbgB2ADoAdQBzAGUAcgBwAHIAbwBmAGkAbABlA*' # $env:userprofile
- '*IgAoACcAKgAnACkAOwAkA*' # "('*');$
- '*IAKAAnACoAJwApADsAJA*' # "('*');$
- '*iACgAJwAqACcAKQA7ACQA*' # "('*');$
2019-09-30 19:38:40 +02:00
condition: selection
2019-09-30 15:53:23 +02:00
fields:
- CommandLine
- ParentCommandLine
falsepositives:
- Unlikely
level: critical