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 Phishing Domain Detected

Back
Ideb1d45fe-1b19-4b54-b146-971f282a6fd9
RulenameCyble Vision Alerts Phishing Domain Detected
DescriptionCyble detected a phishing website impersonating a monitored brand. This alert provides landing page, host, screenshot, status and configured keyword for SOC triage.
SeverityLow
TacticsReconnaissance
TechniquesT1598.003
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_phishing_rule.yaml
Version1.0.0
Arm templateeb1d45fe-1b19-4b54-b146-971f282a6fd9.json
Deploy To Azure
Alerts_phishing 
| where Service == "phishing"
| extend MappedSeverity = Severity
name: Cyble Vision Alerts Phishing Domain Detected
id: eb1d45fe-1b19-4b54-b146-971f282a6fd9
enabled: true
entityMappings:
- fieldMappings:
  - columnName: PH_DomainName
    identifier: Url
  entityType: Url
- fieldMappings:
  - columnName: PH_HostName
    identifier: HostName
  entityType: Host
version: 1.0.0
triggerOperator: GreaterThan
query: |
  Alerts_phishing 
  | where Service == "phishing"
  | extend MappedSeverity = Severity  
description: |
    'Cyble detected a phishing website impersonating a monitored brand. This alert provides landing page, host, screenshot, status and configured keyword for SOC triage.'
kind: Scheduled
queryfrequency: 30m
triggerThreshold: 0
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Cyble Vision/Analytic Rules/Alerts_phishing_rule.yaml
severity: Low
incidentConfiguration:
  createIncident: true
  alertDisplayNameFormat: Phishing Detected {{PH_PhishingKeyword}} on {{PH_DomainName}}
  alertDetailsOverride: 
  alertDescriptionFormat: |
    A phishing landing page impersonating {{PH_Brand}}.
    Host {{PH_HostName}}
    Live {{PH_IsLive}}    
  groupingConfiguration:
    lookbackDuration: PT5H
    reopenClosedIncident: false
    matchingMethod: AllEntities
    enabled: false
queryPeriod: 30m
requiredDataConnectors:
- dataTypes:
  - CybleVisionAlerts_CL
  connectorId: CybleVisionAlerts
status: Available
customDetails:
  MappedSeverity: Severity
  PH_AWSObjectName: PH_AWSObjectName
  PH_DomainName: PH_DomainName
  PH_ScreenshotURL: PH_ScreenshotURL
  PH_PhishingKeyword: PH_PhishingKeyword
  PH_HostName: PH_HostName
  PH_DetectedAt: PH_DetectedAt
  AlertID: AlertID
  PH_Title: PH_Title
  PH_PhishingStatus: PH_PhishingStatus
  Service: Service
  PH_Top_Domain: PH_Top_Domain
  PH_Score: PH_Score
  PH_LastLiveOn: PH_LastLiveOn
  Status: Status
  PH_IsLive: PH_IsLive
eventGroupingSettings:
  aggregationKind: AlertPerResult
relevantTechniques:
- T1598.003
tactics:
- Reconnaissance