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
alertDetailsOverride:
  alertDescriptionFormat: |
    A web application was detected by Cyble Intelligence.
    Host {{WA_Host_Nested}}
    Port {{WA_Port_Nested}}
    URL {{WA_URL}}    
  alertDisplayNameFormat: Cyble Web Application Found  {{WA_Title_Nested}}
relevantTechniques:
- T1595
- T1592
name: Cyble Vision Alerts Cyble Web Applications
queryFrequency: 30m
version: 1.0.0
tactics:
- Reconnaissance
triggerThreshold: 0
severity: Low
incidentConfiguration:
  groupingConfiguration:
    reopenClosedIncident: false
    enabled: false
    lookbackDuration: PT5H
    matchingMethod: AllEntities
  createIncident: true
requiredDataConnectors:
- connectorId: CybleVisionAlerts
  dataTypes:
  - CybleVisionAlerts_CL
suppressionDuration: PT5M
enabled: true
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Cyble Vision/Analytic Rules/Alerts_Web_Applications.yaml
query: |
  Alerts_web_applications
  | where Service == "web_applications"
  | extend MappedSeverity = Severity  
kind: Scheduled
entityMappings:
- fieldMappings:
  - columnName: WA_URL
    identifier: Url
  entityType: URL
- fieldMappings:
  - columnName: IP
    identifier: Address
  entityType: IP
queryPeriod: 30m
triggerOperator: GreaterThan
customDetails:
  Service: Service
  MappedSeverity: Severity
  DetectedURL: WA_URL
  Host: WA_Host_Nested
  AlertID: AlertID
  Status: Status
  Title: WA_Title_Nested
eventGroupingSettings:
  aggregationKind: AlertPerResult
id: 359ddb25-eab1-4ef5-8303-ed3a9b680690
status: Available
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.'