Create a custom exception to exclude specified objects or events from future detections.
WARNINGDetection model exceptions can result in false negatives, which can allow
security threats to go undetected.
|
NoteNew exceptions might require a few minutes before taking effect.
|
Custom exceptions contain the following settings:
-
Targets: The location of the objects or events you want to exclude from detectionsFor example, you can exclude objects on a specific endpoint using the endpointGUID field and the GUID value of the endpoint.
-
Event source: The types of events you want to exclude from detectionsFor example, you can exclude file creation events on endpoints using the ENDPOINT_ACTIVITY event type, the TELEMETRY_FILE event ID, and the TELEMETRY_FILE_CREATE event sub-ID.
-
Match criteria: The objects and events you want to exclude from detectionsFor example, you can exclude a specific file attachment using the file_sha1 field type, the attachmentFileHash field, and the SHA-1 value of the file attachment.
Procedure
- Go to and click the Exceptions tab.
- Click + Add.
- Specify the General Settings that will display in the
table on the Exceptions tab.
- Specify a name for the exception.
- Provide a description to help your team identify the exception and the reason it was added.
- Define up to 10 Targets.
- Select a target type from the Field drop-down menu.
- Specify the targets in the Values field.
Note
-
You can specify up to 50 targets.
-
Each value cannot exceed 128 characters.
-
The values provided must match the specified field. For example, if the field is endpointGUID, then the values provided must be GUIDs.
-
- Click +Add Target to define another target.
- Define the Event Source.
- Select an Event type from the drop-down
menu.
Note
Each event type is associated one type of activity data collected by a specific set of data sources. For example, the ENDPOINT_ACTIVITY_DATA event type is associated with endpoint activity data collected by endpoint sensors.To learn more about activity data and data sources, see Search method data sources. - Select an Event ID from the drop-down menu.
- Select an Event sub-ID from the drop-down menu.
- Select an Event type from the drop-down
menu.
- Define up to 10 Match Criteria.
- Select a Field type.
- Select a Field.
- Specify up to 20 Values. Each value cannot exceed 2048 characters.
- (Optional) Select Edit using
wildcards if you want to replace certain parts of the object
with wildcards.The object value supports the following elements:
-
.*
: Multiple character substitute -
\
: Escape character -
If the object value contains any of the following characters, use the escape character
\
to indicate that they are ordinary characters that have no special meaning:\ { } ( ) [ ] . + * ? ^ $ |
-
- Click +Add Criteria to add another match criteria.
- Click Add.