|
|
To print: Select File and then Print from your browser's menu
-------------------------------------------------------------- This story was printed from ZDNet Australia. --------------------------------------------------------------
|
Security tools: Plugging network holes By Steven Warren MCSE, MCDBA, Net+, TechRepublic March 17, 2002 URL: http://www.zdnet.com.au/insight/soa/Security-tools-Plugging-network-holes/0,139023731,120264076,00.htm
With the increasing demands of today's network security, more and more network professionals are looking for ways to quickly locate and fix holes in their security matrix. Which tools can help?
Network security is not just about implementing a firewall and then leaving it alone. You should be auditing, reviewing logs, running scans, and developing good security policies that will keep your network protected. This article will show you some tools that can help you manage network security in a Windows network.
Port scannersA port scanner will probe your system for open TCP and UDP ports. This is a good tool to help you determine what ports you may or may not need to keep open on your firewall and routers. It will also help you determine whether you have any active Trojans (placed by hackers) on your system that are listening on open ports. Here are two port scanners that will help you identify open ports on your systems. SuperScan SuperScan is a free download that allows you to check a range of ports or to scan a range of IP addresses. It comes with a slick and easy to use GUI, as shown in Figure A. Figure A
FScan FScan is a command-line port scanner (Figure B) that allows you to scan ports and redirect the results to a text file of your choice. In addition to scanning TCP ports, you can scan UDP ports. This tool can scan over 200 ports per second. To download FScan, click here and then click Scanner, FScan, and Download Now. Figure B
TCP/IP tools in WindowsWhen administering security, you need to have a good grasp of the basic TCP/IP tools. The following are command-line TCP/IP tools that are built in to Windows NT/2000: Netstatâ€" Windows administrators should be very familiar with this tool. It can quickly tell you what TCP and UDP ports are in use on a system. From the command line, simply type netstat -a for a list of open and listening ports, such as the one shown in Figure C
Ipconfigâ€" This utility displays the TCP/IP configuration of your computer. Type ipconfig /all, as shown in Figure D, to display the TCP/IP configuration. Figure D
Security tools: Part TwoPingâ€" Everyone should be familiar with the Ping command. It allows you to test network connectivity between a host system and another system using the IP address, NetBIOS name, or host name. The syntax is simply ping [hostname, IP address, or NetBIOS name]. Tracertâ€" This utility goes a step further than Ping by allowing you to trace the hops between one system and a destination system (Figure E). It is helpful in determining where your connection is failing along the way to its destination. You invoke this tool using tracert [domain name, hostname, IP address, or NetBIOS name].
Figure E
Nslookupâ€" This utility allows you to gather valuable host, IP address, and domain information (Figure F). You can use this command by entering nslookup [fully qualified domain name or IP address] or by simply issuing the command nslookup, which will take you into interactive mode (with the > prompt). At that point, you can enter just the IP address or fully qualified domain name. Interactive mode is best to use when you're doing multiple lookups.
Figure F
In addition to the above command-line tools, the following tools may also be useful: TcpViewâ€" This utility is a free download that basically gives you the same information as Netstat but lets you view it graphically. TDimonâ€" This utility gives you TCP and UDP activity in real time on the system that is being scanned (Figure G). You can download this tool here. Fportâ€" This little tool displays all TCP and UDP ports and maps them to their owning application. This tool can aid you in determining what ports to open or close on your firewall. You can download this tool by clicking here and then clicking Intrusion Detection, Fport, and Download Now. Security tools: Part ThreeOther tools
Summary Network security is obviously critical at this stage in the IT game. To be successful, you should have many tools at your disposal. The tools we've looked at here, combined with your security policy and firewall, will help you keep your network secure. TechRepublic is the online community and information resource for all IT professionals, from support staff to executives. We offer in-depth technical articles written for IT professionals by IT professionals. In addition to articles on everything from Windows to e-mail to fire walls, we offer IT industry analysis, downloads, management tips, discussion forums, and e-newsletters.
Copyright © 2009 CBS Interactive, a CBS Company. All Rights Reserved. |