Skip to content

Amaterasu terminates, or inhibits, protected processes such as application control and AV/EDR solutions by leveraging the Sysinternals Process Explorer driver to kill a process's handles from kernel mode.

License

Notifications You must be signed in to change notification settings

0x00Check/Amaterasu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Amaterasu

Description

Amaterasu terminates, or inhibits, protected processes such as application control and AV/EDR solutions by leveraging the Sysinternals Process Explorer driver to kill a process's handles from kernel mode. For protected processes which attempt to restore its handles or restarts itself, supply a process name (partial match) and Amaterasu will continuously kill any handles that are associated with that name until you tell it to stop [ESC]. Otherwise, supply the process ID and Amaterasu will stop after the process is terminated.

While Amaterasu isn't inherently malicious you should be mindful with its use. I am not liable for damages or loss of data resulting from this resource.

IoControlCode CloseHandle

Usage

  • Kill a specific process by its process ID
    PS> .\Amaterasu.exe -id 1234
    
  • Repeatedly kill processes that match a name
    PS> .\Amaterasu.exe -name Calc
    
Example

Example

Credit

About

Amaterasu terminates, or inhibits, protected processes such as application control and AV/EDR solutions by leveraging the Sysinternals Process Explorer driver to kill a process's handles from kernel mode.

Resources

License

Stars

Watchers

Forks

Packages

No packages published