Spies Jumped from One Network to Another via Wi-Fi in an Unprecedented Hack
1–10 of 63 posts
Re: Spies Jumped from One Network to Another via Wi-Fi in an Unprecedented Hack
#2A nation state can probably buy the building across the street if that's the value of hacking your system.
Of course there are almost certainly cheaper options,but that's the level of time and budget you are up against...teams of motivated and well resourced experienced professionals working against you full time.
Re: Spies Jumped from One Network to Another via Wi-Fi in an Unprecedented Hack
#3Re: Spies Jumped from One Network to Another via Wi-Fi in an Unprecedented Hack
#4If your threat model includes nation states, you are outgunned. A nation state can probably buy the building across the street if that's the value of hacking your system. Of course there are almost certainly cheaper options,but that's the level of time and budget you are up against...teams of motivated and well resourced experienced professionals working against you full time.
If basic security is not implemented, you have bigger problems. (backdoors in Cisco, Fortinet, Palo Alto Networks, skipping tests - Cloudstrike)
Re: Spies Jumped from One Network to Another via Wi-Fi in an Unprecedented Hack
#5WiFi security can be improved by per-device passwords, https://github.com/spr-networks/super
All of which are standard, well known, and proven solutions.
What does that repo offer? With 400 stars, I doubt anybody has given it serious attention.
Re: Spies Jumped from One Network to Another via Wi-Fi in an Unprecedented Hack
#6If your threat model includes nation states, you are outgunned. A nation state can probably buy the building across the street if that's the value of hacking your system. Of course there are almost certainly cheaper options,but that's the level of time and budget you are up against...teams of motivated and well resourced experienced professionals working against you full time.
> If your threat model includes nation states, you are outgunned. If basic security is not implemented, you have bigger problems. (backdoors in Cisco, Fortinet, Palo Alto Networks, skipping tests - Cloudstrike)
You are outgunned.
Re: Spies Jumped from One Network to Another via Wi-Fi in an Unprecedented Hack
#7Re: Spies Jumped from One Network to Another via Wi-Fi in an Unprecedented Hack
#8WiFi security can be improved by per-device passwords, https://github.com/spr-networks/super
Or just enable "WPA-enterprise" and have it rotate keys. Then you not only have device certificates, you also have per user authentication. And if somebody missed it- rotating keys. They can change faster than they can be cracked. Then you can also layer VPNs ontop of that... All of which are standard, well known, and proven solutions. What does that repo offer? With 400 stars, I doubt anybody has given it serious at…
Re: Spies Jumped from One Network to Another via Wi-Fi in an Unprecedented Hack
#9Re: Spies Jumped from One Network to Another via Wi-Fi in an Unprecedented Hack
#10Earlier quoted context omitted.
Or just enable "WPA-enterprise" and have it rotate keys. Then you not only have device certificates, you also have per user authentication. And if somebody missed it- rotating keys. They can change faster than they can be cracked. Then you can also layer VPNs ontop of that... All of which are standard, well known, and proven solutions. What does that repo offer? With 400 stars, I doubt anybody has given it serious at…
You make it sound like you just have to flip a switch in your router's settings to enable it, but that is very far from the truth. For that to work you need a RADIUS server to handle credentials, a certificate authority if you want any useful kind of authenticity checks, a process for distributing said certificates and finally you need to configure all your access points. This is something that companies can (and sho…