We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ce0f29 commit 4d58ad9Copy full SHA for 4d58ad9
Solutions/Tanium/Analytic Rules/TaniumThreatResponseAlerts.yaml
@@ -32,6 +32,18 @@ entityMappings:
32
fieldMappings:
33
- identifier: Name
34
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
47
alertDetailsOverride:
48
alertDisplayNameFormat: "{{TaniumTHRLabel}}"
49
alertDescriptionFormat: "Alert from Tanium Threat Response. GUID: {{Alert_Id_g}}; Computer Name: {{Computer_Name_s}}; IP: {{Computer_IP_s}}"
0 commit comments