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"
query: |
  DataminrPulseAlerts
  | where EventSource in~ ('Greynoise', 'Shodan', 'VirusTotal', 'alienvault open threat exchange', 'urlscan')
    and AlertType == "Urgent"  
kind: Scheduled
incidentConfiguration:
  createIncident: true
triggerThreshold: 0
entityMappings:
- fieldMappings:
  - columnName: PostLink
    identifier: Url
  entityType: URL
description: |
    'Rule helps to detect whenever there is an alert found which has urgent alert-type in Dataminr.'
eventGroupingSettings:
  aggregationKind: SingleAlert
version: 1.0.0
id: 64a46029-3236-4d03-b5df-207366a623f1
relevantTechniques:
- T1546
queryPeriod: 5m
queryFrequency: 5m
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Dataminr Pulse/Analytic Rules/DataminrSentinelAlerts.yaml
tactics:
- Persistence
severity: Medium
status: Available
requiredDataConnectors:
- connectorId: DataminrPulseAlerts
  dataTypes:
  - DataminrPulseAlerts
name: Dataminr - urgent alerts detected
alertDetailsOverride:
  alertDescriptionFormat: '{{Caption}}'
  alertDisplayNameFormat: 'Dataminr Alert: {{AlertId}}'
triggerOperator: GreaterThan