Windows Event Log EVTX File Deletion in winevt\Logs

Flags deletion of Windows Event Log .evtx files under System32\winevt\Logs.

FreeReviewedSigma · Medium · v2
Product
windows
Category
file_delete
Author
Nasreddine Bencherchali (Nextron Systems) (SigmaHQ), DRL 1.1
Published
2023-02-15
Updated
2026-07-31
title: Windows Event Log EVTX File Deletion in winevt\Logs
id: 3da4cb75-2870-4f53-880c-22a579b65053
status: test
description: This rule flags deletion of Windows Event Log files (.evtx) under the winevt\Logs directory. Attackers may remove these files to reduce or delay forensic investigation by destroying event logging data. The detection relies on file deletion telemetry that records the deleted file path and extension.
references:
  - Internal Research
  - https://github.com/SigmaHQ/sigma/blob/master/rules/windows/file/file_delete/file_delete_win_delete_event_log_files.yml
author: Nasreddine Bencherchali (Nextron Systems), Huntrule Team
date: 2023-02-15
tags:
  - attack.stealth
  - attack.t1070
logsource:
  category: file_delete
  product: windows
detection:
  selection:
    TargetFilename|startswith: C:\Windows\System32\winevt\Logs\
    TargetFilename|endswith: .evtx
  condition: selection
falsepositives:
  - Unknown
level: medium
license: DRL-1.1
related:
  - id: 63c779ba-f638-40a0-a593-ddd45e8b1ddc
    type: derived