Windows File Access Attempt to Panther\unattend.xml During Unattended Install
Alerts on attempts to access Panther\unattend.xml on Windows, a potential source of embedded credentials.
- Product
- windows
- Category
- file_access
- Author
- frack113 (SigmaHQ), DRL 1.1
- Published
- 2024-07-22
- Updated
- 2026-07-31
ATT&CK techniques
Cred AccessRecon
Resource Dev
Initial Access
Execution
Persistence
Priv Esc
Defense Evasion
Cred Access
Discovery
Lateral Movement
Collection
C2
Exfiltration
Impact
What it detects
Flags attempts to access files named Panther\unattend.xml on Windows, a location commonly associated with unattended installation configuration. Attackers may target this file because it can contain sensitive data such as credentials used during deployment. The detection relies on Windows file access telemetry that records the accessed filename, matching entries that end with \Panther\unattend.xml.
Reporting behind it
Changelog
v5- v5Candidate ingested via manual entry.2026-07-31
- v4Candidate ingested via manual entry.2026-07-31
- v3Candidate ingested via manual entry.2026-07-31
- v2Candidate ingested via manual entry.2026-07-31
- v1No 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.
title: Windows File Access Attempt to Panther\unattend.xml During Unattended Install
id: b58186a0-620d-404f-a5ab-32f6ae9b598c
status: test
description: Flags attempts to access files named Panther\unattend.xml on Windows, a location commonly associated with unattended installation configuration. Attackers may target this file because it can contain sensitive data such as credentials used during deployment. The detection relies on Windows file access telemetry that records the accessed filename, matching entries that end with \Panther\unattend.xml.
references:
- https://github.com/redcanaryco/atomic-red-team/blob/f339e7da7d05f6057fdfcdd3742bfcf365fee2a9/atomics/T1552.001/T1552.001.md
- https://github.com/SigmaHQ/sigma/blob/master/rules-threat-hunting/windows/file/file_access/file_access_win_susp_unattend_xml.yml
author: frack113, Huntrule Team
date: 2024-07-22
tags:
- attack.credential-access
- attack.t1552.001
- detection.threat-hunting
logsource:
product: windows
category: file_access
definition: "Requirements: Microsoft-Windows-Kernel-File ETW provider"
detection:
selection:
FileName|endswith: \Panther\unattend.xml
condition: selection
falsepositives:
- Unknown
level: low
license: DRL-1.1
related:
- id: 76a26006-0942-430b-8249-bd51d448f8e5
type: derived