VectraDetections
| where Type == "host"
| extend
entity_uid = ['Entity UID'],
entity_id = ['Entity ID'],
entity_type = ['Entity Type'],
detection_id = ['Detection ID'],
detection = ['Detection Name'],
category = ['Detection Category'],
detection_url = ['Vectra Pivot'],
mitre = Mitre,
tags = Tags
| summarize arg_max(TimeGenerated, *) by ['Detection ID'], entity_uid
id: fb861539-da19-4266-831f-99459b8e7605
customDetails:
tags: tags
entity_id: entity_id
detection_id: detection_id
mitre_techniques: mitre
entity_type: entity_type
requiredDataConnectors:
- dataTypes:
- Detections_Data_CL
connectorId: VectraXDR
name: Vectra Create Detection Alert for Hosts
tactics:
- Persistence
triggerOperator: GreaterThan
suppressionDuration: PT1H
eventGroupingSettings:
aggregationKind: AlertPerResult
triggerThreshold: 0
alertDetailsOverride:
alertDynamicProperties:
- value: detection_url
alertProperty: AlertLink
alertDescriptionFormat: Vectra AI has detected {{category}} - {{detection}} on entity {{entity_uid}}.
alertDisplayNameFormat: Vectra AI Detection- {{detection}}
version: 1.0.1
suppressionEnabled: false
kind: Scheduled
queryPeriod: 10m
queryFrequency: 10m
severity: Medium
incidentConfiguration:
createIncident: false
groupingConfiguration:
reopenClosedIncident: false
enabled: false
matchingMethod: AllEntities
lookbackDuration: PT5H
relevantTechniques:
- T1546
description: This analytic rule is looking for new attacker behaviors observed by the Vectra Platform. The intent is to create entries in the SecurityAlert table for every new detection attached to an entity monitored by the Vectra Platform
status: Available
query: |
VectraDetections
| where Type == "host"
| extend
entity_uid = ['Entity UID'],
entity_id = ['Entity ID'],
entity_type = ['Entity Type'],
detection_id = ['Detection ID'],
detection = ['Detection Name'],
category = ['Detection Category'],
detection_url = ['Vectra Pivot'],
mitre = Mitre,
tags = Tags
| summarize arg_max(TimeGenerated, *) by ['Detection ID'], entity_uid
entityMappings:
- fieldMappings:
- identifier: HostName
columnName: entity_uid
entityType: Host
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Vectra XDR/Analytic Rules/Detection_Host.yaml