T1089 Added test to unload Sysmon filter driver (#366)

This commit is contained in:
Tony M Lambert
2018-10-03 08:56:58 -05:00
committed by Zac Brown
parent 0cb986641d
commit aa3bd1b063
+15
View File
@@ -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}