mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-06 17:35:19 +00:00
34 lines
934 B
YAML
34 lines
934 B
YAML
---
|
|
action: global
|
|
title: Equation Group DLL_U Load
|
|
description: Detects a specific tool and export used by EquationGroup
|
|
references:
|
|
- https://github.com/adamcaudill/EquationGroupLeak/search?utf8=%E2%9C%93&q=dll_u&type=
|
|
- https://securelist.com/apt-slingshot/84312/
|
|
- https://twitter.com/cyb3rops/status/972186477512839170
|
|
author: Florian Roth
|
|
date: 2018/03/10
|
|
detection:
|
|
selection:
|
|
CommandLine:
|
|
- '*rundll32.exe *,dll_u'
|
|
- '* -export dll_u *'
|
|
condition: selection
|
|
falsepositives:
|
|
- Unknown
|
|
level: critical
|
|
---
|
|
logsource:
|
|
product: windows
|
|
service: sysmon
|
|
detection:
|
|
selection:
|
|
EventID: 1
|
|
---
|
|
logsource:
|
|
product: windows
|
|
service: security
|
|
description: 'Requirements: Audit Policy : Detailed Tracking > Audit Process creation, Group Policy : Administrative Templates\System\Audit Process Creation'
|
|
detection:
|
|
selection:
|
|
EventID: 4688 |