backup_catalog_deleted


Description

Detects backup catalog deletions License: https://github.com/Neo23x0/sigma/blob/master/LICENSE.Detection.Rules.md. @c_APT_ure (collection).

Query · yara_l

events:
($selection.metadata.product_event_type = "524" and $selection.principal.application = "Microsoft-Windows-Backup")

  condition:
    $selection
Raw source backup_catalog_deleted · YARA-L
Esc
Published by chronicle/detection-rules ↗, licensed under Apache 2.0 ↗. Reproduced here unmodified.
rule backup_catalog_deleted {
 meta:
    author = "Florian Roth (rule), Tom U. @c_APT_ure (collection)"
    description = "Detects backup catalog deletions  License: https://github.com/Neo23x0/sigma/blob/master/LICENSE.Detection.Rules.md. @c_APT_ure (collection)."
    reference = "https://tdm.socprime.com/tdm/info/xYQ2JRWcDe0l"
    version = "0.01"
    created = "2017/05/12"
    product = "windows"
    service = "application"
    mitre = "defense_evasion, t1107, t1070.004"

  events:
($selection.metadata.product_event_type = "524" and $selection.principal.application = "Microsoft-Windows-Backup")

  condition:
    $selection
}

Detection rules belong to the projects that publish them and remain under their own licenses. This site indexes and links to them; it claims no rights in them.