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

29 lines
784 B
YAML
Raw Normal View History

2018-01-31 23:11:37 +01:00
title: Elise Backdoor
2019-11-12 23:12:27 +01:00
id: e507feb7-5f73-4ef6-a970-91bb6f6d744f
2021-11-27 11:33:14 +01:00
status: test
2019-11-12 23:12:27 +01:00
description: Detects Elise backdoor acitivty as used by APT32
2018-01-31 23:11:37 +01:00
author: Florian Roth
2021-11-27 11:33:14 +01:00
references:
- https://community.rsa.com/community/products/netwitness/blog/2018/02/13/lotus-blossom-continues-asean-targeting
2018-01-31 23:11:37 +01:00
date: 2018/01/31
2021-11-27 11:33:14 +01:00
modified: 2021/11/27
2018-02-25 17:25:04 +01:00
logsource:
2021-11-27 11:33:14 +01:00
category: process_creation
product: windows
2018-01-31 23:11:37 +01:00
detection:
2021-11-27 11:33:14 +01:00
selection1:
Image: 'C:\Windows\SysWOW64\cmd.exe'
CommandLine|contains: '\Windows\Caches\NavShExt.dll '
selection2:
CommandLine|endswith: '\AppData\Roaming\MICROS~1\Windows\Caches\NavShExt.dll,Setting'
2022-01-11 10:59:57 +01:00
condition: 1 of selection*
2018-01-31 23:11:37 +01:00
falsepositives:
2021-11-27 11:33:14 +01:00
- Unknown
2018-01-31 23:11:37 +01:00
level: critical
2021-11-27 11:33:14 +01:00
tags:
- attack.g0030
- attack.g0050
- attack.s0081
- attack.execution
- attack.t1059.003