PC Review


Reply
Thread Tools Rate Thread

Is there such a thing as open source or freeware network discovery software that works?

 
 
Joe Somebody
Guest
Posts: n/a
 
      22nd Apr 2004
Greetings all,

I have been searching all over the internet looking for a network
discovery tool for IP networks that works by querying a local SNMP
enabled router for a route table list, then uses that route table as a
basis for network discovery of nodes on each network route it finds.

Commerical tools like Net Sonar in the Solarwinds toolset is a good
example. Unfortunately you cant get it without buying a whole toolset
that is quite spendy.

Other commercial examples are HP Openview, a complete SNMP management
system, Castlerock SNMPc, Whats up Gold by Ipswitch, etc.

Again, who needs an entire toolset for just a good discovery feature.

Simple "enter your range" or "enter your subnet" type freeware
discovery tools are very slow in medium to large sized networks.

Please let me know if there is such an animal, like the commercial
discovery tools available in open source or freeware. Whether it runs
on Windows, Linux, or Mac doesnt matter to me.

Port scanning is not important to me either, this is an internal LAN
and Im not doing a security audit.

OS Fingerprinting however would be useful so that it attempts to guess
the OS like NMAP does. But that is secondary as well.


Thanks.


 
Reply With Quote
 
 
 
 
Son Of Spy
Guest
Posts: n/a
 
      22nd Apr 2004
Joe Somebody wrote:
> Greetings all,
>
> I have been searching all over the internet looking for a network
> discovery tool for IP networks that works by querying a local SNMP
> enabled router for a route table list, then uses that route table as a
> basis for network discovery of nodes on each network route it finds.
>
> Commerical tools like Net Sonar in the Solarwinds toolset is a good
> example. Unfortunately you cant get it without buying a whole toolset
> that is quite spendy.
>
> Other commercial examples are HP Openview, a complete SNMP management
> system, Castlerock SNMPc, Whats up Gold by Ipswitch, etc.
>
> Again, who needs an entire toolset for just a good discovery feature.
>
> Simple "enter your range" or "enter your subnet" type freeware
> discovery tools are very slow in medium to large sized networks.
>
> Please let me know if there is such an animal, like the commercial
> discovery tools available in open source or freeware. Whether it runs
> on Windows, Linux, or Mac doesnt matter to me.
>
> Port scanning is not important to me either, this is an internal LAN
> and Im not doing a security audit.
>
> OS Fingerprinting however would be useful so that it attempts to guess
> the OS like NMAP does. But that is secondary as well.
>
>
> Thanks.
>
>

Will this do?

SIDEN is a distributed network discovery tool used for intrusion detection
research. The current SIDEN architecture allows you to simulate
coordinated/distributed network probes by a group of attackers. Using it,
you can simulate such probes against one target or many targets. The point
of this is to generate the traffic caused by distributed network probes, so
that it can be analyzed for better understanding of distributed network
probes. This will hopefully help us to improve how Intrusion Detection
Systems are written.
GNU General Public License (GPL)

http://freshmeat.net/projects/siden/
http://freshmeat.net/redir/siden/952...n-0.1.0.tar.gz

--

Some You Won't Find Anywhere Else...

http://www.sover.net/~wysiwygx/index.html
. --- . . - - - - - - - - - - - -
/ SOS \ __ / Freeware - - - - - -
/ / \ ( ) / - - - - -
/ / / / / / / \/ \ - - - -
/ / / / / / / : : - - -
/ / / / / ' ' - -
/ / //..\\
=====UU==UU=====
'///||\\\'
' '' '
 
Reply With Quote
 
Richard Steven Hack
Guest
Posts: n/a
 
      2nd May 2004
On Thu, 22 Apr 2004 13:46:21 GMT, "Son Of Spy" <"Son Of
Spy"@whatever.net> wrote:

>Joe Somebody wrote:


>> I have been searching all over the internet looking for a network
>> discovery tool for IP networks that works by querying a local SNMP
>> enabled router for a route table list, then uses that route table as a
>> basis for network discovery of nodes on each network route it finds.

>Will this do?
>
>SIDEN is a distributed network discovery tool used for intrusion detection
>research.


I don't think so - that's a cyberattack simulation tool. Doesn't do
what the OP wants. He wants something that maps a network - discovers
all the hosts, IP addresses, etc.


--
Richard Steven Hack
"Whatever does not kill me makes me stronger" -
and YOU have not killed me!
 
Reply With Quote
 
Richard Steven Hack
Guest
Posts: n/a
 
      2nd May 2004
On Wed, 21 Apr 2004 23:30:56 -0600, Joe Somebody <(E-Mail Removed)>
wrote:

>I have been searching all over the internet looking for a network
>discovery tool for IP networks that works by querying a local SNMP
>enabled router for a route table list, then uses that route table as a
>basis for network discovery of nodes on each network route it finds.


If you've got ten machines or less (for the freeware version) or are
willing to pay $200 for 100 nodes (plus $100 for each additional 100)
for the non-free version, I found something called Newt which is here:
http://www.komododigital.com/. Works on NT-based machines only (i.e.,
NT/2000/XP Pro) not on Windows 98/ME/XP Home. Will work on those
eventually with agents but right now they concentrate on "agent-free"
deployment.

There's a project here http://sourceforge.net/projects/nmapsql. which
uses nmap results sent to a SQL database.

And another project at Sourceforge is Cheops
http://cheops-ng.sourceforge.net
which seems to be closer to what you (and I) want.
It will detect hosts and devices, identify the OS and probe for what
services are running (in some cases, even identify the program running
the service). A Linux client-server program which needs agents on the
network machines (I think) or at least nmap.


--
Richard Steven Hack
"Whatever does not kill me makes me stronger" -
and YOU have not killed me!
 
Reply With Quote
 
Joe Somebody
Guest
Posts: n/a
 
      3rd May 2004
Thanks for the help. I will try them all and see


On Sun, 02 May 2004 13:40:12 GMT, Richard Steven Hack
<(E-Mail Removed)> wrote:

>On Wed, 21 Apr 2004 23:30:56 -0600, Joe Somebody <(E-Mail Removed)>
>wrote:
>
>>I have been searching all over the internet looking for a network
>>discovery tool for IP networks that works by querying a local SNMP
>>enabled router for a route table list, then uses that route table as a
>>basis for network discovery of nodes on each network route it finds.

>
>If you've got ten machines or less (for the freeware version) or are
>willing to pay $200 for 100 nodes (plus $100 for each additional 100)
>for the non-free version, I found something called Newt which is here:
>http://www.komododigital.com/. Works on NT-based machines only (i.e.,
>NT/2000/XP Pro) not on Windows 98/ME/XP Home. Will work on those
>eventually with agents but right now they concentrate on "agent-free"
>deployment.
>
>There's a project here http://sourceforge.net/projects/nmapsql. which
>uses nmap results sent to a SQL database.
>
>And another project at Sourceforge is Cheops
>http://cheops-ng.sourceforge.net
>which seems to be closer to what you (and I) want.
>It will detect hosts and devices, identify the OS and probe for what
>services are running (in some cases, even identify the program running
>the service). A Linux client-server program which needs agents on the
>network machines (I think) or at least nmap.


 
Reply With Quote
 
Satyr
Guest
Posts: n/a
 
      21st May 2004
Richard Steven Hack <(E-Mail Removed)> wrote in message news:<(E-Mail Removed)>...
> On Thu, 22 Apr 2004 13:46:21 GMT, "Son Of Spy" <"Son Of
> Spy"@whatever.net> wrote:
>
> >Joe Somebody wrote:

>
> >> I have been searching all over the internet looking for a network
> >> discovery tool for IP networks that works by querying a local SNMP
> >> enabled router for a route table list, then uses that route table as a
> >> basis for network discovery of nodes on each network route it finds.

> >Will this do?
> >
> >SIDEN is a distributed network discovery tool used for intrusion detection
> >research.

>
> I don't think so - that's a cyberattack simulation tool. Doesn't do
> what the OP wants. He wants something that maps a network - discovers
> all the hosts, IP addresses, etc.


....and creates logical (physical) network topology maps
-http://www.adremsoft.com/netcrunch/index.php

-satyr-
 
Reply With Quote
 
My Name
Guest
Posts: n/a
 
      21st May 2004
(E-Mail Removed) (Satyr) wrote in
news:(E-Mail Removed):

> Richard Steven Hack <(E-Mail Removed)> wrote in
> message
> news:<(E-Mail Removed)>...
>> On Thu, 22 Apr 2004 13:46:21 GMT, "Son Of Spy" <"Son Of
>> Spy"@whatever.net> wrote:
>>
>> >Joe Somebody wrote:

>>
>> >> I have been searching all over the internet looking for
>> >> a network discovery tool for IP networks that works by
>> >> querying a local SNMP enabled router for a route table
>> >> list, then uses that route table as a basis for network
>> >> discovery of nodes on each network route it finds.
>> >Will this do?
>> >
>> >SIDEN is a distributed network discovery tool used for
>> >intrusion detection research.

>>
>> I don't think so - that's a cyberattack simulation tool.
>> Doesn't do what the OP wants. He wants something that
>> maps a network - discovers all the hosts, IP addresses,
>> etc.

>
> ...and creates logical (physical) network topology maps
> -http://www.adremsoft.com/netcrunch/index.php
>
> -satyr-
>


Lessee netcrunch standard:
Number of licenses
Item price

1 license
$595

2-4 licenses
$565

5 licenses
$536

more than 5 licenses
contact sales

I guess premium would cost more.
 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Reality Check. Microsoft doesn't like Open Source. Selling software is their thing Ringmaster's Psychiatrist Windows Vista General Discussion 6 7th Aug 2008 11:33 PM
Looking for Command Line Utilities: freeware or open source software aladdina@gmail.com Windows XP General 1 17th Jun 2006 03:04 PM
Looking for Command Line Utilities: freeware or open source software aladdina@gmail.com Freeware 4 17th Jun 2006 12:25 PM
open source/free software/freeware definitions Darren Freeware 9 4th May 2005 04:43 PM
open source/free software/freeware definitions Darren Freeware 0 3rd May 2005 02:07 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 10:59 PM.