Ethical Hacking

Learn to find vulnerabilities before the bad guys do! Gain real world hands on hacking experience in our state of the art hacking lab. Course designed and taught by expert instructors with years of penetration testing experience. 12 student maximum in every class. Certification attempt included in every package.
Computer Forensics Training at InfoSec Institute

Gain the in-demand skills of a certified computer examiner, learn to recover trace data left behind by fraud, theft, and cybercrime perpetrators. Discover the source of computer crime and abuse at your organization so that it never happens again. All of our class sizes are guaranteed to be 12 students or less to facilitate one-on-one interaction with one of our expert instructors.




Network Security Exploits-HackingTools
[Top] [All Lists]

[TOOL] iptraffic - A Perl Based Sniffer

Subject: [TOOL] iptraffic - A Perl Based Sniffer
Date: 15 Mar 2005 16:11:31 +0200
The following security advisory is sent to the securiteam mailing list, and can 
be found at the SecuriTeam web site: http://www.securiteam.com
- - promotion

The SecuriTeam alerts list - Free, Accurate, Independent.

Get your security news from a reliable source.
http://www.securiteam.com/mailinglist.html 

- - - - - - - - -



  iptraffic - A Perl Based Sniffer
------------------------------------------------------------------------


SUMMARY



DETAILS

iptraffic is an attempt to learn more about network protocols, PERL, and 
MySQL database by integrating the three components into a useful tool. The 
goal is to develop a sniffer written entirely in PERL and capture the 
network traffic into a MySQL database. This will be used to develop 
network statistics such as protocol distributions and bandwidth 
utilization. Once that goal has been realized, this tool will be used as a 
foundation for a statistical anomaly detection engine. The project 
contains a phased approach:

Phase 1:
Write a PERL sniffer that can identify and decode as many network 
protocols as the developer can put together. PERL has packages to decode 
Ethernet, IP, TCP, UDP, ARP, and STP. Phase I will incorporate those 
protocols.

Phase 2:
Take resulting traffic as its sniffed and parse it into a normalized 
database schema. The developer have come up with a schema based on the 
field information provided for each protocol. This is being enhanced as 
the developer write more decodes and figure out how to link the various 
tables together for tracking purposes. Options will exist to send output 
to Screen, File, and Database.

Phase 3:
Perform analysis of traffic to produce a table of hosts with their 
provided services. As the table is developed, hosts would be manually 
verified, and the host/service pairs would then be flagged as "validated". 
This is a precursor step to developing an Anomaly Detection database. New 
host/service pairs would be flagged as "anomalies" to be validated. This 
could provide some level of protection against 0-day exploits.

Phase 4:
Perform analysis of traffic to determine traffic flow across subnets. The 
goal is to be able to get a high level understanding of traffic patterns 
to aid the development of network ACLs.


ADDITIONAL INFORMATION

The information has been provided by  <mailto:randy.nash@gmail.com> Randy 
Nash.
To keep updated with the tool visit the project's homepage at:  
<http://www.atriskonline.com/projects/iptraffic.html> 
http://www.atriskonline.com/projects/iptraffic.html



======================================== 


This bulletin is sent to members of the SecuriTeam mailing list. 
To unsubscribe from the list, send mail with an empty subject line and body to: 
list-unsubscribe@securiteam.com 
In order to subscribe to the mailing list, simply forward this email to: 
list-subscribe@securiteam.com 


==================== 
==================== 

DISCLAIMER: 
The information in this bulletin is provided "AS IS" without warranty of any 
kind. 
In no event shall we be liable for any damages whatsoever including direct, 
indirect, incidental, consequential, loss of business profits or special 
damages. 




<Prev in Thread] Current Thread [Next in Thread>
  • [TOOL] iptraffic - A Perl Based Sniffer, SecuriTeam <=