
Repository hosting a hypothetical EDR Spoofer, as discovered originally by Nightmare-Eclipse
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:
Now funnily enough, I found a way to lie to the EDR web console to show that defender is up and running with the latest update even if it's not. I was thinking about publishing the code but after thinking about it, it will cause waaay too much damage so I think I'll keep that stuff stashed for now.
- Nightmare-Eclipse
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.
build.bat
Output binaries: bin\run.exe, bin\Equinox.exe, bin\spoof.exe, bin\vers.exe
You dont get any precompiled ones this time.
bin\Equinox.exe
bin\run.exe
Requires administrator privileges. sequence:
spoof.exe - Sets health registry valuesvers.exe - Sets version registry valuesEquinox.exe - Locks signature filesI'm not going to go more in depth with this, ya'll can figure a lot of it out yourself ;P