Kerberos RC4 Changes Confusion

Posted by ryaninseattle1@reddit | sysadmin | View on Reddit | 18 comments

So we have DCs that are fully patched with all Windows Updates until this months.

Kerberos success and failure auditing is enabled in audit policy.

We are not seeing a SINGLE event ID 201-209 in the System event logs.

I thought from this article that meant we are good.

https://support.microsoft.com/en-us/topic/how-to-manage-kerberos-kdc-usage-of-rc4-for-service-account-ticket-issuance-changes-related-to-cve-2026-20833-1ebcda33-720a-4da8-93c1-b0496e1910dc

However it looks from running the ".\Get-KerbEncryptionUsage.ps1 -Encryption RC4" script we are still using RC4 on a handful of computer or service accounts.

Ticket : RC4

SessionKey : AES256-SHA96

I believe I can use the "RC4DefaultDisablementPhase" reg key to buy us a few months whilst I understand this - but there seems to be a bunch of contradicting articles.

Which do I trust please?