Back
Idc56fcb78-b708-4a92-bad4-d50b1e15c42c
RulenameCyble Vision Alerts Suspicious Domain
DescriptionThis Rule generates Cyble Vision Alerts for Service - Suspicious Domain severity LOW
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%20Vision/Analytic%20Rules/Alerts_Suspicious_Domain.yaml
Version1.0.0
Arm templatec56fcb78-b708-4a92-bad4-d50b1e15c42c.json
Deploy To Azure
Alerts_suspicious_domains 
| where Service == "suspicious_domain" 
| extend MappedSeverity = Severity
relevantTechniques:
- T1595
queryPeriod: 30m
suppressionDuration: PT5H
query: |
  Alerts_suspicious_domains 
  | where Service == "suspicious_domain" 
  | extend MappedSeverity = Severity
id: c56fcb78-b708-4a92-bad4-d50b1e15c42c
entityMappings:
- entityType: DNS
  fieldMappings:
  - identifier: DomainName
    columnName: Domain
eventGroupingSettings:
  aggregationKind: AlertPerResult
incidentConfiguration:
  groupingConfiguration:
    lookbackDuration: PT5H
    matchingMethod: AllEntities
    reopenClosedIncident: false
    enabled: false
  createIncident: true
description: |
  'This Rule generates Cyble Vision Alerts for Service - Suspicious Domain severity LOW'
kind: Scheduled
triggerOperator: GreaterThan
queryFrequency: 30m
alertDetailsOverride:
  alertDynamicProperties: []
  alertDescriptionFormat: |
    Suspicious Domain detected for {{Domain}} with {{Status}}
  alertDisplayNameFormat: Suspicious Domain Detected {{Domain}}  {{Status}}
severity: Low
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Cyble%20Vision/Analytic%20Rules/Alerts_Suspicious_Domain.yaml
tactics:
- Reconnaissance
triggerThreshold: 0
subTechniques: []
status: Available
enabled: true
version: 1.0.0
requiredDataConnectors:
- connectorId: CybleVisionAlerts
  dataTypes:
  - CybleVisionAlerts_CL
name: Cyble Vision Alerts Suspicious Domain
customDetails:
  Service: Service
  Domain: Domain
  MappedSeverity: Severity
  Score: SD_Score
  LiveStatus: SD_IsLive
  RegistrationDate: SD_RegistrationDate
  Keyword: KeywordName
  MX_Records: MX_Records
  LastLiveCheck: SD_LastLiveCheck
  Screenshot: SD_ScreenshotURL
  A_Records: A_Records
  Status: Status
  NS_Records: NS_Records
  AlertID: AlertID
{
  "$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/c56fcb78-b708-4a92-bad4-d50b1e15c42c')]",
      "kind": "Scheduled",
      "name": "[concat(parameters('workspace'),'/Microsoft.SecurityInsights/c56fcb78-b708-4a92-bad4-d50b1e15c42c')]",
      "properties": {
        "alertDetailsOverride": {
          "alertDescriptionFormat": "Suspicious Domain detected for {{Domain}} with {{Status}}\n",
          "alertDisplayNameFormat": "Suspicious Domain Detected {{Domain}}  {{Status}}",
          "alertDynamicProperties": []
        },
        "alertRuleTemplateName": "c56fcb78-b708-4a92-bad4-d50b1e15c42c",
        "customDetails": {
          "A_Records": "A_Records",
          "AlertID": "AlertID",
          "Domain": "Domain",
          "Keyword": "KeywordName",
          "LastLiveCheck": "SD_LastLiveCheck",
          "LiveStatus": "SD_IsLive",
          "MappedSeverity": "Severity",
          "MX_Records": "MX_Records",
          "NS_Records": "NS_Records",
          "RegistrationDate": "SD_RegistrationDate",
          "Score": "SD_Score",
          "Screenshot": "SD_ScreenshotURL",
          "Service": "Service",
          "Status": "Status"
        },
        "description": "'This Rule generates Cyble Vision Alerts for Service - Suspicious Domain severity LOW'\n",
        "displayName": "Cyble Vision Alerts Suspicious Domain",
        "enabled": true,
        "entityMappings": [
          {
            "entityType": "DNS",
            "fieldMappings": [
              {
                "columnName": "Domain",
                "identifier": "DomainName"
              }
            ]
          }
        ],
        "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_Suspicious_Domain.yaml",
        "query": "Alerts_suspicious_domains \n| where Service == \"suspicious_domain\" \n| extend MappedSeverity = Severity\n",
        "queryFrequency": "PT30M",
        "queryPeriod": "PT30M",
        "severity": "Low",
        "status": "Available",
        "subTechniques": [],
        "suppressionDuration": "PT5H",
        "suppressionEnabled": false,
        "tactics": [
          "Reconnaissance"
        ],
        "techniques": [
          "T1595"
        ],
        "templateVersion": "1.0.0",
        "triggerOperator": "GreaterThan",
        "triggerThreshold": 0
      },
      "type": "Microsoft.OperationalInsights/workspaces/providers/alertRules"
    }
  ]
}