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

Anvilogic Alert

Back
Id6ccc187a-42ee-4635-8bcc-3b299f8570df
RulenameAnvilogic Alert
DescriptionAlert generated by Anvilogic.
SeverityMedium
Required data connectorsAnvilogic
KindScheduled
Query frequency5m
Query period5m
Trigger threshold0
Trigger operatorgt
Source Urihttps://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Anvilogic/Analytic Rules/Anvilogic_Alerts.yaml
Version1.0.1
Arm template6ccc187a-42ee-4635-8bcc-3b299f8570df.json
Deploy To Azure
Anvilogic_Alerts_CL | where avl_rule_mode!='Warn'
entityMappings:
- fieldMappings:
  - columnName: coi_account
    identifier: Name
  - columnName: src_nt_domain
    identifier: NTDomain
  - columnName: ssid
    identifier: Sid
  entityType: Account
- fieldMappings:
  - columnName: coi_host
    identifier: HostName
  entityType: Host
- fieldMappings:
  - columnName: coi_ip
    identifier: Address
  entityType: IP
- fieldMappings:
  - columnName: url
    identifier: Url
  entityType: URL
- fieldMappings:
  - columnName: coi_app
    identifier: Name
  entityType: CloudApplication
- fieldMappings:
  - columnName: file_name
    identifier: Name
  - columnName: file_path
    identifier: Directory
  entityType: File
- fieldMappings:
  - columnName: process_id
    identifier: ProcessId
  - columnName: process_exec
    identifier: CommandLine
  entityType: Process
- fieldMappings:
  - columnName: registry_hive
    identifier: Hive
  - columnName: registry_key_name
    identifier: Key
  entityType: RegistryKey
- fieldMappings:
  - columnName: registry_value_name
    identifier: Name
  - columnName: registry_value_data
    identifier: Value
  - columnName: registry_value_type
    identifier: ValueType
  entityType: RegistryValue
triggerThreshold: 0
severity: Medium
suppressionDuration: 1h
queryFrequency: 5m
status: Available
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Anvilogic/Analytic Rules/Anvilogic_Alerts.yaml
relevantTechniques: []
query: |
    Anvilogic_Alerts_CL | where avl_rule_mode!='Warn'
triggerOperator: gt
version: 1.0.1
kind: Scheduled
id: 6ccc187a-42ee-4635-8bcc-3b299f8570df
incidentConfiguration:
  createIncident: true
  groupingConfiguration:
    lookbackDuration: PT5M
    enabled: false
    matchingMethod: AllEntities
    reopenClosedIncident: false
requiredDataConnectors:
- connectorId: Anvilogic
  dataTypes:
  - Anvilogic_Alerts_CL
alertDetailsOverride:
  alertTacticsColumnName: avl_mitre_tactic
  alertDisplayNameFormat: '{{avl_rule_id}} - {{avl_use_case_title}} - {{avl_use_case_type}}'
  alertDescriptionFormat: |-
    avl_rule_id: {{avl_rule_id}} 
    {{avl_definition}}    
  alertDynamicProperties:
  - alertProperty: Techniques
    value: avl_mitre_technique
name: Anvilogic Alert
eventGroupingSettings:
  aggregationKind: AlertPerResult
description: |
    'Alert generated by Anvilogic.'
customDetails:
  raw: raw
  techniques: avl_mitre_technique
  tactics: avl_mitre_tactic
tactics: []
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/6ccc187a-42ee-4635-8bcc-3b299f8570df')]",
      "kind": "Scheduled",
      "name": "[concat(parameters('workspace'),'/Microsoft.SecurityInsights/6ccc187a-42ee-4635-8bcc-3b299f8570df')]",
      "properties": {
        "alertDetailsOverride": {
          "alertDescriptionFormat": "avl_rule_id: {{avl_rule_id}} \n{{avl_definition}}",
          "alertDisplayNameFormat": "{{avl_rule_id}} - {{avl_use_case_title}} - {{avl_use_case_type}}",
          "alertDynamicProperties": [
            {
              "alertProperty": "Techniques",
              "value": "avl_mitre_technique"
            }
          ],
          "alertTacticsColumnName": "avl_mitre_tactic"
        },
        "alertRuleTemplateName": "6ccc187a-42ee-4635-8bcc-3b299f8570df",
        "customDetails": {
          "raw": "raw",
          "tactics": "avl_mitre_tactic",
          "techniques": "avl_mitre_technique"
        },
        "description": "'Alert generated by Anvilogic.'\n",
        "displayName": "Anvilogic Alert",
        "enabled": true,
        "entityMappings": [
          {
            "entityType": "Account",
            "fieldMappings": [
              {
                "columnName": "coi_account",
                "identifier": "Name"
              },
              {
                "columnName": "src_nt_domain",
                "identifier": "NTDomain"
              },
              {
                "columnName": "ssid",
                "identifier": "Sid"
              }
            ]
          },
          {
            "entityType": "Host",
            "fieldMappings": [
              {
                "columnName": "coi_host",
                "identifier": "HostName"
              }
            ]
          },
          {
            "entityType": "IP",
            "fieldMappings": [
              {
                "columnName": "coi_ip",
                "identifier": "Address"
              }
            ]
          },
          {
            "entityType": "URL",
            "fieldMappings": [
              {
                "columnName": "url",
                "identifier": "Url"
              }
            ]
          },
          {
            "entityType": "CloudApplication",
            "fieldMappings": [
              {
                "columnName": "coi_app",
                "identifier": "Name"
              }
            ]
          },
          {
            "entityType": "File",
            "fieldMappings": [
              {
                "columnName": "file_name",
                "identifier": "Name"
              },
              {
                "columnName": "file_path",
                "identifier": "Directory"
              }
            ]
          },
          {
            "entityType": "Process",
            "fieldMappings": [
              {
                "columnName": "process_id",
                "identifier": "ProcessId"
              },
              {
                "columnName": "process_exec",
                "identifier": "CommandLine"
              }
            ]
          },
          {
            "entityType": "RegistryKey",
            "fieldMappings": [
              {
                "columnName": "registry_hive",
                "identifier": "Hive"
              },
              {
                "columnName": "registry_key_name",
                "identifier": "Key"
              }
            ]
          },
          {
            "entityType": "RegistryValue",
            "fieldMappings": [
              {
                "columnName": "registry_value_name",
                "identifier": "Name"
              },
              {
                "columnName": "registry_value_data",
                "identifier": "Value"
              },
              {
                "columnName": "registry_value_type",
                "identifier": "ValueType"
              }
            ]
          }
        ],
        "eventGroupingSettings": {
          "aggregationKind": "AlertPerResult"
        },
        "incidentConfiguration": {
          "createIncident": true,
          "groupingConfiguration": {
            "enabled": false,
            "lookbackDuration": "PT5M",
            "matchingMethod": "AllEntities",
            "reopenClosedIncident": false
          }
        },
        "OriginalUri": "https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Anvilogic/Analytic Rules/Anvilogic_Alerts.yaml",
        "query": "Anvilogic_Alerts_CL | where avl_rule_mode!='Warn'\n",
        "queryFrequency": "PT5M",
        "queryPeriod": "PT5M",
        "severity": "Medium",
        "status": "Available",
        "subTechniques": [],
        "suppressionDuration": "PT1H",
        "suppressionEnabled": false,
        "tactics": [],
        "techniques": [],
        "templateVersion": "1.0.1",
        "triggerOperator": "GreaterThan",
        "triggerThreshold": 0
      },
      "type": "Microsoft.OperationalInsights/workspaces/providers/alertRules"
    }
  ]
}