DataminrPulseAlerts
| where EventSource in~ ('Greynoise', 'Shodan', 'VirusTotal', 'alienvault open threat exchange', 'urlscan')
and AlertType == "Urgent"
relevantTechniques:
- T1546
incidentConfiguration:
createIncident: true
name: Dataminr - urgent alerts detected
requiredDataConnectors:
- dataTypes:
- DataminrPulseAlerts
connectorId: DataminrPulseAlerts
entityMappings:
- fieldMappings:
- identifier: Url
columnName: PostLink
entityType: URL
triggerThreshold: 0
id: 64a46029-3236-4d03-b5df-207366a623f1
tactics:
- Persistence
version: 1.0.0
alertDetailsOverride:
alertDisplayNameFormat: 'Dataminr Alert: {{AlertId}}'
alertDescriptionFormat: '{{Caption}}'
queryPeriod: 5m
kind: Scheduled
eventGroupingSettings:
aggregationKind: SingleAlert
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Dataminr Pulse/Analytic Rules/DataminrSentinelAlerts.yaml
queryFrequency: 5m
severity: Medium
status: Available
description: |
'Rule helps to detect whenever there is an alert found which has urgent alert-type in Dataminr.'
query: |
DataminrPulseAlerts
| where EventSource in~ ('Greynoise', 'Shodan', 'VirusTotal', 'alienvault open threat exchange', 'urlscan')
and AlertType == "Urgent"
triggerOperator: GreaterThan
{
"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#",
"contentVersion": "1.0.0.0",
"parameters": {
"workspace": {
"type": "String"
}
},
"resources": [
{
"apiVersion": "2024-01-01-preview",
"id": "[concat(resourceId('Microsoft.OperationalInsights/workspaces/providers', parameters('workspace'), 'Microsoft.SecurityInsights'),'/alertRules/64a46029-3236-4d03-b5df-207366a623f1')]",
"kind": "Scheduled",
"name": "[concat(parameters('workspace'),'/Microsoft.SecurityInsights/64a46029-3236-4d03-b5df-207366a623f1')]",
"properties": {
"alertDetailsOverride": {
"alertDescriptionFormat": "{{Caption}}",
"alertDisplayNameFormat": "Dataminr Alert: {{AlertId}}"
},
"alertRuleTemplateName": "64a46029-3236-4d03-b5df-207366a623f1",
"customDetails": null,
"description": "'Rule helps to detect whenever there is an alert found which has urgent alert-type in Dataminr.'\n",
"displayName": "Dataminr - urgent alerts detected",
"enabled": true,
"entityMappings": [
{
"entityType": "URL",
"fieldMappings": [
{
"columnName": "PostLink",
"identifier": "Url"
}
]
}
],
"eventGroupingSettings": {
"aggregationKind": "SingleAlert"
},
"incidentConfiguration": {
"createIncident": true
},
"OriginalUri": "https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Dataminr Pulse/Analytic Rules/DataminrSentinelAlerts.yaml",
"query": "DataminrPulseAlerts\n| where EventSource in~ ('Greynoise', 'Shodan', 'VirusTotal', 'alienvault open threat exchange', 'urlscan')\n and AlertType == \"Urgent\"\n",
"queryFrequency": "PT5M",
"queryPeriod": "PT5M",
"severity": "Medium",
"status": "Available",
"subTechniques": [],
"suppressionDuration": "PT1H",
"suppressionEnabled": false,
"tactics": [
"Persistence"
],
"techniques": [
"T1546"
],
"templateVersion": "1.0.0",
"triggerOperator": "GreaterThan",
"triggerThreshold": 0
},
"type": "Microsoft.OperationalInsights/workspaces/providers/alertRules"
}
]
}