{"id":"0ed99dda-6a35-11ef-8c99-0242ac120002","title":"Attempts of Kerberos Coercion Via DNS SPN Spoofing","description":"Detects the presence of \"UWhRC....AAYBAAAA\" pattern in command line.\nThe pattern \"1UWhRCAAAAA..BAAAA\" is a base64-encoded signature that corresponds to a marshaled CREDENTIAL_TARGET_INFORMATION structure.\nAttackers can use this technique to coerce authentication from victim systems to attacker-controlled hosts.\nIt is one of the strong indicators of a Kerberos coercion attack, where adversaries manipulate DNS records\nto spoof Service Principal Names (SPNs) and redirect authentication requests like in CVE-2025-33073.\nIf you see this pattern in the command line, it is likely an attempt to add spoofed Service Principal Names (SPNs) to DNS records,\nor checking for the presence of such records through the `nslookup` command.\n","author":"Swachchhanda Shrawan Poudel (Nextron Systems)","status":"experimental","level":"high","date":"2025-06-20","modified":"","tags":["attack.collection","attack.credential-access","attack.persistence","attack.privilege-escalation","attack.t1557.001","attack.t1187"],"technique_ids":["T1187","T1557.001"],"logsource":{"category":"process_creation","product":"windows"},"falsepositives":["Unknown"],"references":["https://www.synacktiv.com/publications/ntlm-reflection-is-dead-long-live-ntlm-reflection-an-in-depth-analysis-of-cve-2025","https://googleprojectzero.blogspot.com/2021/10/using-kerberos-for-authentication-relay.html"],"source_path":"rules/windows/process_creation/proc_creation_win_kerberos_coercion_via_dns_spn_spoofing.yml","source_sha256":"224582f857a4b1d4df8e496629c409378837037c98fb9d9e34c4a2771e419cf4","source_url":"https://github.com/anpa1200/sigma/blob/b249e9683190cffdcaf188ccbfb90bf4759844e1/rules/windows/process_creation/proc_creation_win_kerberos_coercion_via_dns_spn_spoofing.yml","license":"Detection Rule License 1.1","license_url":"https://github.com/SigmaHQ/Detection-Rule-License/blob/main/LICENSE.Detection.Rules.md","yaml":"title: Attempts of Kerberos Coercion Via DNS SPN Spoofing\nid: 0ed99dda-6a35-11ef-8c99-0242ac120002\nrelated:\n    - id: b07e58cf-cacc-4135-8473-ccb2eba63dd2\n      type: similar\nstatus: experimental\ndescription: |\n    Detects the presence of \"UWhRC....AAYBAAAA\" pattern in command line.\n    The pattern \"1UWhRCAAAAA..BAAAA\" is a base64-encoded signature that corresponds to a marshaled CREDENTIAL_TARGET_INFORMATION structure.\n    Attackers can use this technique to coerce authentication from victim systems to attacker-controlled hosts.\n    It is one of the strong indicators of a Kerberos coercion attack, where adversaries manipulate DNS records\n    to spoof Service Principal Names (SPNs) and redirect authentication requests like in CVE-2025-33073.\n    If you see this pattern in the command line, it is likely an attempt to add spoofed Service Principal Names (SPNs) to DNS records,\n    or checking for the presence of such records through the `nslookup` command.\nreferences:\n    - https://www.synacktiv.com/publications/ntlm-reflection-is-dead-long-live-ntlm-reflection-an-in-depth-analysis-of-cve-2025\n    - https://googleprojectzero.blogspot.com/2021/10/using-kerberos-for-authentication-relay.html\nauthor: Swachchhanda Shrawan Poudel (Nextron Systems)\ndate: 2025-06-20\ntags:\n    - attack.collection\n    - attack.credential-access\n    - attack.persistence\n    - attack.privilege-escalation\n    - attack.t1557.001\n    - attack.t1187\nlogsource:\n    category: process_creation\n    product: windows\ndetection:\n    selection:\n        CommandLine|contains|all:\n            - 'UWhRCA'\n            - 'BAAAA'\n    condition: selection\nfalsepositives:\n    - Unknown\nlevel: high\n","validation":"yaml_parsed_not_backend_compiled_or_live_validated","techniques":[{"key":"enterprise/T1187","id":"T1187","name":"Forced Authentication","page":"techniques/enterprise/T1187/"},{"key":"enterprise/T1557.001","id":"T1557.001","name":"Name Resolution Poisoning and SMB Relay","page":"techniques/enterprise/T1557.001/"}],"data_path":"data/detection-rules/0ed99dda-6a35-11ef-8c99-0242ac120002.json","kind":"sigma"}
