scipag / HardeningKitty

HardeningKitty - Checks and hardens your Windows configuration
MIT License
1.29k stars 158 forks source link

question #42

Closed hangookfreak closed 1 year ago

hangookfreak commented 1 year ago

I have this setup on a multitude of computers but we are running issues with certain smb network drives connecting.

0x6d69636b commented 1 year ago

I need the following information to help you:

  1. Did it work before you used HailMary mode?
  2. Which finding list(s) did you use?
  3. On what system did you run HailMary (server and/or client)?
  4. How do you mount the share (command)?
hangookfreak commented 1 year ago

it does work without it as we have some computers that run it where we havent put HK on yet. 22h2 client side i have tried manually mounting as well as a batch file

0x6d69636b commented 1 year ago

As CIS, Microsoft Security Baseline and 0x6d69636b Windows 10 are lists for 22H2, please be more specific

hangookfreak commented 1 year ago

finding_list_msft_security_baseline_windows_10_22h2_user.csv

hangookfreak commented 1 year ago

sorry the machine one

hangookfreak commented 1 year ago

the weird thing is that one other network drives that we map is able to connect. we are able to ping the drive that doesnt connect as well but it wont connect. nothing within event viewer.

0x6d69636b commented 1 year ago

Okay, let's see. You only did the hardening on the client, not on the server. How is the authentication done, local user or domain users, over Kerberos or NTLM? Is the server also Windows or an older system? Do you relay on stored passwords?

hangookfreak commented 1 year ago

nothing is done server side. authentication is done by using a local account on the server. no domain.server is also windows. most likely an older system.

0x6d69636b commented 1 year ago

It may be NTLM related, try Microsoft network client: Digitally sign communications (always), Network security: LAN Manager authentication level, and/or Network security: Minimum session security for NTLM SSP based (including secure RPC)

hangookfreak commented 1 year ago

let me check those.

hangookfreak commented 1 year ago

none of those worked additionally SMB 1 was turned on as well

0x6d69636b commented 1 year ago

Did you check Configure SMB v1 client driver as well?

hangookfreak commented 1 year ago

yup. ive checked all SMB settings All Lanman settings all RPC settings

hangookfreak commented 1 year ago

any other ideas on what it can be? does this HK script also change anything in group policy or security policies?

hangookfreak commented 1 year ago

do you think it would have to do anything with like account impersonation or anything account related rather than network?

0x6d69636b commented 1 year ago

No, HardeningKitty does not/cannot change group policies. If a policy is applied, any changes made by HardeningKitty will be overwritten. The account settings are for the local system and should not change the behaviour of the remote system. Sorry, I ran out of ideas what could be causing this problem

hangookfreak commented 1 year ago

no worries. Thank you