T1089 Added test to unload Sysmon filter driver (#366)
This commit is contained in:
committed by
Zac Brown
parent
0cb986641d
commit
aa3bd1b063
@@ -95,3 +95,18 @@ atomic_tests:
|
||||
name: sh
|
||||
command: |
|
||||
sudo launchctl unload /Library/LaunchDaemons/com.opendns.osx.RoamingClientConfigUpdater.plist
|
||||
|
||||
- name: Unload Sysmon Filter Driver
|
||||
description: |
|
||||
Unloads the Sysinternals Sysmon filter driver without stopping the Sysmon service.
|
||||
supported_platforms:
|
||||
- windows
|
||||
input_arguments:
|
||||
sysmon_driver:
|
||||
description: The name of the Sysmon filter driver (this can change from the default)
|
||||
type: string
|
||||
default: SysmonDrv
|
||||
executor:
|
||||
name: command_prompt
|
||||
command: |
|
||||
fltmc.exe unload #{sysmon_driver}
|
||||
|
||||
Reference in New Issue
Block a user