Allowlisting rules - Idemeum Docs

How to think about allowlisting rules

In this case we are showing the end to end cycle of the rule where both allowlisting and EPM are enabled. You can enable EPM or allowlisting or both.

  1. What is the application?
    The first part of the rule is to catch or match the application you are trying to control. Before allowing something, we need to know what we are allowing. You can match the target application using file attributes (hash, name, path, etc.), publisher thumbprint (the hash of the certificate that is used to sign the executable), or certificate elements (when application is signed you can use certificate elements of the signing certificate to match the app).

  2. Allow execution?
    With allowlisting the default policy is to default deny everything. If you want to allow an application you need to allow execution; otherwise, the application will not launch.

  3. Control what app is doing?
    With application fencing you can control child process execution or application interactions (i.e. Notepad cannot launch Command Prompt). You can allow all child processes if you trust the application, or define the custom set of processes that application can launch.

  4. Allow elevation?
    If an application requires admin privileges, and you maintain standard rights for all users, you can allow the application to automatically elevate.

  5. Can users request?
    When application or elevation is blocked, your users can request the permission to run or elevate the application.

Rule best practices

These are some of the best practices related to rule management:

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 allow most used applications in your environment. 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 allow most used applications in your environment.

Catalog rules
Create elevation or allowlisting rules with a single click.

Create allowlisting rule

If you want to create your own custom rules or allow applications that are not listed in the Idemeum catalog, you can simply do that from the event. Launch the application you want to allowlist (or trigger elevated launch); the event will be generated and sent to the cloud. Now you can create a rule from the event.

Allowlisting rules Regex

Idemeum rule engine supports regular expressions when matching the applications using various attributes. We support regex for file name, file path, and certificate elements. We use case-insensitive match.

^msedge.exe$
.*video.*
C:\Program Files\WindowsApps\.*linkedin.*
Microsoft.*