This looks like some extremely weird traffic. Normal M$ RPC traffic should not going to the broadcast address (.255 on each respective subnet). I'd be more apt to believe that this is traffic that is looking for an exploit in something. Can you get a TCPDump of the traffic on these ports vs just logs? Based on the logs the traffic is initiating from one or more local systems out to the network. I'd start by making sure that there is not breach on any of your systems. Try looking at a TCPDump, that will give you more information. What systems have the IPs of 192.168.10.1 and 192.168.11.1 as these appear to be source systems. I'm a bit perplexed by the fact that your firewall is sending with it's source to it's network. This would make me think that something might be running on it looking for an exploit.
Grant. . . .
Lukasz Hejnak wrote:
Hi I've started receiving some strange broadcast information on my firewall it starts in the logs around ten days ago and looks like this:
INPUT:IN=eth0 OUT= MAC= SRC=192.168.10.1 DST=192.168.10.255 LEN=240 TOS=0x00 PREC=0x00 TTL=64 ID=0 DF PROTO=UDP SPT=138 DPT=138 LEN=220 INPUT:IN=eth0 OUT= MAC= SRC=192.168.10.1 DST=192.168.10.255 LEN=234 TOS=0x00 PREC=0x00 TTL=64 ID=0 DF PROTO=UDP SPT=138 DPT=138 LEN=214
INPUT:IN=eth1 OUT= MAC= SRC=$MYEXTIP DST=$MYEXTNET.255 LEN=240 TOS=0x00 PREC=0x00 TTL=64 ID=0 DF PROTO=UDP SPT=138 DPT=138 LEN=220 INPUT:IN=eth1 OUT= MAC= SRC=$MYEXTIP DST=$MYEXTNET.255 LEN=234 TOS=0x00 PREC=0x00 TTL=64 ID=0 DF PROTO=UDP SPT=138 DPT=138 LEN=214
INPUT:IN=eth2 OUT= MAC= SRC=192.168.11.1 DST=192.168.11.255 LEN=240 TOS=0x00 PREC=0x00 TTL=64 ID=0 DF PROTO=UDP SPT=138 DPT=138 LEN=220 INPUT:IN=eth2 OUT= MAC= SRC=192.168.11.1 DST=192.168.11.255 LEN=234 TOS=0x00 PREC=0x00 TTL=64 ID=0 DF PROTO=UDP SPT=138 DPT=138 LEN=214
a few first occurences had SPT and DPT 137, and now it looks like the above happens about every 12 minutes, and I can't seem to see what's causing this the server is running only apache and exim the eth1 is the internet, eth{0,2} are just two connections to two PCs I've got at home (had a spare nic and no cash for a hub ;)
anybody had a similar case?