Cyble Vision Alerts Postman API Exposure Detection
| Id | 99ca8956-5aad-4542-9fbc-8254182b424d |
| Rulename | Cyble Vision Alerts Postman API Exposure Detection |
| Description | Detects exposed Postman requests, collections or endpoints referencing monitored entities. Alerts analysts to possible API enumeration, leaked endpoints, or unintended exposure. |
| Severity | Low |
| Tactics | Reconnaissance CredentialAccess Exfiltration |
| Techniques | T1595 T1552 T1041 |
| Required data connectors | CybleVisionAlerts |
| Kind | Scheduled |
| Query frequency | 30m |
| Query period | 30m |
| Trigger threshold | 0 |
| Trigger operator | GreaterThan |
| Source Uri | https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Cyble Vision/Analytic Rules/Alerts_Postman.yaml |
| Version | 1.0.0 |
| Arm template | 99ca8956-5aad-4542-9fbc-8254182b424d.json |
Alerts_postman
| where Service == "postman"
| extend MappedSeverity = Severity
entityMappings:
- entityType: Url
fieldMappings:
- identifier: Url
columnName: PM_Url
- entityType: Host
fieldMappings:
- identifier: HostName
columnName: KeywordName
tactics:
- Reconnaissance
- CredentialAccess
- Exfiltration
requiredDataConnectors:
- dataTypes:
- CybleVisionAlerts_CL
connectorId: CybleVisionAlerts
incidentConfiguration:
alertDescriptionFormat: |
A Postman API request referencing monitored entity {{KeywordName}} was discovered. Public Workspace {{PM_IsPublic}}. Developer {{PM_DevelopedBy}}. This may indicate exposed API endpoints, leaked request parameters or sensitive testing data.
createIncident: true
groupingConfiguration:
enabled: false
lookbackDuration: PT5H
reopenClosedIncident: false
matchingMethod: AllEntities
alertDetailsOverride:
alertDisplayNameFormat: Exposed Postman API Request {{PM_Title}}
id: 99ca8956-5aad-4542-9fbc-8254182b424d
severity: Low
eventGroupingSettings:
aggregationKind: AlertPerResult
status: Available
customDetails:
PM_Url: PM_Url
PM_Title: PM_Title
AlertID: AlertID
PM_DevelopedBy: PM_DevelopedBy
MappedSeverity: Severity
PM_PostmanKey: PM_PostmanKey
Service: Service
PM_DevelopedByUrl: PM_DevelopedByUrl
Status: Status
PM_Category: PM_Category
query: |
Alerts_postman
| where Service == "postman"
| extend MappedSeverity = Severity
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Cyble Vision/Analytic Rules/Alerts_Postman.yaml
kind: Scheduled
queryPeriod: 30m
enabled: true
version: 1.0.0
name: Cyble Vision Alerts Postman API Exposure Detection
queryfrequency: 30m
triggerThreshold: 0
relevantTechniques:
- T1595
- T1552
- T1041
description: |
'Detects exposed Postman requests, collections or endpoints referencing monitored entities. Alerts analysts to possible API enumeration, leaked endpoints, or unintended exposure.'
triggerOperator: GreaterThan