Suspicious PowerShell WMI Win32_NTEventlogFile Usage (Event Log Tampering)

Detects PowerShell scripts calling Win32_NTEventlogFile methods associated with event log deletion, backup, renaming, or permission changes.

FreeReviewedSigma · Medium · v2
Product
windows
Category
ps_script
Author
Nasreddine Bencherchali (Nextron Systems) (SigmaHQ), DRL 1.1
Published
2023-07-13
Updated
2026-07-31

What it detects

This rule flags PowerShell script activity that references the Win32_NTEventlogFile WMI class and includes operations consistent with event log tampering such as delete, clear, rename, backup, ownership changes, or security permission changes. Attackers may impair detection and forensic recovery by manipulating Windows event logs, so this script-level behavior is a high-signal indicator. Telemetry relies on PowerShell ScriptBlockText content that contains the WMI class name along with specific method calls indicative of log modification.

Changelog

v2
  1. v2
    Candidate ingested via manual entry.2026-07-31
  2. v1
    No changelog recorded for this version.2026-07-30

Detection content is published as a reviewed draft. Tune thresholds and exclusions against your own telemetry before enabling this rule for alerting.