.. /AppCert.exe
Star

Execute (EXE, MSI)

Windows App Certification Kit command-line tool.

Paths:

Resources:

Acknowledgements:

Execute

  1. Execute an executable file via the Windows App Certification Kit command-line tool.

    appcert.exe test -apptype desktop -setuppath {PATH_ABSOLUTE:.exe} -reportoutputpath {PATH_ABSOLUTE:.xml}
    Use case
    Performs execution of specified file, can be used as a defense evasion
    Privileges required
    Administrator
    Operating systems
    Windows
    ATT&CK® technique
    T1127
    Tags
    Execute: EXE
  2. Install an MSI file via an msiexec instance spawned via appcert.exe as parent process.

    appcert.exe test -apptype desktop -setuppath {PATH_ABSOLUTE:.msi} -setupcommandline /q -reportoutputpath {PATH_ABSOLUTE:.xml}
    Use case
    Execute custom made MSI file with malicious code
    Privileges required
    Administrator
    Operating systems
    Windows
    ATT&CK® technique
    T1218.007
    Tags
    Execute: MSI