2018-03-10 08:02:01 +00:00
|
|
|
title: Equation Group DLL_U Load
|
2019-03-04 13:13:27 +00:00
|
|
|
author: Florian Roth
|
2018-03-10 08:02:01 +00:00
|
|
|
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
|
2018-07-25 07:50:01 +00:00
|
|
|
tags:
|
|
|
|
- attack.execution
|
|
|
|
- attack.g0020
|
|
|
|
- attack.t1059
|
2019-03-13 09:48:27 +00:00
|
|
|
- attack.defense_evasion
|
|
|
|
- attack.t1085
|
2018-03-10 08:02:01 +00:00
|
|
|
logsource:
|
2019-03-04 13:13:27 +00:00
|
|
|
category: process_creation
|
2018-03-10 08:02:01 +00:00
|
|
|
product: windows
|
|
|
|
detection:
|
2018-03-11 00:22:04 +00:00
|
|
|
selection1:
|
2018-12-11 15:10:15 +00:00
|
|
|
Image: '*\rundll32.exe'
|
|
|
|
CommandLine: '*,dll_u'
|
2018-03-11 00:22:04 +00:00
|
|
|
selection2:
|
2018-12-11 15:10:15 +00:00
|
|
|
CommandLine: '* -export dll_u *'
|
2019-03-04 13:13:27 +00:00
|
|
|
condition: 1 of them
|
|
|
|
falsepositives:
|
|
|
|
- Unknown
|
|
|
|
level: critical
|