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

Cyble Vision Alerts IP Risk Score

Back
Id1e7c8d9f-1d42-42b3-b6ce-12a637e05f16
RulenameCyble Vision Alerts IP Risk Score
DescriptionTriggers when the risk score for a monitored IP increases significantly. This may indicate new malicious behavior or updated threat intelligence classification.
SeverityLow
TacticsReconnaissance
TechniquesT1595
Required data connectorsCybleVisionAlerts
KindScheduled
Query frequency30m
Query period30m
Trigger threshold0
Trigger operatorGreaterThan
Source Urihttps://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Cyble Vision/Analytic Rules/Alerts_ip_risk_score_rule.yaml
Version1.0.0
Arm template1e7c8d9f-1d42-42b3-b6ce-12a637e05f16.json
Deploy To Azure
Alerts_ip_risk_score  
| where Service == "ip_risk_score" 
| extend MappedSeverity = Severity
customDetails:
  Status: Status
  Service: Service
  IPRS_NewScore: IPRS_NewScore
  IPRS_IP: IPRS_IP
  IPRS_OldScore: IPRS_OldScore
  MappedSeverity: Severity
  AlertID: AlertID
severity: Low
status: Available
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Cyble Vision/Analytic Rules/Alerts_ip_risk_score_rule.yaml
query: |
  Alerts_ip_risk_score  
  | where Service == "ip_risk_score" 
  | extend MappedSeverity = Severity  
requiredDataConnectors:
- dataTypes:
  - CybleVisionAlerts_CL
  connectorId: CybleVisionAlerts
incidentConfiguration:
  alertDetailsOverride: 
  alertDisplayNameFormat: Risk Score Increased for IP {{IPRS_IP}}
  createIncident: true
  groupingConfiguration:
    reopenClosedIncident: false
    enabled: false
    matchingMethod: AllEntities
    lookbackDuration: PT5H
  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.
relevantTechniques:
- T1595
kind: Scheduled
name: Cyble Vision Alerts IP Risk Score
tactics:
- Reconnaissance
eventGroupingSettings:
  aggregationKind: AlertPerResult
entityMappings:
- fieldMappings:
  - identifier: Address
    columnName: IPRS_IP
  entityType: IP
enabled: true
queryfrequency: 30m
description: |
    'Triggers when the risk score for a monitored IP increases significantly. This may indicate new malicious behavior or updated threat intelligence classification.'
triggerThreshold: 0
triggerOperator: GreaterThan
version: 1.0.0
queryPeriod: 30m
id: 1e7c8d9f-1d42-42b3-b6ce-12a637e05f16