Menu

IoT FEATURE NEWS

Stopping Mirai DDoS: What Consumers and Developers Can Do

By

There’s been a lot of buzz in the news about the huge Mirai DDoS attack that took down the Krebs security blog.  It used IoT gadgets like IP cameras, DVRs, printers and routers as bots to create an attack of over 600 gigabits per second of time-wasting network traffic. The code for this type of attack has now been released as open source, which means we can expect more such attacks in future. This begs the question - What can we as the IoT community do to mitigate these types of attacks? At infiswift, security is paramount and we’ve thought a bit about best practices to curb and respond to DDoS attacks like this in the future.  Here are our thoughts.

As a consumer of IoT devices and services:

  • Change the default passwords on devices like routers, printers, IP cameras and thermostats at your home and office. A good password is one that’s easy for you to remember but very hard to guess due to meaningless combination of words and numbers for example “typhoon42advil”.
  • Turn off unnecessary features and access. For example, turn off remote administration on your devices and unused protocols or services like ICMP and WPS. Also, close network ports that are not absolutely needed.

These two steps can prevent an attacker from remotely taking control of your devices and using them for an attack. Of course stronger security also prevents other attackers from spying on or taking control of your home network. The main issue on the consumer side is that manufacturers and developers have not made taking these actions very easy or customer friendly, which brings us to what developers can do.

As an IoT developer:

  • Enable security by default: Consumers generally prefer convenience over security, so it’s up to the developer to setup security as default.
  • Reduce the attack surface area: One example is instead of always keeping a port on, only turn it on when needed based on a signal from an existing connection and close it after the job is done.
  • Adopt the Principle of Least Privileges: Run a piece of code with the minimal privileges it needs and nothing more. For example, don’t run code that doesn’t require root privileges as root. Instead, create another user with restricted access to the services and system that’s just enough to run the code.
  • Use Source Code Analysis Tools: These can catch issues before shipping code for a release. For example, buffer overruns and integer overflows can be easy targets for an attacker to use as entry points for remote code execution.
  • Use defense-in-depth strategy: Don’t just have one layer of defense. Instead, have multiple layers like two factor authentication so an attacker cannot just break one layer and bring down the whole system.
  • Run your services behind solid DDoS mitigation services.

There have been many advances in terms of protocols and technologies to provide better security over the last few years, so why do we still have these types of attacks? Well, it doesn’t matter what the strongest part of your system is, rather, it’s the weakest link that attackers go for. That old router in the basement which you never bothered with, that old server in your network which you thought would be used to test something, those are the culprits and they’re everywhere. Although it’s not spring cleaning time now, incidents such as the Mirai DDoS are a good reminder for us to do some, hmmm…, fall cleaning!




Edited by Ken Briodagh
Get stories like this delivered straight to your inbox. [Free eNews Subscription]


SHARE THIS ARTICLE
Related Articles

Advancing Real-Time SDV Solutions: Wind River Announces its Collab with Elektrobit

By: Alex Passett    5/8/2024

Wind River and Elektrobit are officially collaborating to deliver advanced ADAS solutions for electric SDVs.

Read More

IoT and the Smell of Fire: A Conversation with Dryad Networks for Wildfire Awareness Month

By: Alex Passett    5/8/2024

We had the opportunity to speak at length with Carsten Brinkschulte, Dryad Networks co-founder and CEO. We discussed IoT sensor technology - powered b…

Read More

A Quick Peek at Important Data: SkyQuest Technology Explores the Expansion of IoT

By: Alex Passett    5/6/2024

SkyQuest Technology published a report with new data forecasts concerning the expansion of the global IoT market.

Read More

Trident IoT Completes $10M Fundraising Round, Welcomes Vivint's Todd Pedersen to its Board of Directors

By: Alex Passett    5/6/2024

After completing a $10 million fundraising round led primarily by Vivint and Vivint Solar founder Todd Pedersen, Trident IoT welcomed Pedersen to its …

Read More

ICYMI: Your 'IoT TGIF' News Review for the Start of May

By: Alex Passett    5/3/2024

We've compiled several Internet of Things (IoT) stories that will benefit readers interested in satellite IoT connectivity innovation, IoT cybersecuri…

Read More