Windows Security: Outgoing Logon (LogonType 9) Using New Credentials (4624)

Flags Windows 4624 LogonType 9 events where new credentials are used for authentication.

FreeReviewedSigma · Low · v2
Product
windows
Service
security
Author
Max Altgelt (Nextron Systems) (SigmaHQ), DRL 1.1
Published
2022-04-06
Updated
2026-07-31
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