this post was submitted on 30 Aug 2024
150 points (92.1% liked)

Privacy

31876 readers
2 users here now

A place to discuss privacy and freedom in the digital world.

Privacy has become a very important issue in modern society, with companies and governments constantly abusing their power, more and more people are waking up to the importance of digital privacy.

In this community everyone is welcome to post links and discuss topics related to privacy.

Some Rules

Related communities

Chat rooms

much thanks to @gary_host_laptop for the logo design :)

founded 5 years ago
MODERATORS
 

All the recent dark net arrests seem to be pretty vague on how the big bad was caught (except the IM admin's silly opsec errors) In the article they say he clicked on a honeypot link, but how was his ip or any other identifier identified, why didnt tor protect him.

Obviously this guy in question was a pedophile and an active danger, but recently in my country a state passed a law that can get you arrested if you post anything the government doesnt like, so these tools are important and need to be bulletproof.

you are viewing a single comment's thread
view the rest of the comments
[–] gencha@lemm.ee 55 points 1 year ago (10 children)

There are many ways your real IP can leak, even if you are currently using Tor somehow. If I control the DNS infrastructure of a domain, I can create an arbitrary name in that domain. Like artemis.phishinsite.org, nobody in the world will know that this name exists, the DNS service has never seen a query asking for the IP of that name. Now I send you any link including that domain. You click the link and your OS will query that name through it's network stack. If your network stack is not configured to handle DNS anonymously, this query will leak your real IP, or that of your DNS resolver, which might be your ISP.

Going further, don't deliver an A record on that name. Only deliver a AAAA to force the client down an IPv6 path, revealing a potentially local address.

Just some thoughts. Not sure any of this was applicable to the case.

There are many ways to set up something that could lead to information leakage and people are rarely prepared for it.

[–] tetris11@lemmy.ml 25 points 1 year ago (2 children)

Mullvad is pretty good in this regard by forcing you to use their DNS. Though of course, you have to trust them.

[–] GrammarPolice@lemmy.world 16 points 1 year ago (1 children)

Or use Tails which routes all network traffic through TOR

[–] possiblylinux127@lemmy.zip 3 points 1 year ago

Tails is the best answer if you need protection

[–] gencha@lemm.ee 3 points 1 year ago

Agreed. There are countermeasures to take against everything I mentioned. You just have to be aware and ideally not be a criminal in the first place.

load more comments (7 replies)