Blocking OUTPUT in iptables
Hello
The thread about beeing undetected in a LAN got me thinking. To cut to the chase; does not ARP requests and eventual broadcasts and such the kernel might do (intending linux here) go through the OUTPUT chain of iptables? And therefore can be blocked with a DROP rule?
I have done some quick research about how to detect if someone in your LAN is having their network interface in promiscous mode, and from what I've understood the way is to fool the OS of that computer to respond to something sent to an unused IP-address. I didn't find a concrete example, but it couldn't be a simple ARP-request that does the trick could it?
Does anyone know how this is achieved (detecting an interface in promiscous mode)?
And the iptables thing, isn't it possible to forbid _all_ eventual packets to leave the computer?