Windows LsaSrv Events Indicating NTLMv1 Logon Between Client and Server
Flags LsaSrv events 6038/6039 showing NTLMv1 authentication between client and server on Windows.
- Product
- windows
- Service
- system
- Author
- Tim Shelton, Nasreddine Bencherchali (Nextron Systems) (SigmaHQ), DRL 1.1
- Published
- 2022-04-26
- 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 System events from the LsaSrv provider that report NTLMv1 being used for authentication between a client and server. NTLMv1 is insecure because its underlying cryptography can be brute-forced with modern hardware, making sessions vulnerable to credential abuse. It relies on Windows event telemetry for LsaSrv provider events with Event IDs 6038 and 6039 indicating NTLMv1 usage.
Reporting behind it
- github.comhttps://github.com/nasbench/EVTX-ETW-Resources/blob/f1b010ce0ee1b71e3024180de1a3e67f99701fe4/ETWProvidersManifests/Windows10/22H2/W10_22H2_Pro_20230321_19045.2728/WEPExplorer/LsaSrv.xml
- github.comhttps://github.com/SigmaHQ/sigma/blob/master/rules/windows/builtin/system/lsasrv/win_system_lsasrv_ntlmv1.yml
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 LsaSrv Events Indicating NTLMv1 Logon Between Client and Server
id: 46de5af2-18c6-4931-871e-4226b2b26441
status: test
description: This rule flags Windows System events from the LsaSrv provider that report NTLMv1 being used for authentication between a client and server. NTLMv1 is insecure because its underlying cryptography can be brute-forced with modern hardware, making sessions vulnerable to credential abuse. It relies on Windows event telemetry for LsaSrv provider events with Event IDs 6038 and 6039 indicating NTLMv1 usage.
references:
- https://github.com/nasbench/EVTX-ETW-Resources/blob/f1b010ce0ee1b71e3024180de1a3e67f99701fe4/ETWProvidersManifests/Windows10/22H2/W10_22H2_Pro_20230321_19045.2728/WEPExplorer/LsaSrv.xml
- https://github.com/SigmaHQ/sigma/blob/master/rules/windows/builtin/system/lsasrv/win_system_lsasrv_ntlmv1.yml
author: Tim Shelton, Nasreddine Bencherchali (Nextron Systems), Huntrule Team
date: 2022-04-26
modified: 2023-06-06
tags:
- attack.lateral-movement
- attack.t1550.002
logsource:
product: windows
service: system
detection:
selection:
Provider_Name: LsaSrv
EventID:
- 6038
- 6039
condition: selection
falsepositives:
- Environments that use NTLMv1
level: medium
license: DRL-1.1
related:
- id: e9d4ab66-a532-4ef7-a502-66a9e4a34f5d
type: derived