mirror of
https://github.com/S3N4T0R-0X0/APTs-Adversary-Simulation.git
synced 2026-08-04 09:41:40 +02:00
Revise README for Stardust Chollima APT simulation
Updated the README.md to include details on the Stardust Chollima APT simulation, including attack stages, techniques used, and MITRE ATT&CK techniques.
This commit is contained in:
@@ -133,5 +133,18 @@ The output of the command is captured and sent back to the C2 server.
|
||||
https://github.com/user-attachments/assets/a86c474f-2291-4447-adaf-f4f875b23475
|
||||
|
||||
|
||||
## MITRE ATT&CK Techniques
|
||||
|
||||
| Technique ID | Technique | Implementation |
|
||||
|---------------|-----------|----------------|
|
||||
| **T1566.002** | Phishing: Spearphishing Link | Delivers a malicious job opportunity through social media (LinkedIn) to lure the victim into downloading the malware. |
|
||||
| **T1204.002** | User Execution: Malicious File | Requires the victim to execute the downloaded PowerRatankba dropper. |
|
||||
| **T1059.001** | Command and Scripting Interpreter: PowerShell | Executes attacker-issued PowerShell commands on the compromised host. |
|
||||
| **T1105** | Ingress Tool Transfer | Downloads the next-stage payload from the attacker-controlled infrastructure. |
|
||||
| **T1547.001** | Registry Run Keys / Startup Folder | Establishes persistence by creating a Windows Registry Run key executed at user logon. |
|
||||
| **T1071.001** | Application Layer Protocol: Web Protocols | Communicates with the C2 server over HTTPS. |
|
||||
| **T1027** | Obfuscated Files or Information | Uses obfuscation techniques to hinder static analysis of the dropper and payload. |
|
||||
| **T1082** | System Information Discovery | Collects basic host information before processing attacker commands. |
|
||||
| **T1036** | Masquerading | Uses legitimate-looking filenames and application metadata to reduce suspicion. |
|
||||
| **T1497** | Virtualization/Sandbox Evasion | Detects analysis environments before continuing execution. |
|
||||
|
||||
|
||||
Reference in New Issue
Block a user