Skip to main content

Application allowlisting

Working with rules

Overview

When you work with allowlisting and elevation control (EPM) the easiest way to think about the rules in the following way:

  1. Is the application allowed to execute?
    1. You can match the target application using
      1. File attributes - file hash, file name, or file path
      2. Publisher certificate thumbprint
      3. Certificate elements - CN, O, etc.
    2. If you trust the application, you can allow execution of child processes by this application
  2. If allowed to execute, can application elevate?
    1. You can block elevation, automatically elevate application, or allow users to request elevation

Example rule for Slack - this is a local rule and will only be applied to the current organization, we match the application using the publisher certificate, allow application execution along with child processes, and allow the application to elevate as admin.

Example rule for AnyDesk - this is a local rule that will only apply to a certain customer, it matches the application that is legitimately signed by AnyDesk Software GmbH, we allow execution, and offer users the option to request elevation.

Catalog rules

Idemeum comes pre-configured with allowlisting and elevation rules for most common applications. We constantly update applications to make sure the rules are current and do not create any disruptions. With a click of a button you can allowlisting most used applications.

  • Navigate to the admin portal of your organization / customer
  • Access EventsRulesAdd ruleCatalog rule
  • Choose the rules that you want by selecting the application
  • Save the configuration and the rules will be automatically added
💡
Rules will be added to your list and the names for catalog rules will start with Catalog-<appname>. If you want to remove the rule, simply delete it from your list.

Manual rules

Create from event

Create manually