From a post to the ShmooGroup by PaulHolman regarding setting up an IDS or sniffer box so that it can physically only recieve traffic and not send it. -- AdamShand

Just thought I'd send out a quick note to let you guys know what I found out about this. To recap, my goal was to come up with a way to physically enforce the security of my loghost by snipping the transmit wires on each ethernet cable. This was an idea discussed at Fort Nocs years ago. It turns out that the definitive work on this topic is for packet sniffers that don't want to be seen by IDS tools. Probably the most succinct description is in the Snort FAQ here:

This method fools a hub into seeing a link by looping back the transmit wires. It will cause problems for a switch, so I've elected not to pursue it for now.

Here's the relevant excerpt from the Snort FAQ:


More from BrucePotter ...

On a Cisco switch you can set up a SPAN port... This is cisco's name for a port that gets all the traffic from a port, set of ports, or a VLAN. With RSPAN you can monitor a VLAN that lives on multiple trunked switches... Neat stuff.

Anyhow, when you set a port to SPAN, the switch doesn't pay any attention to the packets coming at it from the IDS engine. This effectively puts the IDS engine in "stealth" mode. The port doesn't participate in spanning tree, packets aren't forwarded, etc.. So if you're using Cisco, you've already got stealth capability.


CategoryHardware

OneWayEthernet (last edited 2005-03-16 19:02:04 by AdamShand)