mirror of
https://github.com/LOLBAS-Project/LOLBAS
synced 2024-12-26 14:59:03 +01:00
Added dotnet msbuild awl bypass technique
This commit is contained in:
parent
a976eaefe1
commit
92f020b885
@ -19,13 +19,24 @@ Commands:
|
|||||||
MitreID: T1218
|
MitreID: T1218
|
||||||
MitreLink: https://attack.mitre.org/wiki/Technique/T1218
|
MitreLink: https://attack.mitre.org/wiki/Technique/T1218
|
||||||
OperatingSystem: Windows 7 and up with .NET installed
|
OperatingSystem: Windows 7 and up with .NET installed
|
||||||
|
- Command: dotnet.exe msbuild [Path_TO_XML_CSPROJ]
|
||||||
|
Description: dotnet.exe with msbuild (SDK Version) will execute unsigned code
|
||||||
|
Category: AWL Bypass
|
||||||
|
Privileges: User
|
||||||
|
MitreID: T1218
|
||||||
|
MitreLink: https://attack.mitre.org/wiki/Technique/T1218
|
||||||
|
OperatingSystem: Windows 10 with .NET Core installed
|
||||||
Full_Path:
|
Full_Path:
|
||||||
- Path: 'C:\Program Files\dotnet\dotnet.exe'
|
- Path: 'C:\Program Files\dotnet\dotnet.exe'
|
||||||
Detection:
|
Detection:
|
||||||
- IOC: dotnet.exe spawned an unknown process
|
- IOC: dotnet.exe spawned an unknown process
|
||||||
Resources:
|
Resources:
|
||||||
- Link: https://twitter.com/_felamos/status/1204705548668555264
|
- Link: https://twitter.com/_felamos/status/1204705548668555264
|
||||||
|
- Link: https://gist.github.com/bohops/3f645a7238d8022830ecf5511b3ecfbc
|
||||||
|
- Link: https://bohops.com/2019/08/19/dotnet-core-a-vector-for-awl-bypass-defense-evasion/
|
||||||
Acknowledgement:
|
Acknowledgement:
|
||||||
- Person: felamos
|
- Person: felamos
|
||||||
Handle: '@_felamos'
|
Handle: '@_felamos'
|
||||||
|
- Person: Jimmy
|
||||||
|
Handle: '@bohops'
|
||||||
---
|
---
|
||||||
|
Loading…
Reference in New Issue
Block a user