Windows Impacket-Pattern File Creation: sessionresume_[a-zA-Z]{8} Indicator
Flags Windows file creations of filenames matching Impacket sessionresume pattern ('sessionresume_<8 letters>').
- Product
- windows
- Category
- file_event
- Author
- The DFIR Report, IrishDeath (SigmaHQ), DRL 1.1
- Published
- 2025-05-19
- 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
This rule flags Windows file creation events where the target filename matches a specific Impacket-related pattern: sessionresume_[a-zA-Z]{8}. Such files can be used as artifacts during credential access and other post-compromise activity, making them useful indicators of automated tooling. It relies on Windows file event telemetry that includes the created target filename and supports regex-based matching on the name.
Reporting behind it
Changelog
v2- 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 Impacket-Pattern File Creation: sessionresume_[a-zA-Z]{8} Indicator"
id: 1f0a0f35-1d2b-4e6a-bdda-c2d2b2de9028
related:
- id: 6e2a900a-ced9-4e4a-a9c2-13e706f9518a
type: similar
- id: 03f4ca17-de95-428d-a75a-4ee78b047256
type: derived
status: experimental
description: "This rule flags Windows file creation events where the target filename matches a specific Impacket-related pattern: sessionresume_[a-zA-Z]{8}. Such files can be used as artifacts during credential access and other post-compromise activity, making them useful indicators of automated tooling. It relies on Windows file event telemetry that includes the created target filename and supports regex-based matching on the name."
references:
- https://thedfirreport.com/2025/05/19/another-confluence-bites-the-dust-falling-to-elpaco-team-ransomware/
- https://github.com/fortra/impacket
- https://github.com/SigmaHQ/sigma/blob/master/rules/windows/file/file_event/file_event_win_impacket_file_indicators.yml
author: The DFIR Report, IrishDeath, Huntrule Team
date: 2025-05-19
tags:
- attack.credential-access
- attack.t1003.001
logsource:
product: windows
category: file_event
detection:
selection_names_re:
TargetFilename|re: \\sessionresume_[a-zA-Z]{8}$
condition: selection_names_re
falsepositives:
- Unknown
level: high
license: DRL-1.1