Skip to main content

Application Control tools

To set Application Control rules based on the hash of the executable or the certificate thumbprint, you must download the following tools:

  • Fingerprint, to obtain the custom value of the hash.

  • Thumbprint, to obtain the custom value of the certificate thumbprint.

Fingerprint

Download Fingerprint

To obtain the application hash:

  1. Open the Command Prompt window.

  2. Navigate to the location of the Fingerprint tool. For example:

    cd/users/fingerprint.exe
  3. To display the hash value of an application, run the following command:

    fingerprint "application full path"
    Example: fingerprint "C:\Program Files\TeamViewer\TeamViewer.exe"
    
  4. Return to Control Center and configure the rule based on the value you obtained. For more information refer to Application Control.

Thumbprint

Download Thumbprint

To obtain the certificate thumbprint:

  1. Run Command Prompt as Administrator.

  2. Navigate to the location of the Thumbprint tool. For example:

    cd/users/thumbprint.exe
  3. To display the certificate thumbprint, run the following command:

    thumbprint "application full path"
    Example: thumbprint "C:\Program Files\TeamViewer\TeamViewer.exe"
    
  4. Return to Control Center and configure the rule based on the value you obtained. For more information refer to Application Control.