let threshold = 8;
CarbonBlackNotifications_CL
| where threatHunterInfo_score_d >= threshold
| extend eventTime = datetime(1970-01-01) + tolong(threatHunterInfo_time_d/1000) * 1sec
| summarize StartTime = min(TimeGenerated), EndTime = max(TimeGenerated), count() by eventTime, Threat_Name = threatHunterInfo_reportName_s, Device_Name = deviceInfo_deviceName_s, Internal_IP = deviceInfo_internalIpAddress_s, External_IP = deviceInfo_externalIpAddress_s, Threat_Score = threatHunterInfo_score_d
| project-away count_
relevantTechniques:
- T1210
entityMappings:
- fieldMappings:
- columnName: Device_Name
identifier: FullName
entityType: Host
- fieldMappings:
- columnName: Internal_IP
identifier: Address
entityType: IP
triggerThreshold: 0
description: |
'This creates an incident in the event a critical threat was identified on a Carbon Black managed endpoint.'
requiredDataConnectors:
- connectorId: VMwareCarbonBlack
dataTypes:
- CarbonBlackNotifications_CL
triggerOperator: gt
version: 1.0.2
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/VMware Carbon Black Cloud/Analytic Rules/CriticalThreatDetected.yaml
id: 2ca4e7fc-c61a-49e5-9736-5da8035c47e0
queryFrequency: 1h
query: |
let threshold = 8;
CarbonBlackNotifications_CL
| where threatHunterInfo_score_d >= threshold
| extend eventTime = datetime(1970-01-01) + tolong(threatHunterInfo_time_d/1000) * 1sec
| summarize StartTime = min(TimeGenerated), EndTime = max(TimeGenerated), count() by eventTime, Threat_Name = threatHunterInfo_reportName_s, Device_Name = deviceInfo_deviceName_s, Internal_IP = deviceInfo_internalIpAddress_s, External_IP = deviceInfo_externalIpAddress_s, Threat_Score = threatHunterInfo_score_d
| project-away count_
severity: Medium
status: Available
queryPeriod: 1h
name: Critical Threat Detected
tactics:
- LateralMovement
kind: Scheduled