A Casino Gets Hacked Through a Fish-Tank Thermometer | Entrepreneur
Are your fish tanks secure?
www.entrepreneur.com
Saw this earlier! I wonder if it’s apex! Isolate your IOT devices folks.
Lol. Yeah... that happened about 2 years back...A Casino Gets Hacked Through a Fish-Tank Thermometer | Entrepreneur
Are your fish tanks secure?www.entrepreneur.com
Saw this earlier! I wonder if it’s apex! Isolate your IOT devices folks.
Lol yeah! You know how these news media need to recycle news to get folks to visit their website.Lol. Yeah... that happened about 2 years back...
But I need to open them up so I can view my cameras! I can’t remember crazy passwords too!Further to changing the default password. People need to stop having every tcp/udp port open. If you locked down the ports it would make it harder to exploit things.
also use of NAT and firewalls is a must.
The problem is both less of a problem, yet more insidious, than you might think.
Most people do have a basic firewall already, provided by internet service provider.
They deny unknown messages coming in from the outside, so a simple hack like trying to
get in with default password will not work because the outside cannot even see
or send a message to your device.
Of course ... some of those routers have bugs.
The bigger problem is all these random unknown devices calling out.
Devices like thermometer and Apex send messages from inside your network to the cloud.
Like: (guessing) Apex -> Fusion : My temperature is 79.
Done right, that is fine. But done wrong, you can get something like:
Local -> cloud : Hey, should I update firmware.
Hacked/Spoofed Cloud response -> local : Yes, here is code (with a nice virus)
Since many devices use the same library routines for that, it is not as hard as you might think.
Once that completes, that virus takes over the device, and is INSIDE your firewall,
and it can do anything it wants.
Rare, but really bad when it happens.
You can get fancy with double networks. One for all those little devices, one for critical devices,
but that gets tricky with double-NAT issues and so on.
There is no simple fix.
Possible - sure.that's why you lock your network down at the MAC address level using an ACL.
also you don't need to double NAT. You create a separate network for your IOT devices.
Zero-TRUST FTW!!!!I'm a network engineer (one my roles) .... I trust no one when network access is involved. Lock it down baby.
By guess account, I am assuming you mean a guest WiFi/network. Most routers would isolate the guest network from the main network. Some routers do layer 2 Isolation. Layer 2 isolation only allow access to the internet but won’t allow the devices to see each other. Isolation is very good! So good, most company are practicing it as most things move to the cloud.So as a less tech involved person, I've heard allowing access to a "guest account" (if your router supports it) is better? True? not?
Lol. Fortinet is better choice anyway...Zero-TRUST FTW!!!!
I use Unifi and I don’t zero trust as it messes with sonos and any layer two stuff (chromcast). BUT it does have deep inspection and I segment all the other stuff via vlan. No open ports!
I use to sport a Palo Alto but I’m much simplistic now.
Would you be mad if I have a fortinet in my rack?Lol. Fortinet is better choice anyway...