TAIDOOR RAT DLL Load
Detects specific process characteristics of Chinese TAIDOOR RAT malware load
Detection logic
selection1
CommandLine|contains:
- dll,MyStart
- dll MyStartselection2a
CommandLine|endswith: " MyStart"selection2b
CommandLine|contains: rundll32.exeCondition
selection1 or ( selection2a and selection2b )Raw YAML
title: TAIDOOR RAT DLL Load
id: d1aa3382-abab-446f-96ea-4de52908210b
status: test
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 (Nextron Systems)
date: 2020-07-30
modified: 2021-11-27
tags:
- attack.privilege-escalation
- attack.execution
- attack.stealth
- attack.t1055.001
- detection.emerging-threats
logsource:
category: process_creation
product: windows
detection:
selection1:
CommandLine|contains:
- 'dll,MyStart'
- 'dll MyStart'
selection2a:
CommandLine|endswith: ' MyStart'
selection2b:
CommandLine|contains: 'rundll32.exe'
condition: selection1 or ( selection2a and selection2b )
falsepositives:
- Unknown
level: highFalse positives
- Unknown
References
Similar rules
Injected Browser Process Spawning Rundll32 - GuLoader Activity
highwindows · Shares T1055
Lummac Stealer Activity - Execution Of More.com And Vbc.exe
highwindows · Shares T1055
ManageEngine Endpoint Central Dctask64.EXE Potential Abuse
highwindows · Shares T1055
Mavinject Inject DLL Into Running Process
highwindows · Shares T1055