Hello Everyone, I am working with a bank that has monthly security scans, and one of the really big issues is SMB Signing.
"cifs-smb-signing-disabled
This system does not allow SMB signing. SMB signing allows the recipient of SMB packets to confirm their authenticity and
helps prevent man in the middle attacks against SMB. SMB signing can be configured in one of three ways: disabled entirely
(least secure), enabled, and required (most secure)."
I have made registry changes to the servers (Server 2008 and Server 2012) HKEY_LOCAL_MACHINESystemCurrentControlSetServicesLanmanServerParameters
EnableSecuritySignature = 1
RequireSecuritySignature = 1
And on the PC's (Windows 7 Pro and Windows 10 Pro)
HKEY_LOCAL_MACHINESystemCurrentControlSetServicesLanmanWorkStationParameters
EnableSecuritySignature = 1
RequireSecuritySignature = 1
We are still getting the error each time the report runs. Is there something I maybe missing?
Thanks,
Jon
Our community of experts have been thoroughly vetted for their expertise and industry experience.
The Distinguished Expert awards are presented to the top veteran and rookie experts to earn the most points in the top 50 topics.