1
0
mirror of https://github.com/LOLBAS-Project/LOLBAS synced 2024-09-20 18:52:13 +02:00
LOLBAS/yml/OtherMSBinaries/Update.yml

33 lines
1.4 KiB
YAML
Raw Normal View History

2019-06-26 20:12:02 +02:00
---
Name: Update.exe
Description: Update is the squirrel update utility used by Microsoft Electron app (Teams in this case)
2019-06-27 13:40:03 +02:00
Author: 'Mr.Un1k0d3r'
Created: '2019-06-26'
2019-06-26 20:12:02 +02:00
Commands:
2019-06-27 13:40:03 +02:00
- Command: Update.exe --processStart payload.exe --process-start-args "whatever args"
2019-06-27 13:49:52 +02:00
Description: Copy your payload into %userprofile%\AppData\Local\Microsoft\Teams\current\. Then run the command. Update.exe will execute the file you copied.
2019-06-26 20:12:02 +02:00
Usecase: Application Whitelisting Bypass
Category: AWL Bypass
2019-06-27 13:40:03 +02:00
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"
2019-06-27 13:49:52 +02:00
Description: Copy your payload into %userprofile%\AppData\Local\Microsoft\Teams\current\. Then run the command. Update.exe will execute the file you copied.
2019-06-27 13:40:03 +02:00
Usecase: Execute binary
Category: Execute
Privileges: User
MitreID: T1218
MitreLink: https://attack.mitre.org/wiki/Technique/T1218
2019-06-26 20:12:02 +02:00
OperatingSystem: Windows 7 and up with Microsoft Teams installed
Full_Path:
2019-06-27 13:49:52 +02:00
- Path: '%userprofile%\AppData\Local\Microsoft\Teams\Update.exe'
2019-06-26 20:12:02 +02:00
Detection:
2019-06-27 13:40:03 +02:00
- IOC: Update.exe spawned an unknown process
2019-06-26 20:12:02 +02:00
Resources:
2019-06-27 13:40:03 +02:00
- Link: https://twitter.com/MrUn1k0d3r/status/1143928885211537408
Acknowledgement:
2019-06-26 20:12:02 +02:00
- Person: Mr.Un1k0d3r
2019-06-27 13:40:03 +02:00
Handle: '@MrUn1k0d3r'
2019-06-26 20:12:02 +02:00
---