The-SNEK-Initiative/SNEK_Equinox

GitHub: The-SNEK-Initiative/SNEK_Equinox

Stars: 34 | Forks: 3

# SNEK Equinox I would like to thank Nightmare-Eclipse for the inspiration (not personal) from the project UnDefend - https://web.archive.org/web/20260521145157/https://github.com/Nightmare-Eclipse/UnDefend: \- Nightmare-Eclipse ### You might have to edit the build file to run correctly on your machine, its not universal, duh ## So what do we have here?? Its PoC implementation that in theory demonstrates telemetry spoofing against Windows Defender EDR. It attempts to demonstrate a TOCTOU race condition attack on the defender signature update mechanism. It should make the console display a protected status, while protection is disabled. But this is all in theory, in practice, neither I nor none of my associates have had time to properly test this and confirm if it works or not, and what bugs it might possibly have, so any feedback is as usual appreciated. ## How do I build this?? build.bat Output binaries: `bin\run.exe`, `bin\Equinox.exe`, `bin\spoof.exe`, `bin\vers.exe` You dont get any precompiled ones this time. ## Execution ### UnElevated Mode bin\Equinox.exe - Locks signature files to prevent loading - Defender appears to have signatures but cant load them - Local threat detection should be disabled by it - Cloud console should show last cached state (still might appear healthy if not recently queried) ### Elevated Mode bin\run.exe Requires administrator privileges. sequence: 1. `spoof.exe` - Sets health registry values 2. `vers.exe` - Sets version registry values 3. `Equinox.exe` - Locks signature files I'm not going to go more in depth with this, ya'll can figure a lot of it out yourself ;P