Cross-source coverage

T1187 / ATT&CK

Forced Authentication

28 rules across 5 sources.

3 atomic-IOC hidden · include

From MITRE ATT&CK 19.2

Adversaries may gather credential material by invoking or forcing a user to automatically provide authentication information through a mechanism in which they can intercept.

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.

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.

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.

There are several different ways this can occur. Some specifics from in-the-wild use include:

  • 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 file[:]//[remote address]/Normal.dotm to trigger the SMB request.
  • A modified.LNK or.SCF file with the icon filename pointing to an external reference such as \\[remote address]\pic.png that will force the system to load the resource when the icon is rendered to repeatedly gather credentials.

Alternatively, by leveraging the EfsRpcOpenFileRaw function, an adversary can send SMB requests to a remote system's MS-EFSRPC interface and force the victim computer to initiate an authentication procedure and share its authentication details. The Encrypting File System Remote Protocol (EFSRPC) is a protocol used in Windows networks for maintenance and management operations on encrypted data that is stored remotely to be accessed over a network. Utilization of EfsRpcOpenFileRaw function in EFSRPC is used to open an encrypted object on the server for backup or restore. Adversaries can collect this data and abuse it as part of a NTLM relay attack to gain access to remote systems on the same internal network.

Platforms
Windows
Telemetry
WinEventLog:SysmonWinEventLog:SecurityNSM:Flow

How MITRE says to detect it DET0022

Detect Forced SMB/WebDAV Authentication via lure files and outbound NTLM

Windows Analytic 0065

Adversary 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.

  • WinEventLog:Sysmon EventCode=11
  • WinEventLog:Security EventCode=4663, 4670, 4656
  • NSM:Flow HTTP/WebDAV requests that contain NTLMSSP or PROPFIND/MOVE/OPTIONS with Authorization: NTLM
  • NSM:Flow Outbound connections to TCP 139,445 and HTTP/HTTPS to WebDAV endpoints from workstation subnets

elastic/detection-rules

9 rules
Detection Severity Format
Potential Kerberos Coercion via DNS-Based SPN Spoofing High Elastic TOML
Potential Kerberos Relay Attack against a Computer Account High Elastic TOML
Potential Local NTLM Relay via HTTP High Elastic TOML
Potential Machine Account Relay Attack via SMB High Elastic TOML
Potential NTLM Relay Attack against a Computer Account High Elastic TOML
Active Directory Forced Authentication from Linux Host - SMB Named Pipes Medium Elastic TOML
Potential Computer Account NTLM Relay Activity Medium Elastic TOML
Rare Connection to WebDAV Target Medium Elastic TOML
Rare SMB Connection to the Internet Medium Elastic TOML

SigmaHQ/sigma

7 rules
Detection Severity Format
Attempts of Kerberos Coercion Via DNS SPN Spoofing High Sigma
NTLM Hash Leak Via Curl NTLM Authentication High Sigma
PetitPotam Suspicious Kerberos TGT Request High Sigma
Possible PetitPotam Coerce Authentication Attempt High Sigma
Potential CVE-2026-33829 Exploitation - Windows Snipping Tool Remote File Path URI High Sigma
Potential PetitPotam Attack Via EFS RPC Calls Medium Sigma
Suspicious Creation of .library-ms File — Potential CVE-2025-24054 Exploit Medium Sigma

splunk/security_content

6 rules
Detection Severity Format
DNS Kerberos Coercion Undefined SPL
PetitPotam Network Share Access Request Undefined SPL
Windows Credential Target Information Structure in Commandline Undefined SPL
Windows Kerberos Coercion via DNS Undefined SPL
Windows Short Lived DNS Record Undefined SPL
Windows Theme File Creation in Unusual Location Undefined SPL

socfortress/Wazuh-Rules

5 rules
Detection Severity Format
Sysmon - Event 1: Process creation · PetitPotam Execution (T1187) High Wazuh XML
Sysmon - Event 1: Process creation · PowerShell Download InternalMonologue (T1187) High Wazuh XML
Sysmon - Event 1: Process creation · PowerShell InternalMonologue (T1187) High Wazuh XML
Sysmon - Event 1: Process creation · Rpcping Forced Auth Attempt (T1187) High Wazuh XML
Sysmon - Event 11: FileCreate by · Forced Authentication (T1187) Low Wazuh XML

elastic/protections-artifacts

1 rule
Detection Severity Format
Potential Net-NTLM Coercion via Snipping Tool ms-screensketch URI (CVE-2026-33829) Undefined Elastic TOML

Detection rules belong to the projects that publish them and remain under their own licenses. This site indexes and links to them; it claims no rights in them.