this post was submitted on 13 Jul 2026
912 points (99.0% liked)

Technology

87229 readers
3002 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 news or articles.
  3. Be excellent to each other!
  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, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] Diplomjodler3@lemmy.world 170 points 1 month ago (6 children)

There's a very easy trick to defeat this: use Linux.

[–] mic_check_one_two@lemmy.dbzer0.com 18 points 1 month ago (3 children)

If your system uses systemd, it has an etc/machine-id, which is used for a lot of different things. And changing it will break a lot of stuff, probably until you reboot. I guess you could write something to randomly shuffle it every time you reboot? But it is the go-to way for lots of programs (including browsers) to identify themselves. Which means (unless you have done the work to scramble your machine ID) you can be tracked on Linux as well.

[–] treadful@lemmy.zip 56 points 1 month ago (4 children)

The difference is that Linux isn't sending telemetry to some central entity associating that ID to an IP.

Microsoft’s records showed that at that exact same minute, a Windows device carrying GDID g:6755467234350028 had visited the ngrok signup page. Three hours later, the same GDID visited the retailer’s own website, through the same Tzulo proxy address used to set up the ngrok account.

This article is super vague about this as well. How does Microsoft not only have the GDID->IP link, but they have Web history as well? Are they just exposing all this through advertising telemetry?

Fucking gross. And if you know of anything on Linux exposing/transmitting the machine-id, please do let everyone know because nothing should. Anything that does should be considered malware.

[–] hirihit640@sh.itjust.works 19 points 1 month ago (2 children)
[–] treadful@lemmy.zip 31 points 1 month ago (1 children)

It’s not just Windows tracking your web browsing history. GPU drivers do it too.

..on Windows. if you explicitly install their malware and agree to data sharing.

[–] hirihit640@sh.itjust.works 3 points 1 month ago* (last edited 1 month ago)

I should have clarified, but yes it's the windows GPU drivers. Though even on Linux, it's hard to know what the proprietary GPU drivers do, but from what I read they don't collect telemetry by default. Luckily Nvidia is developing official open source drivers now so we won't have to worry about these things.

Also note that for the Windows Nvidia drivers, it's fairly annoying to disable all telemetry. It's not just an option in the installer. You have to use unofficial third party tools.

[–] inari@piefed.zip 20 points 1 month ago (1 children)

That's wild. Shit like this makes me distrust proprietary drivers

[–] can@sh.itjust.works 21 points 1 month ago

I distrust proprietary anything at this point

[–] hexagonwin@lemmy.today 6 points 1 month ago

i think i remember hearing the dbus machine-id being read by google chrome on linux. it could be used for privacy violation with proprietary software, though i personally consider linux machines with chrome or equivalent software installed compromised.

[–] Trainguyrom@reddthat.com 3 points 1 month ago (1 children)

This article is super vague about this as well. How does Microsoft not only have the GDID->IP link, but they have Web history as well? Are they just exposing all this through advertising telemetry?

My interpretation was that they had an IP that they suspected was the perp's home network, and subpoena'd some major platforms to confirm beyond a shadow of a doubt. Given the perp's sloppiness in using the same machine for both personal and illicit computing activities, they could even have some network traffic in the capture to indicate which platforms they should subpoena

Or if we want to be more conspiracy-minded, maybe they installed a trojan on his computer and this is the parallel evidence trail that law enforcement created so they don't have to admit to hacking the hackers

[–] Ghoelian@piefed.social 1 points 1 month ago

Or he used Edge, so Microsoft just has all his browsing data.

[–] whatiswrongwithyou@lemmy.ml 1 points 1 month ago (2 children)

Another user said they think machine-id is readable by the browser. This is absolutely true, machine-id is working as described when it is read by any web browser.

So Linux isn’t sending your unique id to a central entity that can associate it with your ip, it’s sending your unique id to any entity you browse to that can then associate it with your ip.

[–] treadful@lemmy.zip 1 points 1 month ago (1 children)

It's intended to be read by applications on the system. That's like its whole purpose. If you know of any browsers sending it or otherwise making it available without hashing it with an application key first, that would be a problem.

[–] whatiswrongwithyou@lemmy.ml 1 points 1 month ago (1 children)

Yes as I said it’s working as intended. The point of machine id is to id a machine.

A better solution would be to not rely on the various programs to hash the unique id and instead have the host read it, hash it and provide the hash to the program that asked.

[–] treadful@lemmy.zip 1 points 1 month ago (1 children)

Yes as I said it’s working as intended. The point of machine id is to id a machine.

Your claim was that Linux was "sending your unique id to any entity you browse" which is misleading at best. machine-id should never be transmitted and if it is, that software should be considered spyware.

A better solution would be to not rely on the various programs to hash the unique id and instead have the host read it, hash it and provide the hash to the program that asked.

That doesn't solve anything, really. There's plenty of ways to fingerprint a machine that doesn't involve the machine-id.

[–] whatiswrongwithyou@lemmy.ml 1 points 1 month ago (1 children)

Machine-id is read as plaintext by programs and transmitted as plaintext by programs.

Hashing the unique id from the host side as opposed to trusting programs to read it and act in a way the user understands and deems appropriate is a much better method of handling calls to identify the equipment than just letting programs read your standardized unique id.

And the above would literally solve something, it would keep programs from just walking directly across the mat tee posing to get a unique id and force them to do some kind of jetpack backflip routine that, when presented to a court, is much more tenuous.

[–] treadful@lemmy.zip 1 points 1 month ago (2 children)

Machine-id is read as plaintext by programs and transmitted as plaintext by programs.

[citation needed]

Anything that does that is spyware and if you're aware of anything that does this you should be doing us all a public service and sharing.

Hashing the unique id from the host side as opposed to trusting programs to read it and act in a way the user understands and deems appropriate is a much better method of handling calls to identify the equipment than just letting programs read your standardized unique id.

I can build something in maybe 10 minutes that will fingerprint your machine to like 99.99% uniqueness. This solution solves nothing. But now we're just repeating ourselves.

Go take it to the systemd folks yourself and see how they respond.

load more comments (2 replies)
[–] Ghoelian@piefed.social 1 points 1 month ago (1 children)

If you're really worried about that, just change it every time you boot or something. There's a kernel parameter to change it.

[–] whatiswrongwithyou@lemmy.ml 1 points 1 month ago (1 children)

There is not a parameter to automatically change it every time the system boots, that solution doesn’t work for machines that don’t reboot often and it breaks stuff in systemd as volunteered by many people talking about it online and as verified by me two weeks ago when I tried that.

[–] Ghoelian@piefed.social 1 points 1 month ago (1 children)

I never said there was. There is however a kernel parameter to change the machine id, which I did say.

[–] whatiswrongwithyou@lemmy.ml 1 points 1 month ago

What you said was that if a person was actually worried about it there is a kernel parameter to change it.

My reply was not intended to refute what you said but instead to illustrate how that approach doesn’t solve the problem of tracking and is not a workable solution for many systems and users.

I made that reply to help you and any reader understand the depth and breadth of the problem, not to start a fight.

[–] DevDave@piefed.social 20 points 1 month ago (2 children)
[–] Septimaeus@infosec.pub 18 points 1 month ago* (last edited 1 month ago) (2 children)

Upvoting both comments for awareness, since Linux is the first of a multi-step process, not a privacy panacea.

But we must be clear that in both theory and practice there’s little comparison between systemd and modern Windows machine-user association.

Someone using Windows regularly has a gaping wound, is actively bleeding out. Switching to Linux is just a tourniquet, but every other treatment is at best no-effect until that tourniquet is applied.

E: transpose systemd/Windows for clarity

[–] DevDave@piefed.social 5 points 1 month ago (1 children)

Also as a life long programmer, I have this feeling it is possible to just go in and make some changes so I can have the system just make shit up about the TPM while indeed also doing the equivalent of having system-d decide to respond with random bullshit.

Don't even need to be a programmer, just find a community of them that you trust that distribute their own "fixes".

Definitely not doing that with anything else because its both hidden in compilation and buried like herpes across multiple components. Probably/hopefully not directly related but I really want to know what they changed to break the clipboard service.

[–] Septimaeus@infosec.pub 3 points 1 month ago (2 children)

And you’d be technically correct, the best kind of correct.

To the inquisitor:

any distro that’s fully OSS can be fully compiled from scratch with any modifications you choose).

Though yes, if you’re still using Windows, the learning curve may look like a wall.

I really want to know what they changed to break the clipboard service

Guessing the X11 [X]Wayland migration KDE Plasma bug report? Should be fixed in 6.5.2.

[–] DevDave@piefed.social 3 points 1 month ago (1 children)

Sorry, switched contexts there. Microsoft broke their clipboard service recently which makes me think they added "telemetry" collecting logic somewhere in there.

[–] Septimaeus@infosec.pub 1 points 1 month ago (1 children)

Oh right, I misread. And yeah not sure (my win32 repro targets have all been locked for a while) but with all the facepalm regressions I’ve read about lately it really could be anything.

[–] DevDave@piefed.social 3 points 1 month ago (1 children)

From my experience, the number one culprit of legacy code breaking is someone asking if anyone knows how it works. Second most common culprit is someone making a "quick patch" to legacy code.

[–] Septimaeus@infosec.pub 1 points 1 month ago

lol damn, flinched at both even though I was prepared

[–] DevDave@piefed.social 3 points 1 month ago (1 children)

Adjacent comment. I've found working in a true posix environment is drastically better than the oddities I dealt with Win32. One annoyance is Microsoft has never been able to implement fork().

Though i never messed with x11 as I was never motivated to see what it was like under the figurative hood.

[–] Septimaeus@infosec.pub 2 points 1 month ago

It really is a hell of a lot more sane, instantly missed once you don’t have it. And yeah Fork’s a blessing when used with care lol

[–] muntedcrocodile@hilariouschaos.com 1 points 1 month ago (1 children)

Please elaborate on what u are referring to with regard to systemd machine user association?

[–] Septimaeus@infosec.pub 1 points 1 month ago* (last edited 1 month ago)

I’m specifically highlighting that there is none though I acknowledge machine ID makes it easier.

ETA: edited original comment to be more clear

Yeah, motherboard-level tracking is scary because even the OS won’t be able to detect it. The truly paranoid people (and security researchers) go as far as desoldering chips to ensure nothing phones home.

[–] ozymandias117@lemmy.world 4 points 1 month ago

Where in the source does Firefox expose machine-id to websites?

With a quick grep I'm only seeing it around audio?

[–] woelkchen@lemmy.world 5 points 1 month ago

If that hacker only knew about tracking by Windows...

load more comments (3 replies)