Windows ISO File Creation in User Temp and Outlook Cache Folders
Alerts on creation of .iso files in Windows AppData temp or Outlook cache paths.
- Product
- windows
- Category
- file_event
- Author
- @sam0x90 (SigmaHQ), DRL 1.1
- Published
- 2022-07-30
- Updated
- 2026-07-31
ATT&CK techniques
Initial 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 identifies file creation events where an ISO file is written to common temporary storage locations, including the AppData Local Temp folder or Outlook-related INetCache content. Attackers may stage ISO images in these directories to support subsequent execution steps while reducing visibility in typical application paths. It relies on Windows file event telemetry that includes the created file path in TargetFilename and supports matching on folder substrings and a .iso suffix.
Reporting behind it
- twitter.comhttps://twitter.com/Sam0x90/status/1552011547974696960
- securityaffairs.cohttps://securityaffairs.co/wordpress/133680/malware/dll-sideloading-spread-qakbot.html
- github.comhttps://github.com/redcanaryco/atomic-red-team/blob/0f229c0e42bfe7ca736a14023836d65baa941ed2/atomics/T1553.005/T1553.005.md#atomic-test-1---mount-iso-image
- github.comhttps://github.com/SigmaHQ/sigma/blob/master/rules/windows/file/file_event/file_event_win_iso_file_mount.yml
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 ISO File Creation in User Temp and Outlook Cache Folders
id: 7920e8a9-da9d-42c2-ba2f-bb5f637407c3
status: test
description: This rule identifies file creation events where an ISO file is written to common temporary storage locations, including the AppData Local Temp folder or Outlook-related INetCache content. Attackers may stage ISO images in these directories to support subsequent execution steps while reducing visibility in typical application paths. It relies on Windows file event telemetry that includes the created file path in TargetFilename and supports matching on folder substrings and a .iso suffix.
references:
- https://twitter.com/Sam0x90/status/1552011547974696960
- https://securityaffairs.co/wordpress/133680/malware/dll-sideloading-spread-qakbot.html
- https://github.com/redcanaryco/atomic-red-team/blob/0f229c0e42bfe7ca736a14023836d65baa941ed2/atomics/T1553.005/T1553.005.md#atomic-test-1---mount-iso-image
- https://github.com/SigmaHQ/sigma/blob/master/rules/windows/file/file_event/file_event_win_iso_file_mount.yml
author: "@sam0x90, Huntrule Team"
date: 2022-07-30
tags:
- attack.initial-access
- attack.t1566.001
logsource:
category: file_event
product: windows
detection:
selection_1:
TargetFilename|contains|all:
- \AppData\Local\Temp\
- .zip\
TargetFilename|endswith: .iso
selection_2:
TargetFilename|contains: \AppData\Local\Microsoft\Windows\INetCache\Content.Outlook\
TargetFilename|endswith: .iso
condition: 1 of selection*
falsepositives:
- Potential FP by sysadmin opening a zip file containing a legitimate ISO file
level: high
license: DRL-1.1
related:
- id: 2f9356ae-bf43-41b8-b858-4496d83b2acb
type: derived