Detection rules › Kusto

Cyble Vision Alerts IOC'S

This is a third-party alert feed, not a detection over modeled telemetry. The vendor product raised the finding; this rule forwards it into the SIEM. It is searchable for reference but is excluded from the detection-rule browse and the ATT&CK coverage matrix.

Status
available
Severity
low
Time window
30m
Source
github.com/Azure/Azure-Sentinel

'Detects malicious Indicators of Compromise such as IPs, domains, URLs, and hashes. Extracts IOC type, behaviour tags, risk rating, and timestamps using Alerts_IOCs parser. Triggers an incident with mapped entities, severity, and details.'

MITRE ATT&CK coverage

Rule body kusto

id: c8cf42d5-8684-435f-9c4d-9dd0cc47eaec
name: Cyble Vision Alerts IOC'S
description: |
  'Detects malicious Indicators of Compromise such as IPs, domains, URLs, and hashes. Extracts IOC type, behaviour tags, risk rating, and timestamps using Alerts_IOCs parser. Triggers an incident with mapped entities, severity, and details.'
severity: Low
status: Available
requiredDataConnectors:
- connectorId: CybleVisionAlerts
  dataTypes:
  - CybleVisionAlerts_CL
enabled: true
queryFrequency: 30m
queryPeriod: 30m
triggerOperator: GreaterThan
triggerThreshold: 0
suppressionDuration: PT5H
eventGroupingSettings:
  aggregationKind: AlertPerResult
tactics:
- Reconnaissance
- InitialAccess
- Discovery
- CommandAndControl
- Impact
relevantTechniques:
- T1595
- T1133
- T1046
- T1071
- T1486
subTechniques: []
query: |
  Alerts_iocs 
  | where Service == "iocs" 
  | extend MappedSeverity = Severity
incidentConfiguration:
  createIncident: true
  groupingConfiguration:
    enabled: false
    reopenClosedIncident: false
    lookbackDuration: PT5H
    matchingMethod: AllEntities
alertDetailsOverride:
  alertDisplayNameFormat: CybleVision IOC Detected {{IOC_Value}}
  alertDescriptionFormat: |
    Type {{IOC_Type}} Behaviour {{IOC_BehaviourTags}} Risk Rating {{IOC_RiskRating}}'
  alertDynamicProperties: []
customDetails:
  MappedSeverity: Severity
  Status: Status
  AlertID: AlertID
  Service: Service
  IOC: IOC_Value
  IOCType: IOC_Type
  IOCBehaviour: IOC_BehaviourTags
  IOCRiskRating: IOC_RiskRating
  IOCConfidentRating: IOC_ConfidentRating
  IOCAttackName: IOC_AttackName
  FirstSeen: IOC_FirstSeen
  LastSeen: IOC_LastSeen
  Reference: IOC_ReferenceLink
  UUID: IOC_UUID
  Tags: IOC_Tags
entityMappings:
- entityType: IP
  fieldMappings:
  - identifier: Address
    columnName: IOC_Value
version: 1.0.0
kind: Scheduled

Stages and Predicates

Stage 1: source

Alerts_iocs

Stage 2: where

| where Service == "iocs"

Stage 3: extend

| extend MappedSeverity = Severity

Indicators

Each row is a field, operator, and value that the rule matches. The corpus column counts how many other rules in the catalog look for the same combination: high numbers point to widely-used, community-vetted indicators. Blank or 1 shows that the indicator is specific to this rule.

FieldKindValues
Serviceeq
  • iocs transforms: cased

Output fields

Fields the rule emits when it matches. Chronicle authors list these in the outcome block; they appear on the detection and $risk_score drives alerting. Sentinel / Defender XDR rules build them up through project / summarize / extend stages. Sentinel maps these into alert fields via entityMappings and customDetails; Defender XDR custom detections surface them as alert fields directly.

FieldSource
MappedSeverityextend