Windows PowerShell: Suspicious Invoke-Item After Mount-DiskImage

Flags PowerShell that mounts an image, derives a drive letter, then runs content via invoke-item from that mount.

FreeReviewedSigma · Medium · v2
Product
windows
Category
ps_script
Author
frack113 (SigmaHQ), DRL 1.1
Published
2022-02-01
Updated
2026-07-31

ATT&CK techniques

Defense Evasion
  1. Recon

  2. Resource Dev

  3. Initial Access

  4. Execution

  5. Persistence

  6. Priv Esc

  7. Cred Access

  8. Discovery

  9. Lateral Movement

  10. Collection

  11. C2

  12. Exfiltration

  13. Impact

What it detects

This rule flags PowerShell script blocks that mount a disk image using Mount-DiskImage with an ImagePath, retrieve the mounted drive letter via Get-Volume, and then run content from that drive using invoke-item. Attackers may chain these actions to execute payloads from container files that may not be properly marked with MOTW, aiding defense-impairment and execution from non-native sources. It relies on Script Block logging telemetry to capture the combined use of Mount-DiskImage, Get-Volume, .DriveLetter, and invoke-item within a single script block.

Related detections4 linkedT1553.005 — drag to rearrange
Suspicious Program Execution From a Mounted ISO or Disk Image (via process_creation)
Windows: Detect Advanced Installer PSF AI_STUBS Executables with OriginalFileName popupwrapper.exe
PowerShell Mount-DiskImage with -ImagePath to Access Disk Images
Windows PowerShell: Suspicious Unblock-File to Remove Zone.Identifier
Windows PowerShell: Suspicious Invoke-Item After Mount-DiskImage
Pivot detection · T1553.005 · 4 related

Changelog

v2
  1. v2
    Candidate ingested via manual entry.2026-07-31
  2. v1
    No 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.