Using Nmap http://nmap.org you can scan your entire organisation on a regular basis and have nmap produce an xml file showing:
host up/down
services/ports available on each host
product name and version of each service
operating systems
Using Ndiff, which ships with Nmap, you see the differences between two scans as easily as:
ndiff scan_1.xml scan_2.xml
Ndiff was written for exactly this purpose and is not simply a diffing tool, it is fully aware of the Nmap scan context.
It seems that, right at this moment, nmap.org is down (very odd) so pointing you at http://nmap.org/ndiff/ so you can read more is a bit difficult. You might be interested in a video demonstration:
http://www.irongeek.com/i.
Finally, Nmap and Ndiff are command line tools which make it trivial to script and schedule using *nix cron or windows Scheduled Tasks.
Main Topics
Browse All Topics





by: ahoffmannPosted on 2009-09-03 at 00:26:55ID: 25248460
do you run these scans yourself, or is it done by a 3rd party company (SaaS)?
which tool are you using for the scans?