From ef2b2532270cec15d1de175ea3462a7d78cf812e Mon Sep 17 00:00:00 2001 From: bohops Date: Tue, 4 Dec 2018 19:09:42 -0500 Subject: [PATCH] Update Xwizard.yml --- yml/OSBinaries/Xwizard.yml | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/yml/OSBinaries/Xwizard.yml b/yml/OSBinaries/Xwizard.yml index 216e397..c8ad78d 100644 --- a/yml/OSBinaries/Xwizard.yml +++ b/yml/OSBinaries/Xwizard.yml @@ -12,6 +12,14 @@ Commands: MitreID: T1218 MitreLink: https://attack.mitre.org/wiki/Technique/T1218 OperatingSystem: Windows vista, Windows 7, Windows 8, Windows 8.1, Windows 10 + - Command: xwizard RunWizard /taero /u {00000001-0000-0000-0000-0000FEEDACDC} + Description: Xwizard.exe running a custom class that has been added to the registry. The /t and /u switch prevent an error message in later Windows 10 builds. + Usecase: Run a com object created in registry to evade defensive counter measures + Category: Execute + Privileges: User + MitreID: T1218 + MitreLink: https://attack.mitre.org/wiki/Technique/T1218 + OperatingSystem: Windows vista, Windows 7, Windows 8, Windows 8.1, Windows 10 Full Path: - Path: C:\Windows\System32\xwizard.exe - Path: C:\Windows\SysWOW64\xwizard.exe @@ -23,7 +31,12 @@ Resources: - Link: http://www.hexacorn.com/blog/2017/07/31/the-wizard-of-x-oppa-plugx-style/ - Link: https://www.youtube.com/watch?v=LwDHX7DVHWU - Link: https://gist.github.com/NickTyrer/0598b60112eaafe6d07789f7964290d5 + - Link: https://bohops.com/2018/08/18/abusing-the-com-registry-structure-part-2-loading-techniques-for-evasion-and-persistence/ Acknowledgement: - Person: Adam Handle: '@Hexacorn' ---- \ No newline at end of file + - Person: Nick Tyrer + Handle: '@NickTyrer' + - Person: harr0ey + Handle: @harr0ey +---