Skip to content

7h3w4lk3r/Kill-Floor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Kill-Floor

Kill-Floor is an AV/EDR killer utilizing Avast’s “Anti Rootkit” driver. The code structure is designed to be adaptable for other BYOVD (Bring Your Own Vulnerable Driver) attack types. However, after a year, the included driver (aswarpot.bin) is heavily signatured by most vendors. For effective use, consider replacing the driver with a less detectable alternative for your operations.

Execution Flow

The Kill-Floor tool operates as follows:

  1. Write the driver to disk (stored as an array within the file for convenience).
  2. Create a service and load the driver.
  3. Enter an infinite loop, taking snapshots of running processes.
  4. Identify and terminate processes associated with known AV/EDR vendors.
  5. Repeat.

Usage

Compile and run as administrator.

References

Finding and Exploiting Process Killer Drivers with LOL for $3,000 (Alice Climent-Pommeret)
Vulnerable Antivirus Driver Used by Ransomware (OALabs)

About

AV/EDR killer using BYOVD technique

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages