Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
SNEK_Equinox — Repository hosting a hypothetical EDR Spoofer, as discovered originally by Nightmare-Eclipse | Kitploit
Tools/GitHubGitHub/the-snek-initiative/snek_equinox
Defensive ToolsPrivilege EscalationPersistence MechanismsExploitationIDS/IPS EvasionRed Teaming
GitHubthe-snek-initiative/snek_equinox

SNEK_Equinox

Repository hosting a hypothetical EDR Spoofer, as discovered originally by Nightmare-Eclipse

View Repository
4132 months agoReviewed by Kitploit

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

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:

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

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??

root@kitploit:~
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

root@kitploit:~
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

root@kitploit:~
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

Download Tool