Skip to content

Commit 4d58ad9

Browse files
committed
feat(analytics rule) Corrected that rule should not be grouping results
Also added the IntelId & Tanium Alert Id to the custom details
1 parent 4ce0f29 commit 4d58ad9

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

Solutions/Tanium/Analytic Rules/TaniumThreatResponseAlerts.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,18 @@ entityMappings:
3232
fieldMappings:
3333
- identifier: Name
3434
columnName: TaniumTHRLabel
35+
customDetails:
36+
IntelId: Intel_Id_d
37+
TaniumAlertId: Alert_Id_g
38+
incidentConfiguration:
39+
createIncident: true
40+
groupingConfiguration:
41+
enabled: false
42+
reopenClosedIncident: false
43+
lookbackDuration: PT5H
44+
matchingMethod: AllEntities
45+
eventGroupingSettings:
46+
aggregationKind: AlertPerResult
3547
alertDetailsOverride:
3648
alertDisplayNameFormat: "{{TaniumTHRLabel}}"
3749
alertDescriptionFormat: "Alert from Tanium Threat Response. GUID: {{Alert_Id_g}}; Computer Name: {{Computer_Name_s}}; IP: {{Computer_IP_s}}"

0 commit comments

Comments
 (0)