Files
hayabusa/rules/Security/1102_T1070.001_SecurityLogCleared.yml
Tanaka Zakku f29b7d2d1a Updated rules
2021-11-06 09:51:38 +09:00

20 lines
636 B
YAML

title: Security log was cleared
title_jp: セキュリティログがクリアされた
description: Somebody has cleared the Security event log.
description_jp: 誰かがセキュリティログをクリアした。
author: Eric Contrad
contributor: Zach Mathis, Akira Nishikawa, James Takai
mitre_attack: T1070.001
level: high
detection:
selection:
Channel: Security
EventID: 1102
# condition: selection
falsepositives:
- system administrator
output: "User: %LogFileCleared%%SubjectUserName%"
output_jp: "ユーザ名: %LogFileCleared%%SubjectUserName%"
creation_date: 2020/11/08
updated_date: 2021/11/06