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
name: Cyble Vision Alerts Pastebin
id: dd37e041-3973-482a-aa8c-f484b4178940
enabled: true
entityMappings:
- fieldMappings:
  - columnName: MA_Domain
    identifier: DomainName
  entityType: DNS
- fieldMappings:
  - columnName: MA_DomainURL
    identifier: Url
  entityType: URL
- fieldMappings:
  - columnName: KeywordName
    identifier: Name
  entityType: Account
- fieldMappings:
  - columnName: Domain
    identifier: HostName
  entityType: Host
version: 1.0.0
triggerOperator: GreaterThan
query: |
  Alerts_pastebin  
  | where Service == "pastebin" 
  | extend MappedSeverity = Severity  
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.'
kind: Scheduled
queryfrequency: 30m
triggerThreshold: 0
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Cyble Vision/Analytic Rules/Alerts_pastebin_rule.yaml
severity: Low
incidentConfiguration:
  createIncident: true
  alertDisplayNameFormat: Pastebin/Gist Exposure for Keyword {{KeywordName}}
  alertDetailsOverride: 
  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.
  groupingConfiguration:
    lookbackDuration: PT5H
    reopenClosedIncident: false
    matchingMethod: AllEntities
    enabled: false
queryPeriod: 30m
requiredDataConnectors:
- dataTypes:
  - CybleVisionAlerts_CL
  connectorId: CybleVisionAlerts
status: Available
customDetails:
  AlertID: AlertID
  PasteURL: PB_Data_URL
  PasteID: PB_Data_PasteID
  Service: Service
  PasteAuthor: PB_Author
  PasteUpdatedOn: PB_ContentUpdatedOn
  Status: Status
  MappedSeverity: Severity
eventGroupingSettings:
  aggregationKind: AlertPerResult
relevantTechniques:
- T1591
tactics:
- Reconnaissance