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 Focus-IDS
[Top] [All Lists]

Re: Sniffing split connections

Subject: Re: Sniffing split connections
Date: Thu, 14 Apr 2005 11:51:21 -0700
You could always use the linux kernels bonding feature.

It will take 2 ethernet interfaces and trunk the traffic flowing
through them into a virtual interface that you can tell snort to
listen on.

Example

All traffic from eth1 and eth2 will be combined to a virtual interface
device called bond0.

To set this up you would do something similar to this:
#load the bonding kernel module
modprobe bonding
#bring up your interfaces that can see the traffic in promiscous mode
ifconfig eth1 promisc -arp up
ifconfig eth2 promisc -arp up
#bring up the bonding interface
ifconfig bond0 promisc -arp up
#enslave eth1 and eth2 to the bond0 interface
ifenslave bond0 eth1
ifenslave bond0 eth2

Now instead of telling snort to run on eth1 or eth2 etc you will need
to tell it to run on bond0.

If all works you should see all traffic from eth1 and eth2 on bond0.

Hope this helps.

-Rusty

On 4/11/05, Chris Mills <securinate@gmail.com> wrote:
Hi all-

Here's the problem I'm having:

I have a client site that has two physical connections from its ATM
switch that connect to two different providers. The ATM switch uses
both connections all the time (not set up as a failover.) The ATM
switch at the site will not let me mirror the ports so I can't sniff
there... and after the two providers, the connection is too fast for
my equipment. I am using Snort 2.3.2 on PowerEdge 1750's. If I place a
sniffer at both provider A and provider B, is there a way I can
reassemble the traffic so I can see complete sessions? The two
providers are on different sides of town.

              |--------|PROVIDER A|\
Client Site|                          |-----------|INTERNET|
              |--------|PROVIDER B|/

Thanks very much,

Chris

--------------------------------------------------------------------------
Stop hurting your network!

The NeVO passive vulnerability sensor continuously finds vulnerabilities,
applications and new hosts without the need for network scanning.
It also finds compromised systems with application-based intrusion detection.
Go to http://www.tenablesecurity.com/products/nevo.shtml to learn more.
--------------------------------------------------------------------------



--------------------------------------------------------------------------
Stop hurting your network!
 
The NeVO passive vulnerability sensor continuously finds vulnerabilities, 
applications and new hosts without the need for network scanning. 
It also finds compromised systems with application-based intrusion detection. 
Go to http://www.tenablesecurity.com/products/nevo.shtml to learn more.
--------------------------------------------------------------------------


<Prev in Thread] Current Thread [Next in Thread>