SlideShare a Scribd company logo
1
How to secure the Internet ofThings?
Cloud Identity Summit 2015
Hannes Tschofenig
hannes.tschofenig@arm.com
9th June 2015
2
What is Internet of Things?
3
§  Ubuntu Core devices will require a
600MHz processor with 128MB
RAM and a 4GB flash for factory
reset and system rollback.
§  Ubuntu Core itself will only take
up 40MB RAM leaving the rest for
applications.
Recent IoT Announcement
4
Another Example
https://developers.google.com/brillo/
5
ARM Processors in Smartphones
§  Cortex-A family:
§  Applications processors
for feature-rich OS
§  Cortex-R family:
§  Embedded processors for
real-time signal processing
and industrial control
applications
§  Cortex-M family:
§  Microcontroller-oriented
processors for low-power
applications.
6
Cortex-M Processors
Lowest cost
Low power
Example:Touchscreen
Controller
Lowest power
Outstanding energy efficiency
Example: Sensor node
Bluetooth Smart
Performance & efficiency
Feature rich connectivity
Example:Weables,
Activity trackers,Wifi receiver
Digital Signal Control (DSC)/
Processor with DSP
Accelerated SIMD
Floating point (FP)
Example: Sensor fusion,
motor control
Processors use the 32-bit RISC architecture
http://www.arm.com/products/processors/cortex-m/index.php
Maximum Performance
Flexible Memory Cache
Single & Double Precision FP
Examples:Automotive,
High-end audio set
7
IoT Device Constraints
§  Common limitations of IoT devices, as described in RFC 7228 on
“Terminology for Constrained-Node Networks”
§  RAM
§  Flash
§  Energy consumption (including sleeping nodes)
§  CPU capabilities
§  Radio technologies with low bitrate, high loss, and small frame sizes (e.g., Bluetooth
Smart, IEEE 802.15.4).
§  also focus on cost reduction.
8
Cost Distribution
Reducing total system cost by enabling better system tradeoffs
We care about this.
… if it results in savings here …
(e.g. sophisticated power management)
But it can make sense to spend more here …
(e.g., on flash/RAM, CPU, BOM)
= + +
Total Cost Hardware Cost Energy Cost Development Cost
(amortized, inc. deployment cost)
… and here.
(e.g. firmware update,
manageability)
More detailed treatment of this topic in a webinar by Peter Aldworth about
“How to Select Hardware for Volume IoT Deployments?”
9
Example: STM32L063C8T6
Mouser
Volume Price
1000 € 2,25
2500 € 2,14
5000 € 2,06
§  32bit CORTEX M0+
with max 32 Mhz
§  Flash: 64 KB
§  RAM: 8 KB
§  Datasheet can be found here.
10
Securing Internet of Things
11
The Internet:A Distributed Design Story
Deployment
Implementation
Protocol Specifications and
Architecture
Cryptographic Primitives
Improved algorithms for integer
factorization, too small key size.
Missing end-to-end security story,
complexity
Buffer overflow attacks, poor UI or
other usability problems, poor choice
of hardware
Enabled debug ports, unfortunate
default settings
Examples of Problems
Understanding the distributed nature of the development process is essential for tackling security problems.
Depending on your role you are a consumer of various technologies and you might be able to influence one or several areas.11
12
Follow Design Patterns
Learn from Attacks
Following Security Recommendations
Perform Classical Threat Analysis
How to Secure IoT?
12
See IETF#92 plenary talk with Dave Thaler and Mary Barnes (Internet Architecture Board).
13
Learn from Attacks
§  Survey of attacks revealed a series of problems:
1.  Limited software update mechanism
2.  Missing key management
3.  Inappropriate access control
4.  Missing communication security
5.  Vulnerability to physical attacks
§  Looking at real-world attacks allows us to easily see the need for security (and to
convince others to take action).
§  Don’t forget to secure the mobile/cloud interfaces as well, as discussed in the
Open Web Application Security Project (OWASP) Internet of Things Top-10 2014* list.
13
(*) Note: OWASP might be biased in their assessment since the organization deals mostly with Web-based vulnerabilities.
14
Limited Software Update Mechanism
§  In a presentation at the Chaos Communication Congress in December 2014 a security vulnerability of
devices implementing the TR69 protocol, which also provides a software update mechanism, was
disclosed.
§  Real problem: Fix released in 2005 by AllegroSoft already but has not been distributed along the value
chain of chip manufacturers, gateway manufacturers, Internet service providers.
§  What happens when vendors do not support certain products anymore? Do IoT devices need a “
time-to-die”/”shelf-life”?
14
•  In January 2014 Bruce Schneier published an article where he expresses concerns
about the lack of software update mechanisms in IoT deployments.
15
§  Example: LIFX - Internet connected light bulb
§  The attack revealed that an AES key shared among all devices to simplify key management.
§  The firmware image was extracted via JTAG using a Bus Blaster.Then, the firmware was analyzed using IDA
Pro.
§  Mistakes only made by startups? See BMW ConnectedDrive
Pictures	
  taken	
  from	
  h1p://contex6s.co.uk/resources/blog/hacking-­‐internet-­‐connected-­‐light-­‐bulbs	
  
15
Missing Key Management Problem
16
Insteon LED Bulbs
§  To find IoT devices connected to the Internet global scans have been used, for example,
using ZMap.
§  Similar problems have been seen with various other appliances, such as
surveillance cameras, baby monitoring cameras and gas stations.
§  Lacking access control to configuration files can cause problems for the entire system, as
demonstrated with attacks against industrial control systems.
16
§  Insecure default settings have caused problems with Insteon
LED Bulbs, as reported in
“
When 'Smart Homes' Get Hacked: I Haunted A Complete
Stranger's HouseVia The Internet”
Inappropriate Access Control
17
§  In “Green Lights Forever:Analyzing the Security of Traffic Infrastructure” Ghena,et al. analyzed
the security of the traffic infrastructure.
§  Results:
§  “The wireless connections are unencrypted and
the radios use factory default usernames and
passwords.”
§  “All of the settings on the controller may be configured
via the physical interface on the controller, but they may
also be modified though the network.An FTP connection
to the device allows access to a writable configuration
database.This requires a username and password, but
they are fixed to default values which are published online
by the manufacturer.”
§  A similar attack also exploited the unencrypted communication.
§  “I even tested the attack launched from a drone flying at over 650 feet, and it worked!”
17
Missing Communication Security
18
§  Physical access to IoT devices introduces a wide
range of additional attack possibilities.
§  In some cases it might be necessary to extract keys
contained on chip.This can be accomplished using
power analysis, or fault injection (glitching) attacks.
§  Tools for physical attacks decrease in cost and
become easier to use.
§  Important to keep these attacks in mind since we will
see more of them in the future.
Chip	
  Whisperer	
  
JTAGulator	
  
18
Vulnerability to Physical Attacks
19
Not all “hacks” are security attacks
§  Example: iRobot Create 2
§  The 2007 release Create  was a closed system and researchers
“hacked it” to use it for educational purposes.
§  Create 2 is the programmable version.
§  Many border-line cases:
§  Nest devices at
http://venturebeat.com/2014/08/10/hello-dave-i-control-your-thermostat-googles-nest-gets-hacked/
and http://www.engadget.com/2014/06/23/nest-thermostat-rooted/
§  Remotely controlling cars using wireless dongles:
http://hackaday.com/2015/01/21/remotely-controlling-automobiles-via-insecure-dongles/
§  Hacking a toaster: https://www.youtube.com/watch?v=vI7tWd7B3iI
§  Hacking your printer:
http://contextis.co.uk/resources/blog/hacking-canon-pixma-printers-doomed-encryption/
20
§  Integrate a software update mechanism and leave enough “head room”.
§  Use modern operating system concepts to avoid system-wide compromise
due to a single software bug.
§  Use an automated key management protocol with proper authentication and
authorization (access control).
§  Threat analysis must take physical attacks into account.
§  Use Internet security protocols offering communication security.
§  Take security into account during the software development lifecycle and in the
deployment phase.
20
Learn from Attacks, cont.
21
§  Internet of Things security today is like PC security 20 years ago.
§  Most attacks on consumer-oriented IoT systems fall under the ”script
kiddie” category.
§  For industrial control systems many attacks are already scary
(see DragonFly, and attack against German steel factory).
§  Risk analysis is often complex since hacked devices may be used for
further attacks. Hence, indirect consequences also need to be taken into
account.
§  Examples: DDoS attacks using SNMP (used in printers),
hacked Femto home router used for spying
21
Remarks
22
Relationship Management
Services
Identified using
resource identifiers
Users
Identified using existing identity
management techniques
Devices
Identified using non-cryptographic
identifiers and cryptographic
Keying material (certificates,
raw public keys)
Relationship
creation and
orchestration
23
Device Management with OMA LWM2M
Mobile Device
Management
Device
Management
Bootstrapping
Device
Configuration
Firmware
Update
Fault
Management
§  Key management
§  Service provisioning
§  Access Control
§  Changes to settings
§  Changes to parameters of the
device
§  Update application and system software
§  Bug fixes
§  Report Errors from devices
§  Query about status of devices
Application Configuration
& Control
Reporting
§  Configure settings of the application
§  Send control commands
§  Notify changes in sensor values
§  Notify alarms and events
24
Going beyond OMA LWM2M
§  New IETF working group on “
Authentication and Authorization for Constrained Environments” (ace)
§  Use Cases document available
§  Architecture specification in progress.
§  Various solutions being discussed, including profiled version of UMA/OAuth.
§  Wider range of use cases to manage device, users, and services and their access
control decisions.
§  Example: Employee demands access to enterprise building using their smart phone. Can we
integrate existing enterprise user identity management solutions with door locks?
§  Focuses on the constraints of IoT devices.
25
How is ARM contributing to a more secure IoT?
26
8+ years of IoT products
30+ official mbed boards
5+ years 24/7
70,000+ developers
9,000+ projects
1M+ builds/year
Today at https://mbed.org
27
ARM Cortex®-M
-based MCU
mbed Ecosystem
•  Partners
•  Developers
•  Enabled Services
•  Enabled Products
mbed Device Server
•  Freemium model to enable startups
•  Application data and device management
•  Growth market access for cloud platforms
and operators
mbed OS
•  Free for use on ARM architecture
•  Leading connectivity standards
•  Productivity, minimized costs
•  Built-in management
•  Security
28
Lifecycle Security
Communication
Security
Device Security
mbedTLS
IPv6, 6LoWPANIPv4
Cryptobox
Device Management: LWM2M
mbed OS
mbed Device Interface using Web Standards
Directory and Subscription
ApplicationTransfer Protocols – CoAP, HTTP, MQTT
mbedTLS
Admin and Multi-tenancy
Data Flow Management – RESTful and Publish/Subscribe
Device Management – Lightweight M2M (LWM2M)
mbed Device Server
29
§  Few developers have strong security experience.We want to help them!
§  mbed helps developers to accomplish their goals faster with less pain.
§  Offers operating systems
§  Internet protocol stack
§  Comprehensive security foundation
§  We are contributing in global standards organizations together with our partners to
develop solutions for linking device and user identity management (such as IETF
ACE).
Summary

More Related Content

What's hot (20)

PPTX
Using FIWARE and Microsoft Azure for the development of IoT solutions
DunavNET
 
PDF
IoT Seminar (Oct. 2016) Juan Perez - Microsoft
Open Mobile Alliance
 
PDF
Identity for IoT: An Authentication Framework for the IoT
AllSeen Alliance
 
PPTX
Creator Ci40 IoT kit & Framework - scalable LWM2M IoT dev platform for business
Paul Evans
 
PDF
Cybesecurity of the IoT
Altoros
 
PPTX
IDENTITY IN THE WORLD OF IOT
ForgeRock
 
PPTX
Three ways-zero-trust-security-redefines-partner-access-ch
Zscaler
 
PDF
Are you ready for Microsoft Azure Sphere?
Mirco Vanini
 
PPTX
Using an Open Source RESTful Backend for IoT Applications
Jan Liband
 
PDF
Federated Identity for IoT with OAuth2
Paul Fremantle
 
PDF
[WSO2Con EU 2017] Building Smart, Connected Products with WSO2 IoT Platform
WSO2
 
PPTX
Creator IoT Framework
Paul Evans
 
PPTX
Faster, simpler, more secure remote access to apps in aws
Zscaler
 
PPTX
IoT on the Edge
FIWARE
 
PPTX
Creating end-to-end IoT applications with Eclipse Kura & Solair IoT Platform
Solair
 
PPTX
From IoT Central to IoT Hub
Marco Parenzan
 
PDF
IoT Security: How Your TV and Thermostat are Attacking the Internet
Nathan Wallace, PhD, PE
 
PDF
Mainflux - Hyperscalable Unified IoT Platform
Sasa Klopanovic
 
PPTX
Build 2017 - B8024 - Connected intelligent things with Windows IoT Core and A...
Windows Developer
 
PPTX
How sdp delivers_zero_trust
Zscaler
 
Using FIWARE and Microsoft Azure for the development of IoT solutions
DunavNET
 
IoT Seminar (Oct. 2016) Juan Perez - Microsoft
Open Mobile Alliance
 
Identity for IoT: An Authentication Framework for the IoT
AllSeen Alliance
 
Creator Ci40 IoT kit & Framework - scalable LWM2M IoT dev platform for business
Paul Evans
 
Cybesecurity of the IoT
Altoros
 
IDENTITY IN THE WORLD OF IOT
ForgeRock
 
Three ways-zero-trust-security-redefines-partner-access-ch
Zscaler
 
Are you ready for Microsoft Azure Sphere?
Mirco Vanini
 
Using an Open Source RESTful Backend for IoT Applications
Jan Liband
 
Federated Identity for IoT with OAuth2
Paul Fremantle
 
[WSO2Con EU 2017] Building Smart, Connected Products with WSO2 IoT Platform
WSO2
 
Creator IoT Framework
Paul Evans
 
Faster, simpler, more secure remote access to apps in aws
Zscaler
 
IoT on the Edge
FIWARE
 
Creating end-to-end IoT applications with Eclipse Kura & Solair IoT Platform
Solair
 
From IoT Central to IoT Hub
Marco Parenzan
 
IoT Security: How Your TV and Thermostat are Attacking the Internet
Nathan Wallace, PhD, PE
 
Mainflux - Hyperscalable Unified IoT Platform
Sasa Klopanovic
 
Build 2017 - B8024 - Connected intelligent things with Windows IoT Core and A...
Windows Developer
 
How sdp delivers_zero_trust
Zscaler
 

Viewers also liked (9)

PDF
Performance of State-of-the-Art Cryptography on ARM-based Microprocessors
Hannes Tschofenig
 
PPT
OMA LwM2M Workshop - Joaquin Prado, OMA LwM2M Technical Summary
Open Mobile Alliance
 
PPTX
LWM2M Introduction - Edinburgh 2016 Workshop with ARM
Open Mobile Alliance
 
PDF
OMA LwM2M Workshop - Antonio Jara, OMA LabKit
Open Mobile Alliance
 
PPTX
Crypto Performance on ARM Cortex-M Processors
Hannes Tschofenig
 
PPTX
Ietf91 ad hoc-coap-lwm2m-ipso
Michael Koster
 
PPTX
Device Management with OMA Lightweight M2M
Hannes Tschofenig
 
PPTX
OMA LwM2M Workshop - Michael Koster, IPSO Alliance Objects
Open Mobile Alliance
 
PDF
OMA LWM2M overview
Alexandre Moreno
 
Performance of State-of-the-Art Cryptography on ARM-based Microprocessors
Hannes Tschofenig
 
OMA LwM2M Workshop - Joaquin Prado, OMA LwM2M Technical Summary
Open Mobile Alliance
 
LWM2M Introduction - Edinburgh 2016 Workshop with ARM
Open Mobile Alliance
 
OMA LwM2M Workshop - Antonio Jara, OMA LabKit
Open Mobile Alliance
 
Crypto Performance on ARM Cortex-M Processors
Hannes Tschofenig
 
Ietf91 ad hoc-coap-lwm2m-ipso
Michael Koster
 
Device Management with OMA Lightweight M2M
Hannes Tschofenig
 
OMA LwM2M Workshop - Michael Koster, IPSO Alliance Objects
Open Mobile Alliance
 
OMA LWM2M overview
Alexandre Moreno
 
Ad

Similar to CIS 2015 How to secure the Internet of Things? Hannes Tschofenig (20)

PPTX
The Internet of Fails - Mark Stanislav, Senior Security Consultant, Rapid7
Rapid7
 
PPTX
IoT Security Briefing FBI 07 23-2017 final
Frank Siepmann
 
DOCX
Security and Privacy considerations in Internet of Things
Somasundaram Jambunathan
 
PPTX
IoT Security: Debunking the "We Aren't THAT Connected" Myth
Security Innovation
 
DOCX
Addressing security and privacy in io t ecosystem v0.4
Somasundaram Jambunathan
 
PDF
Internet of Fails: Where IoT Has Gone Wrong and How We're Making it Right by ...
Duo Security
 
PPTX
Hugo Fiennes - Security and the IoT - Electric Imp
Business of Software Conference
 
PDF
IoT Security and Privacy Considerations
Kenny Huang Ph.D.
 
PDF
[TestWarez 2017] Securing the Internet of Things
Stowarzyszenie Jakości Systemów Informatycznych (SJSI)
 
PPTX
IoT Security Risks and Challenges
OWASP Delhi
 
PPTX
Security issues and solutions : IoT
Jinia Bhowmik
 
PPTX
Security in IoT
gr9293
 
PPTX
ASDF WSS 2014 Keynote Speech 1
Association of Scientists, Developers and Faculties
 
PDF
Mark Horowitz - Stanford Engineering - Securing the Internet of Things
Stanford School of Engineering
 
PDF
IoT – Breaking Bad
NUS-ISS
 
PPTX
Security challenges for internet of things
Monika Keerthi
 
PDF
ErichFicker_FinalDraft_28Mar16_Hardcopy
Erich Ficker
 
PDF
The Internet of Things – Good, Bad or Just Plain Ugly?
Yasmin AbdelAziz
 
PPTX
The Insecurity of Industrial Things
Senrio
 
PDF
IoT Device Hacking and New Direction of IoT Security Evaluation Using Common ...
Seungjoo Kim
 
The Internet of Fails - Mark Stanislav, Senior Security Consultant, Rapid7
Rapid7
 
IoT Security Briefing FBI 07 23-2017 final
Frank Siepmann
 
Security and Privacy considerations in Internet of Things
Somasundaram Jambunathan
 
IoT Security: Debunking the "We Aren't THAT Connected" Myth
Security Innovation
 
Addressing security and privacy in io t ecosystem v0.4
Somasundaram Jambunathan
 
Internet of Fails: Where IoT Has Gone Wrong and How We're Making it Right by ...
Duo Security
 
Hugo Fiennes - Security and the IoT - Electric Imp
Business of Software Conference
 
IoT Security and Privacy Considerations
Kenny Huang Ph.D.
 
[TestWarez 2017] Securing the Internet of Things
Stowarzyszenie Jakości Systemów Informatycznych (SJSI)
 
IoT Security Risks and Challenges
OWASP Delhi
 
Security issues and solutions : IoT
Jinia Bhowmik
 
Security in IoT
gr9293
 
Mark Horowitz - Stanford Engineering - Securing the Internet of Things
Stanford School of Engineering
 
IoT – Breaking Bad
NUS-ISS
 
Security challenges for internet of things
Monika Keerthi
 
ErichFicker_FinalDraft_28Mar16_Hardcopy
Erich Ficker
 
The Internet of Things – Good, Bad or Just Plain Ugly?
Yasmin AbdelAziz
 
The Insecurity of Industrial Things
Senrio
 
IoT Device Hacking and New Direction of IoT Security Evaluation Using Common ...
Seungjoo Kim
 
Ad

More from CloudIDSummit (20)

PPTX
CIS 2016 Content Highlights
CloudIDSummit
 
PPTX
Top 6 Reasons You Should Attend Cloud Identity Summit 2016
CloudIDSummit
 
PDF
CIS 2015 Security Without Borders: Taming the Cloud and Mobile Frontier - And...
CloudIDSummit
 
PDF
Mobile security, identity & authentication reasons for optimism 20150607 v2
CloudIDSummit
 
PDF
CIS 2015 Mobile Security, Identity & Authentication: Reasons for Optimism - R...
CloudIDSummit
 
PDF
CIS 2015 Virtual Identity: The Vision, Challenges and Experiences in Driving ...
CloudIDSummit
 
PDF
CIS 2015 Deploying Strong Authentication to a Global Enterprise: A Comedy in ...
CloudIDSummit
 
PDF
CIS 2015 Mergers & Acquisitions in a Cloud Enabled World - Brian Puhl
CloudIDSummit
 
PDF
CIS 2015 Practical Deployments Enterprise Cloud Access Management Platform - ...
CloudIDSummit
 
PDF
CIS 2015 What I Learned From Pitching IAM To My CIO - Steve Tout
CloudIDSummit
 
PDF
CIS 2015 The IDaaS Dating Game - Sean Deuby
CloudIDSummit
 
PDF
CIS 2015 SSO for Mobile and Web Apps Ashish Jain
CloudIDSummit
 
PDF
The Industrial Internet, the Identity of Everything and the Industrial Enterp...
CloudIDSummit
 
PDF
CIS 2015 SAML-IN / SAML-OUT - Scott Tomilson & John Dasilva
CloudIDSummit
 
PDF
CIS 2015 Session Management at Scale - Scott Tomilson & Jamshid Khosravian
CloudIDSummit
 
PDF
CIS 2015 So you want to SSO … Scott Tomilson & John Dasilva
CloudIDSummit
 
PDF
CIS 2015 Identity Relationship Management in the Internet of Things
CloudIDSummit
 
PDF
CIS 2015 The Ethics of Personal Data - Robin Wilton
CloudIDSummit
 
PDF
CIS 2015 What’s next? Discovery, Dynamic Registration, Mobile Connect and mor...
CloudIDSummit
 
PDF
CIS 2015 OpenID Connect and Mobile Applications - David Chase
CloudIDSummit
 
CIS 2016 Content Highlights
CloudIDSummit
 
Top 6 Reasons You Should Attend Cloud Identity Summit 2016
CloudIDSummit
 
CIS 2015 Security Without Borders: Taming the Cloud and Mobile Frontier - And...
CloudIDSummit
 
Mobile security, identity & authentication reasons for optimism 20150607 v2
CloudIDSummit
 
CIS 2015 Mobile Security, Identity & Authentication: Reasons for Optimism - R...
CloudIDSummit
 
CIS 2015 Virtual Identity: The Vision, Challenges and Experiences in Driving ...
CloudIDSummit
 
CIS 2015 Deploying Strong Authentication to a Global Enterprise: A Comedy in ...
CloudIDSummit
 
CIS 2015 Mergers & Acquisitions in a Cloud Enabled World - Brian Puhl
CloudIDSummit
 
CIS 2015 Practical Deployments Enterprise Cloud Access Management Platform - ...
CloudIDSummit
 
CIS 2015 What I Learned From Pitching IAM To My CIO - Steve Tout
CloudIDSummit
 
CIS 2015 The IDaaS Dating Game - Sean Deuby
CloudIDSummit
 
CIS 2015 SSO for Mobile and Web Apps Ashish Jain
CloudIDSummit
 
The Industrial Internet, the Identity of Everything and the Industrial Enterp...
CloudIDSummit
 
CIS 2015 SAML-IN / SAML-OUT - Scott Tomilson & John Dasilva
CloudIDSummit
 
CIS 2015 Session Management at Scale - Scott Tomilson & Jamshid Khosravian
CloudIDSummit
 
CIS 2015 So you want to SSO … Scott Tomilson & John Dasilva
CloudIDSummit
 
CIS 2015 Identity Relationship Management in the Internet of Things
CloudIDSummit
 
CIS 2015 The Ethics of Personal Data - Robin Wilton
CloudIDSummit
 
CIS 2015 What’s next? Discovery, Dynamic Registration, Mobile Connect and mor...
CloudIDSummit
 
CIS 2015 OpenID Connect and Mobile Applications - David Chase
CloudIDSummit
 

Recently uploaded (20)

PDF
Economic Impact of Data Centres to the Malaysian Economy
flintglobalapac
 
PDF
NewMind AI Weekly Chronicles – July’25, Week III
NewMind AI
 
PDF
CIFDAQ's Market Wrap : Bears Back in Control?
CIFDAQ
 
PDF
Build with AI and GDG Cloud Bydgoszcz- ADK .pdf
jaroslawgajewski1
 
PDF
MASTERDECK GRAPHSUMMIT SYDNEY (Public).pdf
Neo4j
 
PDF
Google I/O Extended 2025 Baku - all ppts
HusseinMalikMammadli
 
PPTX
Dev Dives: Automate, test, and deploy in one place—with Unified Developer Exp...
AndreeaTom
 
PPTX
What-is-the-World-Wide-Web -- Introduction
tonifi9488
 
PDF
introduction to computer hardware and sofeware
chauhanshraddha2007
 
PDF
RAT Builders - How to Catch Them All [DeepSec 2024]
malmoeb
 
PPTX
Applied-Statistics-Mastering-Data-Driven-Decisions.pptx
parmaryashparmaryash
 
PPTX
OA presentation.pptx OA presentation.pptx
pateldhruv002338
 
PPTX
AI Code Generation Risks (Ramkumar Dilli, CIO, Myridius)
Priyanka Aash
 
PPTX
cloud computing vai.pptx for the project
vaibhavdobariyal79
 
PPTX
Simple and concise overview about Quantum computing..pptx
mughal641
 
PPTX
Farrell_Programming Logic and Design slides_10e_ch02_PowerPoint.pptx
bashnahara11
 
PDF
Tea4chat - another LLM Project by Kerem Atam
a0m0rajab1
 
PPTX
AI in Daily Life: How Artificial Intelligence Helps Us Every Day
vanshrpatil7
 
PPTX
AVL ( audio, visuals or led ), technology.
Rajeshwri Panchal
 
PDF
Generative AI vs Predictive AI-The Ultimate Comparison Guide
Lily Clark
 
Economic Impact of Data Centres to the Malaysian Economy
flintglobalapac
 
NewMind AI Weekly Chronicles – July’25, Week III
NewMind AI
 
CIFDAQ's Market Wrap : Bears Back in Control?
CIFDAQ
 
Build with AI and GDG Cloud Bydgoszcz- ADK .pdf
jaroslawgajewski1
 
MASTERDECK GRAPHSUMMIT SYDNEY (Public).pdf
Neo4j
 
Google I/O Extended 2025 Baku - all ppts
HusseinMalikMammadli
 
Dev Dives: Automate, test, and deploy in one place—with Unified Developer Exp...
AndreeaTom
 
What-is-the-World-Wide-Web -- Introduction
tonifi9488
 
introduction to computer hardware and sofeware
chauhanshraddha2007
 
RAT Builders - How to Catch Them All [DeepSec 2024]
malmoeb
 
Applied-Statistics-Mastering-Data-Driven-Decisions.pptx
parmaryashparmaryash
 
OA presentation.pptx OA presentation.pptx
pateldhruv002338
 
AI Code Generation Risks (Ramkumar Dilli, CIO, Myridius)
Priyanka Aash
 
cloud computing vai.pptx for the project
vaibhavdobariyal79
 
Simple and concise overview about Quantum computing..pptx
mughal641
 
Farrell_Programming Logic and Design slides_10e_ch02_PowerPoint.pptx
bashnahara11
 
Tea4chat - another LLM Project by Kerem Atam
a0m0rajab1
 
AI in Daily Life: How Artificial Intelligence Helps Us Every Day
vanshrpatil7
 
AVL ( audio, visuals or led ), technology.
Rajeshwri Panchal
 
Generative AI vs Predictive AI-The Ultimate Comparison Guide
Lily Clark
 

CIS 2015 How to secure the Internet of Things? Hannes Tschofenig

  • 1. 1 How to secure the Internet ofThings? Cloud Identity Summit 2015 Hannes Tschofenig [email protected] 9th June 2015
  • 2. 2 What is Internet of Things?
  • 3. 3 §  Ubuntu Core devices will require a 600MHz processor with 128MB RAM and a 4GB flash for factory reset and system rollback. §  Ubuntu Core itself will only take up 40MB RAM leaving the rest for applications. Recent IoT Announcement
  • 5. 5 ARM Processors in Smartphones §  Cortex-A family: §  Applications processors for feature-rich OS §  Cortex-R family: §  Embedded processors for real-time signal processing and industrial control applications §  Cortex-M family: §  Microcontroller-oriented processors for low-power applications.
  • 6. 6 Cortex-M Processors Lowest cost Low power Example:Touchscreen Controller Lowest power Outstanding energy efficiency Example: Sensor node Bluetooth Smart Performance & efficiency Feature rich connectivity Example:Weables, Activity trackers,Wifi receiver Digital Signal Control (DSC)/ Processor with DSP Accelerated SIMD Floating point (FP) Example: Sensor fusion, motor control Processors use the 32-bit RISC architecture http://www.arm.com/products/processors/cortex-m/index.php Maximum Performance Flexible Memory Cache Single & Double Precision FP Examples:Automotive, High-end audio set
  • 7. 7 IoT Device Constraints §  Common limitations of IoT devices, as described in RFC 7228 on “Terminology for Constrained-Node Networks” §  RAM §  Flash §  Energy consumption (including sleeping nodes) §  CPU capabilities §  Radio technologies with low bitrate, high loss, and small frame sizes (e.g., Bluetooth Smart, IEEE 802.15.4). §  also focus on cost reduction.
  • 8. 8 Cost Distribution Reducing total system cost by enabling better system tradeoffs We care about this. … if it results in savings here … (e.g. sophisticated power management) But it can make sense to spend more here … (e.g., on flash/RAM, CPU, BOM) = + + Total Cost Hardware Cost Energy Cost Development Cost (amortized, inc. deployment cost) … and here. (e.g. firmware update, manageability) More detailed treatment of this topic in a webinar by Peter Aldworth about “How to Select Hardware for Volume IoT Deployments?”
  • 9. 9 Example: STM32L063C8T6 Mouser Volume Price 1000 € 2,25 2500 € 2,14 5000 € 2,06 §  32bit CORTEX M0+ with max 32 Mhz §  Flash: 64 KB §  RAM: 8 KB §  Datasheet can be found here.
  • 11. 11 The Internet:A Distributed Design Story Deployment Implementation Protocol Specifications and Architecture Cryptographic Primitives Improved algorithms for integer factorization, too small key size. Missing end-to-end security story, complexity Buffer overflow attacks, poor UI or other usability problems, poor choice of hardware Enabled debug ports, unfortunate default settings Examples of Problems Understanding the distributed nature of the development process is essential for tackling security problems. Depending on your role you are a consumer of various technologies and you might be able to influence one or several areas.11
  • 12. 12 Follow Design Patterns Learn from Attacks Following Security Recommendations Perform Classical Threat Analysis How to Secure IoT? 12 See IETF#92 plenary talk with Dave Thaler and Mary Barnes (Internet Architecture Board).
  • 13. 13 Learn from Attacks §  Survey of attacks revealed a series of problems: 1.  Limited software update mechanism 2.  Missing key management 3.  Inappropriate access control 4.  Missing communication security 5.  Vulnerability to physical attacks §  Looking at real-world attacks allows us to easily see the need for security (and to convince others to take action). §  Don’t forget to secure the mobile/cloud interfaces as well, as discussed in the Open Web Application Security Project (OWASP) Internet of Things Top-10 2014* list. 13 (*) Note: OWASP might be biased in their assessment since the organization deals mostly with Web-based vulnerabilities.
  • 14. 14 Limited Software Update Mechanism §  In a presentation at the Chaos Communication Congress in December 2014 a security vulnerability of devices implementing the TR69 protocol, which also provides a software update mechanism, was disclosed. §  Real problem: Fix released in 2005 by AllegroSoft already but has not been distributed along the value chain of chip manufacturers, gateway manufacturers, Internet service providers. §  What happens when vendors do not support certain products anymore? Do IoT devices need a “ time-to-die”/”shelf-life”? 14 •  In January 2014 Bruce Schneier published an article where he expresses concerns about the lack of software update mechanisms in IoT deployments.
  • 15. 15 §  Example: LIFX - Internet connected light bulb §  The attack revealed that an AES key shared among all devices to simplify key management. §  The firmware image was extracted via JTAG using a Bus Blaster.Then, the firmware was analyzed using IDA Pro. §  Mistakes only made by startups? See BMW ConnectedDrive Pictures  taken  from  h1p://contex6s.co.uk/resources/blog/hacking-­‐internet-­‐connected-­‐light-­‐bulbs   15 Missing Key Management Problem
  • 16. 16 Insteon LED Bulbs §  To find IoT devices connected to the Internet global scans have been used, for example, using ZMap. §  Similar problems have been seen with various other appliances, such as surveillance cameras, baby monitoring cameras and gas stations. §  Lacking access control to configuration files can cause problems for the entire system, as demonstrated with attacks against industrial control systems. 16 §  Insecure default settings have caused problems with Insteon LED Bulbs, as reported in “ When 'Smart Homes' Get Hacked: I Haunted A Complete Stranger's HouseVia The Internet” Inappropriate Access Control
  • 17. 17 §  In “Green Lights Forever:Analyzing the Security of Traffic Infrastructure” Ghena,et al. analyzed the security of the traffic infrastructure. §  Results: §  “The wireless connections are unencrypted and the radios use factory default usernames and passwords.” §  “All of the settings on the controller may be configured via the physical interface on the controller, but they may also be modified though the network.An FTP connection to the device allows access to a writable configuration database.This requires a username and password, but they are fixed to default values which are published online by the manufacturer.” §  A similar attack also exploited the unencrypted communication. §  “I even tested the attack launched from a drone flying at over 650 feet, and it worked!” 17 Missing Communication Security
  • 18. 18 §  Physical access to IoT devices introduces a wide range of additional attack possibilities. §  In some cases it might be necessary to extract keys contained on chip.This can be accomplished using power analysis, or fault injection (glitching) attacks. §  Tools for physical attacks decrease in cost and become easier to use. §  Important to keep these attacks in mind since we will see more of them in the future. Chip  Whisperer   JTAGulator   18 Vulnerability to Physical Attacks
  • 19. 19 Not all “hacks” are security attacks §  Example: iRobot Create 2 §  The 2007 release Create  was a closed system and researchers “hacked it” to use it for educational purposes. §  Create 2 is the programmable version. §  Many border-line cases: §  Nest devices at http://venturebeat.com/2014/08/10/hello-dave-i-control-your-thermostat-googles-nest-gets-hacked/ and http://www.engadget.com/2014/06/23/nest-thermostat-rooted/ §  Remotely controlling cars using wireless dongles: http://hackaday.com/2015/01/21/remotely-controlling-automobiles-via-insecure-dongles/ §  Hacking a toaster: https://www.youtube.com/watch?v=vI7tWd7B3iI §  Hacking your printer: http://contextis.co.uk/resources/blog/hacking-canon-pixma-printers-doomed-encryption/
  • 20. 20 §  Integrate a software update mechanism and leave enough “head room”. §  Use modern operating system concepts to avoid system-wide compromise due to a single software bug. §  Use an automated key management protocol with proper authentication and authorization (access control). §  Threat analysis must take physical attacks into account. §  Use Internet security protocols offering communication security. §  Take security into account during the software development lifecycle and in the deployment phase. 20 Learn from Attacks, cont.
  • 21. 21 §  Internet of Things security today is like PC security 20 years ago. §  Most attacks on consumer-oriented IoT systems fall under the ”script kiddie” category. §  For industrial control systems many attacks are already scary (see DragonFly, and attack against German steel factory). §  Risk analysis is often complex since hacked devices may be used for further attacks. Hence, indirect consequences also need to be taken into account. §  Examples: DDoS attacks using SNMP (used in printers), hacked Femto home router used for spying 21 Remarks
  • 22. 22 Relationship Management Services Identified using resource identifiers Users Identified using existing identity management techniques Devices Identified using non-cryptographic identifiers and cryptographic Keying material (certificates, raw public keys) Relationship creation and orchestration
  • 23. 23 Device Management with OMA LWM2M Mobile Device Management Device Management Bootstrapping Device Configuration Firmware Update Fault Management §  Key management §  Service provisioning §  Access Control §  Changes to settings §  Changes to parameters of the device §  Update application and system software §  Bug fixes §  Report Errors from devices §  Query about status of devices Application Configuration & Control Reporting §  Configure settings of the application §  Send control commands §  Notify changes in sensor values §  Notify alarms and events
  • 24. 24 Going beyond OMA LWM2M §  New IETF working group on “ Authentication and Authorization for Constrained Environments” (ace) §  Use Cases document available §  Architecture specification in progress. §  Various solutions being discussed, including profiled version of UMA/OAuth. §  Wider range of use cases to manage device, users, and services and their access control decisions. §  Example: Employee demands access to enterprise building using their smart phone. Can we integrate existing enterprise user identity management solutions with door locks? §  Focuses on the constraints of IoT devices.
  • 25. 25 How is ARM contributing to a more secure IoT?
  • 26. 26 8+ years of IoT products 30+ official mbed boards 5+ years 24/7 70,000+ developers 9,000+ projects 1M+ builds/year Today at https://mbed.org
  • 27. 27 ARM Cortex®-M -based MCU mbed Ecosystem •  Partners •  Developers •  Enabled Services •  Enabled Products mbed Device Server •  Freemium model to enable startups •  Application data and device management •  Growth market access for cloud platforms and operators mbed OS •  Free for use on ARM architecture •  Leading connectivity standards •  Productivity, minimized costs •  Built-in management •  Security
  • 28. 28 Lifecycle Security Communication Security Device Security mbedTLS IPv6, 6LoWPANIPv4 Cryptobox Device Management: LWM2M mbed OS mbed Device Interface using Web Standards Directory and Subscription ApplicationTransfer Protocols – CoAP, HTTP, MQTT mbedTLS Admin and Multi-tenancy Data Flow Management – RESTful and Publish/Subscribe Device Management – Lightweight M2M (LWM2M) mbed Device Server
  • 29. 29 §  Few developers have strong security experience.We want to help them! §  mbed helps developers to accomplish their goals faster with less pain. §  Offers operating systems §  Internet protocol stack §  Comprehensive security foundation §  We are contributing in global standards organizations together with our partners to develop solutions for linking device and user identity management (such as IETF ACE). Summary