Back
Idc8cf42d5-8684-435f-9c4d-9dd0cc47eaec
RulenameCyble Vision Alerts IOC’S
DescriptionDetects 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.
SeverityLow
TacticsReconnaissance
InitialAccess
Discovery
CommandAndControl
Impact
TechniquesT1595
T1133
T1046
T1071
T1486
Required data connectorsCybleVisionAlerts
KindScheduled
Query frequency30m
Query period30m
Trigger threshold0
Trigger operatorGreaterThan
Source Urihttps://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Cyble%20Vision/Analytic%20Rules/Alerts_IOC%27S.yaml
Version1.0.0
Arm templatec8cf42d5-8684-435f-9c4d-9dd0cc47eaec.json
Deploy To Azure
Alerts_iocs 
| where Service == "iocs" 
| extend MappedSeverity = Severity
triggerThreshold: 0
eventGroupingSettings:
  aggregationKind: AlertPerResult
kind: Scheduled
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.'
incidentConfiguration:
  createIncident: true
  groupingConfiguration:
    reopenClosedIncident: false
    matchingMethod: AllEntities
    enabled: false
    lookbackDuration: PT5H
queryFrequency: 30m
triggerOperator: GreaterThan
relevantTechniques:
- T1595
- T1133
- T1046
- T1071
- T1486
entityMappings:
- fieldMappings:
  - identifier: Address
    columnName: IOC_Value
  entityType: IP
id: c8cf42d5-8684-435f-9c4d-9dd0cc47eaec
enabled: true
query: |
  Alerts_iocs 
  | where Service == "iocs" 
  | extend MappedSeverity = Severity
suppressionDuration: PT5H
alertDetailsOverride:
  alertDisplayNameFormat: CybleVision IOC Detected {{IOC_Value}}
  alertDescriptionFormat: |
    Type {{IOC_Type}} Behaviour {{IOC_BehaviourTags}} Risk Rating {{IOC_RiskRating}}'
  alertDynamicProperties: []
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Cyble%20Vision/Analytic%20Rules/Alerts_IOC%27S.yaml
version: 1.0.0
customDetails:
  IOC: IOC_Value
  AlertID: AlertID
  IOCType: IOC_Type
  MappedSeverity: Severity
  Service: Service
  IOCConfidentRating: IOC_ConfidentRating
  LastSeen: IOC_LastSeen
  UUID: IOC_UUID
  IOCAttackName: IOC_AttackName
  FirstSeen: IOC_FirstSeen
  Tags: IOC_Tags
  IOCBehaviour: IOC_BehaviourTags
  IOCRiskRating: IOC_RiskRating
  Reference: IOC_ReferenceLink
  Status: Status
requiredDataConnectors:
- dataTypes:
  - CybleVisionAlerts_CL
  connectorId: CybleVisionAlerts
subTechniques: []
tactics:
- Reconnaissance
- InitialAccess
- Discovery
- CommandAndControl
- Impact
queryPeriod: 30m
severity: Low
status: Available
name: Cyble Vision Alerts IOC'S
{
  "$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#",
  "contentVersion": "1.0.0.0",
  "parameters": {
    "workspace": {
      "type": "String"
    }
  },
  "resources": [
    {
      "apiVersion": "2024-01-01-preview",
      "id": "[concat(resourceId('Microsoft.OperationalInsights/workspaces/providers', parameters('workspace'), 'Microsoft.SecurityInsights'),'/alertRules/c8cf42d5-8684-435f-9c4d-9dd0cc47eaec')]",
      "kind": "Scheduled",
      "name": "[concat(parameters('workspace'),'/Microsoft.SecurityInsights/c8cf42d5-8684-435f-9c4d-9dd0cc47eaec')]",
      "properties": {
        "alertDetailsOverride": {
          "alertDescriptionFormat": "Type {{IOC_Type}} Behaviour {{IOC_BehaviourTags}} Risk Rating {{IOC_RiskRating}}'\n",
          "alertDisplayNameFormat": "CybleVision IOC Detected {{IOC_Value}}",
          "alertDynamicProperties": []
        },
        "alertRuleTemplateName": "c8cf42d5-8684-435f-9c4d-9dd0cc47eaec",
        "customDetails": {
          "AlertID": "AlertID",
          "FirstSeen": "IOC_FirstSeen",
          "IOC": "IOC_Value",
          "IOCAttackName": "IOC_AttackName",
          "IOCBehaviour": "IOC_BehaviourTags",
          "IOCConfidentRating": "IOC_ConfidentRating",
          "IOCRiskRating": "IOC_RiskRating",
          "IOCType": "IOC_Type",
          "LastSeen": "IOC_LastSeen",
          "MappedSeverity": "Severity",
          "Reference": "IOC_ReferenceLink",
          "Service": "Service",
          "Status": "Status",
          "Tags": "IOC_Tags",
          "UUID": "IOC_UUID"
        },
        "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.'\n",
        "displayName": "Cyble Vision Alerts IOC'S",
        "enabled": true,
        "entityMappings": [
          {
            "entityType": "IP",
            "fieldMappings": [
              {
                "columnName": "IOC_Value",
                "identifier": "Address"
              }
            ]
          }
        ],
        "eventGroupingSettings": {
          "aggregationKind": "AlertPerResult"
        },
        "incidentConfiguration": {
          "createIncident": true,
          "groupingConfiguration": {
            "enabled": false,
            "lookbackDuration": "PT5H",
            "matchingMethod": "AllEntities",
            "reopenClosedIncident": false
          }
        },
        "OriginalUri": "https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Cyble%20Vision/Analytic%20Rules/Alerts_IOC%27S.yaml",
        "query": "Alerts_iocs \n| where Service == \"iocs\" \n| extend MappedSeverity = Severity\n",
        "queryFrequency": "PT30M",
        "queryPeriod": "PT30M",
        "severity": "Low",
        "status": "Available",
        "subTechniques": [],
        "suppressionDuration": "PT5H",
        "suppressionEnabled": false,
        "tactics": [
          "CommandAndControl",
          "Discovery",
          "Impact",
          "InitialAccess",
          "Reconnaissance"
        ],
        "techniques": [
          "T1046",
          "T1071",
          "T1133",
          "T1486",
          "T1595"
        ],
        "templateVersion": "1.0.0",
        "triggerOperator": "GreaterThan",
        "triggerThreshold": 0
      },
      "type": "Microsoft.OperationalInsights/workspaces/providers/alertRules"
    }
  ]
}