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 Pastebin

Back
Iddd37e041-3973-482a-aa8c-f484b4178940
RulenameCyble Vision Alerts Pastebin
DescriptionCyble detected a paste containing references to monitored keywords or domains. Pastebin/Gist exposure may indicate data leakage or threat actor activity referencing the organization.
SeverityLow
TacticsReconnaissance
TechniquesT1591
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_pastebin_rule.yaml
Version1.0.0
Arm templatedd37e041-3973-482a-aa8c-f484b4178940.json
Deploy To Azure
Alerts_pastebin  
| where Service == "pastebin" 
| extend MappedSeverity = Severity
kind: Scheduled
status: Available
enabled: true
triggerOperator: GreaterThan
version: 1.0.0
tactics:
- Reconnaissance
incidentConfiguration:
  alertDescriptionFormat: |
        A public paste has been detected referencing monitored keyword {{KeywordName}}. Paste Author {{PB_Author}}. URL {{PB_Data_URL}}. This may indicate sensitive information exposure or monitoring by external actors.
  alertDetailsOverride: 
  createIncident: true
  groupingConfiguration:
    matchingMethod: AllEntities
    enabled: false
    lookbackDuration: PT5H
    reopenClosedIncident: false
  alertDisplayNameFormat: Pastebin/Gist Exposure for Keyword {{KeywordName}}
queryfrequency: 30m
id: dd37e041-3973-482a-aa8c-f484b4178940
requiredDataConnectors:
- connectorId: CybleVisionAlerts
  dataTypes:
  - CybleVisionAlerts_CL
name: Cyble Vision Alerts Pastebin
description: |
    'Cyble detected a paste containing references to monitored keywords or domains. Pastebin/Gist exposure may indicate data leakage or threat actor activity referencing the organization.'
customDetails:
  AlertID: AlertID
  PasteUpdatedOn: PB_ContentUpdatedOn
  PasteID: PB_Data_PasteID
  Status: Status
  PasteAuthor: PB_Author
  MappedSeverity: Severity
  Service: Service
  PasteURL: PB_Data_URL
relevantTechniques:
- T1591
entityMappings:
- entityType: DNS
  fieldMappings:
  - columnName: MA_Domain
    identifier: DomainName
- entityType: URL
  fieldMappings:
  - columnName: MA_DomainURL
    identifier: Url
- entityType: Account
  fieldMappings:
  - columnName: KeywordName
    identifier: Name
- entityType: Host
  fieldMappings:
  - columnName: Domain
    identifier: HostName
query: |
  Alerts_pastebin  
  | where Service == "pastebin" 
  | extend MappedSeverity = Severity  
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Cyble Vision/Analytic Rules/Alerts_pastebin_rule.yaml
triggerThreshold: 0
queryPeriod: 30m
severity: Low
eventGroupingSettings:
  aggregationKind: AlertPerResult