• Some users have recently had their accounts hijacked. It seems that the now defunct EVGA forums might have compromised your password there and seems many are using the same PW here. We would suggest you UPDATE YOUR PASSWORD and TURN ON 2FA for your account here to further secure it. None of the compromised accounts had 2FA turned on.
    Once you have enabled 2FA, your account will be updated soon to show a badge, letting other members know that you use 2FA to protect your account. This should be beneficial for everyone that uses FSFT.

Visual Network Mapping software?

4saken

[H]F Junkie
2FA
Joined
Sep 14, 2004
Messages
14,379
Ok, so look at this picture.
unix.png


Basically we have been generating netstat -an traffic on every linux host/guest/etc we have inside of our network, collecting it at a central location, then through some ridiculous scripting/generating views and sorting them based on application/network/etc. This will eventually allow us to get to a bigger project of getting rid of unneeded vm guests, securing certain servers, making sure prod/qa/dev environments are separated. We can look at these graphs now and ask, "why is this dev box talking to this production box" etc. Or i can say, why is this box using Java to talking to postgresql on this server that has supposedly been decommissioned from production for 6 months. It works, but it is very manual intensive and ugly.

We are looking for a very high level look at traffic from any server we want. Has anyone undertaken a similar project and have any advice on software suites(preferably OSS), or other to do help assist in this?

Please let me know if this makes sense.
 
Nagvis isnt quite as high level as I need it. We have plenty of tools that can do that reporting.

Basically taking a tcpdump or persistent(kinda of) netstat -an and parsing all of the data to find out all connections/endpoints/etc at any given time and being able to see waste etc. Thanks though.

I have been messing with a mashup of argus/afterglow/neato and some bash scripting to format things right to get a fancy map. Trying to figure out how to put that data into a csv readable by a viz program like Gephi or other to make a nice fancy map i can show to execs.
 
Back
Top