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.

FreeReviewedSigma · Low · v5
Product
windows
Category
file_access
Author
frack113 (SigmaHQ), DRL 1.1
Published
2024-07-22
Updated
2026-07-31
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