mirror of
https://github.com/S3N4T0R-0X0/APTs-Adversary-Simulation.git
synced 2026-08-04 09:41:40 +02:00
Update README.md
This commit is contained in:
@@ -51,7 +51,8 @@ Sub AutoOpen: It executes the code automatically when the document is opened.
|
||||
|
||||
## The third stage (RustyWater implant)
|
||||
|
||||
RustyWater represents the main payload and the backbone of the entire adversarial operation in Static Kitten group attacks. RustyWater is a Rust compiled executable (disguised as reddit.exe with a fake Cloudflare icon) known as RustyWater (or linked to Archer RAT/RUSTRIC) featuring strong AV/EDR evasion through process injection, registry based persistence.
|
||||
RustyWater represents the main payload and the backbone of the entire adversarial operation in Static Kitten group attacks.
|
||||
RustyWater is a Rust compiled executable (disguised as reddit.exe with a fake Cloudflare icon) known as RustyWater (or linked to Archer RAT/RUSTRIC) featuring strong AV/EDR evasion through process injection, registry based persistence.
|
||||
|
||||
1. ANTI-ANALYSIS
|
||||
Reddit.exe implements a comprehensive 8 layer anti-analysis system that actively probes the execution environment for signs of monitoring, virtualization, or debugging. Each layer acts as a filter ensuring the payload only detonates on a genuine target.
|
||||
@@ -78,6 +79,10 @@ The soldier then ventures into the Windows Registry a vast database of system se
|
||||
|
||||

|
||||
|
||||
Layer 4: RAM Size Analysis
|
||||
|
||||
the system reports less than 4GB, the soldier suspects a resource starved sandbox and halts execution. This check is a reliable way to filter out many automated analysis systems.
|
||||
|
||||

|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user