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

37 lines
1.1 KiB
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
2020-11-28 11:21:23 +01:00
author: Florian Roth, Jonhnathan Ribeiro, oscd.community
2022-03-07 17:10:51 +01:00
status: test
date: 2018/03/01
modified: 2021/12/08
2022-03-07 17:10:51 +01:00
description: Detects Trojan loader activity as used by APT28
2019-11-12 23:12:27 +01:00
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.003
2019-03-13 09:53:02 +00:00
- attack.defense_evasion
2019-06-13 23:15:38 -05:00
- car.2013-10-002
2020-06-16 14:46:08 -06:00
- attack.t1218.011
2018-03-01 09:27:46 +01:00
logsource:
category: process_creation
2018-03-01 09:27:46 +01:00
product: windows
detection:
2020-11-28 11:21:23 +01:00
selection1:
2020-11-26 23:21:53 -03:00
CommandLine|contains|all:
- 'rundll32.exe'
2020-11-28 11:21:23 +01:00
- '%APPDATA%\'
selection2:
- CommandLine|contains: '.dat",'
2022-03-07 17:10:51 +01:00
- CommandLine|endswith:
- '.dll",#1'
- '.dll #1'
- '.dll" #1'
2020-11-28 11:21:23 +01:00
condition: selection1 and selection2
falsepositives:
- Unknown
level: critical