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 News Feed Alert

Back
Idd205a93f-b2e3-4708-a359-5e0c88ee3e59
RulenameCyble Vision Alerts News Feed Alert
DescriptionTriggers when monitored keywords are found in external news feeds. Helps analysts track relevant cybersecurity news, advisories, or threat intelligence updates tied to monitored entities.
SeverityLow
TacticsReconnaissance
TechniquesT1598
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_News_Feed.yaml
Version1.0.0
Arm templated205a93f-b2e3-4708-a359-5e0c88ee3e59.json
Deploy To Azure
Alerts_news_feed  
| where Service == "news_feed" 
| extend MappedSeverity = Severity
name: Cyble Vision Alerts News Feed Alert
id: d205a93f-b2e3-4708-a359-5e0c88ee3e59
enabled: true
entityMappings:
- fieldMappings:
  - columnName: NF_PostURL
    identifier: Url
  entityType: Url
- fieldMappings:
  - columnName: KeywordName
    identifier: HostName
  entityType: Host
version: 1.0.0
triggerOperator: GreaterThan
query: |
  Alerts_news_feed  
  | where Service == "news_feed" 
  | extend MappedSeverity = Severity  
description: |
    'Triggers when monitored keywords are found in external news feeds. Helps analysts track relevant cybersecurity news, advisories, or threat intelligence updates tied to monitored entities.'
kind: Scheduled
queryfrequency: 30m
triggerThreshold: 0
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Cyble Vision/Analytic Rules/Alerts_News_Feed.yaml
severity: Low
incidentConfiguration:
  createIncident: true
  alertDisplayNameFormat: Relevant Cybersecurity News {{NF_PostTitle}}
  alertDetailsOverride: 
  alertDescriptionFormat: |
        A news article referencing the monitored keyword {{KeywordName}} was identified. Source {{NF_PostSourceName}}. URL {{NF_PostURL}}.
  groupingConfiguration:
    lookbackDuration: PT5H
    reopenClosedIncident: false
    matchingMethod: AllEntities
    enabled: false
queryPeriod: 30m
requiredDataConnectors:
- dataTypes:
  - CybleVisionAlerts_CL
  connectorId: CybleVisionAlerts
status: Available
customDetails:
  NF_PostURL: NF_PostURL
  AlertID: AlertID
  NF_AI_Summary: NF_AI_Summary
  NF_PostTitle: NF_PostTitle
  Service: Service
  NF_PostSource: NF_PostSourceName
  Status: Status
  MappedSeverity: Severity
eventGroupingSettings:
  aggregationKind: AlertPerResult
relevantTechniques:
- T1598
tactics:
- Reconnaissance