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 Internet of Things Project"
Line 517: | Line 517: | ||
== Resources == | == Resources == | ||
* [https://www.owasp.org/index.php/Top_IoT_Vulnerabilities Top 10 IoT Vulnerabilities from 2014] | * [https://www.owasp.org/index.php/Top_IoT_Vulnerabilities Top 10 IoT Vulnerabilities from 2014] | ||
+ | |||
+ | == News and Events == | ||
+ | * Coming Soon | ||
+ | |||
+ | |} | ||
+ | |||
+ | = Medical Devices = | ||
+ | |||
+ | <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;" | | ||
+ | |||
+ | == Medical Device Attack Surfaces == | ||
+ | |||
+ | The Medical Device Attack Surfaces project is intended to provide some basic guidelines around the types of areas that need to be secured before shipping Medical Device equipment. | ||
+ | |||
+ | {| border="1" class="wikitable" style="text-align: left" | ||
+ | ! Section | ||
+ | ! | ||
+ | |- | ||
+ | | | ||
+ | Firmware Vulnerabilities | ||
+ | | | ||
+ | * Out-of-date core components | ||
+ | * Unsupported core components | ||
+ | * Expired and/or self-signed certificates | ||
+ | * Same certificate used on multiple devices | ||
+ | * Admin web interface concerns | ||
+ | * Hardcoded or easy to guess credentials | ||
+ | * Sensitive information disclosure | ||
+ | * Sensitive URL disclosure | ||
+ | * Encryption key exposure | ||
+ | * Backdoor accounts | ||
+ | * Backdoor keys / tokens | ||
+ | * Vulnerable services (web, ssh, tftp, etc.) | ||
+ | |- | ||
+ | | | ||
+ | Manufacturer Recommendations | ||
+ | | | ||
+ | * Ensure that supported and up-to-date software is used by developers | ||
+ | * Ensure that robust update mechanisms are in place for devices | ||
+ | * Ensure that certificates are not duplicated across devices and product lines. | ||
+ | * Ensure supported and up-to-date software is used by developers | ||
+ | * Develop a mechanism to ensure a new certificate is installed when old ones expire | ||
+ | * Disable deprecated SSL versions | ||
+ | * Ensure developers do not code in easy to guess or common admin passwords | ||
+ | * Ensure services such as SSH have a secure password created | ||
+ | * Develop a mechanism that requires the user to create a secure admin password during initial device setup | ||
+ | * Ensure developers do not hard code passwords or hashes | ||
+ | * Have source code reviewed by a third party before releasing device to production | ||
+ | * Ensure industry standard encryption or strong hashing is used | ||
+ | |- | ||
+ | | | ||
+ | Device Firmware Guidance and Instruction | ||
+ | | | ||
+ | * Firmware file analysis | ||
+ | * Firmware extraction | ||
+ | * Dynamic binary analysis | ||
+ | * Static binary analysis | ||
+ | * Static code analysis | ||
+ | * Firmware emulation | ||
+ | * File system analysis | ||
+ | |- | ||
+ | | | ||
+ | Device Firmware Tools | ||
+ | | | ||
+ | * [https://github.com/craigz28/firmwalker Firmwalker] | ||
+ | * [https://code.google.com/archive/p/firmware-mod-kit/ Firmware Modification Kit] | ||
+ | * [https://github.com/angr/angr Angr binary analysis framework] | ||
+ | * [http://binwalk.org/ Binwalk firmware analysis tool] | ||
+ | * [http://www.binaryanalysis.org/en/home Binary Analysis Tool] | ||
+ | * [https://github.com/firmadyne/firmadyne Firmadyne] | ||
+ | |- | ||
+ | | | ||
+ | Vulnerable Firmware | ||
+ | | | ||
+ | * [https://github.com/praetorian-inc/DVRF Damn Vulnerable Router Firmware] | ||
+ | |- | ||
+ | |} | ||
+ | |||
+ | == == | ||
+ | {{Social Media Links}} | ||
+ | |||
+ | | valign="top" style="padding-left:25px;width:300px;border-right: 1px dotted gray;padding-right:25px;" | | ||
+ | |||
+ | == What is the Firmware Analysis Project? == | ||
+ | |||
+ | The Firmware Analysis Project provides: | ||
+ | |||
+ | * Security testing guidance for vulnerabilities in the "Device Firmware" attack surface | ||
+ | * Steps for extracting file systems from various firmware files | ||
+ | * Guidance on searching a file systems for sensitive of interesting data | ||
+ | * Information on static analysis of firmware contents | ||
+ | * Information on dynamic analysis of emulated services (e.g. web admin interface) | ||
+ | * Testing tool links | ||
+ | * A site for pulling together existing information on firmware analysis | ||
+ | |||
+ | == Project Leaders == | ||
+ | |||
+ | * Craig Smith | ||
+ | |||
+ | == Related Projects == | ||
+ | |||
+ | * [[OWASP_Mobile_Security_Project|OWASP Mobile Security]] | ||
+ | * [[OWASP_Top_Ten_Project|OWASP Web Top 10]] | ||
+ | |||
+ | == Collaboration == | ||
+ | [https://owasp-iot-security.slack.com The Slack Channel] | ||
+ | |||
+ | == Resources == | ||
+ | * [https://www.owasp.org/index.php/IoT_Firmware_Analysis IoT Firmware Analysis Primer] | ||
+ | * [https://otalliance.org/initiatives/internet-things Online Trust Alliance - Internet of Things] | ||
+ | * [https://people.debian.org/~aurel32/qemu/ Pre-compiled QEMU images] | ||
+ | * [https://code.google.com/archive/p/firmware-mod-kit/ Firmware Modification Kit] | ||
+ | * [https://craigsmith.net/episode-11-1-firmware-extraction/ Short Firmware Extraction Video] | ||
+ | * [https://craigsmith.net/episode-12-1-firmware-emulation-with-qemu/ Firmware Emulation with QEMU] | ||
+ | * [https://craigsmith.net/episode-18-1-file-extraction-from-network-capture/ File Extraction from Network Capture] | ||
== News and Events == | == News and Events == |
Revision as of 21:03, 13 February 2017
- Main
- IoT Attack Surface Areas
- IoT Vulnerabilities
- Medical Devices
- Firmware Analysis
- IoT Event Logging Project
- ICS/SCADA
- IoT Security Policy Project
- Community
- Project About
OWASP Internet of Things (IoT) ProjectOxford 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 Project is 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 looks to define a structure for various IoT sub-projects such as Attack Surface Areas, Testing Guides and Top Vulnerabilities. LicensingThe OWASP Internet of Things Project 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.
|
What is the OWASP Internet of Things Project?The OWASP Internet of Things Project provides information on:
Project Leaders
Contributors
Related Projects |
CollaborationQuick DownloadIoT Attack Surface Mapping DEFCON 23 News and Events
Classifications |
IoT Attack Surface Areas ProjectThe OWASP IoT Attack Surface Areas (DRAFT) are as follows:
|
What is the IoT Attack Surface Areas Project?The IoT Attack Surface Areas Project provides a list of attack surfaces that should be understood by manufacturers, developers, security researchers, and those looking to deploy or implement IoT technologies within their organizations. Project Leaders
Related ProjectsCollaborationQuick Download
News and Events
|
IoT Vulnerabilities Project
|
What is the IoT Vulnerabilities Project?The IoT Vulnerabilities Project provides:
Project Leaders
Related ProjectsCollaborationResourcesNews and Events
|
Medical Device Attack SurfacesThe Medical Device Attack Surfaces project is intended to provide some basic guidelines around the types of areas that need to be secured before shipping Medical Device equipment.
|
What is the Firmware Analysis Project?The Firmware Analysis Project provides:
Project Leaders
Related ProjectsCollaborationResources
News and Events
|
Firmware Analysis ProjectThe Firmware Analysis Project is intended to provide security testing guidance for the IoT Attack Surface "Device Firmware":
|
What is the Firmware Analysis Project?The Firmware Analysis Project provides:
Project Leaders
Related ProjectsCollaborationResources
News and Events
|
IoT Logging EventsThis is a working draft of the recommended minimum IoT Device logging events. This includes many different types of devices, including consumer IoT, enterprise IoT, and ICS/SCADA type devices.
|
What is the IoT Security Logging Project?The IoT Secure Logging Project provides a list of core events that should be logged in any IoT-related system. The project exists because IoT systems in general are not logging nearly enough events to constitute input for a solid detection and response program around IoT devices, and for companies that want to do this there are not many good resources for what should be logged. Project Leaders
Related ProjectsCollaborationQuick Download
News and Events
|
ICS/SCADA ProjectThe OWASP ICS/SCADA Top 10 software weaknesses are as follows:
|
What is the ICS/SCADA Project?The ICS/SCADA Project provides:
Project Leaders
Related ProjectsCollaborationQuick Download
News and Events
|
IoT Security Policy ProjectThe OWASP IoT Security Policy Project provides:
|
What is the IoT Security Policies Project?The IoT Security Policy Project provides: Project Leaders
Related ProjectsCollaborationQuick Download
News and Events
|
A global grassroots organization that is focused on issues where computer security intersects public safety and human life.
Their areas of focus include:
- Medical devices
- Automobiles
- Home Electronics
- Public Infrastructure
A project focused on helping small business connect with security researchers to aid in securing their IoT-based products before going market.
Their goals include:
- Focus effort towards small business
- Build partnerships
- Coordinate efforts
- Curate informational resources
- Present research
Formed as an informal industry working group in 2005, today OTA is an Internal Revenue Service (IRS) approved 501c3 charitable organization with the mission to enhance online trust and empower users, while promoting innovation and the vitality of the internet. OTA is global organization supported by over 100 organizations headquartered in Bellevue, Washington with offices in Washington DC.
Addressing the mounting concerns, in January 2015 the Online Trust Alliance, established the IoT Trustworthy Working Group (ITWG), a multi-stakeholder initiative. The group recognizes “security and privacy by design” must be a priority from the onset of product development and be addressed holistically. The framework focuses on privacy, security sustainability. The sustainability pillar is critical as it looks at the life-cycle issues related to long- term supportability and transfers of ownership of devices and the data collected.
The AllSeen Alliance is a Linux Foundation collaborative project. They're a cross-industry consortium dedicated to enabling the interoperability of billions of devices, services and apps that comprise the Internet of Things. The Alliance supports the AllJoyn Framework, an open source software framework that makes it easy for devices and apps to discover and communicate with each other. Developers can write applications for interoperability regardless of transport layer, manufacturer, and without the need for Internet access. The software has been and will continue to be openly available for developers to download, and runs on popular platforms such as Linux and Linux-based Android, iOS, and Windows, including many other lightweight real-time operating systems.
The Industrial Internet Consortium (IIC)
The Industrial Internet Consortium is the open membership, international not-for-profit consortium that is setting the architectural framework and direction for the Industrial Internet. Founded by AT&T, Cisco, GE, IBM and Intel in March 2014, the consortium’s mission is to coordinate vast ecosystem initiatives to connect and integrate objects with people, processes and data using common architectures, interoperability and open standards.
Securing Smart Cities is a not-for-profit global initiative that aims to solve the existing and future cybersecurity problems of smart cities through collaboration between companies, governments, media outlets, other not-for-profit initiatives and individuals across the world.
Talks
RSA Conference San Francisco
Securing the Internet of Things: Mapping IoT Attack Surface Areas with the OWASP IoT Top 10 Project
Daniel Miessler, Practice Principal
April 21, 2015
---
Defcon 23
IoT Attack Surface Mapping
Daniel Miessler
August 6-9, 2015
Podcasts
IoT Conferences
Conference Call for Papers
PROJECT INFO What does this OWASP project offer you? |
RELEASE(S) INFO What releases are available for this project? | |||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|