Architectural Considerations in Smart Object Networking IAB RFC Dave Thaler Hannes Tschofenig Mary Barnes (moderator)
|
|
|
- Merryl Kellie Paul
- 9 years ago
- Views:
Transcription
1 Architectural Considerations in Smart Object Networking IAB RFC 7452 Dave Thaler Hannes Tschofenig Mary Barnes (moderator) 1
2 Note: Slide contains embedded links and, depending how you view this slide deck, those may not work. The PPT file can be found at: IETF 92 Technical Plenary 2
3 Some History Behind This Document A couple years ago, the IAB observed that: Many non-ip-based smart object devices are being made and used Various forums exist that defined profiles for non-ip-based devices Belief among some of them that IP is too heavyweight RFC 6574 (Smart Object Workshop Report), April 2012 recommended IAB develop architectural guidelines about how to use existing protocols It also pointed out some things for the IETF to address We wanted a document that explained to device engineers why/when IP should be used This RFC 7452 is the result Thanks to various IETF folks who provided great feedback 3
4 Meanwhile, much work happened in parallel IETF WGs (6LO, 6TiSCH, ACE, CORE, DICE, LWIG, ROLL, etc.) IRTF proposed Thing-to-Thing RG RFC 7228 Terminology for Constrained-Node Networks Three classes of constrained nodes, down to <<10KB memory/100kb code ZigBee Alliance created ZigBee IP that uses IPv6 and 6LoWPAN Bluetooth SIG and IETF worked on IPv6 over BTLE (Bluetooth Smart) IP-based alliances expanded (AllSeen, IPSO, OIC, OMA, Thread, etc.) And of course the hackers worked overtime too 4
5 Headlines IETF 92 Technical Plenary 5
6 What s so special about a smart object? There s many types of smart objects, so various answers might include: A. It s very constrained in some way (cost, power, memory, bandwidth, etc.) B. It interacts directly with physical world even when no user is around, and so potentially more dangerous C. It s physically accessible by untrusted people and so may be more vulnerable D. It s physically inaccessible by trusted people and has a long (5-40yr) lifespan 6
7 Smart Object Architecture Information & Data Models Schema for exposing device-specific properties/methods/notifications/etc. Software Stack Choice of protocols from app layer to link layer IETF typically focuses just on this layer Hardware Choice of radio/other technology (Wi-Fi, Bluetooth, IEEE , ) 7
8 Internet-connectedsmart objects are even harder Besides all of the other issues, there s Internet protocols to deal with Corresponding attacks to deal with More privacy issues to deal with (e.g., jurisdiction-specific legal requirements) 8
9 There s still tradeoffs of putting IP in smart objects App TCP/IP L2 vs. App L2 If you DO put IP in a smart object: You have to devote resources (code/memory/power) to it that might be desirable for other device functionality You have to worry about securing IP from the Internet If you DON T put IP in a smart object: You usually need an Application-Layer Gateway (ALG) deployed You might end up reinventing things IETF already did You can t leverage the large ecosystem of IP-based knowledge, tools, etc. 9
10 Four Common Communication Patterns 1. Device-to-device within same network 2. Device-to-cloud 3. Device-to-ALG (to cloud or another local network) 4. Back-end data sharing 10
11 Device-to-Device Pattern Device talks directly to another local device (often smart phone or a wearable) Security & trust often based on direct relationship between the devices (pairing) Rarely uses IP today but apps instead directly sit over link layer protocol Bluetooth, Z-Wave, ZigBee, Such forums often standardize device-specific data models Results in many orgs doing somewhat redundant work, with differing information models for the same type of device Smart Object Local Network Other Device
12 Examples StickNFind Suunto Ambit 3 Beacons Hearing Aid Parrot Cadence Sensor 12
13 Device-to-Cloud Pattern Device connects directly to some cloud service Allows users to access data/device from anywhere Requires choosing L2 already widely deployed, e.g. WiFi Many different config. bootstrap solutions exist today Often service and device are from same vendor Can lead to silos with proprietary protocols Device might become unusable if ASP goes away or changes hosting provider Standard protocols and/or open source can mitigate Application Service Provider Internet Local Network Smart Object 13
14 Examples Shut down this month Withings Scale LittlePrinter Tractive Dropcam 14
15 Device-to-ALG Pattern (1/2) Typically used in any of these cases: a) Uses L2 media not already ubiquitous (e.g., ) b) Special local authentication/authorization is required c) Interoperability needed with legacy non-ip devices Often ALG and device are from same vendor Another common model is ALG in a smartphone Application Service Provider Internet Local Network Smart Object Other Device Local Network Local Network App- Layer Gateway 15
16 Device-to-ALG Pattern (2/2) ALG also allows integrating IPv6-only devices and legacy IPv4-only devices/apps/cloud services Cheaper and more reliable generic gateways more likely if devices use standard protocols not requiring an app-layer gateway Lack of standard data models for device types hampers this 16
17 Examples of ALGs NXP Janet-IP Philips Hue Nest SmartThings Revolv Smart Home Gateway 17
18 Example devices with phone as ALG Fitbit Zepp Golf Sensor Oral-B Toothbrush Garmin Forerunner 920XT 18
19 Back-end Data Sharing Pattern Data silos result from proprietary schemas Intentionally or simply due to lack of any standardization Many usage scenarios need data/devices from multiple sources Results in federated cloud services and/or (often RESTful) cloud APIs Standard protocols (HTTP, OAuth, etc.) help but are not sufficient Standardized information models generally outside scope of IETF 19
20 Example SmartThings service Cloud APIs DropCam service Internet IETF 92 Technical Plenary 20
21 Summary of Lack of Standardization Information/data models for various types of smart objects Often outside scope of IETF, except for general connectivity models There s lots of other forums in this space The nice thing about standards is that you have so many to choose from. Tanenbaum See also App-layer mechanism to configure Wi-Fi (etc) settings WiFi Alliance has WPS but not ubiquitously accepted Using browser with web server in device avoids need to standardize Still some desire for common mechanisms, but unclear where it best belongs Smart objects today often compete on time-to-market Standardization seen as too slow 21
22 Effect on End-to-End IAB RFC 1958: the goal is intelligence is end to end rather than hidden in the network But the smallest of constrained devices need proxies, gateways, or servers for Internet communication IAB RFC 3724: Requiring modification in the network typically more difficult than modifying end nodes But can be expensive to put a secure software update mechanism in a smart object 22
23 Total Cost of Ownership = + + Total Cost Hardware Cost Energy Cost Development Cost (amortized, inc. deployment cost) We care most about this. But it can make sense to spend more here (e.g., on flash/ram, CPU, BOM) if it results in savings here (e.g. sophisticated power management) and here. (e.g. firmware update, manageability) More detailed treatment of this topic in a webinarby Peter Aldworth about How to Select Hardware for Volume IoT Deployments?
24 Securing the Internet of Things Perform Classical Threat Analysis Which approach to take? Following Security Recommendations Learn from Attacks Follow Design Patterns IETF 92 Technical Plenary 24
25 Areas of Responsibility Examples of Problems Cryptographic Primitives Protocol Specifications and Architecture Implementation Deployment Improved algorithms for integer factorization, too small key size. No end-to-end security, complexity in specifications, insecure authentication protocols Buffer overflow attacks, poor UI or other usability problems, poor choice of hardware Enabled debug ports, missing deployment of security mechanisms Understanding the distributed nature of the development process is essential for tackling security problems. IETF 92 Technical Plenary 25
26 Security Recommendations (IETF) Key management:rfc 4107 discusses the trade-off between manual and automatic key managementand recommends the use of automatic key management. RFC 7258 argues that protocols should be designed such that they make Pervasive monitoring significantly more expensive or infeasible (such as by using opportunistic security - RFC 7435). draft-iab-crypto-alg-agilityargues for the ability to migrate from one algorithm to another over time (called Crypto Agility). Randomness requirements and key length recommendations subsequent slide Also available are protocol-specific recommendations Using TLS in Applications (uta) working group DTLS In Constrained Environments (dice) working group IETF 92 Technical Plenary 26
27 Randomness Requirements RFC 4086 Randomness Requirements for Security Security protocols frequently use random numbers for Nonces for use with authentication and to avoid replay protection Key transport Asymmetric key generation (e.g., ephemeral Diffie-Hellman key pairs) Signature algorithms based on El Gamal Unfortunately, most sources of randomness available at laptops and desktop PCs are not available at embedded systems. Startup clock time in nanosecond resolution, input events, disk access timings, IRQ timings. The danger is that there is little (to no) randomness in embedded systems, as observed by NadjaHeningeret al.and Kenneth Paterson et al. IETF 92 Technical Plenary 27
28 Key Length Requirements The chosen key length impacts security and performance. [I-D.ietf-uta-tls-bcp] recommends at least 112 bits symmetric keys. A 2013 ENISA report states that an 80bit symmetric key is sufficient for legacy applications but recommends 128 bits for new systems. ECC offers better performance than RSA for the same level of security taking over-the-wire bandwidth into account. For this reason, there is a preference for use of ECC with IoT protocols. IETF 92 Technical Plenary 28
29 Learn from Attacks Selected attacks to illustrate common problems: Limited software update mechanism Missing key management Inappropriate access control Missing communication security Vulnerability to physical attacks Don t forget to secure the server-side as well. According to the Open Web Application Security Project(OWASP) this is the #1 security vulnerability. IETF 92 Technical Plenary 29
30 Limited Software Update Mechanism In January 2014 Bruce Schneierpublished an articlewhere he expresses concerns about the lack of software update mechanisms in IoT deployments. In a presentationat 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 AllegroSoftalready but has not been distributed along the value chain of chip manufacturers, gateway manufacturers, Internet service providers. What happens when vendors do not supportcertain products anymore? Do IoTdevices need a time-to-die / shelf-life? IETF 92 Technical Plenary 30
31 Missing Key Management Problem Example: LIFX- Internet connected light bulb The attackrevealed 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 IETF 92 Technical Plenary Pictures taken from 31
32 Inappropriate Access Control Insecure default settings have caused problems with Insteon LED Bulbs, as reported in When 'Smart Homes' Get Hacked: I Haunted A Complete Stranger's House Via The Internet 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. IETF 92 Technical Plenary 32
33 Missing Communication Security 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 unencryptedand the radios usefactory 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! IETF 92 Technical Plenary 33
34 Vulnerability to Physical Attacks Physical access to IoTdevices 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. JTAGulator Chip Whisperer IETF 92 Technical Plenary 34
35 Remarks 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: DDoSattacks using SNMP (used in printers), hacked Femto home router used for spying IETF 92 Technical Plenary 35
36 Privacy RFC 6973 provides generic guidance that is also applicable to IoT protocol engineering. Privacy challenges with the deployment of IoTtechnologies arise, such as Quality of user consent, and Consequences of big data processing and inferences derived from data (such as behavioral pattern) See also Article 29 Working Party publication: "Opinion 8/2014 on the Recent Developments on the Internet of Things" from September IETF 92 Technical Plenary 36
37 Summary Re-use Internet security technologies: Use state-of-the-art key length Always use well-analysed security protocols. Use encryption to improve resistance against pervasive monitoring. Support automatic key management and per-device keys. Additional IoT relevant security aspects: Crypto agility is a hard decision and you need to think deeply about it. Integrate a software update mechanism and leave enough head room. Include a hardware-based random number generator. Threat analysis must take physical attacks into account. Use modern operating system conceptsto avoid system-wide compromise due to a single software bug. IETF 92 Technical Plenary 37
How to secure the Internet of Things?
How to secure the Internet of Things? Hannes Tschofenig [email protected] 19 th May 2015 1 Agenda IoT is about optimizing for constrained environments. IoT is not a precise/well-defined concept.
Reduce Cost and Complexity of M2M and IoT Solutions via Embedded IP and Application Layer Interoperability for Smart Objects
Reduce Cost and Complexity of M2M and IoT Solutions via Embedded IP and Application Layer Interoperability for Smart Objects Fabien Castanier STMicroelectronics IPSO Promoter M2M Forum - Milan, May 20,
Connecting IPv6 capable Bluetooth Low Energy sensors with the Internet of Things
Connecting IPv6 capable Bluetooth Low Energy sensors with the Internet of Things Johanna Nieminen (Nokia), Future Internet SHOK preconference 30.05.2012 IoT Taxonomy ZigBee 802.5.4 Bluetooth Video RFID
Internet of Things. Opportunities for device differentiation
Internet of Things Opportunities for device differentiation What is the Internet of Things? The Internet of Things (IoT) is an emerging market trend impacting semiconductor devices, system OEMs, cloud
UPnP Internet of Things Dec 2014
UPnP Internet of Things Dec 2014 Keith Miller Intel Wouter van der Beek Cisco UPnP Internet of Things Task Force 2014 UPnP Forum Overview Scope Architecture Local components description Sensor Management
Who is Watching You? Video Conferencing Security
Who is Watching You? Video Conferencing Security Navid Jam Member of Technical Staff March 1, 2007 SAND# 2007-1115C Computer and Network Security Security Systems and Technology Video Conference and Collaborative
Thingsquare Technology
Thingsquare Technology Thingsquare connects smartphone apps with things such as thermostats, light bulbs, and street lights. The devices have a programmable wireless chip that runs the Thingsquare firmware.
Steelcape Product Overview and Functional Description
Steelcape Product Overview and Functional Description TABLE OF CONTENTS 1. General Overview 2. Applications/Uses 3. Key Features 4. Steelcape Components 5. Operations Overview: Typical Communications Session
7 Network Security. 7.1 Introduction 7.2 Improving the Security 7.3 Internet Security Framework. 7.5 Absolute Security?
7 Network Security 7.1 Introduction 7.2 Improving the Security 7.3 Internet Security Framework 7.4 Firewalls 7.5 Absolute Security? 7.1 Introduction Security of Communications data transport e.g. risk
What is Really Needed to Secure the Internet of Things?
What is Really Needed to Secure the Internet of Things? By Alan Grau, Icon Labs [email protected] The Internet of Things (IoT) has become a ubiquitous term to describe the tens of billions of devices
The Internet of Things: Opportunities & Challenges
The Internet of Things: Opportunities & Challenges What is the IoT? Things, people and cloud services getting connected via the Internet to enable new use cases and business models Cloud Services How is
IPv6 SECURITY. May 2011. The Government of the Hong Kong Special Administrative Region
IPv6 SECURITY May 2011 The Government of the Hong Kong Special Administrative Region The contents of this document remain the property of, and may not be reproduced in whole or in part without the express
UNCLASSIFIED Version 1.0 May 2012
Secure By Default: Platforms Computing platforms contain vulnerabilities that can be exploited for malicious purposes. Often exploitation does not require a high degree of expertise, as tools and advice
Atmel Crypto Elements. 2015 Atmel Corporation
Atmel Crypto Elements 1 2015 Atmel Corporation What about Security 2 2015 Atmel Corporation Security Attacks in the News Can Atmel Help? YES! LIFX: Networked LED lamps betrayed Wi-Fi passwords 07/22/2014
Towards the Web of Things
Ubiquitous Web Applications Towards the Web of Things Dave Raggett, W3C & JustSystems Mobile Web 2.0, Seoul, 5 March 2008 Contact: [email protected] 1 Web of Things Barcodes as a way to connect physical objects
Internet of things (IOT) applications covering industrial domain. Dev Bhattacharya [email protected]
Internet of things (IOT) applications covering industrial domain Dev Bhattacharya [email protected] Outline Internet of things What is Internet of things (IOT) Simplified IOT System Architecture
Performance Investigations. Hannes Tschofenig, Manuel Pégourié-Gonnard 25 th March 2015
Performance Investigations Hannes Tschofenig, Manuel Pégourié-Gonnard 25 th March 2015 1 Motivation In we tried to provide guidance for the use of DTLS (TLS) when used in
Veracode White Paper The Internet of Things: Security Research Study. The Internet of Things: Security Research Study
The Internet of Things: Security Research Study Introduction As the Internet of Things (IoT) continues to gain traction and more connected devices come to market, security becomes a major concern. Businesses
Secure, Efficient, and Open Standard Internet of Things
Secure, Efficient, and Open Standard Internet of Things Zach Shelby Director of Technology, IoT ARM acknowledges the trademarks and copyrights of 3 rd parties included in this presentation What is the
Right-Sizing M2M Security: The Best Security is Security Tailored to Your Application
Right-Sizing M2M Security: The Best Security is Security Tailored to Your Application Introduction Security continues to be a hot topic in all areas of technology, including machine-tomachine (M2M) applications.
INTRODUCTION TO CLOUD COMPUTING CEN483 PARALLEL AND DISTRIBUTED SYSTEMS
INTRODUCTION TO CLOUD COMPUTING CEN483 PARALLEL AND DISTRIBUTED SYSTEMS CLOUD COMPUTING Cloud computing is a model for enabling convenient, ondemand network access to a shared pool of configurable computing
Device Management for Internet of Things Constrained Devices OMA Lightweight M2M. Duncan Purves Connect2 Systems [email protected] http:connect2.
Device Management for Internet of Things Constrained Devices OMA Lightweight M2M Duncan Purves Connect2 Systems [email protected] http:connect2.io Why do we need Remote Device Management? The devices
End-to-End Security in Wireless Sensor Networks (WSNs) Talk by Claudio Anliker Supervised by Dr. Corinna Schmitt CSG@IFI, University of Zurich
End-to-End Security in Wireless Sensor (WSNs) Talk by Supervised by Dr. Corinna Schmitt CSG@IFI, University of Zurich Content 1. Motivation 2. Security Issues and Principles 3. Internet-of-Things and Wireless
Security Issues with Integrated Smart Buildings
Security Issues with Integrated Smart Buildings Jim Sinopoli, Managing Principal Smart Buildings, LLC The building automation industry is now at a point where we have legitimate and reasonable concern
Hong Kong Information Security Outlook 2015 香 港 資 訊 保 安 展 望
Hong Kong Information Security Outlook 2015 香 港 資 訊 保 安 展 望 Agenda Information Security Trends Year 2014 in Review Outlook for 2015 Advice to the Public Hong Kong Computer Emergency Response Team Coordination
In the pursuit of becoming smart
WHITE PAPER In the pursuit of becoming smart The business insight into Comarch IoT Platform Introduction Businesses around the world are seeking the direction for the future, trying to find the right solution
Easily Connect, Control, Manage, and Monitor All of Your Devices with Nivis Cloud NOC
Easily Connect, Control, Manage, and Monitor All of Your Devices with Nivis Cloud NOC As wireless standards develop and IPv6 gains widespread adoption, more and more developers are creating smart devices
Installation and usage of SSL certificates: Your guide to getting it right
Installation and usage of SSL certificates: Your guide to getting it right So, you ve bought your SSL Certificate(s). Buying your certificate is only the first of many steps involved in securing your website.
The Future of IoT. Zach Shelby VP Marketing, IoT Feb 3 rd, 2015
The Future of IoT Zach Shelby VP Marketing, IoT Feb 3 rd, 2015 1 Internet of (really nerdy) People 1980s 2 Internet of (content silo) People 1990s 3 Internet of (Web) People 2000s 4 Internet of (really
ARM mbed IoT Device Platform. November 3 rd, 2014
ARM mbed IoT Device Platform November 3 rd, 2014 1 The Big Picture What? At TechCon 2014 we announced the ARM mbed IoT Device Platform consisting of: An expanded partner ecosystem spanning silicon to the
Key requirements for Interoperable IoT systems
Key requirements for Interoperable IoT systems Pratul Sharma Technical Marketing Manager, ARM Inc. May/08/2014 Agenda Why Interoperability? Open standards for interoperability Data Communication Standards
8 Steps for Network Security Protection
8 Steps for Network Security Protection cognoscape.com 8 Steps for Network Security Protection Many small and medium sized businesses make the mistake of thinking they won t be the target of hackers because
8 Steps For Network Security Protection
8 Steps For Network Security Protection 8 Steps For Network Security Protection Many small and medium sized businesses make the mistake of thinking they won t be the target of hackers because of their
Automotive Ethernet Security Testing. Alon Regev and Abhijit Lahiri
Automotive Ethernet Security Testing Alon Regev and Abhijit Lahiri 1 Automotive Network Security Cars are evolving Number of ECUs, sensors, and interconnects is growing Moving to Ethernet networks utilizing
UPnP Internet of Things
UPnP Internet of Things July 2014 Keith Miller Intel Wouter van der Beek Cisco Systems, Inc. UPnP Internet of Things Task Force 2014 UPnP Forum Overview Scope Architecture Local components description
Future Directions for Internet of Things Work
Future Directions for Internet of Things Work Naming Architecture for Object to Object Communications 77 th IETF Anaheim, March 2010 Gyu Myoung Lee ([email protected])
IT Networking and Security
elearning Course Outlines IT Networking and Security powered by Calibrate elearning Course Outline CompTIA A+ 801: Fundamentals of Computer Hardware/Software www.medallionlearning.com Fundamentals of Computer
Considerations In Developing Firewall Selection Criteria. Adeptech Systems, Inc.
Considerations In Developing Firewall Selection Criteria Adeptech Systems, Inc. Table of Contents Introduction... 1 Firewall s Function...1 Firewall Selection Considerations... 1 Firewall Types... 2 Packet
An overwhelming majority of IaaS clouds leverage virtualization for their foundation.
1 2 3 An overwhelming majority of IaaS clouds leverage virtualization for their foundation. 4 With the use of virtualization comes the use of a hypervisor. Normally, the hypervisor simply provisions resources
Questions from The New SensorTag - IoT Made Easy Webinar
Questions from The New SensorTag - IoT Made Easy Webinar Are there any plans to make a Windows API available (preferably portable for use in Windows 10 Universal applications) It is in our queue of projects,
WIND RIVER INTELLIGENT DEVICE PLATFORM XT
WIND RIVER INTELLIGENT DEVICE PLATFORM XT The Foundation for Building Devices That Connect to the Internet of Things The opportunities presented by the burgeoning Internet of Things (IoT) may be new, but
12/3/08. Security in Wireless LANs and Mobile Networks. Wireless Magnifies Exposure Vulnerability. Mobility Makes it Difficult to Establish Trust
Security in Wireless LANs and Mobile Networks Wireless Magnifies Exposure Vulnerability Information going across the wireless link is exposed to anyone within radio range RF may extend beyond a room or
Network Access Security. Lesson 10
Network Access Security Lesson 10 Objectives Exam Objective Matrix Technology Skill Covered Exam Objective Exam Objective Number Firewalls Given a scenario, install and configure routers and switches.
Ranch Networks for Hosted Data Centers
Ranch Networks for Hosted Data Centers Internet Zone RN20 Server Farm DNS Zone DNS Server Farm FTP Zone FTP Server Farm Customer 1 Customer 2 L2 Switch Customer 3 Customer 4 Customer 5 Customer 6 Ranch
Smart Cities are the Internet of Things
June 20th, 2013 Smart Cities are the Internet of Things Zach Shelby, Chief Nerd 1 About Sensinode Vision The Internet of Things (IoT) is the next evolution of the Internet where devices of all types and
Short range low power wireless devices and Internet of Things (IoT)
Short range low power wireless devices and Internet of Things (IoT) White paper Author Mats Andersson Senior Director Technology, Product Center Short Range Radio, u-blox Abstract This paper discusses
Case Study for Layer 3 Authentication and Encryption
CHAPTER 2 Case Study for Layer 3 Authentication and Encryption This chapter explains the basic tasks for configuring a multi-service, extranet Virtual Private Network (VPN) between a Cisco Secure VPN Client
SECURITY PRACTICES FOR ADVANCED METERING INFRASTRUCTURE Elif Üstündağ Soykan, Seda Demirağ Ersöz 08.05.2014, ICSG 2014
SECURITY PRACTICES FOR ADVANCED METERING INFRASTRUCTURE Elif Üstündağ Soykan, Seda Demirağ Ersöz 08.05.2014, ICSG 2014 Table of Contents Introduction AMI Communication Architecture Security Threats Security
Home Automation and Cybercrime
Trend Micro Incorporated Research Paper 2013 Home Automation and Cybercrime By: Ranieri Romera Contents Introduction...1 Distribution...2 Installation...3 Backdoor...3 Network Traffic Encryption... 5 Infrastructure...7
Security Goals Services
1 2 Lecture #8 2008 Freedom from danger, risk, etc.; safety. Something that secures or makes safe; protection; defense. Precautions taken to guard against crime, attack, sabotage, espionage, etc. An assurance;
Short-range Low Power Wireless Devices and Internet of Things (IoT)
Short-range Low Power Wireless Devices and Internet of Things (IoT) Mats Andersson, CTO, connectblue Phone: +46 40 630 71 00 Email: [email protected] Web: www.connectblue.com Version 1.1 February
ASTRI s Internet-of-Things (IoT) Gateway and Management Platform
ASTRI s Internet-of-Things (IoT) Gateway and Management Platform Dr. Billy Chan Principal Engineer Communications Technologies, ASTRI Software Technologies, CT 1 Sensor/IoT Applications & Market Smart
An introduction to Cryptosoft
An introduction to Cryptosoft Seamless end-to-end data centric security for every IoT ecosystem Cryptosoft is building trust in the Internet of Things and M2M by simplifying the processes that a company
Making Sense of Internet of Things Protocols and Implementations
Making Sense of Internet of Things Protocols and Implementations Author: Kim Rowe, RoweBots Higher level protocols for Internet of Things have various features and offer different capabilities. Most of
BlackBerry Enterprise Service 10. Secure Work Space for ios and Android Version: 10.1.1. Security Note
BlackBerry Enterprise Service 10 Secure Work Space for ios and Android Version: 10.1.1 Security Note Published: 2013-06-21 SWD-20130621110651069 Contents 1 About this guide...4 2 What is BlackBerry Enterprise
Reducing Configuration Complexity with Next Gen IoT Networks
Reducing Configuration Complexity with Next Gen IoT Networks Orama Inc. November, 2015 1 Network Lighting Controls Low Penetration - Why? Commissioning is very time-consuming & expensive Network configuration
CS5008: Internet Computing
CS5008: Internet Computing Lecture 22: Internet Security A. O Riordan, 2009, latest revision 2015 Internet Security When a computer connects to the Internet and begins communicating with others, it is
Secure Network Communications FIPS 140 2 Non Proprietary Security Policy
Secure Network Communications FIPS 140 2 Non Proprietary Security Policy 21 June 2010 Table of Contents Introduction Module Specification Ports and Interfaces Approved Algorithms Test Environment Roles
Cisco Virtual Office Express
. Q&A Cisco Virtual Office Express Overview Q. What is Cisco Virtual Office Express? A. Cisco Virtual Office Express is a solution that provides secure, rich network services to workers at locations outside
Lecture Objectives. Lecture 8 Mobile Networks: Security in Wireless LANs and Mobile Networks. Agenda. References
Lecture Objectives Wireless Networks and Mobile Systems Lecture 8 Mobile Networks: Security in Wireless LANs and Mobile Networks Introduce security vulnerabilities and defenses Describe security functions
WISE-4000 Series. WISE IoT Wireless I/O Modules
WISE-4000 Series WISE IoT Wireless I/O Modules Bring Everything into World of the IoT WISE IoT Ethernet I/O Architecture Public Cloud App Big Data New WISE DNA Data Center Smart Configure File-based Cloud
COSC 472 Network Security
COSC 472 Network Security Instructor: Dr. Enyue (Annie) Lu Office hours: http://faculty.salisbury.edu/~ealu/schedule.htm Office room: HS114 Email: [email protected] Course information: http://faculty.salisbury.edu/~ealu/cosc472/cosc472.html
What is Web Security? Motivation
[email protected] http://www.brucker.ch/ Information Security ETH Zürich Zürich, Switzerland Information Security Fundamentals March 23, 2004 The End Users View The Server Providers View What is Web
Overview. SSL Cryptography Overview CHAPTER 1
CHAPTER 1 Note The information in this chapter applies to both the ACE module and the ACE appliance unless otherwise noted. The features in this chapter apply to IPv4 and IPv6 unless otherwise noted. Secure
SpiderCloud E-RAN Security Overview
SpiderCloud E-RAN Security Overview Excerpt for SpiderCloud Wireless, Inc. 408 East Plumeria Drive San Jose, CA 95134 USA -hereafter called SpiderCloud- Page 1 of 7 Table of Contents 1 Executive Summary...5
Internet of Things based approach to Agriculture Monitoring
Internet of Things based approach to Agriculture Monitoring A. Paventhan ERNET India Regional Centre, Bangalore Asia-Pacific Advanced Network (APAN) 36th Meeting 20th August 2013 1 / 19 Outline 1 IP-based
The Internet of Things: Risks in the Connected Home. Research Paper
The Internet of Things: Risks in the Connected Home Research Paper Contents Executive summary...3 Connectivity between IoT devices...3 Unique security challenges in the IoT landscape...4 Privacy Expectations...4
NATIONAL SECURITY AGENCY Ft. George G. Meade, MD
NATIONAL SECURITY AGENCY Ft. George G. Meade, MD Serial: I732-010R-2008 30 April 2008 Network Infrastructure Division Systems and Network Analysis Center Activating Authentication and Encryption for Cisco
SECURITY OF WIRELESS HOME AUTOMATION SYSTEMS A WORLD BESIDE TCP/IP
SECURITY OF WIRELESS HOME AUTOMATION SYSTEMS A WORLD BESIDE TCP/IP WHO ARE WE? Tobias Zillner Senior IS Auditor @Cognosec in Vienna Penetration Testing, Security Audits, Security Consulting Breaking stuff
WHITE PAPER Security in M2M Communication What is secure enough?
WHITE PAPER Security in M2M Communication What is secure enough? Motivation Wireless Machine-To-Machine (M2M) communication has grown dramatically over the past decade and is still growing rapidly. In
PrivyLink Internet Application Security Environment *
WHITE PAPER PrivyLink Internet Application Security Environment * The End-to-end Security Solution for Internet Applications September 2003 The potential business advantages of the Internet are immense.
ARCHITECT S GUIDE: Mobile Security Using TNC Technology
ARCHITECT S GUIDE: Mobile Security Using TNC Technology December 0 Trusted Computing Group 855 SW 5rd Drive Beaverton, OR 97006 Tel (50) 69-056 Fax (50) 644-6708 [email protected] www.trustedcomputinggroup.org
Chapter 1: Introduction
Chapter 1 Introduction 1 Chapter 1: Introduction 1.1 Inspiration Cloud Computing Inspired by the cloud computing characteristics like pay per use, rapid elasticity, scalable, on demand self service, secure
Mobile and Embedded/IoT market Overview and Trends. June 2014
Mobile and Embedded/IoT market Overview and Trends June 2014 2 Ubiquitous Connectivity Quantified Self Ultra HD Media Streaming Global Wireless Broadband Wearables 3 Contactless Payments Wearable Momentum
Secure web transactions system
Secure web transactions system TRUSTED WEB SECURITY MODEL Recently, as the generally accepted model in Internet application development, three-tier or multi-tier applications are used. Moreover, new trends
2015. 9. 17 ARTIK TM. MyungKoo Kang (VP) The Ultimate Platform Solution for IoT. Samsung Electronics
ARTIK TM The Ultimate Platform Solution for IoT 2015. 9. 17 MyungKoo Kang (VP) Samsung Electronics Future Changes from IoT Privacy in the Web Security in SmartGrill 2 IoT Market Forecast ($T) 7 6 5 4 3
Intrusion Detection and Cyber Security Monitoring of SCADA and DCS Networks
Intrusion Detection and Cyber Security Monitoring of SCADA and DCS Networks Dale Peterson Director, Network Security Practice Digital Bond, Inc. 1580 Sawgrass Corporate Parkway, Suite 130 Sunrise, FL 33323
SSL BEST PRACTICES OVERVIEW
SSL BEST PRACTICES OVERVIEW THESE PROBLEMS ARE PERVASIVE 77.9% 5.2% 19.2% 42.3% 77.9% of sites are HTTP 5.2% have an incomplete chain 19.2% support weak/insecure cipher suites 42.3% support SSL 3.0 83.1%
DATA SECURITY 1/12. Copyright Nokia Corporation 2002. All rights reserved. Ver. 1.0
DATA SECURITY 1/12 Copyright Nokia Corporation 2002. All rights reserved. Ver. 1.0 Contents 1. INTRODUCTION... 3 2. REMOTE ACCESS ARCHITECTURES... 3 2.1 DIAL-UP MODEM ACCESS... 3 2.2 SECURE INTERNET ACCESS
Cconducted at the Cisco facility and Miercom lab. Specific areas examined
Lab Testing Summary Report July 2009 Report 090708 Product Category: Unified Communications Vendor Tested: Key findings and conclusions: Cisco Unified Communications solution uses multilayered security
Passing PCI Compliance How to Address the Application Security Mandates
Passing PCI Compliance How to Address the Application Security Mandates The Payment Card Industry Data Security Standards includes several requirements that mandate security at the application layer. These
Implementing the Application Control Engine Service Module
Course: Implementing the Application Control Engine Service Module Duration: 4 Day Hands-On Lab & Lecture Course Price: $ 2,995.00 Learning Credits: 30 Hitachi HiPass: 4 Description: Implementing the Application
NETASQ & PCI DSS. Is NETASQ compatible with PCI DSS? NG Firewall version 9
NETASQ & PCI DSS Is NETASQ compatible with PCI DSS? We have often been asked this question. Unfortunately, even the best firewall is but an element in the process of PCI DSS certification. This document
SSL VPN vs. IPSec VPN
SSL VPN vs. IPSec VPN White Paper 254 E. Hacienda Avenue Campbell, CA 95008 www.arraynetworks.net (408) 378-6800 1 SSL VPN vs. IPSec VPN Copyright 2002 Array Networks, Inc. SSL VPN vs. IPSec VPN White
CRYPTOGRAPHY AS A SERVICE
CRYPTOGRAPHY AS A SERVICE Peter Robinson RSA, The Security Division of EMC Session ID: ADS R01 Session Classification: Advanced Introduction Deploying cryptographic keys to end points such as smart phones,
PCI PA - DSS. Point ipos Implementation Guide. Version 1.01. VeriFone Vx820 using the Point ipos Payment Core
PCI PA - DSS Point ipos Implementation Guide VeriFone Vx820 using the Point ipos Payment Core Version 1.01 POINT TRANSACTION SYSTEMS AB Box 92031, 120 06 Stockholm, Tel. +46 8 566 287 00 www.point.se Page
Security and the Internet of Things
Security and the Internet of Things Joe Sanford 1. Abstract More and more smart devices are being introduced to the market, allowing end-users to have more of the devices they use every day to be connected
RTX41xx. Wi-Fi Module
RTX41xx Wi-Fi Module Module variants covered by this document: RTX4100 RTX4140 Application note AN8 Software Access Point Mode (Soft AP) Application note SoftAP RTX41xx Wi-Fi Module 1 CONTENT 1 Introduction...
WHITE PAPER. FortiWeb and the OWASP Top 10 Mitigating the most dangerous application security threats
WHITE PAPER FortiWeb and the OWASP Top 10 PAGE 2 Introduction The Open Web Application Security project (OWASP) Top Ten provides a powerful awareness document for web application security. The OWASP Top
WHITE PAPER. WEP Cloaking for Legacy Encryption Protection
WHITE PAPER WEP Cloaking for Legacy TM Encryption Protection Introduction Wired Equivalent Privacy (WEP) is the encryption protocol defined in the original IEEE 802.11 standard for Wireless Local Area
CrashPlan Security SECURITY CONTEXT TECHNOLOGY
TECHNICAL SPECIFICATIONS CrashPlan Security CrashPlan is a continuous, multi-destination solution engineered to back up mission-critical data whenever and wherever it is created. Because mobile laptops
