Detection rules › Elastic
Potential Computer Account NTLM Relay Activity
Identifies potential relay activities against a Computer account by identifying authentication events using the computer account coming from from hosts other than the server that owns the account. Attackers may relay the computer account hash after capturing it using forced authentication.
MITRE ATT&CK coverage
Event coverage
| Provider | Event ID | Title |
|---|---|---|
| Security-Auditing | 4624 | An account was successfully logged on. |
| Security-Auditing | 4625 | An account failed to log on. |
Stages and Predicates
Stage 1: eql:authentication
not host.ip contains and not source.ip ends_with and host.name starts_with and not source.ip:"127.0.0.1" and not source.ip:"::1" and user.name:"*$" and not user.name:"$" and winlog.event_data.AuthenticationPackageName:"NTLM" and winlog.logon.type:"Network"Exclusions
Top-level NOT(...) conjuncts — predicates this rule actively suppresses.
| Stage | Field | Kind | Excluded values |
|---|---|---|---|
| 1 | host.ip | contains | |
| 2 | source.ip | ends_with |
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 |
|---|---|---|
source.ip | ne |
|
user.name | ends_with |
|
user.name | ne |
|
winlog.event_data.AuthenticationPackageName | eq |
|
winlog.logon.type | eq |
|
Neighbors
Often fire together
Rules that target events appearing in the same incident timelines. They pattern-match on adjacent steps of the same TTP, so an alert from one is often paired with alerts from these. Useful for triage context and for assembling chained-detection rules.
- Multiple Logon Failure Followed by Logon Success
- Potential Kerberos Relay Attack against a Computer Account
- Potential NTLM Relay Attack against a Computer Account
- Remote Windows Service Installed
- Suspicious Service was Installed in the System
- Service Creation via Local Kerberos Authentication
- Hacktool Ruler
- Metasploit SMB Authentication
Share event IDs (chain-detection candidates)
Rules that observe the same Windows event-ID pairs as this one. If you're authoring a multi-stage / sequence rule that spans these events, these are the existing detections that already cover one or both endpoints.
- Hacktool Ruler
- Metasploit SMB Authentication
- Multiple Logon Failure Followed by Logon Success
- Potential Kerberos Relay Attack against a Computer Account
- Potential NTLM Relay Attack against a Computer Account
- Windows Identify PowerShell Web Access IIS Pool
- Windows Local Administrator Credential Stuffing