Failed Event Log Clear Via WMI NTEventLogFile ClearEventLog
Description
Detects failed attempts to clear Windows event logs via the WMI NTEventLogFile ClearEventLog method. Event 5858 in the WMI-Activity operational log is an error event, meaning it is only generated when the WMI operation encounters an error (e.g. access denied, provider failure). It could be an indication of an attacker attempting to clear event logs via WMI, but failing due to insufficient privileges or other issues. Successful clearing operations will NOT produce this event; for those, correlate with Security event 1102 or System event 104.
Query · sigma
selection: EventID: 5858 Operation|contains|all: - Win32_NTEventlogFile - cleareventlog condition: selection
Known false positives
- Unknown