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