SigmaHQ/rules/windows/process_creation/win_apt_elise.yml

30 lines
854 B
YAML
Raw Normal View History

2018-01-31 22:11:37 +00:00
title: Elise Backdoor
2019-11-12 22:12:27 +00:00
id: e507feb7-5f73-4ef6-a970-91bb6f6d744f
2018-01-31 22:11:37 +00:00
status: experimental
2019-11-12 22:12:27 +00:00
description: Detects Elise backdoor acitivty as used by APT32
references:
2019-12-05 08:56:20 +00:00
- https://community.rsa.com/community/products/netwitness/blog/2018/02/13/lotus-blossom-continues-asean-targeting
2018-07-25 07:50:01 +00:00
tags:
- attack.g0030
- attack.g0050
- attack.s0081
- attack.execution
- attack.t1059 # an old one
- attack.t1059.003
2018-01-31 22:11:37 +00:00
author: Florian Roth
date: 2018/01/31
modified: 2020/08/26
2018-02-25 16:25:04 +00:00
logsource:
2019-03-02 18:05:15 +00:00
category: process_creation
2018-02-25 16:25:04 +00:00
product: windows
2018-01-31 22:11:37 +00:00
detection:
selection1:
Image: 'C:\Windows\SysWOW64\cmd.exe'
2020-10-15 20:28:07 +00:00
CommandLine|contains: '\Windows\Caches\NavShExt.dll '
2018-01-31 22:11:37 +00:00
selection2:
2020-10-15 20:28:07 +00:00
CommandLine|endswith: '\AppData\Roaming\MICROS~1\Windows\Caches\NavShExt.dll,Setting'
condition: 1 of them
2018-01-31 22:11:37 +00:00
falsepositives:
- Unknown
level: critical