timwhitez starred EDR-XDR-AV-Killer
2024-8-15 10:48:44 Author: github.com(查看原文) 阅读量:10 收藏

Repository files navigation

  • Reproducing Spyboy technique, which involves terminating all EDR/XDR/AVs processes by abusing the zam64.sys driver
  • Spyboy was selling the Terminator software at a price of $3,000 for more detail
  • the sample is sourced from loldrivers
  • Place the driver Terminator.sys in the same path as the executable
  • run the program as an administrator
  • keep the program running to prevent the service from restarting the anti-malwares

image

  • The driver contains some protectiion mechanism that only allow trusted Process IDs to send IOCTLs, Without adding your process ID to the trusted list, you will receive an 'Access Denied' message every time. However, this can be easily bypassed by sending an IOCTL with our PID to be added to the trusted list, which will then permit us to control numerous critical IOCTLs

    image

  • Comes with simple antidbg.

  • Add This so WD Ignores defender by this quick sample

exec.Command("powershell", "-Command", "Set-MpPreference -ExclusionExtension *.sys -Force").Run()

Credits

  • Credits to ZeroMemoryX 👍

About

Reproducing Spyboy technique, which involves terminating all EDR/XDR/AVs processes by abusing the zam64.sys driver

Resources

Readme

Activity

Stars

198 stars

Watchers

3 watching

Forks

41 forks


文章来源: https://github.com/EvilBytecode/EDR-XDR-AV-Killer
如有侵权请联系:admin#unsafe.sh