Files
blue-team-tools/rules/apt/apt_sofacy.yml
T

29 lines
904 B
YAML
Raw Normal View History

2018-03-01 09:27:46 +01:00
title: Sofacy Trojan Loader Activity
2019-11-12 23:12:27 +01:00
id: ba778144-5e3d-40cf-8af9-e28fb1df1e20
author: Florian Roth
2018-03-01 09:27:46 +01:00
status: experimental
2019-11-12 23:12:27 +01:00
description: Detects Trojan loader acitivty as used by APT28
references:
2018-03-01 09:27:46 +01:00
- https://researchcenter.paloaltonetworks.com/2018/02/unit42-sofacy-attacks-multiple-government-entities/
- https://www.reverse.it/sample/e3399d4802f9e6d6d539e3ae57e7ea9a54610a7c4155a6541df8e94d67af086e?environmentId=100
- https://twitter.com/ClearskySec/status/960924755355369472
2018-07-25 09:50:01 +02:00
tags:
- attack.g0007
2019-03-13 09:53:02 +00:00
- attack.execution
- attack.t1059
- attack.defense_evasion
- attack.t1085
2019-06-13 23:15:38 -05:00
- car.2013-10-002
2018-03-01 09:27:46 +01:00
logsource:
category: process_creation
2018-03-01 09:27:46 +01:00
product: windows
detection:
selection:
CommandLine:
2019-02-03 00:24:57 +01:00
- 'rundll32.exe %APPDATA%\\*.dat",*'
- 'rundll32.exe %APPDATA%\\*.dll",#1'
condition: selection
falsepositives:
- Unknown
level: critical