Detection rules › Elastic
Potential Pass-the-Hash (PtH) Attempt
Adversaries may pass the hash using stolen password hashes to move laterally within an environment, bypassing normal system access controls. Pass the hash (PtH) is a method of authenticating as a user without having access to the user's cleartext password.
MITRE ATT&CK coverage
Event coverage
| Provider | Event ID | Title |
|---|---|---|
| Security-Auditing | 4624 | An account was successfully logged on. |
Stages and Predicates
Stage 1: kql:new_terms
(user.id:"S-1-12-1-*" or user.id:"S-1-5-21-*") and event.action:"logged-in" and event.category:"authentication" and event.outcome:"success" and winlog.event_data.LogonProcessName:"seclogo" and winlog.logon.type:"NewCredentials"Indicators
Each row is a field, operator, and value that the rule matches. The corpus column counts how many other rules in the catalog look for the same combination: high numbers point to widely-used, community-vetted indicators. Blank or 1 shows that the indicator is specific to this rule.
| Field | Kind | Values |
|---|---|---|
event.action | eq |
|
event.category | eq |
|
event.outcome | eq |
|
user.id | wildcard |
|
winlog.event_data.LogonProcessName | eq |
|
winlog.logon.type | eq |
|
Neighbors
Broader alternatives (more inclusive than this rule)
These rules match a superset of what this rule catches. They cover the same events plus more. Use them if you want wider coverage and can absorb more false positives.
- Potential Account Takeover - Mixed Logon Types (drops 6 filters this rule applies)
- Potential Account Takeover - Logon from New Source IP (drops 6 filters this rule applies)