AppCert.exe
Windows App Certification Kit command-line tool.
Full path
C:\Program Files (x86)\Windows Kits\10\App Certification Kit\appcert.exe
C:\Program Files\Windows Kits\10\App Certification Kit\appcert.exeCommands
Performs execution of specified file, can be used as a defense evasion
appcert.exe test -apptype desktop -setuppath {PATH_ABSOLUTE:.exe} -reportoutputpath {PATH_ABSOLUTE:.xml}Execute an executable file via the Windows App Certification Kit command-line tool.
os: Windows
Execute custom made MSI file with malicious code
appcert.exe test -apptype desktop -setuppath {PATH_ABSOLUTE:.msi} -setupcommandline /q -reportoutputpath {PATH_ABSOLUTE:.xml}Install an MSI file via an msiexec instance spawned via appcert.exe as parent process.
os: Windows
Resources
acknowledgement: Avihay Eldad @AvihayEldad