Microsoft Sentinel Analytic Rules
cloudbrothers.infoAzure Sentinel RepoToggle Dark/Light/Auto modeToggle Dark/Light/Auto modeToggle Dark/Light/Auto modeBack to homepage

Vectra Create Detection Alert for Hosts

Back
Idfb861539-da19-4266-831f-99459b8e7605
RulenameVectra Create Detection Alert for Hosts
DescriptionThis 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
SeverityMedium
TacticsPersistence
TechniquesT1546
Required data connectorsVectraXDR
KindScheduled
Query frequency10m
Query period10m
Trigger threshold0
Trigger operatorGreaterThan
Source Urihttps://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Vectra XDR/Analytic Rules/Detection_Host.yaml
Version1.0.1
Arm templatefb861539-da19-4266-831f-99459b8e7605.json
Deploy To Azure
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
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  
suppressionDuration: PT1H
requiredDataConnectors:
- dataTypes:
  - Detections_Data_CL
  connectorId: VectraXDR
id: fb861539-da19-4266-831f-99459b8e7605
name: Vectra Create Detection Alert for Hosts
tactics:
- Persistence
kind: Scheduled
entityMappings:
- fieldMappings:
  - columnName: entity_uid
    identifier: HostName
  entityType: Host
suppressionEnabled: false
alertDetailsOverride:
  alertDescriptionFormat: Vectra AI has detected {{category}} - {{detection}} on entity {{entity_uid}}.
  alertDynamicProperties:
  - value: detection_url
    alertProperty: AlertLink
  alertDisplayNameFormat: Vectra AI Detection- {{detection}}
status: Available
version: 1.0.1
eventGroupingSettings:
  aggregationKind: AlertPerResult
severity: Medium
customDetails:
  entity_type: entity_type
  entity_id: entity_id
  detection_id: detection_id
  tags: tags
  mitre_techniques: mitre
queryPeriod: 10m
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
triggerOperator: GreaterThan
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Vectra XDR/Analytic Rules/Detection_Host.yaml
triggerThreshold: 0
incidentConfiguration:
  createIncident: false
  groupingConfiguration:
    matchingMethod: AllEntities
    enabled: false
    reopenClosedIncident: false
    lookbackDuration: PT5H
relevantTechniques:
- T1546
queryFrequency: 10m