Files
blue-team-tools/rules/windows/process_creation/win_apt_taidoor.yml
T

31 lines
809 B
YAML
Raw Normal View History

2020-08-04 14:31:20 +02:00
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 # an old one
2020-08-04 14:31:20 +02:00
- attack.t1055.001
logsource:
category: process_creation
product: windows
detection:
selection1:
CommandLine|contains:
- 'dll,MyStart'
- 'dll MyStart'
2020-08-04 14:37:18 +02:00
selection2a:
2020-08-04 14:31:20 +02:00
CommandLine|endswith:
- ' MyStart'
2020-08-04 14:37:18 +02:00
selection2b:
CommandLine|contains:
- 'rundll32.exe'
condition: selection1 or ( selection2a and selection2b )
2020-08-04 14:31:20 +02:00
falsepositives:
- Unknown
level: critical