SlideShare a Scribd company logo
1 of 54
Download to read offline
SESSION ID:
#RSAC
ASD-T10
Security Research
HP Fortify on Demand
@danielmiessler
Daniel Miessler
Securing the Internet of Things:
Mapping Attack Surface Areas
Using the OWASP IoT Top 10
#RSAC
2
 HP Fortify on Demand
 Security Research & Development
 Penetration Testing
 OWASP Project Leader (IoT, Mobile)
#RSAC
The Plan
3
 Let’s Talk About Naming
 A Vision of the Future (Universal Daemonization)
 Why IoT is Currently Broken
 Examples From Research
 The OWASP IoT Project
 Applying What We’ve Learned
 One more thing…
#RSAC
What does it mean?
4
#RSAC
What does it mean?
5
 [ WIKIPEDIA ] The Internet of Things (IoT)
is the network of physical objects or "things"
embedded with electronics, software,
sensors and connectivity to enable it to
achieve greater value and service by
exchanging data with the manufacturer,
operator and/or other connected devices.
 [ OXFORD ] A proposed development of
the Internet in which everyday objects have
network connectivity, allowing them to send
and receive data.
#RSAC
Better Names
6
 Universal Daemonization
 Universal Object Interaction
 Programmable Object Interfaces (POIs)
 Transfurigated Phase Inversion
#RSAC
The Real Internet of Things
7
#RSAC
The Real Internet of Things
8
#RSAC
Universal Daemonization
9
#RSAC
The Current IoT Security Problem
10
#RSAC
The Current IoT Security Problem
11
network  services, encryption, firewall, input…
#RSAC
The Current IoT Security Problem
12
network
application  authN, authZ, input validation, etc.
#RSAC
The Current IoT Security Problem
13
network
application
mobile  insecure APIs, lack of encryption, etc.
#RSAC
The Current IoT Security Problem
14
network
application
mobile
cloud  yadda yadda AuthSessionAccess
#RSAC
IoT Security is the Worst-of-All-Worlds
15
network
application
mobile
cloud
IoT  net + app + mobile + cloud = IoT
 yadda yadda AuthSessionAccess
 insecure APIs, lack of encryption, etc.
 authN, authZ, input validation, etc.
 services, encryption, firewall, input…
#RSAC
The Current IoT Security Problem
16
network
application
mobile
cloud
IoT
1 + 1 = 5
#RSAC
IoT Security Fail Examples
17
network
application
mobile
cloud
IoT
#RSAC
IoT Security Fail Examples (Authentication)
18
network
application
mobile
cloud
IoT
 10/10 security systems accept ‘123456’
 Account enumeration
 Lack of account lockout
#RSAC
IoT Security Fail Examples (Update Systems)
19
network
application
mobile
cloud
IoT
 No signing of updates
 Download over FTP
 Server was world-writeable
 Server held ALL products
#RSAC
IoT Security Fail Examples
20
network
application
mobile
cloud
IoT
 10/10 security systems accept ‘123456’
 10/10 security systems with no lockout
 10/10 security systems with enumeration
 SSH listeners with root/“” access
 6/10 web interfaces with XSS/SQLi
 70% of devices not using encryption
 8/10 collected personal information
 9/10 had no two-factor options
 Unauthenticated video streaming
 Completely flawed software update systems
#RSAC
The Need for a Methodology
21
network
application
mobile
cloud
IoT
#RSAC
Mapping IoT Attack Surface Areas
22
#RSAC
OWASP IoT: I1 — Insecure Web Interface
23
#RSAC
OWASP IoT: I1 — Insecure Web Interface
24
#RSAC
OWASP IoT: I2 — Insecure Network Services
25
#RSAC
OWASP IoT: I3 — Lack of Transport Encryption
26
#RSAC
OWASP IoT: I5 — Privacy Concerns
27
#RSAC
OWASP IoT: I6 — Insecure Cloud Interface
28
#RSAC
OWASP IoT: I7 — Insecure Mobile Interface
29
#RSAC
OWASP IoT: I8 — Insufficient Security Configurability
30
#RSAC
OWASP IoT: I9 — Insecure Software/Firmware
31
#RSAC
OWASP IoT: I10 — Poor Physical Security
32
#RSAC
OWASP IoT Project Goals
33
1. Understand the main attack surface
areas for any IoT device or ecosystem
#RSAC
OWASP IoT Project Goals
34
1. Understand the main attack surface areas
for any IoT device or ecosystem
2. As a tester, be able to hit the major
issues for each surface area for the
product you’re testing
#RSAC
OWASP IoT Project Goals
35
1. Understand the main attack surface areas
for any IoT device or ecosystem
2. As a tester, be able to hit the major issues
for each surface area for the product
you’re testing
3. As a manufacturer, be able to ensure
that you’ve done your due diligence in
security across the main surface areas
#RSAC
OWASP IoT Project Goals
36
1. Understand the main attack surface areas
for any IoT device or ecosystem
2. As a tester, be able to hit the major issues
for each surface area for the product
you’re testing
3. As a manufacturer, be able to ensure that
you’ve done your due diligence in security
across the main surface areas
4. As a developer, be able to ensure that
you’re avoiding the top security issues
while building your particular component
#RSAC
OWASP IoT Project Goals
37
1. Understand the main attack surface areas
for any IoT device or ecosystem
2. As a tester, be able to hit the major issues
for each surface area for the product
you’re testing
3. As a manufacturer, be able to ensure that
you’ve done your due diligence in security
across the main surface areas
4. As a developer, be able to ensure that
you’re avoiding the top security issues
while building your particular component
5. As a consumer, ensure you’re using the
technology safely
#RSAC
OWASP IoT Project Goals
38
1. Understand the main attack surface areas
for any IoT device or ecosystem
2. As a tester, be able to hit the major issues
for each surface area for the product you’re
testing
3. As a manufacturer, be able to ensure that
you’ve done your due diligence in security
across the main surface areas
4. As a developer, be able to ensure that
you’re avoiding the top security issues while
building your particular component
5. As a consumer, ensure you’re using the
technology safely
#RSAC
OWASP IoT Project Organization
39
#RSAC
OWASP IoT Project (Context-based Recommendations)
40
#RSAC
OWASP IoT Project (Consumer Recommendations)
41
#RSAC
OWASP IoT Project (FAQ)
42
1. If IoT is just a collection of other
technologies, why not just use existing
OWASP projects?
#RSAC
OWASP IoT Project (FAQ)
43
1. If IoT is just a collection of other
technologies, why not just use existing
OWASP projects? (one place, multiple
spaces)
2. Why call it a Top 10 List, which is
traditionally a list of vulnerabilities?
#RSAC
OWASP IoT Project (FAQ)
44
1. If IoT is just a collection of other
technologies, why not just use existing
OWASP projects? (one place, multiple
spaces)
2. Why call it a Top 10 List, which is
traditionally a list of vulnerabilities?
(tradition, approachability)
3. Why not have X category, or Y category,
or you should move I7 to I2, etc.
#RSAC
OWASP IoT Project (FAQ)
45
1. If IoT is just a collection of other
technologies, why not just use existing
OWASP projects? (one place, multiple
spaces)
2. Why call it a Top 10 List, which is
traditionally a list of vulnerabilities?
(tradition, approachability)
3. Why not have X category, or Y category,
or you should move I7 to I2, etc.
(excellent, come help)
https://lists.owasp.org/mailman/listinfo/owasp_internet_of_things_top_ten_project
#RSAC
How to Apply This
46
Concept Application
#RSAC
How to Apply This
47
The Internet of Things is not just about sensors and machines. It’s about people,
and how they will continuously interact with their environments through their
personal assistants and Universal Daemonization.
Concept Application
#RSAC
How to Apply This
48
The Internet of Things is not just about sensors and machines. It’s about people,
and how they will continuously interact with their environments through their
personal assistants and Universal Daemonization.
You now know the future before others do, and
can use that knowledge to inform better
decisions.
Concept Application
#RSAC
How to Apply This
49
The Internet of Things is not just about sensors and machines. It’s about people,
and how they will continuously interact with their environments through their
personal assistants and Universal Daemonization.
You now know the future before others do, and
can and use that knowledge to inform better
decisions.
IoT Security is broken for three reasons: it’s worst-of-all-worlds scenario, nobody
is paid to secure IoT, and 1+1=5 when it comes to security and complexity.
Concept Application
#RSAC
How to Apply This
50
The Internet of Things is not just about sensors and machines. It’s about people,
and how they will continuously interact with their environments through their
personal assistants and Universal Daemonization.
You now know the future before others do, and
can use that knowledge to inform better
decisions.
IoT Security is broken for three reasons: it’s worst-of-all-worlds scenario, nobody
is paid to secure IoT, and 1+1=5 when it comes to security and complexity.
You can now identify the common causes for
the mistakes, and look out for them in projects
you consult on.
Concept Application
#RSAC
How to Apply This
51
The Internet of Things is not just about sensors and machines. It’s about people,
and how they will continuously interact with their environments through their
personal assistants and Universal Daemonization.
Know the future before others do, and use that
knowledge to inform better decisions.
IoT Security is broken for three reasons: it’s worst-of-all-worlds scenario, nobody
is paid to secure IoT, and 1+1=5 when it comes to security and complexity.
You can now identify the common causes for
the mistakes, and look out for them in projects
you consult on.
The OWASP IoT Top 10 Project maps IoT attack surface areas and gives
contextual and prescriptive guidance on how to avoid vulnerabilities within each.
Concept Application
#RSAC
How to Apply This
52
The Internet of Things is not just about sensors and machines. It’s about people,
and how they will continuously interact with their environments through their
personal assistants and Universal Daemonization.
Know the future before others do, and use that
knowledge to inform better decisions.
IoT Security is broken for three reasons: it’s worst-of-all-worlds scenario, nobody
is paid to secure IoT, and 1+1=5 when it comes to security and complexity.
You can now identify the common causes for
the mistakes, and look out for them in projects
you consult on.
The OWASP IoT Top 10 Project maps IoT attack surface areas and gives
contextual and prescriptive guidance on how to avoid vulnerabilities within each.
You can now use the OWASP IoT Project as a
tangible guide to securing the IoT systems you
work with.
Concept Application
#RSAC
Other IoT Resources
 Build It Securely Project (connects SMBs with researchers)
 Mark Stanislav and Zach Lanier
 I am the Cavalry (focuses on automotive IoT security)
 Josh Corman
 IoT Firmware Testing Training
 Paul Asadoorian (BlackHat)
53
#RSAC
Just One More Thing…
 OWASP IoT Top 10 Mini-poster !
 Card stock
 Two-sided
 Covers Top 10 Surface Areas
 Available for download as well
54

More Related Content

What's hot

Iot Security, Internet of Things
Iot Security, Internet of ThingsIot Security, Internet of Things
Iot Security, Internet of Things
Bryan Len
 
Internet of Fails: Where IoT Has Gone Wrong and How We're Making it Right by ...
Internet of Fails: Where IoT Has Gone Wrong and How We're Making it Right by ...Internet of Fails: Where IoT Has Gone Wrong and How We're Making it Right by ...
Internet of Fails: Where IoT Has Gone Wrong and How We're Making it Right by ...
Duo Security
 

What's hot (20)

Security Fundamental for IoT Devices; Creating the Internet of Secure Things
Security Fundamental for IoT Devices; Creating the Internet of Secure ThingsSecurity Fundamental for IoT Devices; Creating the Internet of Secure Things
Security Fundamental for IoT Devices; Creating the Internet of Secure Things
 
"The State of IoT Security" Keynote by Shawn Henry at Inform[ED] IoT Security
"The State of IoT Security" Keynote by Shawn Henry at Inform[ED] IoT Security"The State of IoT Security" Keynote by Shawn Henry at Inform[ED] IoT Security
"The State of IoT Security" Keynote by Shawn Henry at Inform[ED] IoT Security
 
IoT security is a nightmare. But what is the real risk?
IoT security is a nightmare. But what is the real risk?IoT security is a nightmare. But what is the real risk?
IoT security is a nightmare. But what is the real risk?
 
Internet of Things Security
Internet of Things SecurityInternet of Things Security
Internet of Things Security
 
IoT Security Briefing FBI 07 23-2017 final
IoT Security Briefing FBI 07 23-2017 finalIoT Security Briefing FBI 07 23-2017 final
IoT Security Briefing FBI 07 23-2017 final
 
KazHackStan Doing The IoT Penetration Testing - Yogesh Ojha
KazHackStan Doing The IoT Penetration Testing - Yogesh OjhaKazHackStan Doing The IoT Penetration Testing - Yogesh Ojha
KazHackStan Doing The IoT Penetration Testing - Yogesh Ojha
 
Iot Security, Internet of Things
Iot Security, Internet of ThingsIot Security, Internet of Things
Iot Security, Internet of Things
 
Securing the Internet of Things
Securing the Internet of ThingsSecuring the Internet of Things
Securing the Internet of Things
 
IoT Security by Sanjay Kumar
IoT Security by Sanjay KumarIoT Security by Sanjay Kumar
IoT Security by Sanjay Kumar
 
Linux IOT Botnet Wars and the Lack of Basic Security Hardening - OSCON 2018
Linux IOT Botnet Wars and the Lack of Basic Security Hardening - OSCON 2018Linux IOT Botnet Wars and the Lack of Basic Security Hardening - OSCON 2018
Linux IOT Botnet Wars and the Lack of Basic Security Hardening - OSCON 2018
 
IoT Vulnerability Analysis and IOT In security Controls
IoT Vulnerability Analysis and IOT In security ControlsIoT Vulnerability Analysis and IOT In security Controls
IoT Vulnerability Analysis and IOT In security Controls
 
Securing Internet of Things
Securing Internet of ThingsSecuring Internet of Things
Securing Internet of Things
 
IoT security zigbee -- Null Meet bangalore
IoT security zigbee -- Null Meet bangaloreIoT security zigbee -- Null Meet bangalore
IoT security zigbee -- Null Meet bangalore
 
IoT Security – Executing an Effective Security Testing Process
IoT Security – Executing an Effective Security Testing Process IoT Security – Executing an Effective Security Testing Process
IoT Security – Executing an Effective Security Testing Process
 
Introduction to the Internet of Things
Introduction to the Internet of ThingsIntroduction to the Internet of Things
Introduction to the Internet of Things
 
IOT privacy and Security
IOT privacy and SecurityIOT privacy and Security
IOT privacy and Security
 
IoT Security: Cases and Methods [CON5446]
IoT Security: Cases and Methods [CON5446]IoT Security: Cases and Methods [CON5446]
IoT Security: Cases and Methods [CON5446]
 
BSidesHSV 2020 - Keynote - 2030: The Next Decade
BSidesHSV 2020 - Keynote - 2030: The Next DecadeBSidesHSV 2020 - Keynote - 2030: The Next Decade
BSidesHSV 2020 - Keynote - 2030: The Next Decade
 
Internet of Fails: Where IoT Has Gone Wrong and How We're Making it Right by ...
Internet of Fails: Where IoT Has Gone Wrong and How We're Making it Right by ...Internet of Fails: Where IoT Has Gone Wrong and How We're Making it Right by ...
Internet of Fails: Where IoT Has Gone Wrong and How We're Making it Right by ...
 
Ics2016 scidmark-27oct2016
Ics2016 scidmark-27oct2016Ics2016 scidmark-27oct2016
Ics2016 scidmark-27oct2016
 

Viewers also liked

Viewers also liked (20)

Beyond the OWASP Top 10
Beyond the OWASP Top 10Beyond the OWASP Top 10
Beyond the OWASP Top 10
 
Spirent: The Internet of Things: The Expanded Security Perimeter
Spirent: The Internet of Things:  The Expanded Security Perimeter Spirent: The Internet of Things:  The Expanded Security Perimeter
Spirent: The Internet of Things: The Expanded Security Perimeter
 
The Real Internet of Things: How Universal Daemonization Will Change Everything
The Real Internet of Things: How Universal Daemonization Will Change EverythingThe Real Internet of Things: How Universal Daemonization Will Change Everything
The Real Internet of Things: How Universal Daemonization Will Change Everything
 
SecLists @ BlackHat Arsenal 2015
SecLists @ BlackHat Arsenal 2015SecLists @ BlackHat Arsenal 2015
SecLists @ BlackHat Arsenal 2015
 
CLUSIR INFONORD OWASP iot 2014
CLUSIR INFONORD OWASP iot 2014CLUSIR INFONORD OWASP iot 2014
CLUSIR INFONORD OWASP iot 2014
 
Evolution of The Application
Evolution of The ApplicationEvolution of The Application
Evolution of The Application
 
Web application security: how to start?
Web application security: how to start?Web application security: how to start?
Web application security: how to start?
 
Adaptive Testing Methodology [ ATM ]
Adaptive Testing Methodology [ ATM ]Adaptive Testing Methodology [ ATM ]
Adaptive Testing Methodology [ ATM ]
 
Implementing Inexpensive Honeytrap Techniques
Implementing Inexpensive Honeytrap TechniquesImplementing Inexpensive Honeytrap Techniques
Implementing Inexpensive Honeytrap Techniques
 
Understanding Cross-site Request Forgery
Understanding Cross-site Request ForgeryUnderstanding Cross-site Request Forgery
Understanding Cross-site Request Forgery
 
Peak Prevention: Moving from Prevention to Resilience
Peak Prevention: Moving from Prevention to ResiliencePeak Prevention: Moving from Prevention to Resilience
Peak Prevention: Moving from Prevention to Resilience
 
Blueprint for creating a Secure IoT Product
Blueprint for creating a Secure IoT ProductBlueprint for creating a Secure IoT Product
Blueprint for creating a Secure IoT Product
 
Dia01 08 keynote_alvaro_mello_gartner
Dia01 08 keynote_alvaro_mello_gartnerDia01 08 keynote_alvaro_mello_gartner
Dia01 08 keynote_alvaro_mello_gartner
 
The Journey to DevSecOps
The Journey to DevSecOpsThe Journey to DevSecOps
The Journey to DevSecOps
 
Fullstack IoT Development
Fullstack IoT DevelopmentFullstack IoT Development
Fullstack IoT Development
 
Raspberry Pi as IoT gateway
Raspberry Pi  as IoT gatewayRaspberry Pi  as IoT gateway
Raspberry Pi as IoT gateway
 
DevOpsSec: Appling DevOps Principles to Security, DevOpsDays Austin 2012
DevOpsSec: Appling DevOps Principles to Security, DevOpsDays Austin 2012DevOpsSec: Appling DevOps Principles to Security, DevOpsDays Austin 2012
DevOpsSec: Appling DevOps Principles to Security, DevOpsDays Austin 2012
 
Owasp IoT top 10 + IoTGOAT Cyber Security Meeting Brazil 3rd 2015
Owasp IoT top 10 + IoTGOAT Cyber Security Meeting Brazil 3rd 2015Owasp IoT top 10 + IoTGOAT Cyber Security Meeting Brazil 3rd 2015
Owasp IoT top 10 + IoTGOAT Cyber Security Meeting Brazil 3rd 2015
 
Securing Medical Devices Using Adaptive Testing Methodologies
Securing Medical Devices Using Adaptive Testing MethodologiesSecuring Medical Devices Using Adaptive Testing Methodologies
Securing Medical Devices Using Adaptive Testing Methodologies
 
Iot top 10 vulnerabilities and misconceptions 2016
Iot top 10 vulnerabilities and misconceptions 2016Iot top 10 vulnerabilities and misconceptions 2016
Iot top 10 vulnerabilities and misconceptions 2016
 

Similar to RSA2015: Securing the Internet of Things

Similar to RSA2015: Securing the Internet of Things (20)

IoT – Breaking Bad
IoT – Breaking BadIoT – Breaking Bad
IoT – Breaking Bad
 
[Webinar] Why Security Certification is Crucial for IoT Success
[Webinar] Why Security Certification is Crucial for IoT Success[Webinar] Why Security Certification is Crucial for IoT Success
[Webinar] Why Security Certification is Crucial for IoT Success
 
Security and Privacy Challenges for IoT
Security and Privacy Challenges for IoTSecurity and Privacy Challenges for IoT
Security and Privacy Challenges for IoT
 
IoTNEXT 2016 - SafeNation Track
IoTNEXT 2016 - SafeNation TrackIoTNEXT 2016 - SafeNation Track
IoTNEXT 2016 - SafeNation Track
 
The Seven Most Dangerous New Attack Techniques, and What's Coming Next
The Seven Most Dangerous New Attack Techniques, and What's Coming NextThe Seven Most Dangerous New Attack Techniques, and What's Coming Next
The Seven Most Dangerous New Attack Techniques, and What's Coming Next
 
The Seven Most Dangerous New Attack Techniques, and What's Coming Next
The Seven Most Dangerous New Attack Techniques, and What's Coming NextThe Seven Most Dangerous New Attack Techniques, and What's Coming Next
The Seven Most Dangerous New Attack Techniques, and What's Coming Next
 
IoT Security, Threats and Challenges By V.P.Prabhakaran
IoT Security, Threats and Challenges By V.P.PrabhakaranIoT Security, Threats and Challenges By V.P.Prabhakaran
IoT Security, Threats and Challenges By V.P.Prabhakaran
 
OASIS: open source and open standards: internet of things
OASIS: open source and open standards: internet of thingsOASIS: open source and open standards: internet of things
OASIS: open source and open standards: internet of things
 
OASIS: How open source and open standards work together: the Internet of Things
OASIS: How open source and open standards work together: the Internet of ThingsOASIS: How open source and open standards work together: the Internet of Things
OASIS: How open source and open standards work together: the Internet of Things
 
IoT Panel, Part II: Security for Silicon, Software, and Sensors
IoT Panel, Part II: Security for Silicon, Software, and SensorsIoT Panel, Part II: Security for Silicon, Software, and Sensors
IoT Panel, Part II: Security for Silicon, Software, and Sensors
 
IoT Agent Design Principles
IoT Agent Design PrinciplesIoT Agent Design Principles
IoT Agent Design Principles
 
IoT Design Principles
IoT Design PrinciplesIoT Design Principles
IoT Design Principles
 
Secure Your DevOps Pipeline Best Practices Meetup 08022024.pptx
Secure Your DevOps Pipeline Best Practices Meetup 08022024.pptxSecure Your DevOps Pipeline Best Practices Meetup 08022024.pptx
Secure Your DevOps Pipeline Best Practices Meetup 08022024.pptx
 
IoT Security Risks and Challenges
IoT Security Risks and ChallengesIoT Security Risks and Challenges
IoT Security Risks and Challenges
 
RSA ASIA 2014 - Internet of Things
RSA ASIA 2014 - Internet of Things RSA ASIA 2014 - Internet of Things
RSA ASIA 2014 - Internet of Things
 
Exfiltrating Data through IoT
Exfiltrating Data through IoTExfiltrating Data through IoT
Exfiltrating Data through IoT
 
Practical IoT Security in the Enterprise
Practical IoT Security in the EnterprisePractical IoT Security in the Enterprise
Practical IoT Security in the Enterprise
 
2014 09-04-pj
2014 09-04-pj2014 09-04-pj
2014 09-04-pj
 
Trends on Data Graphs & Security for the Internet of Things
Trends on Data Graphs & Security for the Internet of ThingsTrends on Data Graphs & Security for the Internet of Things
Trends on Data Graphs & Security for the Internet of Things
 
Top 10 Software to Detect & Prevent Security Vulnerabilities from BlackHat US...
Top 10 Software to Detect & Prevent Security Vulnerabilities from BlackHat US...Top 10 Software to Detect & Prevent Security Vulnerabilities from BlackHat US...
Top 10 Software to Detect & Prevent Security Vulnerabilities from BlackHat US...
 

Recently uploaded

CHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICECHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
9953056974 Low Rate Call Girls In Saket, Delhi NCR
 

Recently uploaded (20)

AI & Machine Learning Presentation Template
AI & Machine Learning Presentation TemplateAI & Machine Learning Presentation Template
AI & Machine Learning Presentation Template
 
Azure_Native_Qumulo_High_Performance_Compute_Benchmarks.pdf
Azure_Native_Qumulo_High_Performance_Compute_Benchmarks.pdfAzure_Native_Qumulo_High_Performance_Compute_Benchmarks.pdf
Azure_Native_Qumulo_High_Performance_Compute_Benchmarks.pdf
 
Chinsurah Escorts ☎️8617697112 Starting From 5K to 15K High Profile Escorts ...
Chinsurah Escorts ☎️8617697112  Starting From 5K to 15K High Profile Escorts ...Chinsurah Escorts ☎️8617697112  Starting From 5K to 15K High Profile Escorts ...
Chinsurah Escorts ☎️8617697112 Starting From 5K to 15K High Profile Escorts ...
 
Microsoft AI Transformation Partner Playbook.pdf
Microsoft AI Transformation Partner Playbook.pdfMicrosoft AI Transformation Partner Playbook.pdf
Microsoft AI Transformation Partner Playbook.pdf
 
CHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICECHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
 
%in Stilfontein+277-882-255-28 abortion pills for sale in Stilfontein
%in Stilfontein+277-882-255-28 abortion pills for sale in Stilfontein%in Stilfontein+277-882-255-28 abortion pills for sale in Stilfontein
%in Stilfontein+277-882-255-28 abortion pills for sale in Stilfontein
 
Exploring the Best Video Editing App.pdf
Exploring the Best Video Editing App.pdfExploring the Best Video Editing App.pdf
Exploring the Best Video Editing App.pdf
 
%in Midrand+277-882-255-28 abortion pills for sale in midrand
%in Midrand+277-882-255-28 abortion pills for sale in midrand%in Midrand+277-882-255-28 abortion pills for sale in midrand
%in Midrand+277-882-255-28 abortion pills for sale in midrand
 
The Ultimate Test Automation Guide_ Best Practices and Tips.pdf
The Ultimate Test Automation Guide_ Best Practices and Tips.pdfThe Ultimate Test Automation Guide_ Best Practices and Tips.pdf
The Ultimate Test Automation Guide_ Best Practices and Tips.pdf
 
A Secure and Reliable Document Management System is Essential.docx
A Secure and Reliable Document Management System is Essential.docxA Secure and Reliable Document Management System is Essential.docx
A Secure and Reliable Document Management System is Essential.docx
 
VTU technical seminar 8Th Sem on Scikit-learn
VTU technical seminar 8Th Sem on Scikit-learnVTU technical seminar 8Th Sem on Scikit-learn
VTU technical seminar 8Th Sem on Scikit-learn
 
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...
 
Direct Style Effect Systems - The Print[A] Example - A Comprehension Aid
Direct Style Effect Systems -The Print[A] Example- A Comprehension AidDirect Style Effect Systems -The Print[A] Example- A Comprehension Aid
Direct Style Effect Systems - The Print[A] Example - A Comprehension Aid
 
HR Software Buyers Guide in 2024 - HRSoftware.com
HR Software Buyers Guide in 2024 - HRSoftware.comHR Software Buyers Guide in 2024 - HRSoftware.com
HR Software Buyers Guide in 2024 - HRSoftware.com
 
BUS PASS MANGEMENT SYSTEM USING PHP.pptx
BUS PASS MANGEMENT SYSTEM USING PHP.pptxBUS PASS MANGEMENT SYSTEM USING PHP.pptx
BUS PASS MANGEMENT SYSTEM USING PHP.pptx
 
Unveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
Unveiling the Tech Salsa of LAMs with Janus in Real-Time ApplicationsUnveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
Unveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
 
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
 
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdfLearn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
 
How To Troubleshoot Collaboration Apps for the Modern Connected Worker
How To Troubleshoot Collaboration Apps for the Modern Connected WorkerHow To Troubleshoot Collaboration Apps for the Modern Connected Worker
How To Troubleshoot Collaboration Apps for the Modern Connected Worker
 
10 Trends Likely to Shape Enterprise Technology in 2024
10 Trends Likely to Shape Enterprise Technology in 202410 Trends Likely to Shape Enterprise Technology in 2024
10 Trends Likely to Shape Enterprise Technology in 2024
 

RSA2015: Securing the Internet of Things

  • 1. SESSION ID: #RSAC ASD-T10 Security Research HP Fortify on Demand @danielmiessler Daniel Miessler Securing the Internet of Things: Mapping Attack Surface Areas Using the OWASP IoT Top 10
  • 2. #RSAC 2  HP Fortify on Demand  Security Research & Development  Penetration Testing  OWASP Project Leader (IoT, Mobile)
  • 3. #RSAC The Plan 3  Let’s Talk About Naming  A Vision of the Future (Universal Daemonization)  Why IoT is Currently Broken  Examples From Research  The OWASP IoT Project  Applying What We’ve Learned  One more thing…
  • 5. #RSAC What does it mean? 5  [ WIKIPEDIA ] The Internet of Things (IoT) is the network of physical objects or "things" embedded with electronics, software, sensors and connectivity to enable it to achieve greater value and service by exchanging data with the manufacturer, operator and/or other connected devices.  [ OXFORD ] A proposed development of the Internet in which everyday objects have network connectivity, allowing them to send and receive data.
  • 6. #RSAC Better Names 6  Universal Daemonization  Universal Object Interaction  Programmable Object Interfaces (POIs)  Transfurigated Phase Inversion
  • 10. #RSAC The Current IoT Security Problem 10
  • 11. #RSAC The Current IoT Security Problem 11 network  services, encryption, firewall, input…
  • 12. #RSAC The Current IoT Security Problem 12 network application  authN, authZ, input validation, etc.
  • 13. #RSAC The Current IoT Security Problem 13 network application mobile  insecure APIs, lack of encryption, etc.
  • 14. #RSAC The Current IoT Security Problem 14 network application mobile cloud  yadda yadda AuthSessionAccess
  • 15. #RSAC IoT Security is the Worst-of-All-Worlds 15 network application mobile cloud IoT  net + app + mobile + cloud = IoT  yadda yadda AuthSessionAccess  insecure APIs, lack of encryption, etc.  authN, authZ, input validation, etc.  services, encryption, firewall, input…
  • 16. #RSAC The Current IoT Security Problem 16 network application mobile cloud IoT 1 + 1 = 5
  • 17. #RSAC IoT Security Fail Examples 17 network application mobile cloud IoT
  • 18. #RSAC IoT Security Fail Examples (Authentication) 18 network application mobile cloud IoT  10/10 security systems accept ‘123456’  Account enumeration  Lack of account lockout
  • 19. #RSAC IoT Security Fail Examples (Update Systems) 19 network application mobile cloud IoT  No signing of updates  Download over FTP  Server was world-writeable  Server held ALL products
  • 20. #RSAC IoT Security Fail Examples 20 network application mobile cloud IoT  10/10 security systems accept ‘123456’  10/10 security systems with no lockout  10/10 security systems with enumeration  SSH listeners with root/“” access  6/10 web interfaces with XSS/SQLi  70% of devices not using encryption  8/10 collected personal information  9/10 had no two-factor options  Unauthenticated video streaming  Completely flawed software update systems
  • 21. #RSAC The Need for a Methodology 21 network application mobile cloud IoT
  • 22. #RSAC Mapping IoT Attack Surface Areas 22
  • 23. #RSAC OWASP IoT: I1 — Insecure Web Interface 23
  • 24. #RSAC OWASP IoT: I1 — Insecure Web Interface 24
  • 25. #RSAC OWASP IoT: I2 — Insecure Network Services 25
  • 26. #RSAC OWASP IoT: I3 — Lack of Transport Encryption 26
  • 27. #RSAC OWASP IoT: I5 — Privacy Concerns 27
  • 28. #RSAC OWASP IoT: I6 — Insecure Cloud Interface 28
  • 29. #RSAC OWASP IoT: I7 — Insecure Mobile Interface 29
  • 30. #RSAC OWASP IoT: I8 — Insufficient Security Configurability 30
  • 31. #RSAC OWASP IoT: I9 — Insecure Software/Firmware 31
  • 32. #RSAC OWASP IoT: I10 — Poor Physical Security 32
  • 33. #RSAC OWASP IoT Project Goals 33 1. Understand the main attack surface areas for any IoT device or ecosystem
  • 34. #RSAC OWASP IoT Project Goals 34 1. Understand the main attack surface areas for any IoT device or ecosystem 2. As a tester, be able to hit the major issues for each surface area for the product you’re testing
  • 35. #RSAC OWASP IoT Project Goals 35 1. Understand the main attack surface areas for any IoT device or ecosystem 2. As a tester, be able to hit the major issues for each surface area for the product you’re testing 3. As a manufacturer, be able to ensure that you’ve done your due diligence in security across the main surface areas
  • 36. #RSAC OWASP IoT Project Goals 36 1. Understand the main attack surface areas for any IoT device or ecosystem 2. As a tester, be able to hit the major issues for each surface area for the product you’re testing 3. As a manufacturer, be able to ensure that you’ve done your due diligence in security across the main surface areas 4. As a developer, be able to ensure that you’re avoiding the top security issues while building your particular component
  • 37. #RSAC OWASP IoT Project Goals 37 1. Understand the main attack surface areas for any IoT device or ecosystem 2. As a tester, be able to hit the major issues for each surface area for the product you’re testing 3. As a manufacturer, be able to ensure that you’ve done your due diligence in security across the main surface areas 4. As a developer, be able to ensure that you’re avoiding the top security issues while building your particular component 5. As a consumer, ensure you’re using the technology safely
  • 38. #RSAC OWASP IoT Project Goals 38 1. Understand the main attack surface areas for any IoT device or ecosystem 2. As a tester, be able to hit the major issues for each surface area for the product you’re testing 3. As a manufacturer, be able to ensure that you’ve done your due diligence in security across the main surface areas 4. As a developer, be able to ensure that you’re avoiding the top security issues while building your particular component 5. As a consumer, ensure you’re using the technology safely
  • 39. #RSAC OWASP IoT Project Organization 39
  • 40. #RSAC OWASP IoT Project (Context-based Recommendations) 40
  • 41. #RSAC OWASP IoT Project (Consumer Recommendations) 41
  • 42. #RSAC OWASP IoT Project (FAQ) 42 1. If IoT is just a collection of other technologies, why not just use existing OWASP projects?
  • 43. #RSAC OWASP IoT Project (FAQ) 43 1. If IoT is just a collection of other technologies, why not just use existing OWASP projects? (one place, multiple spaces) 2. Why call it a Top 10 List, which is traditionally a list of vulnerabilities?
  • 44. #RSAC OWASP IoT Project (FAQ) 44 1. If IoT is just a collection of other technologies, why not just use existing OWASP projects? (one place, multiple spaces) 2. Why call it a Top 10 List, which is traditionally a list of vulnerabilities? (tradition, approachability) 3. Why not have X category, or Y category, or you should move I7 to I2, etc.
  • 45. #RSAC OWASP IoT Project (FAQ) 45 1. If IoT is just a collection of other technologies, why not just use existing OWASP projects? (one place, multiple spaces) 2. Why call it a Top 10 List, which is traditionally a list of vulnerabilities? (tradition, approachability) 3. Why not have X category, or Y category, or you should move I7 to I2, etc. (excellent, come help) https://lists.owasp.org/mailman/listinfo/owasp_internet_of_things_top_ten_project
  • 46. #RSAC How to Apply This 46 Concept Application
  • 47. #RSAC How to Apply This 47 The Internet of Things is not just about sensors and machines. It’s about people, and how they will continuously interact with their environments through their personal assistants and Universal Daemonization. Concept Application
  • 48. #RSAC How to Apply This 48 The Internet of Things is not just about sensors and machines. It’s about people, and how they will continuously interact with their environments through their personal assistants and Universal Daemonization. You now know the future before others do, and can use that knowledge to inform better decisions. Concept Application
  • 49. #RSAC How to Apply This 49 The Internet of Things is not just about sensors and machines. It’s about people, and how they will continuously interact with their environments through their personal assistants and Universal Daemonization. You now know the future before others do, and can and use that knowledge to inform better decisions. IoT Security is broken for three reasons: it’s worst-of-all-worlds scenario, nobody is paid to secure IoT, and 1+1=5 when it comes to security and complexity. Concept Application
  • 50. #RSAC How to Apply This 50 The Internet of Things is not just about sensors and machines. It’s about people, and how they will continuously interact with their environments through their personal assistants and Universal Daemonization. You now know the future before others do, and can use that knowledge to inform better decisions. IoT Security is broken for three reasons: it’s worst-of-all-worlds scenario, nobody is paid to secure IoT, and 1+1=5 when it comes to security and complexity. You can now identify the common causes for the mistakes, and look out for them in projects you consult on. Concept Application
  • 51. #RSAC How to Apply This 51 The Internet of Things is not just about sensors and machines. It’s about people, and how they will continuously interact with their environments through their personal assistants and Universal Daemonization. Know the future before others do, and use that knowledge to inform better decisions. IoT Security is broken for three reasons: it’s worst-of-all-worlds scenario, nobody is paid to secure IoT, and 1+1=5 when it comes to security and complexity. You can now identify the common causes for the mistakes, and look out for them in projects you consult on. The OWASP IoT Top 10 Project maps IoT attack surface areas and gives contextual and prescriptive guidance on how to avoid vulnerabilities within each. Concept Application
  • 52. #RSAC How to Apply This 52 The Internet of Things is not just about sensors and machines. It’s about people, and how they will continuously interact with their environments through their personal assistants and Universal Daemonization. Know the future before others do, and use that knowledge to inform better decisions. IoT Security is broken for three reasons: it’s worst-of-all-worlds scenario, nobody is paid to secure IoT, and 1+1=5 when it comes to security and complexity. You can now identify the common causes for the mistakes, and look out for them in projects you consult on. The OWASP IoT Top 10 Project maps IoT attack surface areas and gives contextual and prescriptive guidance on how to avoid vulnerabilities within each. You can now use the OWASP IoT Project as a tangible guide to securing the IoT systems you work with. Concept Application
  • 53. #RSAC Other IoT Resources  Build It Securely Project (connects SMBs with researchers)  Mark Stanislav and Zach Lanier  I am the Cavalry (focuses on automotive IoT security)  Josh Corman  IoT Firmware Testing Training  Paul Asadoorian (BlackHat) 53
  • 54. #RSAC Just One More Thing…  OWASP IoT Top 10 Mini-poster !  Card stock  Two-sided  Covers Top 10 Surface Areas  Available for download as well 54