Abstract
This is a customizable Dropper Tool targeting Windows machines.
The capabilities it possesses are:
- Indirect Dynamic Syscall
- SSN + Syscall address sorting via Modified TartarusGate approach
- Remote Process Injection via APC Early Bird (MITRE ATT&CK TTP: T1055.004) to cut off telemetry catching by EDR
- Spawns a sacrificial Process as the target process
- ACG(Arbitrary Code Guard)/BlockDll mitigation policy on spawned process
- PPID spoofing (MITRE ATT&CK TTP: T1134.004)
- Api resolving from TIB (Directly via offset (from TIB) -> TEB -> PEB -> resolve Nt Api) (MITRE ATT&CK TTP: T1106)
- Cursed Nt API/ Dll hashing
- If blessed with Admin privilege: Disables Event Log via killing all threads of svchost.exe, i.e. killing the whole process (responsible svchost.exe)
- Synthetic Frame Thread Stack Spoofing
This tool performed a successful Execution of payload and provided Crystal clear Event Log against Sophos XDR enabled Environment.