|
|||||||||||
|
Re: Solaris 7 installation is sending 127.0.0.0/8 addresses on the ethernet network...
From: John P. Eisenmenger <jpe(at)eisenmenger.org>
Date: Mon Dec 02 2002 - 13:31:57 EST
> I grabbed the pcap output from our IDS that is sitting on a SPAN
The 127.0.0.75 address is the source address, so all the routing table comments are headed down the wrong path. So we have to ask ourselves how one can get a source address of 127.0.0.75... What is strange is that I don't see that 127.0.0.75 address anywhere in the Sun information you gave above. Anyway... Option 1 - via bind() This is the simplest option from an application point of view, but it should not be possible to bind to an address that does not exist on the system. It's been a while since I played with things like this on Solaris, so maybe it makes an exception for addresses on the loopback interface.. In any case, a "netstat -an | grep 127.0.0.5" should show that address in use if a process is bound to it. Option 2 - via raw net access. The other option I can think of is some application that crafts the entire IP portion of the packet and uses raw network access to deposit it onto the wire. Why a normal application would do this, I have no earthly idea.
Any other ideas?
-- John P. Eisenmenger jpe@eisenmenger.orgReceived on Tue Dec 3 18:45:23 2002 This archive was generated by hypermail 2.1.8 : Wed Aug 23 2006 - 14:01:37 EDT |
||||||||||
|
|||||||||||