SigmaHQ/rules/apt/apt_elise.yml

25 lines
693 B
YAML
Raw Normal View History

2018-01-31 22:11:37 +00:00
title: Elise Backdoor
status: experimental
description: Detects Elise backdoor acitivty as used by APT32
references:
- https://community.rsa.com/community/products/netwitness/blog/2018/01/30/apt32-continues-asean-targeting
2018-07-25 07:50:01 +00:00
tags:
- attack.g0030
- attack.g0050
- attack.s0081
2018-01-31 22:11:37 +00:00
author: Florian Roth
date: 2018/01/31
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'
CommandLine: '*\Windows\Caches\NavShExt.dll *'
selection2:
CommandLine: '*\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