Forcefully terminates processes by performing a full or partial match based on the process name. It is commonly exploited by adversaries to abruptly stop running Virtual Machine (VM) executable processes. This is usually performed prior to ransomware deployment.
Terminates all processes starts with the vmx- prefix.
pkill -9 %s
pkill -9 vmx-*