Windows Security: Outgoing Logon (LogonType 9) Using New Credentials (4624)
Flags Windows 4624 LogonType 9 events where new credentials are used for authentication.
- Product
- windows
- Service
- security
- Author
- Max Altgelt (Nextron Systems) (SigmaHQ), DRL 1.1
- Published
- 2022-04-06
- Updated
- 2026-07-31
ATT&CK techniques
Defense Evasion → Lateral MovementRecon
Resource Dev
Initial Access
Execution
Persistence
Priv Esc
Defense Evasion
Cred Access
Discovery
Lateral Movement
Collection
C2
Exfiltration
Impact
What it detects
This rule flags Windows Security logon events (EventID 4624) with LogonType 9, indicating an outgoing logon that uses new credentials. Such activity matters because attackers and administrators can leverage credential-based access to move laterally or access remote resources. The detection relies on Windows Security audit telemetry capturing the logon event details, specifically the event ID and logon type fields.
Reporting behind it
Changelog
v2- v2Candidate ingested via manual entry.2026-07-31
- v1No changelog recorded for this version.2026-07-30
Detection content is published as a reviewed draft. Tune thresholds and exclusions against your own telemetry before enabling this rule for alerting.
title: "Windows Security: Outgoing Logon (LogonType 9) Using New Credentials (4624)"
id: 0302188c-0a19-4bfc-abae-53217ad600d8
status: test
description: This rule flags Windows Security logon events (EventID 4624) with LogonType 9, indicating an outgoing logon that uses new credentials. Such activity matters because attackers and administrators can leverage credential-based access to move laterally or access remote resources. The detection relies on Windows Security audit telemetry capturing the logon event details, specifically the event ID and logon type fields.
references:
- https://go.recordedfuture.com/hubfs/reports/mtp-2021-0914.pdf
- https://github.com/SigmaHQ/sigma/blob/master/rules/windows/builtin/security/account_management/win_security_susp_logon_newcredentials.yml
author: Max Altgelt (Nextron Systems), Huntrule Team
date: 2022-04-06
tags:
- attack.lateral-movement
- attack.t1550
logsource:
product: windows
service: security
detection:
selection:
EventID: 4624
LogonType: 9
condition: selection
falsepositives:
- Legitimate remote administration activity
level: low
license: DRL-1.1
related:
- id: def8b624-e08f-4ae1-8612-1ba21190da6b
type: derived