steps
-
disable 135
-
solution 1 failed
# 1. > regedit # 2. HKEY_LOCAL_MACHINE\Software\Microsoft\OLE "EnableDCOM" "Y" ==> "N" # 3. HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\RPC "DCOM Protocols" "ncacn_ip_tcp" ==> ""
-
-
disable 137, 138, 139
# 1. My Network Places --> Properties # 2. Local Area Connection --> Properties # 3. Internet Protocol (TCP/IP) --> Properties # 4. Advanced.. --> WINS tab # 5. NetBIOS setting ==> Disable NetBIOS over TCP/IP ==> accept
-
disable 445
-
solution 1 failed
# 1. > regedit # 2. add registry key HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\NetBT\Parameters # 3. Name: SMBDeviceEnabled Type: DWORD (REG_DWORD) Data: 0 # 4. reboot
-
solution 2 passed
# 1. > sc stop lanmanserver # 2. > sc config lanmanserver start=disabled # 3. > shutdown /r /t 0 # 4. netstat -an | findstr 445
-