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 Suspicious Domain

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 Vision/Analytic Rules/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
name: Cyble Vision Alerts Suspicious Domain
alertDetailsOverride:
  alertDynamicProperties: []
  alertDisplayNameFormat: Suspicious Domain Detected {{Domain}}  {{Status}}
  alertDescriptionFormat: |
        Suspicious Domain detected for {{Domain}} with {{Status}}
query: |
  Alerts_suspicious_domains 
  | where Service == "suspicious_domain" 
  | extend MappedSeverity = Severity  
id: c56fcb78-b708-4a92-bad4-d50b1e15c42c
enabled: true
entityMappings:
- fieldMappings:
  - columnName: Domain
    identifier: DomainName
  entityType: DNS
version: 1.0.0
triggerOperator: GreaterThan
suppressionDuration: PT5H
description: |
    'This Rule generates Cyble Vision Alerts for Service - Suspicious Domain severity LOW'
kind: Scheduled
queryFrequency: 30m
triggerThreshold: 0
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Cyble Vision/Analytic Rules/Alerts_Suspicious_Domain.yaml
severity: Low
incidentConfiguration:
  createIncident: true
  groupingConfiguration:
    lookbackDuration: PT5H
    reopenClosedIncident: false
    matchingMethod: AllEntities
    enabled: false
subTechniques: []
queryPeriod: 30m
requiredDataConnectors:
- dataTypes:
  - CybleVisionAlerts_CL
  connectorId: CybleVisionAlerts
status: Available
customDetails:
  MappedSeverity: Severity
  A_Records: A_Records
  Keyword: KeywordName
  MX_Records: MX_Records
  RegistrationDate: SD_RegistrationDate
  LiveStatus: SD_IsLive
  Domain: Domain
  LastLiveCheck: SD_LastLiveCheck
  AlertID: AlertID
  Service: Service
  Screenshot: SD_ScreenshotURL
  Score: SD_Score
  Status: Status
  NS_Records: NS_Records
eventGroupingSettings:
  aggregationKind: AlertPerResult
relevantTechniques:
- T1595
tactics:
- Reconnaissance