Signal-Labs / iat_unhook_sample
(First Public?) Sample of unhooking ntdll (All Exports & IAT imports) hooks in Rust using in-memory disassembly, avoiding direct syscalls and all hooked functions (incl. hooked NtProtectVirtualMemory)
☆130Updated last year
Alternatives and similar repositories for iat_unhook_sample:
Users that are interested in iat_unhook_sample are comparing it to the libraries listed below
- A newer iteration of TitanLdr with some newer hooks, and design. A generic user defined reflective DLL I built to prove a point to Mudge …☆172Updated last year
- Interceptor is a kernel driver focused on tampering with EDR/AV solutions in kernel space☆122Updated 2 years ago
- The code is a pingback to the Dark Vortex blog:☆170Updated 2 years ago
- A improved memory obfuscation primitive using a combination of special and 'normal' Asynchronous Procedural Calls☆105Updated 4 months ago
- bring your own vulnerable driver☆89Updated last year
- ☆134Updated last year
- ☆160Updated 3 years ago
- Single stub direct and indirect syscalling with runtime SSN resolving for windows.☆133Updated 2 years ago
- Exploitation of process killer drivers☆195Updated last year
- Use hardware breakpoints to spoof the call stack for both syscalls and API calls☆185Updated 8 months ago
- The code is a pingback to the Dark Vortex blog: https://0xdarkvortex.dev/hiding-memory-allocations-from-mdatp-etwti-stack-tracing/☆175Updated 2 years ago
- ☆110Updated 2 years ago
- Reuse open handles to dynamically dump LSASS.☆235Updated 10 months ago
- Code used in this post https://captmeelo.com/redteam/maldev/2022/04/21/kernelcallbacktable-injection.html☆110Updated 2 years ago
- Simple POC library to execute arbitrary calls proxying them via NdrServerCall2 or similar☆124Updated 5 months ago
- Load a dynamic library from memory by modifying the native Windows loader☆207Updated 2 weeks ago
- A Dropper POC with a focus on aiding in EDR evasion, NTDLL Unhooking followed by loading ntdll in-memory, which is present as shellcode (…☆169Updated last year
- ☆97Updated last year
- ☆133Updated 2 years ago
- A Rust port of LayeredSyscall — performs indirect syscalls while generating legitimate API call stack frames by abusing VEH.☆133Updated 3 months ago
- Exploitation of echo_driver.sys☆169Updated last year
- Malware?☆69Updated 3 months ago
- ☆113Updated last year
- A PoC for adding NtContinue to CFG allowed list in order to make Ekko work in a CFG protected process☆92Updated 2 years ago
- TypeLib persistence technique☆104Updated 3 months ago
- I have documented all of the AMSI patches that I learned till now☆69Updated last year
- Uses Threat-Intelligence ETW events to identify shellcode regions being hidden by fluctuating memory protections☆112Updated last year
- Rusty Hell's Gate / Halo's Gate / Tartarus' Gate / FreshyCalls / Syswhispers2 Library☆25Updated 2 years ago
- Generic PE loader for fast prototyping evasion techniques☆191Updated 7 months ago
- Bypass LSA protection using the BYODLL technique☆153Updated 4 months ago