Back to Techniques
Office URI schemes (ms-word/ms-excel)
Office apps support URI schemes (e.g., ms-word:, ms-excel:) that can be invoked from browsers/links to open documents directly in Office. Adversaries may deep-link to remote docs to stage follow-on actions (macros, links, etc.).
Demonstrates launching Excel using an Office URI pointing at a benign URL.
Press Win-R
Type:
ms-excel:ofv|u|https://example.com/sheet.xlsxand press EnterExcel opens (may prompt based on policy)
Mitigations:
Harden Office to block internet macros; warn on external sources
Educate users about links that launch Office directly
Contributor:
ClickGrab
(2025-09-16)