Detection rules › Kusto

Dataminr - urgent alerts detected

Status
available
Severity
medium
Time window
5m
Source
github.com/Azure/Azure-Sentinel

'Rule helps to detect whenever there is an alert found which has urgent alert-type in Dataminr.'

MITRE ATT&CK coverage

TacticTechniques
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.

FieldKindValuesSearch
AlertTypeeq
  • Urgent
field:"AlertType" kind:eq value:"Urgent"
EventSourcein
  • Greynoise
  • Shodan
  • VirusTotal
  • alienvault open threat exchange
  • urlscan
field:"aws::eventSource" kind:in