Alerts_news_feed
| where Service == "news_feed"
| extend MappedSeverity = Severity
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Cyble Vision/Analytic Rules/Alerts_News_Feed.yaml
queryPeriod: 30m
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.'
triggerThreshold: 0
name: Cyble Vision Alerts News Feed Alert
triggerOperator: GreaterThan
incidentConfiguration:
alertDisplayNameFormat: Relevant Cybersecurity News {{NF_PostTitle}}
alertDescriptionFormat: |
A news article referencing the monitored keyword {{KeywordName}} was identified. Source {{NF_PostSourceName}}. URL {{NF_PostURL}}.
alertDetailsOverride:
createIncident: true
groupingConfiguration:
matchingMethod: AllEntities
enabled: false
reopenClosedIncident: false
lookbackDuration: PT5H
kind: Scheduled
requiredDataConnectors:
- connectorId: CybleVisionAlerts
dataTypes:
- CybleVisionAlerts_CL
query: |
Alerts_news_feed
| where Service == "news_feed"
| extend MappedSeverity = Severity
customDetails:
NF_PostSource: NF_PostSourceName
NF_PostTitle: NF_PostTitle
Service: Service
Status: Status
MappedSeverity: Severity
NF_AI_Summary: NF_AI_Summary
NF_PostURL: NF_PostURL
AlertID: AlertID
eventGroupingSettings:
aggregationKind: AlertPerResult
queryfrequency: 30m
tactics:
- Reconnaissance
id: d205a93f-b2e3-4708-a359-5e0c88ee3e59
status: Available
version: 1.0.0
enabled: true
entityMappings:
- entityType: Url
fieldMappings:
- identifier: Url
columnName: NF_PostURL
- entityType: Host
fieldMappings:
- identifier: HostName
columnName: KeywordName
severity: Low
relevantTechniques:
- T1598