CarbonBlackEvents_CL
| extend eventTime = datetime(1970-01-01) + tolong(eventTime_d/1000) * 1sec
| where targetApp_effectiveReputation_s =~ "KNOWN_MALWARE"
| summarize StartTime = min(TimeGenerated), EndTime = max(TimeGenerated), count() by eventTime, deviceDetails_deviceName_s, deviceDetails_deviceIpAddress_s, processDetails_fullUserName_s, processDetails_targetName_s
requiredDataConnectors:
- connectorId: VMwareCarbonBlack
dataTypes:
- CarbonBlackEvents_CL
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/VMware Carbon Black Cloud/Analytic Rules/KnownMalwareDetected.yaml
triggerThreshold: 0
status: Available
relevantTechniques:
- T1204
queryPeriod: 1h
name: Known Malware Detected
entityMappings:
- entityType: Account
fieldMappings:
- columnName: processDetails_fullUserName_s
identifier: FullName
- entityType: Host
fieldMappings:
- columnName: deviceDetails_deviceName_s
identifier: FullName
- entityType: IP
fieldMappings:
- columnName: deviceDetails_deviceIpAddress_s
identifier: Address
queryFrequency: 1h
triggerOperator: gt
kind: Scheduled
description: |
'This creates an incident when a known Malware is detected on a endpoint managed by a Carbon Black.'
tactics:
- Execution
severity: Medium
version: 1.0.2
query: |
CarbonBlackEvents_CL
| extend eventTime = datetime(1970-01-01) + tolong(eventTime_d/1000) * 1sec
| where targetApp_effectiveReputation_s =~ "KNOWN_MALWARE"
| summarize StartTime = min(TimeGenerated), EndTime = max(TimeGenerated), count() by eventTime, deviceDetails_deviceName_s, deviceDetails_deviceIpAddress_s, processDetails_fullUserName_s, processDetails_targetName_s
id: 9f86885f-f31f-4e66-a39d-352771ee789e