Alerts_ip_risk_score
| where Service == "ip_risk_score"
| extend MappedSeverity = Severity
name: Cyble Vision Alerts IP Risk Score
id: 1e7c8d9f-1d42-42b3-b6ce-12a637e05f16
enabled: true
entityMappings:
- fieldMappings:
- columnName: IPRS_IP
identifier: Address
entityType: IP
version: 1.0.0
triggerOperator: GreaterThan
query: |
Alerts_ip_risk_score
| where Service == "ip_risk_score"
| extend MappedSeverity = Severity
description: |
'Triggers when the risk score for a monitored IP increases significantly. This may indicate new malicious behavior or updated threat intelligence classification.'
kind: Scheduled
queryfrequency: 30m
triggerThreshold: 0
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Cyble Vision/Analytic Rules/Alerts_ip_risk_score_rule.yaml
severity: Low
incidentConfiguration:
createIncident: true
alertDisplayNameFormat: Risk Score Increased for IP {{IPRS_IP}}
alertDetailsOverride:
alertDescriptionFormat: |
The risk score for IP {{IPRS_IP}} has increased. Previous score {{IPRS_OldScore}}. New score {{IPRS_NewScore}}. This may represent newly observed malicious activity or updated threat intelligence.
groupingConfiguration:
lookbackDuration: PT5H
reopenClosedIncident: false
matchingMethod: AllEntities
enabled: false
queryPeriod: 30m
requiredDataConnectors:
- dataTypes:
- CybleVisionAlerts_CL
connectorId: CybleVisionAlerts
status: Available
customDetails:
AlertID: AlertID
IPRS_IP: IPRS_IP
Service: Service
IPRS_OldScore: IPRS_OldScore
Status: Status
MappedSeverity: Severity
IPRS_NewScore: IPRS_NewScore
eventGroupingSettings:
aggregationKind: AlertPerResult
relevantTechniques:
- T1595
tactics:
- Reconnaissance