Microsoft Sentinel Analytic Rules
cloudbrothers.infoAzure Sentinel RepoToggle Dark/Light/Auto modeToggle Dark/Light/Auto modeToggle Dark/Light/Auto modeBack to homepage

Dataminr - urgent alerts detected

Back
Id64a46029-3236-4d03-b5df-207366a623f1
RulenameDataminr - urgent alerts detected
DescriptionRule helps to detect whenever there is an alert found which has urgent alert-type in Dataminr.
SeverityMedium
TacticsPersistence
TechniquesT1546
Required data connectorsDataminrPulseAlerts
KindScheduled
Query frequency5m
Query period5m
Trigger threshold0
Trigger operatorGreaterThan
Source Urihttps://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Dataminr Pulse/Analytic Rules/DataminrSentinelAlerts.yaml
Version1.0.0
Arm template64a46029-3236-4d03-b5df-207366a623f1.json
Deploy To Azure
DataminrPulseAlerts
| where EventSource in~ ('Greynoise', 'Shodan', 'VirusTotal', 'alienvault open threat exchange', 'urlscan')
  and AlertType == "Urgent"
eventGroupingSettings:
  aggregationKind: SingleAlert
triggerThreshold: 0
entityMappings:
- entityType: URL
  fieldMappings:
  - identifier: Url
    columnName: PostLink
requiredDataConnectors:
- dataTypes:
  - DataminrPulseAlerts
  connectorId: DataminrPulseAlerts
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Dataminr Pulse/Analytic Rules/DataminrSentinelAlerts.yaml
incidentConfiguration:
  createIncident: true
name: Dataminr - urgent alerts detected
alertDetailsOverride:
  alertDisplayNameFormat: 'Dataminr Alert: {{AlertId}}'
  alertDescriptionFormat: '{{Caption}}'
relevantTechniques:
- T1546
status: Available
version: 1.0.0
queryPeriod: 5m
kind: Scheduled
id: 64a46029-3236-4d03-b5df-207366a623f1
query: |
  DataminrPulseAlerts
  | where EventSource in~ ('Greynoise', 'Shodan', 'VirusTotal', 'alienvault open threat exchange', 'urlscan')
    and AlertType == "Urgent"  
description: |
    'Rule helps to detect whenever there is an alert found which has urgent alert-type in Dataminr.'
queryFrequency: 5m
severity: Medium
triggerOperator: GreaterThan
tactics:
- Persistence