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

Known Malware Detected

Back
Id9f86885f-f31f-4e66-a39d-352771ee789e
RulenameKnown Malware Detected
DescriptionThis creates an incident when a known Malware is detected on a endpoint managed by a Carbon Black.
SeverityMedium
TacticsExecution
TechniquesT1204
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/KnownMalwareDetected.yaml
Version1.0.2
Arm template9f86885f-f31f-4e66-a39d-352771ee789e.json
Deploy To Azure
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
relevantTechniques:
- T1204
entityMappings:
- fieldMappings:
  - columnName: processDetails_fullUserName_s
    identifier: FullName
  entityType: Account
- fieldMappings:
  - columnName: deviceDetails_deviceName_s
    identifier: FullName
  entityType: Host
- fieldMappings:
  - columnName: deviceDetails_deviceIpAddress_s
    identifier: Address
  entityType: IP
triggerThreshold: 0
description: |
    'This creates an incident when a known Malware is detected on a endpoint managed by a Carbon Black.'
requiredDataConnectors:
- connectorId: VMwareCarbonBlack
  dataTypes:
  - CarbonBlackEvents_CL
triggerOperator: gt
version: 1.0.2
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/VMware Carbon Black Cloud/Analytic Rules/KnownMalwareDetected.yaml
id: 9f86885f-f31f-4e66-a39d-352771ee789e
queryFrequency: 1h
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  
severity: Medium
status: Available
queryPeriod: 1h
name: Known Malware Detected
tactics:
- Execution
kind: Scheduled