mirror of
https://github.com/S3N4T0R-0X0/APTs-Adversary-Simulation.git
synced 2026-08-04 09:41:40 +02:00
Document MITRE ATT&CK techniques in README
Added a section detailing MITRE ATT&CK techniques related to the Venomous Bear APT.
This commit is contained in:
@@ -97,3 +97,18 @@ Accumulates the data into the output variable.
|
||||
|
||||

|
||||
|
||||
## MITRE ATT&CK Techniques
|
||||
|
||||
| Technique ID | Technique | Implementation |
|
||||
|---------------|-----------|----------------|
|
||||
| **T1059.003** | Command and Scripting Interpreter: Windows Command Shell | Uses a BAT script to install and configure the backdoor on the target system. |
|
||||
| **T1543.003** | Create or Modify System Process: Windows Service | Installs the backdoor as a Windows service disguised as **Windows Time Service**. |
|
||||
| **T1574.011** | Hijack Execution Flow: Services Registry Permissions Weakness | Loads the malicious service DLL through the Windows Service Control Manager. |
|
||||
| **T1573** | Encrypted Channel | Encrypts Command and Control communications over HTTPS. |
|
||||
| **T1071.001** | Application Layer Protocol: Web Protocols | Uses HTTPS for periodic communication with the C2 server. |
|
||||
| **T1105** | Ingress Tool Transfer | Supports downloading additional files or payloads from the C2 server. |
|
||||
| **T1105** | Ingress Tool Transfer | Supports uploading files from the infected host to the operator. |
|
||||
| **T1112** | Modify Registry | Reads and stores configuration values in the Windows Registry. |
|
||||
| **T1082** | System Information Discovery | Collects host configuration before entering the command-processing loop. |
|
||||
| **T1106** | Native API | Interacts with the Windows Service Control Manager through native Windows APIs. |
|
||||
| **T1041** | Exfiltration Over C2 Channel | Exfiltrates files through the established HTTPS command-and-control channel. |
|
||||
|
||||
Reference in New Issue
Block a user