Detection rules › Sigma

Windows Defender Malware Detection History Deletion

Status
test
Severity
informational
Log source
product windows, service windefend
Author
Cian Heasley
Source
github.com/SigmaHQ/sigma

Windows Defender logs when the history of detected infections is deleted.

MITRE ATT&CK coverage

TacticTechniques
Defense ImpairmentNo specific technique

Event coverage

Rule body yaml

title: Windows Defender Malware Detection History Deletion
id: 2afe6582-e149-11ea-87d0-0242ac130003
status: test
description: Windows Defender logs when the history of detected infections is deleted.
references:
    - https://learn.microsoft.com/en-us/defender-endpoint/troubleshoot-microsoft-defender-antivirus
    - https://web.archive.org/web/20160727113019/https://answers.microsoft.com/en-us/protect/forum/mse-protect_scanning/microsoft-antimalware-has-removed-history-of/f15af6c9-01a9-4065-8c6c-3f2bdc7de45e
author: Cian Heasley
date: 2020-08-13
modified: 2023-11-24
tags:
    - attack.defense-impairment
logsource:
    product: windows
    service: windefend
detection:
    selection:
        EventID: 1013 # The antimalware platform deleted history of malware and other potentially unwanted software.
    condition: selection
falsepositives:
    - Deletion of Defender malware detections history for legitimate reasons
level: informational

Stages and Predicates

Stage 0: condition

selection

Stage 1: selection

selection:
    EventID: 1013