2022-01-12 20:27:56 +01:00
title : Sysmon Configuration Change
id : 8ac03a65-6c84-4116-acad-dc1558ff7a77
2023-01-27 06:48:34 +01:00
status : test
2022-10-25 12:00:56 +02:00
description : Detects a Sysmon configuration change, which could be the result of a legitimate reconfiguration or someone trying manipulate the configuration
2022-01-12 20:27:56 +01:00
references :
2024-07-02 06:00:11 -04:00
- https://learn.microsoft.com/en-us/sysinternals/downloads/sysmon
2022-10-25 12:00:56 +02:00
author : frack113
2024-08-12 12:02:50 +02:00
date : 2022-01-12
2022-10-25 12:00:56 +02:00
tags :
2024-08-12 12:02:50 +02:00
- attack.defense-evasion
2022-01-12 20:27:56 +01:00
logsource :
product : windows
service : sysmon
detection :
selection :
EventID : 16
2022-01-13 06:38:43 +01:00
# To avoid FP just add
2023-10-18 11:53:44 +02:00
# filter:
# ConfigurationFileHash: 'SHA256=The_Hash_Of_Your_Valid_Config_XML'
# condition: selection and not filter
2022-01-12 20:27:56 +01:00
condition : selection
falsepositives :
2022-03-16 14:35:19 +01:00
- Legitimate administrative action
2022-09-21 11:39:24 +02:00
level : medium