Windows Impacket-Pattern File Creation: sessionresume_[a-zA-Z]{8} Indicator

Flags Windows file creations of filenames matching Impacket sessionresume pattern ('sessionresume_<8 letters>').

FreeReviewedSigma · High · v2
Product
windows
Category
file_event
Author
The DFIR Report, IrishDeath (SigmaHQ), DRL 1.1
Published
2025-05-19
Updated
2026-07-31
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