Detection rules › Kusto
Dataminr - urgent alerts detected
'Rule helps to detect whenever there is an alert found which has urgent alert-type in Dataminr.'
MITRE ATT&CK coverage
| Tactic | Techniques |
|---|---|
| Persistence |
Rule body
id: "64a46029-3236-4d03-b5df-207366a623f1"
name: "Dataminr - urgent alerts detected"
description: |
'Rule helps to detect whenever there is an alert found which has urgent alert-type in Dataminr.'
severity: Medium
status: Available
requiredDataConnectors:
- connectorId: DataminrPulseAlerts
dataTypes:
- DataminrPulseAlerts
queryFrequency: 5m
queryPeriod: 5m
triggerOperator: GreaterThan
triggerThreshold: 0
tactics:
- Persistence
relevantTechniques:
- T1546
query: |
DataminrPulseAlerts
| where EventSource in~ ('Greynoise', 'Shodan', 'VirusTotal', 'alienvault open threat exchange', 'urlscan')
and AlertType == "Urgent"
incidentConfiguration:
createIncident: true
eventGroupingSettings:
aggregationKind: SingleAlert
alertDetailsOverride:
alertDisplayNameFormat: 'Dataminr Alert: {{AlertId}}'
alertDescriptionFormat: '{{Caption}}'
entityMappings:
- entityType: URL
fieldMappings:
- identifier: Url
columnName: PostLink
version: 1.0.0
kind: Scheduled
Stages and Predicates
Stage 1: source
DataminrPulseAlerts
Stage 2: where
| where EventSource in~ ('Greynoise', 'Shodan', 'VirusTotal', 'alienvault open threat exchange', 'urlscan')
and AlertType == "Urgent"
Indicators
These rows show field, operator, and value matches.
| Field | Kind | Values | Search |
|---|---|---|---|
AlertType | eq |
| field:"AlertType" kind:eq value:"Urgent" |
EventSource | in |
| field:"aws::eventSource" kind:in |