Skip to content

Commit bd7d7bd

Browse files
committed
pulling PR
Merge branch 'patch-15' of https://github.com/HerbertMauerer/supportarticles-docs into AB#9559-PR#2003---Update-NTLMv1-audit-doc
2 parents 2792505 + 3f3782e commit bd7d7bd

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

support/windows-server/windows-security/audit-domain-controller-ntlmv1.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ _Original KB number:_   4090105
2525
2626
You may do this test before setting computers to only use NTLMv2. To configure the computer to only use NTLMv2, set **LMCompatibilityLevel** to **5** under the `HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa` key on the domain controller.
2727

28+
Microsoft has deprecated NTLM as a whole in June 2024, please see [Deprecated Features](/windows/whats-new/deprecated-features#deprecated-features). You may use the options described in this article to audit the use of NTLM, any version:
29+
[Removing NTLMv1, new audit event for use of NTLM](topic/upcoming-changes-to-ntlmv1-in-windows-11-version-24h2-and-windows-server-2025-c0554217-cdbc-420f-b47c-e02b2db49b2e)
30+
2831
## NTLM auditing
2932

3033
To find applications that use NTLMv1, enable Logon Success Auditing on the domain controller, and then look for Success auditing Event 4624, which contains information about the version of NTLM.
@@ -72,7 +75,7 @@ Key Length: 128
7275

7376
## More information
7477

75-
This logon in the event log doesn't really use NTLMv1 session security. There's actually no session security, because no key material exists.
78+
This logon in the event log doesn't use NTLMv1 session security. There's actually no session security, because no key material exists.
7679

7780
The logic of the NTLM Auditing is that it will log NTLMv2-level authentication when it finds NTLMv2 key material on the logon session. It logs NTLMv1 in all other cases, which include anonymous sessions. Therefore, our general recommendation is to ignore the event for security protocol usage information when the event is logged for **ANONYMOUS LOGON**.
7881

0 commit comments

Comments
 (0)