Analytic rule catalog
Google DNS - CVE-2021-34527 PrintNightmare external exploit
Back
| Id | e632e73a-06c4-47f6-8bed-b2498aa6e30f |
| Rulename | Google DNS - CVE-2021-34527 (PrintNightmare) external exploit |
| Description | Detects CVE-2021-34527 (PrintNightmare) external exploit |
| Severity | High |
| Tactics | PrivilegeEscalation |
| Techniques | T1068 |
| Required data connectors | GCPDNSDataConnector |
| Kind | Scheduled |
| Query frequency | 15m |
| Query period | 15m |
| Trigger threshold | 0 |
| Trigger operator | gt |
| Source Uri | https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/GoogleCloudPlatformDNS/Analytic%20Rules/GCPDNSPrintNightmare.yaml |
| Version | 1.0.0 |
| Arm template | e632e73a-06c4-47f6-8bed-b2498aa6e30f.json |
GCPCloudDNS
| where Query has 'gentilkiwi'
| extend DNSCustomEntity = Query, IPCustomEntity = SrcIpAddr
entityMappings:
- entityType: DNS
fieldMappings:
- identifier: DomainName
columnName: DNSCustomEntity
- entityType: IP
fieldMappings:
- identifier: Address
columnName: IPCustomEntity
name: Google DNS - CVE-2021-34527 (PrintNightmare) external exploit
kind: Scheduled
queryFrequency: 15m
triggerOperator: gt
queryPeriod: 15m
requiredDataConnectors:
- connectorId: GCPDNSDataConnector
dataTypes:
- GCPCloudDNS
tactics:
- PrivilegeEscalation
description: |
'Detects CVE-2021-34527 (PrintNightmare) external exploit'
severity: High
id: e632e73a-06c4-47f6-8bed-b2498aa6e30f
triggerThreshold: 0
query: |
GCPCloudDNS
| where Query has 'gentilkiwi'
| extend DNSCustomEntity = Query, IPCustomEntity = SrcIpAddr
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/GoogleCloudPlatformDNS/Analytic%20Rules/GCPDNSPrintNightmare.yaml
version: 1.0.0
relevantTechniques:
- T1068
{
"$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/e632e73a-06c4-47f6-8bed-b2498aa6e30f')]",
"kind": "Scheduled",
"name": "[concat(parameters('workspace'),'/Microsoft.SecurityInsights/e632e73a-06c4-47f6-8bed-b2498aa6e30f')]",
"properties": {
"alertRuleTemplateName": "e632e73a-06c4-47f6-8bed-b2498aa6e30f",
"customDetails": null,
"description": "'Detects CVE-2021-34527 (PrintNightmare) external exploit'\n",
"displayName": "Google DNS - CVE-2021-34527 (PrintNightmare) external exploit",
"enabled": true,
"entityMappings": [
{
"entityType": "DNS",
"fieldMappings": [
{
"columnName": "DNSCustomEntity",
"identifier": "DomainName"
}
]
},
{
"entityType": "IP",
"fieldMappings": [
{
"columnName": "IPCustomEntity",
"identifier": "Address"
}
]
}
],
"OriginalUri": "https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/GoogleCloudPlatformDNS/Analytic%20Rules/GCPDNSPrintNightmare.yaml",
"query": "GCPCloudDNS\n| where Query has 'gentilkiwi'\n| extend DNSCustomEntity = Query, IPCustomEntity = SrcIpAddr\n",
"queryFrequency": "PT15M",
"queryPeriod": "PT15M",
"severity": "High",
"subTechniques": [],
"suppressionDuration": "PT1H",
"suppressionEnabled": false,
"tactics": [
"PrivilegeEscalation"
],
"techniques": [
"T1068"
],
"templateVersion": "1.0.0",
"triggerOperator": "GreaterThan",
"triggerThreshold": 0
},
"type": "Microsoft.OperationalInsights/workspaces/providers/alertRules"
}
]
}