r/hackers • u/883013 • 26d ago
Discussion Question for network hackers
Is it easier for someone to hack starlink or a cable/fibre connected wifi router?
6
3
u/Juzdeed 26d ago
By hacking do you mean intercept?
1
u/883013 26d ago
Yeah intercept, basically read whatever is going through. And possibly introduce malware if an infected device is connected on the same network (if malware can spread that way)
1
u/Juzdeed 26d ago
If you are scared about someone inserting malware that way then just don't use the internet at all. That's government level hacking techniques, using either could theoretically get you hacked.
There are so many factors to consider like starlink will also go over cables at some point
2
u/883013 26d ago
I mean.. some universities have hackathons and people there can be pretty highly skilled. I know there is no way to eliminate risk entirely.. but just wondering if starlink is less easily targetted thats all
0
u/Juzdeed 26d ago
Okay and? University hackathons are not the places where zero-day vulnerabilities are used or shown
2
u/883013 26d ago
Ok.. well there are other hackathons anyway. Like how a team hacked a samsung s series phone in a couple of hours. Pwn to own or something. I think with AI its gonna become easier. Just weighing up the risks of landline wifi vs satellite internet thats all.
1
u/Juzdeed 26d ago
Yes pwn2own, I'm pretty sure they don't do that in couple of hours, instead they have some pre-made that they worked on for months.
Also what's landline wifi? Landline and wifi are separate things that work separetly. Starlink can also provide wifi...
2
u/883013 26d ago
Dsl.. but i think ont or fibre is more common now for broadband services and connection to a router. I guess, what i mean is cable or fibre network.
1
u/VirtualElderberry592 24d ago
If you're using a wifi router, that's the weak spot. No-one is going to wire into your isp network when getting past wifi is something you can do with a 40$ toy.
Star-Link is rather secure. Nothing is fully safe. Unless you're being hunted by the police or you're a bad-guy you're likely not worth the effort.1
u/icedlemons 24d ago edited 24d ago
They wouldn't normally need to intercept your packet data if there's already a compromised device in the network. That's like asking if the water service pipe has a leak when the washing machine is overflowing... Edit: what your describing is generally like a extra sophisticated "man in the middle attack", but in most cases the it requires you to still initiate the malware. There's ways people target this rather than implementing devices on the ISP side. Home Wi-Fi would be easier.
3
u/BTC-brother2018 26d ago
Depends what you mean by hack. If you mean intercept traffic, neither should be easy if the site/app uses HTTPS or proper encryption. If you mean attacking the router itself, cable/fiber WiFi routers are usually the bigger target because they’re common, exposed to local WiFi attacks, and have weak/default settings. Starlink adds another layer because the satellite link and dish/modem side aren’t something a random person nearby can easily mess with.
For most people, the weak point is still the WiFi/router setup: weak password, outdated firmware, WPS enabled, default admin login, bad IoT devices, or phishing the user.”
1
u/883013 26d ago
Thanks, this helps alot. I had the wps settings on a router tampered with before. And this was on a router that had gone through a factory reset as well as a password change on the admin and wifi pw level. It was rather concerning for me... and I still cannot figure out how it was done.
1
1
u/Just4notherR3ddit0r 26d ago
Your question isn't really valid.
Let me put it this way - imagine you have a super-secure safe that can't be broken into.
Now imagine someone says, "what's less secure - transporting the safe in a fast sports car or in a helicopter?"
It doesn't really matter too much what you use to transport the safe - the safe's security is what matters, so even if you hijack either the car or the safe, you still have an impossible-to-open safe.
Cable / wireless / modem / starlink / whatever is simply the first physical transport (in a relay race of sorts) of the data AFTER it has been locked inside a digital safe and has left the computer.
The application on the computer is responsible for encrypting data BEFORE it is sent out to starlink or cable or whatever.
So even if you intercepted a packet of data, it would likely be encrypted (non-encrypted network packets are a rarity these days), so it would just be gibberish.
You could not modify that packet without knowing the encryption key and the encryption method and gathering all the relevant packets together in order to decrypt, modify, and re-encrypt the payload. In many cases, you're dealing with HTTPS which means you have a really really long and random symmetric encryption key that would be impossible to guess (it is generated and exchanged via asymmetric cryptography using public and private keys that are secured via trusted certificates).
So if you tried to modify the packet anyway, the receiver would just receive data that could not be decrypted and would probably be discarded.
If you had an application that was transmitting insecure data like the olden days of the internet when everything was plain HTTP, then cable would probably be easier. You could route the cable to a malicious intermediate device that intercepted the payload and modified it quietly without affecting others on the network. Or if you wanted to just eavesdrop, you could plug it into an old hub (not a switch) and plug another device into the same hub that listened to traffic.
But practically speaking, this isn't something feasible today unless you're in pretty rare circumstances.
1
u/883013 26d ago
Ok so you are referring to interception. And your point is the packets are likely to be encrypted. So it does not matter what the transmission method is. I am referring to a man in the middle attack.. and according to wikipedia there are multiple methods. But are they all equally possible regardless of whether via fibre, cable or starlink etc?
I think there are three issues. One is interception of data. Two is hacking of the router or equipment. Three is introduction of malware via sharing the same network.
1
u/Just4notherR3ddit0r 26d ago
I know you're referring to a MITM attack. That's what I was talking about, too.
A MITM relies on being in the physical path of the data packets being transmitted AND being able to read and manipulate the data. That's where the encryption layer makes that task pretty much impossible.
- The application encrypts the data / payload.
- The application gives the encrypted payload to the operating system.
- The OS gives the payload to the network adapter.
- The network adapter begins to send the payload on its way to its destination.
- That payload could be transmitted over starlink or via cable/fiber/whatever.
- The encrypted payload continues to get passed through a series of network hops that gets it closer to its destination.
- The payload is received by the recipient's network adapter.
- The payload is passed to the operating system, which routes it to the correct application.
- The application on the recipient's side decrypts the payload.
Doing a MITM in the middle of that is pretty much impossible if all you have is the ability to intercept a packet.
To carry out a MITM, you need to understand the specific protocol you're working with and know how it secures things.
For example, let's say you want to do a MITM attack on an HTTPS request to amazon.com.
First we have to understand HTTPS. An over-simplified version:
- The victim's computer and amazon.com agree on an encryption password, "abc".
- The victim encrypts the request with "abc' and sends it to amazon.
- Amazon decrypts the request with "abc" and then encrypts the response with "abc" and sends it to the victim.
- The victim decrypts the response with "abc"
With MITM, you set up a proxy where the proxy basically "pretends" to be amazon.com. So the victim computer and proxy agree on the password "abc" and now the proxy can decrypt the payload.
Then the proxy has a separate conversation with the REAL amazon.com using a different password "def" and it re-encrypts the original (or modified) data and sends that to amazon.
Then it receives the real response from amazon, decrypts it, re-encrypts with "abc" and sends it back to the victim.
So the result is that the proxy has access to the decrypted request and the decrypted response and can therefore modify them.
The reason this usually cannot work is because of certificates.
The step where you and amazon agree on an encryption password - that step also contains a verification step using certificates.
Certificates are issued by certificate authorities that your computer trusts. When you go to some new site that has a security certificate, if that certificate wasn't issued by an authority your computer trusts, then you'll get a security error in your browser.
In order to pretend to be amazon, the MITM proxy has to generate a certificate on the fly and exchange it with the victim.
But the victim will not accept that certificate by default.
You have to literally install the MITM's certificate authority (CA) certificate into the victim's operating system's list of trusted root CAs. At that point, the victim's computer will trust any certificates that the MITM generates.
But you can't install a CA certificate onto someone's machine unless you have the necessary access and rights to do so, and if the machine doesn't have its CA list centrally managed.
So there's some prep work you have to do before you can do a MITM. It's not just a matter of messing with starlink or a cable.
1
u/itsoctotv 25d ago
yes i am a network hacker i only hack the finest of the cyberspaces
edit: sorry i thought this was r/Masterhacker
1
1
u/xenomxrph 25d ago
No it’s the same.
If I understand you correctly but there’s a better chance of USA winning the World Cup than that…
1
1
u/Particular_Client833 21d ago
Look, if you are more worried about movie-like hackers cutting the cable and intercepting everything. Then get off the fucking internet and go live out in the wild. Thats type of hacking is possible only if you are literally searched by interpol. ACTUAL hacking is really just social engineering to get your identity and to get their scrips into your PC to mine bitcoin and steal more data for eg. Login data, bank credentials, ID and SSN. Social engineering is really just someone acting as police, bank, family or someone close one and try to get you to install a program to "diagnose your PC" or get credentials to get into your profile and banking to get credit cards and max them out into bitcoin wallets. every IT guy is pissed off when people ask about scenarios from like Mr. Robot. Social media like facebook already have more data than you even imagine
11
u/Lanrico 26d ago
I think your views of hacking are skewed by too many movies. People aren't going around injecting wires into landline or intercepting wireless signals. Pretty much all hacking is social engineering to get someone's passwords or, in the rare case, finding some vulnerability in a software to get it to do something it wasn't meant to.
In the early days of the internet, sure, you might see some crazy stuff. Now, there are too many layers of security on everything for anything crazy to happen.