Microsoft Sentinel Analytic Rules
cloudbrothers.infoAzure Sentinel RepoToggle Dark/Light/Auto modeToggle Dark/Light/Auto modeToggle Dark/Light/Auto modeBack to homepage

Apt Informational

Back
Idb3f52fba-35e0-4462-a2e3-483e9f5f06aa
RulenameApt (Informational)
DescriptionNew Apt with severity Informational found
SeverityInformational
TacticsInitialAccess
Discovery
TechniquesT1566
T1087
Required data connectorsCBSPollingIDAzureFunctions
KindScheduled
Query frequency5m
Query period5m
Trigger threshold0
Trigger operatorgt
Source Urihttps://github.com/Azure/Azure-Sentinel/blob/master/Solutions/CTM360/Analytic Rules/apt_informational.yaml
Version1.0.1
Arm templateb3f52fba-35e0-4462-a2e3-483e9f5f06aa.json
Deploy To Azure
CBSLog_Azure_1_CL | where severity_s == "Informational" | where type_s == "Apt" | where status_s != "Closed" or status_s != "Resolved"
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/CTM360/Analytic Rules/apt_informational.yaml
triggerThreshold: 0
severity: Informational
incidentConfiguration:
  createIncident: true
  groupingConfiguration:
    lookbackDuration: PT5H
    enabled: false
    matchingMethod: AllEntities
    reopenClosedIncident: false
queryFrequency: 5m
status: Available
relevantTechniques:
- T1566
- T1087
triggerOperator: gt
kind: Scheduled
id: b3f52fba-35e0-4462-a2e3-483e9f5f06aa
requiredDataConnectors:
- connectorId: CBSPollingIDAzureFunctions
  dataTypes:
  - CBSLog_Azure_1_CL
version: 1.0.1
name: Apt (Informational)
suppressionDuration: 5h
eventGroupingSettings:
  aggregationKind: SingleAlert
description: New Apt with severity Informational found
query: CBSLog_Azure_1_CL | where severity_s == "Informational" | where type_s == "Apt" | where status_s != "Closed" or status_s != "Resolved"
tactics:
- InitialAccess
- Discovery
queryPeriod: 5m
suppressionEnabled: false
{
  "$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/b3f52fba-35e0-4462-a2e3-483e9f5f06aa')]",
      "kind": "Scheduled",
      "name": "[concat(parameters('workspace'),'/Microsoft.SecurityInsights/b3f52fba-35e0-4462-a2e3-483e9f5f06aa')]",
      "properties": {
        "alertRuleTemplateName": "b3f52fba-35e0-4462-a2e3-483e9f5f06aa",
        "customDetails": null,
        "description": "New Apt with severity Informational found",
        "displayName": "Apt (Informational)",
        "enabled": true,
        "entityMappings": null,
        "eventGroupingSettings": {
          "aggregationKind": "SingleAlert"
        },
        "incidentConfiguration": {
          "createIncident": true,
          "groupingConfiguration": {
            "enabled": false,
            "lookbackDuration": "PT5H",
            "matchingMethod": "AllEntities",
            "reopenClosedIncident": false
          }
        },
        "OriginalUri": "https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/CTM360/Analytic Rules/apt_informational.yaml",
        "query": "CBSLog_Azure_1_CL | where severity_s == \"Informational\" | where type_s == \"Apt\" | where status_s != \"Closed\" or status_s != \"Resolved\"",
        "queryFrequency": "PT5M",
        "queryPeriod": "PT5M",
        "severity": "Informational",
        "status": "Available",
        "subTechniques": [],
        "suppressionDuration": "PT5H",
        "suppressionEnabled": false,
        "tactics": [
          "Discovery",
          "InitialAccess"
        ],
        "techniques": [
          "T1087",
          "T1566"
        ],
        "templateVersion": "1.0.1",
        "triggerOperator": "GreaterThan",
        "triggerThreshold": 0
      },
      "type": "Microsoft.OperationalInsights/workspaces/providers/alertRules"
    }
  ]
}