Detection rules › Sigma
Suspicious anonymous login (domain specified)
Detects scenarios where a suspicious anonymous login is performed during discovery phases.
MITRE ATT&CK coverage
| Tactic | Techniques |
|---|---|
| Discovery | T1046 Network Service Discovery |
Event coverage
| Provider | Event | Title |
|---|---|---|
| Security-Auditing | Event ID 4624 | An account was successfully logged on. |
Rule body yaml
title: Suspicious anonymous login (domain specified)
description: Detects scenarios where a suspicious anonymous login is performed during discovery phases.
references:
- https://github.com/mdecrevoisier/EVTX-to-MITRE-Attack/tree/master/TA0007-Discovery/T1046-Network%20Service%20Scanning
- https://github.com/login-securite/DonPAPI
tags:
- attack.discovery
- attack.t1046
author: mdecrevoisier
status: experimental
logsource:
product: windows
service: security
detection:
selection:
EventID: 4624
TargetUserSid: S-1-5-7 # ANONYMOUS LOGON
LogonType: 3
AuthenticationPackageName: NTLM
filter:
- IpAddress:
- '%vulnerability_scanners%'
- TargetDomainName:
- 'NT AUTHORITY' # English
- 'AUTORITE NT' # French
- 'NT AUTHORITÄT' # German
#- other localized language names for the NT AUTHORITY
condition: selection and not filter
falsepositives:
- None
level: high
Stages and Predicates
Stage 0: condition
selection and not filterStage 1: selection
selection:
EventID: 4624
TargetUserSid: S-1-5-7
LogonType: 3
AuthenticationPackageName: NTLM
Stage 2: not filter
filter:
- IpAddress:
- '%vulnerability_scanners%'
- TargetDomainName:
- 'NT AUTHORITY'
- 'AUTORITE NT'
- 'NT AUTHORITÄT'
Exclusions
Top-level NOT(...) conjuncts: predicates this rule actively suppresses.
| Field | Kind | Excluded values |
|---|---|---|
IpAddress | eq | %vulnerability_scanners% |
TargetDomainName | eq | AUTORITE NT |
TargetDomainName | eq | NT AUTHORITY |
TargetDomainName | eq | NT AUTHORITÄT |
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 |
|---|---|---|
AuthenticationPackageName | eq |
|
LogonType | eq |
|
TargetUserSid | eq |
|