This site is the archived OWASP Foundation Wiki and is no longer accepting Account Requests.
To view the new OWASP Foundation website, please visit https://owasp.org

Difference between revisions of "OWASP IoT Attack Surface Areas"

From OWASP
Jump to: navigation, search
(per daniel M request)
 
(10 intermediate revisions by 2 users not shown)
Line 1: Line 1:
=Main=
+
#REDIRECT [[OWASP_Internet_of_Things_Project#tab=IoT_Attack_Surface_Areas]]
 
 
<div style="width:100%;height:160px;border:0,margin:0;overflow: hidden;">[[File:OWASP_Project_Header.jpg|link=]]</div>
 
 
 
{| style="padding: 0;margin:0;margin-top:10px;text-align:left;" |-
 
| valign="top"  style="border-right: 1px dotted gray;padding-right:25px;" |
 
 
 
==OWASP IoT Attack Surface Areas (DRAFT)==
 
 
 
Oxford defines the Internet of Things as: “A proposed development of the Internet in which everyday objects have network connectivity, allowing them to send and receive data.”
 
 
 
''The OWASP Internet of Things (IoT) Attack Surface Areas is a project designed to help manufacturers, developers, and consumers better understand the security issues associated with the Internet of Things, and to enable users in any context to make better security decisions when building, deploying, or assessing IoT technologies''.
 
 
 
The project defines the attack surface areas presented by IoT systems, and provides information on threat agents, attack vectors, vulnerabilities, and impacts associated with each. In addition, the project aims to provide practical security recommendations for builders, breakers, and users of IoT systems.
 
 
 
==Licensing==
 
The OWASP IoT Attack Surface Areas is free to use. It is licensed under the http://creativecommons.org/licenses/by-sa/3.0/ Creative Commons Attribution-ShareAlike 3.0 license], so you can copy, distribute and transmit the work, and you can adapt it, and use it commercially, but all provided that you attribute the work and if you alter, transform, or build upon this work, you may distribute the resulting work only under the same or similar license to this one.
 
 
 
== ==
 
{{Social Media Links}}
 
 
 
| valign="top"  style="padding-left:25px;width:200px;border-right: 1px dotted gray;padding-right:25px;" |
 
 
 
== What is the OWASP IoT Attack Surface Areas? ==
 
 
 
The OWASP IoT Attack Surface Areas provide:
 
 
 
* A list of IoT Attack Surface Areas
 
* A list of basic recommendations for manufacturers, developers, and consumers
 
 
 
For each attack surface areas, the following sections are included:
 
 
 
* A description of the attack surface
 
* Threat agents
 
* Attack vectors
 
* Security weaknesses
 
* Technical impacts
 
* Business impacts
 
* Example vulnerabilities
 
* Example attacks
 
* Guidance on how to avoid the issue
 
* References to OWASP and other related resources
 
 
 
For each role in Manufacturers, Developers, and Consumer, the following recommendations are included:
 
 
 
* For each I''N'' category, list the top few considerations that should be observed in that context
 
 
 
== Project Leaders ==
 
 
 
* Daniel Miessler
 
* Craig Smith
 
 
 
 
 
== Related Projects ==
 
 
 
* [https://www.owasp.org/index.php/OWASP_Mobile_Security_Project The OWASP Mobile Top 10 Project]
 
* [https://www.owasp.org/index.php/Category:OWASP_Top_Ten_Project The OWASP Web Top 10 Project]
 
 
 
| valign="top"  style="padding-left:25px;width:200px;" |
 
 
 
== Email List ==
 
[https://lists.owasp.org/mailman/listinfo/owasp_internet_of_things_top_ten_project Subcribe here]
 
 
 
== Quick Download ==
 
 
 
 
 
== News and Events ==
 
 
 
 
 
==Classifications==
 
 
 
  {| width="200" cellpadding="2"
 
  |-
 
  | align="center" valign="top" width="50%" rowspan="2"| [[File:Owasp-incubator-trans-85.png|link=https://www.owasp.org/index.php/OWASP_Project_Stages#tab=Incubator_Projects]]
 
  | align="center" valign="top" width="50%"| [[File:Owasp-builders-small.png|link=]] 
 
  |-
 
  | align="center" valign="top" width="50%"| [[File:Owasp-defenders-small.png|link=]]
 
  |-
 
  | colspan="2" align="center"  | [[File:Cc-button-y-sa-small.png|link=http://creativecommons.org/licenses/by-sa/3.0/]]
 
  |-
 
  | colspan="2" align="center"  | [[File:Project_Type_Files_DOC.jpg|link=]]
 
  |}
 
 
 
|}
 
 
 
= OWASP IoT Attack Surface Areas =
 
 
 
<div style="width:100%;height:160px;border:0,margin:0;overflow: hidden;">[[File:OWASP_Project_Header.jpg|link=]]</div>
 
 
 
 
 
The OWASP IoT Attack Surface Areas (DRAFT) are as follows:
 
 
 
{| border="1" class="wikitable" style="text-align: left"
 
! Attack Surface
 
! Vulnerability
 
! Data Type
 
|-
 
| '''Ecosystem Access Control'''
 
|
 
* Implicit trust between components
 
* Enrollment security
 
* Decommissioning system
 
* Lost access procedures
 
|
 
* Test
 
|-
 
| '''Device Memory'''
 
|
 
* Cleartext usernames
 
* Cleartext passwords
 
* Third-party credentials
 
* Encryption keys
 
|
 
* Test
 
|-
 
| '''Device Physical Interfaces'''
 
|
 
* Firmware extraction
 
* User CLI
 
* Admin CLI
 
* Privilege escalation
 
* Reset to insecure state
 
|
 
* Test
 
|-
 
| '''Device Web Interface'''
 
|
 
* SQL injection
 
* Cross-site scripting
 
* Username enumeration
 
* Weak passwords
 
* Account lockout
 
* Known credentials
 
|
 
* Test
 
|-
 
|}
 
 
 
 
 
 
 
== Introduction ==
 
 
 
Oxford defines the Internet of Things as “a proposed development of the Internet in which everyday objects have network connectivity, allowing them to send and receive data.”
 
 
 
The OWASP IoT Attack Surface Areas is a project designed to help vendors who are interested in making common appliances and gadgets network/Internet accessible. The project walks through the top ten security problems that are seen with IoT devices, and how to prevent them.
 
 
 
Examples of IoT Devices: Cars, lighting systems, refrigerators, telephones, SCADA systems, traffic control systems, home security systems, TVs, DVRs, etc…
 
 
 
 
 
 
 
== Feedback ==
 
 
 
Please let us know how your organization is using the OWASP IoT Attack Surface Areas. Include your name, organization's name, and brief description of how you use the list. Thanks for supporting OWASP!
 
 
 
We hope you find the information in the OWASP IoT Attack Surface Areas useful. Please contribute back to the project by sending your comments, questions, and suggestions to [email protected], or [email protected]. Thanks!
 
 
 
== Project Sponsors ==
 
 
 
* [http://www8.hp.com/us/en/software-solutions/fortify-on-demand-application-security/ HP Fortify on Demand]
 
* Contribute and add your name here!
 
 
 
<!-- ==== Project Identification ====
 
{{Template:OWASP OWASP IoT Attack Surface Areas}} -->
 
 
 
 
 
= Project Details =
 
 
 
<div style="width:100%;height:160px;border:0,margin:0;overflow: hidden;">[[File:OWASP_Project_Header.jpg|link=]]</div>
 
 
 
 
 
{{:Projects/OWASP_IoT_Attack_Surface_Areas}}
 
 
 
 
 
__NOTOC__ <headertabs />
 
 
 
[[Category:OWASP_Project]] [[Category:OWASP_Document]] [[Category:OWASP_Download]] [[Category:OWASP_Release_Quality_Document]]
 

Latest revision as of 21:06, 16 December 2015