Security tools: Plugging network holes

Security tools: Part Two

Pingâ€" 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 center

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 center

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.

Advertisement

Talkback 1 comments

    You missed the best security s ...Con Zymaris -- 18/03/02

    You missed the best security scanner!
    Most in the security industry agree that the open source Nessus (www.nessus.org) is the best thing around with respect to security probing of hosts. It runs on Linux etc. but can scan Windows hosts.

Sponsored content

Power Centre - Content from our premier sponsors

Blogs

  • Chris Duckett Get extensions going in Firefox, redux
    Previously on Null Pointer we looked at getting extensions working in Firefox betas, and that was great until the fine folks at Firefox changed their minds.
  • Array How reliable is IP telephony?
    Have you ever heard a weird kind of hissing, crackling or popping noise when calling someone on an IP telephony line? How rare is the phenomenon these days?
  • Array Forget the NBN, 100Mbps is already here
    Telstra and TransACT will shortly begin offering 100Mbps broadband to many customers. By moving early, the companies have not only raised the bar for Australia's broadband services, but thrown down a challenge to a government that now faces increased pressure to deliver the NBN as promised.
  • More blogs »

Tags

Back to top

Featured