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

Alsid Golden Ticket

Back
Id21ab3f52-6d79-47e3-97f8-ad65f2cb29fb
RulenameAlsid Golden Ticket
DescriptionSearches for Golden Ticket attacks
SeverityHigh
TacticsCredentialAccess
TechniquesT1558.001
Required data connectorsAlsidForAD
KindScheduled
Query frequency2h
Query period2h
Trigger threshold0
Trigger operatorgt
Source Urihttps://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Alsid For AD/Analytic Rules/GoldenTicket.yaml
Version1.0.0
Arm template21ab3f52-6d79-47e3-97f8-ad65f2cb29fb.json
Deploy To Azure
afad_parser
| where MessageType == 2 and Codename == "Golden Ticket"
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Alsid For AD/Analytic Rules/GoldenTicket.yaml
kind: Scheduled
query: |
  afad_parser
  | where MessageType == 2 and Codename == "Golden Ticket"  
triggerOperator: gt
version: 1.0.0
queryPeriod: 2h
name: Alsid Golden Ticket
severity: High
relevantTechniques:
- T1558.001
requiredDataConnectors:
- dataTypes:
  - AlsidForADLog_CL
  connectorId: AlsidForAD
triggerThreshold: 0
tactics:
- CredentialAccess
queryFrequency: 2h
id: 21ab3f52-6d79-47e3-97f8-ad65f2cb29fb
status: Available
description: |
    'Searches for Golden Ticket attacks'
{
  "$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/21ab3f52-6d79-47e3-97f8-ad65f2cb29fb')]",
      "kind": "Scheduled",
      "name": "[concat(parameters('workspace'),'/Microsoft.SecurityInsights/21ab3f52-6d79-47e3-97f8-ad65f2cb29fb')]",
      "properties": {
        "alertRuleTemplateName": "21ab3f52-6d79-47e3-97f8-ad65f2cb29fb",
        "customDetails": null,
        "description": "'Searches for Golden Ticket attacks'\n",
        "displayName": "Alsid Golden Ticket",
        "enabled": true,
        "entityMappings": null,
        "OriginalUri": "https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Alsid For AD/Analytic Rules/GoldenTicket.yaml",
        "query": "afad_parser\n| where MessageType == 2 and Codename == \"Golden Ticket\"\n",
        "queryFrequency": "PT2H",
        "queryPeriod": "PT2H",
        "severity": "High",
        "status": "Available",
        "suppressionDuration": "PT1H",
        "suppressionEnabled": false,
        "tactics": [
          "CredentialAccess"
        ],
        "techniques": [
          "T1558"
        ],
        "templateVersion": "1.0.0",
        "triggerOperator": "GreaterThan",
        "triggerThreshold": 0
      },
      "type": "Microsoft.OperationalInsights/workspaces/providers/alertRules"
    }
  ]
}