mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-08 02:08:54 +00:00
c77a190a6b
Added events about security log clearance. Also, I think that the rule "sigma/rules/windows/builtin/win_susp_security_eventlog_cleared.yml" can be deleted.
32 lines
1.0 KiB
YAML
32 lines
1.0 KiB
YAML
title: Eventlog Cleared
|
|
id: d99b79d2-0a6f-4f46-ad8b-260b6e17f982
|
|
description: One of the Windows Eventlogs has been cleared. e.g. caused by "wevtutil cl" command execution
|
|
references:
|
|
- https://twitter.com/deviouspolack/status/832535435960209408
|
|
- https://www.hybrid-analysis.com/sample/027cc450ef5f8c5f653329641ec1fed91f694e0d229928963b30f6b0d7d3a745?environmentId=100
|
|
author: Florian Roth
|
|
date: 2017/01/10
|
|
modified: 2020/08/23
|
|
tags:
|
|
- attack.defense_evasion
|
|
- attack.t1070 # an old one
|
|
- attack.t1070.001
|
|
- car.2016-04-002
|
|
logsource:
|
|
product: windows
|
|
detection:
|
|
selection1:
|
|
service: security
|
|
EventID:
|
|
- 517
|
|
- 1102
|
|
selection2:
|
|
service: system
|
|
EventID: 104
|
|
Source: Microsoft-Windows-Eventlog
|
|
condition: selection1 or selection2
|
|
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
|