SigmaHQ/rules/apt/apt_elise.yml

27 lines
720 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:
product: windows
service: sysmon
2018-01-31 22:11:37 +00:00
detection:
selection1:
EventID: 1
Image: 'C:\Windows\SysWOW64\cmd.exe'
CommandLine: '*\Windows\Caches\NavShExt.dll *'
selection2:
EventID: 1
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