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

Critical Threat Detected

Back
Id2ca4e7fc-c61a-49e5-9736-5da8035c47e0
RulenameCritical Threat Detected
DescriptionThis creates an incident in the event a critical threat was identified on a Carbon Black managed endpoint.
SeverityMedium
TacticsLateralMovement
TechniquesT1210
Required data connectorsVMwareCarbonBlack
KindScheduled
Query frequency1h
Query period1h
Trigger threshold0
Trigger operatorgt
Source Urihttps://github.com/Azure/Azure-Sentinel/blob/master/Solutions/VMware Carbon Black Cloud/Analytic Rules/CriticalThreatDetected.yaml
Version1.0.2
Arm template2ca4e7fc-c61a-49e5-9736-5da8035c47e0.json
Deploy To Azure
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_
description: |
    'This creates an incident in the event a critical threat was identified on a Carbon Black managed endpoint.'
kind: Scheduled
tactics:
- LateralMovement
requiredDataConnectors:
- connectorId: VMwareCarbonBlack
  dataTypes:
  - CarbonBlackNotifications_CL
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/VMware Carbon Black Cloud/Analytic Rules/CriticalThreatDetected.yaml
severity: Medium
name: Critical Threat Detected
triggerThreshold: 0
queryPeriod: 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_  
relevantTechniques:
- T1210
id: 2ca4e7fc-c61a-49e5-9736-5da8035c47e0
queryFrequency: 1h
status: Available
triggerOperator: gt
version: 1.0.2
entityMappings:
- entityType: Host
  fieldMappings:
  - columnName: Device_Name
    identifier: FullName
- entityType: IP
  fieldMappings:
  - columnName: Internal_IP
    identifier: Address