this post was submitted on 14 Jan 2024
316 points (76.7% liked)

Technology

59340 readers
5599 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related content.
  3. Be excellent to each another!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed

Approved Bots


founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 3 points 10 months ago (2 children)

How do I know this kind of thing ? What app can I use to measure this for my devices at home ?

[–] [email protected] 1 points 10 months ago* (last edited 10 months ago)

If you have anything where internet is an add-on to what it does normally, especially BS like a washing machine, then it's phoning home. That's the reason they add such nonsense, and sell it as a feature to the buyer.

They have to run a backend for this stuff which eats into the profit of selling it...

That said, Wireshark is a common tool to monitor packets. I haven't done it for a while. There's also probably a package you can run on RPi just for this kind of thing. Using PiHole I can see how often and where devices are connecting. I've blocked a lot of domains - I'm currently blocking about 30% of all domain requests (most of that is from the TV and windows 10) and everything works fine.

[–] [email protected] 0 points 10 months ago

The software would need to be on the router itself so that it can intercept all traffic that is originating from the LAN (Local Area Network) and is directed at the WAN (Wide Area Network, the Internet), some higher end (home) routers have this feature, or you could see if your router supports a third-party firmware and flash that, which most likely supports it.

The other (more complex) way is to put a device in between your router's LAN port (usually called the Default Gateway in software terms) and the rest of your devices on the network so that it intercepts all the traffic and then forwards it to the router. This is a technique known as "Man in the Middle".

If you want to simply know if devices are "phoning home", and potentially blocking those requests, you can use a service like NextDNS or PiHole (on a Raspberry Pi, or in Docker) to block the attempt. This happens because the device doesn't know where to send the info.