Add highlighted objects as exceptions to enabled detection models/filters using the context menu in Workbench or Observed Attack Techniques.
This task uses a highlighted object in a Workbench alert to illustrate how to add an exception via the context menu.
Important
|
Procedure
- Go to .
- Click the Workbench ID for the alert you want to investigate.
- In the Highlights panel, right-click a highlighted object and select Add to Exceptions.

Note
An event contains two types of objects: highlighted objects that triggered the current filter, and impact scope entities that are not alert triggers. You can only add highlighted objects as exceptions via the context menu. - To use regex in criteria values, select Allow regex in criteria values.

Note
Standard regex syntax is supported:-
.*: Match zero or more characters
-
.+: Match one or more characters
-
^: Start of string
-
$: End of string
-
\: Escape charactersUse a backslash (\) if the value contains any of the following characters and you want to match the characters exactly: \ { } ( ) [ ] . + * ? ^ $ |
Example 1: To match all .exe files inC:\Users\Temp, type C:\\Users\\Temp\\.*\.exe.Example 2: To match all URLs starting with https://example.com/, type https://example\.com/.*. -
- Type any additional information in the Description.
- Click Add.
