2022-01-12 20:27:56 +01:00
title : Uninstall Sysinternals Sysmon
id : 6a5f68d1-c4b5-46b9-94ee-5324892ea939
status : experimental
2022-01-13 21:07:59 +01:00
description : Detects the uninstallation of Sysinternals Sysmon, which could be the result of legitimate administration or a manipulation for defense evasion
2022-01-12 20:27:56 +01:00
references :
- https://github.com/redcanaryco/atomic-red-team/blob/master/atomics/T1562.001/T1562.001.md#atomic-test-11---uninstall-sysmon
author : frack113
date : 2022 /01/12
logsource :
category : process_creation
product : windows
detection :
sysmon :
Image|endswith :
- \Sysmon64.exe
- \Sysmon.exe
CommandLine|contains : '-u'
condition : sysmon
falsepositives :
2022-03-16 13:43:54 +01:00
- Unknown
2022-01-12 20:27:56 +01:00
level : high
tags :
- attack.defense_evasion
2022-01-13 21:07:59 +01:00
- attack.t1562.001