Thanks for posting your question in the Microsoft Q&A forum.
I hope this article can help you:
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Sometimes, the web site user write "Pass the Hash does not work for Kerberos authentication on Active Directory".
However, in Kerberos authentication, pre-authentication data is sent from the domain controller in ERR-PREAUTH-REQUIRED, and the pre-authentication data is encrypted with a password hash on the client in AS_REQ, and the domain controller also check the data with a password hash.
Considering this, I think that encrypting data from the server using password hash and verifying it on the server is no different from NTLM authentication.
Although there are sites that mention that Pass the Hash cannot be used with Kerberos authentication, I could not find a site that specifically explains why.
If anyone knows the reason for this, please let me know.
Thanks for posting your question in the Microsoft Q&A forum.
I hope this article can help you: