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 Cyble Web Applications

Back
Id359ddb25-eab1-4ef5-8303-ed3a9b680690
RulenameCyble Vision Alerts Cyble Web Applications
DescriptionCreates an incident for each discovered or exposed web application detected by Cyble Intelligence. Useful for SOC teams to investigate externally facing login portals, misconfigurations, and exposed infrastructure.
SeverityLow
TacticsReconnaissance
TechniquesT1595
T1592
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_Web_Applications.yaml
Version1.0.0
Arm template359ddb25-eab1-4ef5-8303-ed3a9b680690.json
Deploy To Azure
Alerts_web_applications
| where Service == "web_applications"
| extend MappedSeverity = Severity
name: Cyble Vision Alerts Cyble Web Applications
relevantTechniques:
- T1595
- T1592
id: 359ddb25-eab1-4ef5-8303-ed3a9b680690
enabled: true
requiredDataConnectors:
- dataTypes:
  - CybleVisionAlerts_CL
  connectorId: CybleVisionAlerts
eventGroupingSettings:
  aggregationKind: AlertPerResult
version: 1.0.0
severity: Low
triggerThreshold: 0
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Cyble Vision/Analytic Rules/Alerts_Web_Applications.yaml
queryPeriod: 30m
entityMappings:
- fieldMappings:
  - identifier: Url
    columnName: WA_URL
  entityType: URL
- fieldMappings:
  - identifier: Address
    columnName: IP
  entityType: IP
kind: Scheduled
queryFrequency: 30m
incidentConfiguration:
  groupingConfiguration:
    reopenClosedIncident: false
    matchingMethod: AllEntities
    lookbackDuration: PT5H
    enabled: false
  createIncident: true
suppressionDuration: PT5M
alertDetailsOverride:
  alertDisplayNameFormat: Cyble Web Application Found  {{WA_Title_Nested}}
  alertDescriptionFormat: |
    A web application was detected by Cyble Intelligence.
    Host {{WA_Host_Nested}}
    Port {{WA_Port_Nested}}
    URL {{WA_URL}}    
status: Available
query: |
  Alerts_web_applications
  | where Service == "web_applications"
  | extend MappedSeverity = Severity  
tactics:
- Reconnaissance
customDetails:
  AlertID: AlertID
  Title: WA_Title_Nested
  Host: WA_Host_Nested
  MappedSeverity: Severity
  Service: Service
  Status: Status
  DetectedURL: WA_URL
description: |
    'Creates an incident for each discovered or exposed web application detected by Cyble Intelligence. Useful for SOC teams to investigate externally facing login portals, misconfigurations, and exposed infrastructure.'
triggerOperator: GreaterThan