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
|
2020-08-27 17:43:47 +00:00
|
|
|
- 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
|
2020-08-27 17:43:47 +00:00
|
|
|
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'
|
2018-03-06 22:14:43 +00:00
|
|
|
condition: 1 of them
|
2018-01-31 22:11:37 +00:00
|
|
|
falsepositives:
|
|
|
|
- Unknown
|
|
|
|
level: critical
|