EvanK
Technical User
- Nov 18, 2003
- 21
In the process of trying to beef up security, I ran nmap against a Windows 2003 server to determine what ports were open. After removing any known and used services (http, wms, rdp), I'm left with all these flapping in the internet breeze:
Now, some of them I don't even know exactly what they are ("unknown" isnt real helpful), and others I just don't know how to disable.
For a bit of background, the server has two disjoint networks, a 66.* address that connects directly to the internet, and a 192.* address behind a firewalled microsoft network. The above ports are open on the 66.* address
As you can see in the screenshot, I've disabled the Client for Microsoft Networks and File and Printer Sharing on the external network connection (one of two disjoint networks), but netbios is still open to the outside world.
IIS is already running on port 80 (as it should be), but why is it also listening on 1025 and 1027? As for the others, how would I close them off to the outside world (honestly, aside from netbios and IIS, i dont think i need any of them at all).
Code:
135/tcp open msrpc
139/tcp open netbios-ssn
1025/tcp open NFS-or-IIS
1026/tcp open LSA-or-nterm
1027/tcp open IIS
10160/tcp open unknown
Now, some of them I don't even know exactly what they are ("unknown" isnt real helpful), and others I just don't know how to disable.
For a bit of background, the server has two disjoint networks, a 66.* address that connects directly to the internet, and a 192.* address behind a firewalled microsoft network. The above ports are open on the 66.* address
As you can see in the screenshot, I've disabled the Client for Microsoft Networks and File and Printer Sharing on the external network connection (one of two disjoint networks), but netbios is still open to the outside world.
IIS is already running on port 80 (as it should be), but why is it also listening on 1025 and 1027? As for the others, how would I close them off to the outside world (honestly, aside from netbios and IIS, i dont think i need any of them at all).