mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-07 09:48:58 +00:00
rule: TAIDOOR malware load
https://us-cert.cisa.gov/ncas/analysis-reports/ar20-216a
This commit is contained in:
parent
5625f471d7
commit
c4953409aa
26
rules/windows/process_creation/win_apt_taidoor.yml
Normal file
26
rules/windows/process_creation/win_apt_taidoor.yml
Normal file
@ -0,0 +1,26 @@
|
||||
title: TAIDOOR RAT DLL Load
|
||||
id: d1aa3382-abab-446f-96ea-4de52908210b
|
||||
status: experimental
|
||||
description: Detects specific process characteristics of Chinese TAIDOOR RAT malware load
|
||||
references:
|
||||
- https://us-cert.cisa.gov/ncas/analysis-reports/ar20-216a
|
||||
author: Florian Roth
|
||||
date: 2020/07/30
|
||||
tags:
|
||||
- attack.execution
|
||||
- attack.t1055.001
|
||||
logsource:
|
||||
category: process_creation
|
||||
product: windows
|
||||
detection:
|
||||
selection1:
|
||||
CommandLine|contains:
|
||||
- 'dll,MyStart'
|
||||
- 'dll MyStart'
|
||||
selection2:
|
||||
CommandLine|endswith:
|
||||
- ' MyStart'
|
||||
condition: 1 of them
|
||||
falsepositives:
|
||||
- Unknown
|
||||
level: critical
|
Loading…
Reference in New Issue
Block a user