976f3ba40f
Security software discovery system time discovery
460 B
460 B
Security Software Discovery
MITRE ATT&CK Technique: T1018
netsh
netsh.exe advfirewall firewall
tasklist
tasklist.exe
PowerShell
powershell.exe get-process | ?{$_.Description -like "*virus*"}
CarbonBlack
powershell.exe get-process | ?{$_.Description -like "*carbonblack*"}
Windows Defender
powershell.exe get-process | ?{$_.Description -like "*defender*"}