this post was submitted on 07 May 2024
119 points (95.4% liked)

Technology

58100 readers
3435 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
 

Good summary by another user in the crosspost over in [email protected]:

https://lemmy.ca/post/20720943

top 5 comments
sorted by: hot top controversial new old
[–] just_another_person 20 points 4 months ago (1 children)

Pretty rough and clever. Probably used in espionage for some time now. Sounds like static addresses and network namespaces solves for most of the problem though.

[–] [email protected] 8 points 4 months ago* (last edited 4 months ago) (1 children)

Yeah. Easy to check and get around this. Check your routes before transmitting data, also set up your VPN to push /2s if this relies on /1s, nuke extra routes, etc.

Novel idea though that most people wouldn’t think to look for, but at the end of the day any system will follow its routing table.

[–] [email protected] 8 points 4 months ago

also set up your VPN to push /2s if this relies on /1s,

I don't think this is a smart way to mitigate this because it could easily result in an arms race. Push /2s, the attacker will switch to /3s; push /4s, the attacker will switch to /5s, etc. Every +1 is going to require doubling the number of routing table entries.

That can't continue forever, obviously, but it's going to result in a negative experience for the user if the VPN client has to push hundreds or thousands of routes to mitigate this attack.

[–] [email protected] 11 points 4 months ago

The fancy transition for every single paragraph as you scroll is unnecessary and distracting.

[–] [email protected] 7 points 4 months ago

breaking news: researchers discover that network protocols work as intended. mindlessly connecting to an untrusted network is still a bad idea.

to quote the article: "Do not use untrusted networks if you need absolute confidentiality of your traffic" or use HTTPS and a SOCKS5 proxy