mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-06 17:35:19 +00:00
26 lines
740 B
YAML
Executable File
26 lines
740 B
YAML
Executable File
title: Elise Backdoor
|
|
id: e507feb7-5f73-4ef6-a970-91bb6f6d744f
|
|
status: experimental
|
|
description: Detects Elise backdoor acitivty as used by APT32
|
|
references:
|
|
- https://community.rsa.com/community/products/netwitness/blog/2018/02/13/lotus-blossom-continues-asean-targeting
|
|
tags:
|
|
- attack.g0030
|
|
- attack.g0050
|
|
- attack.s0081
|
|
author: Florian Roth
|
|
date: 2018/01/31
|
|
logsource:
|
|
category: process_creation
|
|
product: windows
|
|
detection:
|
|
selection1:
|
|
Image: 'C:\Windows\SysWOW64\cmd.exe'
|
|
CommandLine: '*\Windows\Caches\NavShExt.dll *'
|
|
selection2:
|
|
CommandLine: '*\AppData\Roaming\MICROS~1\Windows\Caches\NavShExt.dll,Setting'
|
|
condition: 1 of them
|
|
falsepositives:
|
|
- Unknown
|
|
level: critical
|