Techniques › T1187
T1187 Forced Authentication
credential access — Windows · attack.mitre.org · JSON
1
MITRE detection strategy
1
analytics
9
Sigma rules tagged attack.t1187
0
KEV CVEs mapped here
<p>Adversaries may gather credential material by invoking or forcing a user to automatically provide authentication information through a mechanism in which they can intercept.</p><p>The Server Message Block (SMB) protocol is commonly used in Windows networks for authentication and communication between systems for access to resources and file sharing. When a Windows system attempts to connect to an SMB resource it will automatically attempt to authenticate and send credential information for the current user to the remote system. This behavior is typical in enterprise environments so that users do not need to enter credentials to access network resources.</p><p>Web Distributed Authoring and Versioning (WebDAV) is also typically used by Windows systems as a backup protocol when SMB is blocked or fails. WebDAV is an extension of HTTP and will typically operate over TCP ports 80 and 443.</p><p>Adversaries may take advantage of this behavior to gain access to user account hashes through forced SMB/WebDAV authentication. An adversary can send an attachment to a user through spearphishing that contains a resource link to an external server controlled by the adversary (i.e. Template Injection), or place a specially crafted file on navigation path for privileged accounts (e.g. .SCF file placed on desktop) or on a publicly accessible share to be accessed by victim(s). When the user's system accesses the untrusted resource, it will attempt authentication and send information, including the user's hashed credentials, over SMB to the adversary-controlled server. With access to the credential hash, an adversary can perform off-line Brute Force cracking to gain access to plaintext credentials.</p><p>There are several different ways this can occur. Some specifics from in-the-wild use include:</p>
- <li>A spearphishing attachment containing a document with a resource that is automatically loaded when the document is opened (i.e. Template Injection). The document can include, for example, a request similar to <code>file[:]//[remote address]/Normal.dotm</code> to trigger the SMB request.</li><li>A modified .LNK or .SCF file with the icon filename pointing to an external reference such as <code>\\[remote address]\pic.png</code> that will force the system to load the resource when the icon is rendered to repeatedly gather credentials.</li>
KEV CVEs mapped to this technique · CTID Mappings Explorer
None. No KEV entry in the public mapping names this technique. Given that 74.7% of KEV has no mapping at all, this says more about the mapping than about the technique.
Detection strategy · ATT&CK Enterprise v19.2
- DET0022 Detect Forced SMB/WebDAV Authentication via lure files and outbound NTLM v1.0
AN0065 WindowsAdversary stages a lure that references a remote resource (e.g., LNK/SCF/Office template). When the user opens/renders the file or a shell enumerates icons, the host automatically attempts SMB or WebDAV authentication to the attacker host. The chain is: (1) lure file is created or modified in a user-exposed location → (2) user or system accesses the lure → (3) host makes outbound NTLM (SMB 139/445 or WebDAV over 80/443) to an untrusted destination → (4) repeated attempts from multiple users/hosts or from privileged workstations.NSM:Flow
HTTP/WebDAV requests that contain NTLMSSP or PROPFIND/MOVE/OPTIONS with Authorization: NTLM→ DC0085 Network Traffic ContentNSM:FlowOutbound connections to TCP 139,445 and HTTP/HTTPS to WebDAV endpoints from workstation subnets→ DC0078 Network Traffic FlowTunable:UserLocationsLureExtensionsUntrustedCIDR/DNSTimeWindowWorkstationZonesOfficeTemplatePaths
Sigma rules · SigmaHQ da9bb07d64, tag attack.t1187
Author: Swachchhanda Shrawan Poudel (Nextron Systems)
· 2025-06-20 · logsource: product=windows category=process_creation · 0ed99dda-6a35-11ef-8c99-0242ac120002
Detects the presence of "UWhRC....AAYBAAAA" pattern in command line.
The pattern "1UWhRCAAAAA..BAAAA" is a base64-encoded signature that corresponds to a marshaled CREDENTIAL_TARGET_INFORMATION structure.
Attackers can use this technique to coerce authentication from victim systems to attacker-controlled hosts.
It is one of the strong indicators of a Kerberos coercion attack, where adversaries manipulate DNS records
to spoof Service Principal Names (SPNs) and redirect authentication requests like in CVE-2025-33073.
If you see this pattern in the command line, it is likely an attempt to add spoofed Service Principal Names (SPNs) to DNS records,
or checking for the presence of such records through the `nslookup` command.
Author: Mauricio Velazco, Michael Haag
· 2021-09-02 (modified 2022-08-11) · logsource: product=windows service=security · 1ce8c8a3-2723-48ed-8246-906ac91061a6
Detect PetitPotam coerced authentication activity.
Author: @neu5ron, @Antonlovesdnb, Mike Remen
· 2021-08-17 (modified 2022-11-28) · logsource: product=zeek service=dce_rpc · 4096842a-8f9f-4d36-92b4-d0b2a62f9b2a
Detects usage of the windows RPC library Encrypting File System Remote Protocol (MS-EFSRPC). Variations of this RPC are used within the attack refereed to as PetitPotam.
The usage of this RPC function should be rare if ever used at all.
Thus usage of this function is uncommon enough that any usage of this RPC function should warrant further investigation to determine if it is legitimate.
View surrounding logs (within a few minutes before and after) from the Source IP to. Logs from from the Source IP would include dce_rpc, smb_mapping, smb_files, rdp, ntlm, kerberos, etc..'
Suspicious DNS Query Indicating Kerberos Coercion via DNS Object SPN Spoofing - Network
highexperimental
Author: Swachchhanda Shrawan Poudel (Nextron Systems)
· 2025-06-20 · logsource: product=zeek service=dns · 5588576c-5898-4fac-bcdd-7475a60e8f43
Detects DNS queries containing patterns associated with Kerberos coercion attacks via DNS object spoofing.
The pattern "1UWhRCAAAAA..BAAAA" is a base64-encoded signature that corresponds to a marshaled CREDENTIAL_TARGET_INFORMATION structure.
Attackers can use this technique to coerce authentication from victim systems to attacker-controlled hosts.
It is one of the strong indicators of a Kerberos coercion attack, where adversaries manipulate DNS records
to spoof Service Principal Names (SPNs) and redirect authentication requests like CVE-2025-33073.
Author: Gene Kazimiarovich
· 2025-04-20 · logsource: product=windows category=file_event · 5a7132c0-86db-4e6b-95c0-f0e9d7f461aa
Detects creation of '.library-ms' files, which may indicate exploitation of CVE-2025-24054. This vulnerability allows an attacker to trigger an automatic outbound SMB or WebDAV authentication request to a remote server upon archive extraction.
If the system is unpatched, no user interaction is required beyond extracting a malicious archive—potentially exposing the user's NTLMv2-SSP hash to the attacker.
Author: Mauricio Velazco, Michael Haag
· 2021-09-02 (modified 2022-10-05) · logsource: product=windows service=security · 6a53d871-682d-40b6-83e0-b7c1a6c4e3a5
Detect suspicious Kerberos TGT requests.
Once an attacer obtains a computer certificate by abusing Active Directory Certificate Services in combination with PetitPotam, the next step would be to leverage the certificate for malicious purposes.
One way of doing this is to request a Kerberos Ticket Granting Ticket using a tool like Rubeus.
This request will generate a 4768 event with some unusual fields depending on the environment.
This analytic will require tuning, we recommend filtering Account_Name to the Domain Controller computer accounts.
Author: Samir Bousseaden, Swachchhanda Shrawan Poudel (Nextron Systems)
· 2026-04-28 · logsource: product=windows category=process_creation · 7c3a5b1d-9e2f-4a8c-b5d7-1e0f3c6a9b2d
Detects potential exploitation of CVE-2026-33829, a vulnerability in the Windows Snipping Tool URI handler (ms-screensketch:).
An attacker can abuse the 'filePath' parameter to supply a UNC path or HTTP URL, causing SnippingTool.exe to initiate a connection to a remote resource.
When a UNC path is used (e.g. \\attacker.com\share), this triggers an outbound NTLM authentication attempt, allowing the attacker to capture or relay the victim's Net-NTLMv2 hash.
HTTP-based paths may result in remote file loading or server-side request forgery (SSRF)-style access.
The URI can be delivered via a malicious hyperlink, phishing email, or web page.
Author: Swachchhanda Shrawan Poudel (Nextron Systems)
· 2026-06-04 · logsource: product=windows category=process_creation · 916eb839-895e-47f8-99ee-3008bf377a3e
Detects the use of curl with NTLM authentication and empty credentials (-u :), which can be abused to leak the currently logged-in user's NTLMv2 challenge-response to an
attacker-controlled server, enabling offline cracking or relay attacks.
When no credentials are provided, the Microsoft-shipped curl passes a NULL identity to Windows SSPI, which automatically falls back to the current user's logon session credentials
stored in LSASS — without requiring a plaintext password.
This behavior is exclusive to the curl binary shipped by Microsoft (available since Windows 10 / Windows Server 2019), which is built with SSPI support.
Author: Swachchhanda Shrawan Poudel (Nextron Systems)
· 2025-06-20 · logsource: product=windows category=dns_query · e7a21b5f-d8c4-4ae5-b8d9-93c5d3f28e1c
Detects DNS queries containing patterns associated with Kerberos coercion attacks via DNS object spoofing.
The pattern "1UWhRCAAAAA..BAAAA" is a base64-encoded signature that corresponds to a marshaled CREDENTIAL_TARGET_INFORMATION structure.
Attackers can use this technique to coerce authentication from victim systems to attacker-controlled hosts.
It is one of the strong indicators of a Kerberos coercion attack, where adversaries manipulate DNS records
to spoof Service Principal Names (SPNs) and redirect authentication requests like CVE-2025-33073.