Jump to content

Why is one of my computers reaching out to :


G+_Rud Dog
 Share

Recommended Posts

If you look at the comment section on that page you will see "Addresses starting with a number between 224 and 239 are used for IP multicast. IP multicast is a technology for efficiently sending the same content to multiple destinations. It is commonly used for distributing financial information and video streams, among other things"

As for who is using it, or why your device is reaching out to it, I can't say without a lot more information.

Link to comment
Share on other sites

Thanks, guys, if you all could clarify one last thing. Here is what I could find on the subject:

A message sent to a broadcast address may be received by all network-attached hosts.

So the source IP address, in this case, is sending out a broadcast.

And it is sent to the address shown which shows up as the destination.

How do you find the genesis of this LAN traffic?

Link to comment
Share on other sites

Rud Dog

en.wikipedia.org - Broadcast address - Wikipedia

 

Broadcast address: 255.255.255.255 (mac=FF:FF:FF:FF)

 

To find the host where the traffic originated from would require you monitoring the packets using wireshark or another pcap tool.

 

You can filter the packet list by using (for wireshark):

ip.dst == 255.255.255.255

 

You would then need to look at the packet's source ip and mac address.

 

Often the broadcast address is used for DHCP/ARP, and NDP.

(so this might actually be normal behavior...)

Link to comment
Share on other sites

Rud Dog Ubiquiti UniFi uses 233.89.188.1 and 255.255.255.255 as part of its method for joing end-point devices to the network

(ie: unifi-inform-protocol).

 

So, if you are using a Unifi then this github page might be of interest to you....

https://github.com/jk-5/unifi-inform-protocol

 

PS: You find a list of display filters for wireshark here:

http://packetlife.net/media/library/13/Wireshark_Display_Filters.pdf

Link to comment
Share on other sites

 Share

×
×
  • Create New...