Merge pull request #1722 from frack113/clean_duplicate

Find a duplicate rules
This commit is contained in:
Florian Roth
2021-07-22 11:10:15 +02:00
committed by GitHub
2 changed files with 3 additions and 25 deletions
@@ -1,6 +1,9 @@
action: global
title: Eventlog Cleared
id: d99b79d2-0a6f-4f46-ad8b-260b6e17f982
related:
id: f2f01843-e7b8-4f95-a35a-d23584476423
type: obsoletes
description: One of the Windows Eventlogs has been cleared. e.g. caused by "wevtutil cl" command execution
references:
- https://twitter.com/deviouspolack/status/832535435960209408
@@ -17,7 +20,6 @@ falsepositives:
- Rollout of log collection agents (the setup routine often includes a reset of the local Eventlog)
- System provisioning (system reset before the golden image creation)
level: high
---
logsource:
product: windows
@@ -1,24 +0,0 @@
title: Security Eventlog Cleared
id: f2f01843-e7b8-4f95-a35a-d23584476423
description: Some threat groups tend to delete the local 'Security' Eventlog using certain utitlities
tags:
- attack.defense_evasion
- attack.t1070 # an old one
- attack.t1070.001
- car.2016-04-002
author: Florian Roth
date: 2017/02/19
modified: 2020/08/23
logsource:
product: windows
service: security
detection:
selection:
EventID:
- 517
- 1102
condition: selection
falsepositives:
- Rollout of log collection agents (the setup routine often includes a reset of the local Eventlog)
- System provisioning (system reset before the golden image creation)
level: high