Suspicious ISO or Image Mount Indicator in Recent Files (via file_event)
This rule detects the creation of recent element file that points to an .ISO, .IMG, .VHD or .VHDX file as frequently used in phishing attacks. This can be a false positive on server systems but on workstations users should rarely mount .iso or .img files.
SigmamediumWindowsv1
sigma
suspicious-iso-or-image-mount-indicator-in-recent-files-via-file-event
title: Suspicious ISO or Image Mount Indicator in Recent Files (via file_event)
id: 1ba01c43-3369-5eeb-a9bf-a624e45e3d2e
status: stable
description: This rule detects the creation of recent element file that points to an .ISO, .IMG, .VHD or .VHDX file as frequently used in phishing attacks. This can be a false positive on server systems but on workstations users should rarely mount .iso or .img files.
references:
- https://attack.mitre.org/techniques/T1566/001/
- https://www.microsoft.com/security/blog/2021/05/27/new-sophisticated-email-based-attack-from-nobelium/
- https://www.trendmicro.com/vinfo/us/security/news/cybercrime-and-digital-threats/malicious-spam-campaign-uses-iso-image-files-to-deliver-lokibot-and-nanocore
- https://blog.emsisoft.com/en/32373/beware-new-wave-of-malware-spreads-via-iso-file-email-attachments/
- https://insights.sei.cmu.edu/blog/the-dangers-of-vhd-and-vhdx-files/
author: Huntrule Team
date: 2026-01-14
tags:
- attack.initial-access
- attack.t1566.001
logsource:
product: windows
category: file_event
detection:
selection:
TargetFilename|endswith:
- '.iso.lnk'
- '.img.lnk'
- '.vhd.lnk'
- '.vhdx.lnk'
TargetFilename|contains: '\Microsoft\Windows\Recent\'
condition: selection
falsepositives:
- Unknown
level: medium
Known false positives
- Unknown
Detection content is published as a reviewed draft. Tune thresholds and exclusions against your own telemetry before enabling this rule for alerting.