mirror of
https://github.com/splunk/security_content
synced 2026-06-08 17:32:49 +00:00
8 lines
296 B
YAML
8 lines
296 B
YAML
name: Clear Windows Event Logs
|
|
detections:
|
|
- name: Windows Event Log Cleared
|
|
pass_condition: '| stats count | where count = 4'
|
|
description: Test Windows Event Logs cleared (atomic red team is not yet updated)
|
|
target: attack-range-windows-domain-controller
|
|
simulation_technique: 'T1551.001'
|