From 2185ade1f2f70750bbb1b1bc2754b954ac26f44c Mon Sep 17 00:00:00 2001 From: Borja Date: Wed, 22 May 2024 19:59:51 +0200 Subject: [PATCH] Update Msiexec.yml (#369) --- yml/OSBinaries/Msiexec.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/yml/OSBinaries/Msiexec.yml b/yml/OSBinaries/Msiexec.yml index 8eab24c..35a97e4 100644 --- a/yml/OSBinaries/Msiexec.yml +++ b/yml/OSBinaries/Msiexec.yml @@ -19,7 +19,7 @@ Commands: MitreID: T1218.007 OperatingSystem: Windows vista, Windows 7, Windows 8, Windows 8.1, Windows 10, Windows 11 - Command: msiexec /y "C:\folder\evil.dll" - Description: Calls DLLRegisterServer to register the target DLL. + Description: Calls DllRegisterServer to register the target DLL. Usecase: Execute dll files Category: Execute Privileges: User @@ -28,7 +28,7 @@ Commands: Tags: - Execute: DLL - Command: msiexec /z "C:\folder\evil.dll" - Description: Calls DLLUnregisterServer to un-register the target DLL. + Description: Calls DllUnregisterServer to un-register the target DLL. Usecase: Execute dll files Category: Execute Privileges: User