Windows Security Event 5379: Password-Protected ZIP Opened

Flags Windows EventID 5379 indicating a password-protected ZIP archive was opened.

FreeReviewedSigma · Medium · v2
Product
windows
Service
security
Author
Florian Roth (Nextron Systems) (SigmaHQ), DRL 1.1
Published
2022-05-09
Updated
2026-07-31
title: "Windows Security Event 5379: Password-Protected ZIP Opened"
id: 462e175e-b16a-44e9-bc41-6e379416fc23
status: test
description: This rule identifies when Windows reports opening an encrypted, password-protected ZIP archive via Shell ZIP folder activity. Attackers may use password-protected archives to delay analysis and hinder casual inspection, especially during delivery or staging. It relies on Windows Security log EventID 5379 and matching the TargetName field content for the ZIP folder filename indicator, with an exclusion for temporary Outlook content.
references:
  - https://twitter.com/sbousseaden/status/1523383197513379841
  - https://github.com/SigmaHQ/sigma/blob/master/rules/windows/builtin/security/win_security_susp_opened_encrypted_zip.yml
author: Florian Roth (Nextron Systems), Huntrule Team
date: 2022-05-09
tags:
  - attack.stealth
  - attack.t1027
logsource:
  product: windows
  service: security
detection:
  selection:
    EventID: 5379
    TargetName|contains: Microsoft_Windows_Shell_ZipFolder:filename
  filter:
    TargetName|contains: \Temporary Internet Files\Content.Outlook
  condition: selection and not filter
falsepositives:
  - Legitimate used of encrypted ZIP files
level: medium
license: DRL-1.1
related:
  - id: 00ba9da1-b510-4f6b-b258-8d338836180f
    type: derived