Back to Techniques
ClickOnce launcher (dfshim)
ClickOnce (.application) links can launch the ClickOnce installer via the DFShim component, often brokered by rundll32/shell handlers. Still encountered in enterprise apps; has been abused in phishing.
In a browser, navigate to a benign
.applicationlink (lab only)Accept prompts to view how ClickOnce presents install UI
References:
Mitigations:
Restrict ClickOnce; require code signing; block untrusted sources
Contributor:
ClickGrab
(2025-09-16)