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