An Intelligent Edge-Chain Enabled Access Control Mechanism For

Total Page:16

File Type:pdf, Size:1020Kb

An Intelligent Edge-Chain Enabled Access Control Mechanism For This article has been accepted for publication in a future issue of this journal, but has not been fully edited. Content may change prior to final publication. Citation information: DOI 10.1109/JIOT.2021.3061467, IEEE Internet of Things Journal JOURNAL OF LATEX CLASS FILES, VOL. 14, NO. 8, AUGUST 2015 1 An Intelligent Edge-Chain Enabled Access Control Mechanism for IoV Yuanni Liu, Man Xiao, Shanzhi Chen, Fellow, IEEE, Fan Bai, Jianli Pan, Member, IEEE, Di Zhang, Senior Member, IEEE Abstract—The current security method of Internet of Vehicles the amounts of vehicles exceed one billion and is expected (IoV) systems is rare, which makes it vulnerable to various to reach two billion by 2035 [6], [7]. As explosive on-road attacks. The malicious and unauthorized nodes can easily in- devices are connecting to Internet, communication security vade the IoV systems to destroy the integrity, availability, and confidentiality of information resources shared among vehicles. becomes a big issue. As we know, the communication security Indeed, access control mechanism can remedy this. However, as method of current IoV devices is rare, making it easy to be a static method, it cannot timely response to these attacks. To attacked. Such malicious attacks include replay, camouflage, solve this problem, we propose an intelligent edge-chain enabled and message tampering attacks et al. [8]. The attacked IoV access control framework with vehicle nodes and RoadSide Units devices may rise potential risks, such as critical electronic (RSUs) in this study. In our scenario, vehicle nodes act as lightweight nodes, whereas RUSs serve as full and edge nodes control unit hacking and control, untrustworthy messages from to provide access control services. Considering the low accuracy attacked devices. Meanwhile, due to the pervasive distribution of risk prediction due to limited training sets, we leverage a and mobility features of vehicles, the current centralized cloud Generative Adversarial Networks (GANs) to convert the risk model is difficult to expand through massive weak devices [9]. prediction to a sequence generation. Moreover, aiming at the Moreover, the communication distance between IoV devices problems of gradient disappearance and mode collapse existed in the original GANs, we devise a Wasserstein Combined GANs and clouds is relatively long, which may consume amounts of (WCGAN). Simulation results demonstrate that WCGAN has bandwidth, time and energy. The cloud server is a bottleneck higher prediction accuracy than the original GANs. Additionally, of current IoV networks. A single failure of the server will it can also improve the accuracy of access control of Risk disrupt the entire network. Therefore, it is critical to prevent Prediction Based Access Control (RPBAC) model. unauthorized access to the IoV ecosystems on a large-scale Index Terms—Access Control, Blockchain, Edge Computing, area, which is one of the motivations of this paper. Generative Adversarial Networks, Internet of Vehicles. On the other hand, in our previous work, we have integrated blockchain and smart contracts capabilities into the intelli- I. INTRODUCTION gent Edge Computing (EC) framework as the foundations NTERNET of Vehicles (IoV) utilizes effective wireless [10], [11]. The goal is to develop a resource-oriented and I communication to share information among vehicles [1]– blockchain-embedded edge Internet of Things (IoT) frame- [3], which helps to achieve self-driving and maintain the work named Edge-Chain to provide the quality of experience traffic safety [4], [5]. Recently, a green-car report finds that services for IoT devices and to control their behaviors. In our intelligent Edge-Chain ecosystems, EC provides a possible Corresponding author: Di Zhang (E-mail: [email protected]). solution by pushing more resources to the edge, including This work is supported by the Open Fund of the Ministry of Education Key Laboratory of Networks Security and Intelligent Technology, Beijing intelligence, networking, computing, and storage resources. University of Posts and Telecommunications; the General Program of Natural The IoT applications that are delay-sensitive, data-sensitive, Science Foundation of Chongqing: cstc2020jcyj-msxmX1021; the Science and and bandwidth-constrained can benefit from it. In addition, for Technology Research Program of Chongqing Municipal Education Commis- sion: KJZD-K202000602; the Henan Provincial Key Research, Development the sake of resource and jurisdiction constraints, edge nodes and Promotion Project under grant: 551; the Henan Provincial Key Scientific cannot provide comprehensive services for IoT devices [12]. Research Project for College and University under grant: 21A510011. Therefore, blockchain can bring in a decentralized edge cloud Yuanni Liu is with the School of Cyber Security and Information Law, Chongqing University of Posts and Telecommunications, Chongqing 400065, solution, in which applications perform operations without a China (E-mail: [email protected]). trusted intermediary [13]. Additionally, combined with smart Man Xiao is with the School of Communication and Information Engi- contracts, blockchain can enable a trustless environment and neering, Chongqing university of Posts and Telecommunications, Chongqing 400065, China (E-mail: [email protected]). provide a system with validity, traceability, faulty tolerance, Shanzhi Chen is with the State Key Laboratory of Wireless Mobile and the automatic execution of policy. The integration of Communications, China Academy of Telecommunication Technology, Beijing blockchain also enables behavior identification of IoT devices, 100191, China (E-mail: [email protected]). Fan Bai is with the Beijing Institute of Spacecraft System Engineering, and fault tolerance through consensus mechanisms such as BeiJing 100094, China (E-mail: baifan [email protected]). practical byzantine fault tolerant [14], even when some edge Jianli Pan is with the Department of Computer Science, University of servers are compromised. Despite the proposed Edge-Chain Missouri, St. Louis, MO, 63121, USA (E-mail: [email protected]). Di Zhang is with the School of Information Engineering, Zhengzhou implemented in the IoT area, to the best of our knowledge, University, Zhengzhou 450001, China (E-mail: [email protected]). very few effort has combined the blockchain and smart con- Copyright (c) 20xx IEEE. Personal use of this material is permitted. However, permission to use this material for any other purposes must be obtained from the IEEE by sending a request to [email protected]. 2327-4662 (c) 2021 IEEE. Personal use is permitted, but republication/redistribution requires IEEE permission. See http://www.ieee.org/publications_standards/publications/rights/index.html for more information. Authorized licensed use limited to: University of Missouri-St Louis. Downloaded on March 17,2021 at 23:04:51 UTC from IEEE Xplore. Restrictions apply. This article has been accepted for publication in a future issue of this journal, but has not been fully edited. Content may change prior to final publication. Citation information: DOI 10.1109/JIOT.2021.3061467, IEEE Internet of Things Journal JOURNAL OF LATEX CLASS FILES, VOL. 14, NO. 8, AUGUST 2015 2 tracts based on the edge IoV systems. Therefore, we try to activities are recorded as transactions in the blockchain leverage our Edge-Chain concept in the IoV access control for secure data auditing. An intelligent management and area. The goal is to construct an intelligent and blockchain- control module is built to provide the edge nodes with embedded Edge-Chain enabled system to tackle the key chal- intelligence to generate access control policies based lenges collectively by facilitating the secure access control for on the behavior data of vehicle nodes stored in the IoV devices. blockchain. The access rules and policies enforcement However, traditional access control mechanisms, such as are programmed as smart contracts and integrated into Role-Based Access Control (RBAC) [15] and Attribute-Based the proposed framework to regulate and audit the access Access Control (ABAC) [16], are usually static, which makes behaviors of vehicle nodes. it difficult to adapt to frequent changes of IoV devices. For • In the intelligent management and control module, we example, RBAC restricts network access based on the roles of propose a RPBAC model to predict the risk level based IoV devices. Once an IoV device has obtained the accessible on historical behaviors, and to assign IoV devices with permissions, the device will maintain the permissions for a different access authorities based on their predicted level. certain period. It is thus hard for the current IoV access control Aiming at the constraint of training set number on the ac- mechanism to make a timely response while encountering curacy of machine learning models, we select the GANs some attacks. To this end, machine learning algorithms have to convert the problem of risk prediction to a sequence been introduced to dynamic access control mechanisms in generation problem. The generator of GANs can generate the IoV systems. By analyzing the historical behavior of new sequences by fitting the probability distribution of IoV devices, a risk prediction model was constructed [17]. real data sets, which can be used to improve the accuracy However, machine learning-based accurate risk prediction of prediction of generator. requires a lot of data for training, which is tricky to be • In order to overcome the problems of gradient dis- adopted
Recommended publications
  • Handheld Computing Terminal Industrializing Mobile Gateway for the Internet of Things
    Handheld Computing Terminal Industrializing Mobile Gateway for the Internet of Things Retail Inventory Logistics Management Internet of Vehicles Electric Utility Inspection www.AMobile-solutions.com About AMobile Mobile Gateway for IIoT Dedicated IIoT, AMobile develops mobile devices and gateways for data collectivity, wireless communications, local computing and processing, and connectivity between the fields and cloud. In addition, AMobile's unified management platform-Node-Watch monitors and manages not only mobile devices but also IoT equipment in real-time to realize industrial IoT applications. Manufacturing • IPC mobile • Mobility computing technology Retail Inspection (IP-6X, Military • Premier member grade, Wide- - early access Blockchain temperature) Healthcare Logistics • Manufacturing resource pool Big Data & AI • Logistics • Global customer support Handheld Mobile Computing Data Collector Smart Meter Mobile Inspection Device with Keyboard Assistant Mobile Computing IoT Terminal Device Ultra-rugged Intelligent Barcode Reader Vehicle Mount Handheld Device Handheld Device Tablet Mobile Gateway AMobile Intelligent established in 2013, a joint venture by Arbor Technology, MediaTek, and Wistron, is Pressure Image an expert in industrial mobile computers and solutions for industrial applications including warehousing, Temperature Velocity Gyroscope logistics, manufacturing, and retail. Leveraging group resources of manufacturing and services from Wistron, IPC know-how and distribution channels from Arbor, mobility technology and
    [Show full text]
  • A Survey of Autonomous Vehicles: Enabling Communication Technologies and Challenges
    sensors Review A Survey of Autonomous Vehicles: Enabling Communication Technologies and Challenges M. Nadeem Ahangar 1, Qasim Z. Ahmed 1,*, Fahd A. Khan 2 and Maryam Hafeez 1 1 School of Computing and Engineering, University of Huddersfield, Huddersfield HD1 3DH, UK; [email protected] (M.N.A.); [email protected] (M.H.) 2 School of Electrical Engineering and Computer Science, National University of Sciences and Technology, Islamabad 44000, Pakistan; [email protected] * Correspondence: [email protected] Abstract: The Department of Transport in the United Kingdom recorded 25,080 motor vehicle fatali- ties in 2019. This situation stresses the need for an intelligent transport system (ITS) that improves road safety and security by avoiding human errors with the use of autonomous vehicles (AVs). There- fore, this survey discusses the current development of two main components of an ITS: (1) gathering of AVs surrounding data using sensors; and (2) enabling vehicular communication technologies. First, the paper discusses various sensors and their role in AVs. Then, various communication tech- nologies for AVs to facilitate vehicle to everything (V2X) communication are discussed. Based on the transmission range, these technologies are grouped into three main categories: long-range, medium- range and short-range. The short-range group presents the development of Bluetooth, ZigBee and ultra-wide band communication for AVs. The medium-range examines the properties of dedicated short-range communications (DSRC). Finally, the long-range group presents the cellular-vehicle to everything (C-V2X) and 5G-new radio (5G-NR). An important characteristic which differentiates each category and its suitable application is latency.
    [Show full text]
  • Fog Computing for Detecting Vehicular Congestion, an Internet of Vehicles Based Approach: a Review
    > REPLACE THIS LINE WITH YOUR PAPER IDENTIFICATION NUMBER (DOUBLE-CLICK HERE TO EDIT) < 1 Fog Computing for Detecting Vehicular Congestion, An Internet of Vehicles based Approach: A review Arnav Thakur and Reza Malekian, Senior Member, IEEE double by the year 2020 [3]. To enhance the efficiency of the Abstract—Vehicular congestion is directly impacting the transportation sector and reduce the associated economic and efficiency of the transport sector. A wireless sensor network for environmental consequences, an accurate real-time vehicular vehicular clients is used in Internet of Vehicles based solutions traffic congestion identification system is required to be used for traffic management applications. It was found that vehicular in effective traffic management schemes that improve traffic congestion detection by using Internet of Vehicles based connected vehicles technology are practically feasible for flow and utilization of road infrastructure. congestion handling. It was found that by using Fog Computing Vehicular congestion is quantified by using the traffic based principles in the vehicular wireless sensor network, density estimate metric which is the number of vehicles per communication in the system can be improved to support larger unit area [4]. The traffic density estimation techniques use number of nodes without impacting performance. In this paper, parameters that include road occupancy rates, difference of connected vehicles technology based vehicular congestion incoming and outgoing traffic in an observation area, traffic identification techniques are studied. Computing paradigms that can be used for the vehicular network are studied to develop a flow estimation and motion detection and tracking to identify practically feasible vehicular congestion detection system that congestion [5].
    [Show full text]
  • Position Prediction for Routing in Software Defined Internet of Vehicles
    Journal of Communications Vol. 15, No. 2, February 2020 Position Prediction for Routing in Software Defined Internet of Vehicles Muhammad Ali Jibran1, Muhammad Tahir Abbas2, Adeel Rafiq1, and Wang-Cheol Song1 1, Jeju National University, Jeju, South Korea 2 Karlstad University, Karlstad, Sweden Email: [email protected]; [email protected] Abstract—By the prediction of future location for a vehicle in In the past few years, vehicle to vehicle (V2V) Internet of Vehicles (IoV), data forwarding schemes can be communication gain a lot of attention because of its further improved. Major parameters for vehicle position potential to make our journey comfortable on the roads. prediction includes traffic density, motion, road conditions, and The core requirement of connected cars include a reliable vehicle current position. In this paper, therefore, our proposed and fast communication with very low latency response system enforces the accurate prediction with the help of real- time traffic from the vehicles. In addition, the proposed Neural to and from a service provider. In the meanwhile, it needs Network Model assists Edge Controller and centralized to be more efficient to manage a huge number of requests controller to compute and predict vehicle future position inside simultaneously with no traffic congestion. In ITS, a and outside of the vicinity, respectively. Last but not least, in vehicle on the road always initiates a new connection order to get real-time data, and to maintain a quality of request towards the traffic controller in case of path experience, the edge controller is explored with Software failure. Traffic controller estimates a new path each time Defined Internet of Vehicles.
    [Show full text]
  • Deep Learning-Based Intrusion System for Vehicular Ad Hoc Networks
    Computers, Materials & Continua CMC, vol.65, no.1, pp.653-681, 2020 Deep Learning-Based Intrusion System for Vehicular Ad Hoc Networks Fei Li1, *, Jiayan Zhang1, Edward Szczerbicki2, Jiaqi Song 1, Ruxiang Li 1 and Renhong Diao1 Abstract: The increasing use of the Internet with vehicles has made travel more convenient. However, hackers can attack intelligent vehicles through various technical loopholes, resulting in a range of security issues. Due to these security issues, the safety protection technology of the in-vehicle system has become a focus of research. Using the advanced autoencoder network and recurrent neural network in deep learning, we investigated the intrusion detection system based on the in-vehicle system. We combined two algorithms to realize the efficient learning of the vehicle’s boundary behavior and the detection of intrusive behavior. In order to verify the accuracy and efficiency of the proposed model, it was evaluated using real vehicle data. The experimental results show that the combination of the two technologies can effectively and accurately identify abnormal boundary behavior. The parameters of the model are self-iteratively updated using the time-based back propagation algorithm. We verified that the model proposed in this study can reach a nearly 96% accurate detection rate. Keywords: Internet of vehicles, safety protection technology, intrusion detection system, advanced auto-encoder, recurrent neural network, time-based back propagation algorithm. 1 Introduction In recent years, intelligent vehicles, a fusion of Internet technology and the machinery manufacturing industry, have resulted in the development of comprehensive information services for travel and daily commutes [Unluturk, Oguz and Atay (2015); Contreras- Castillo, Zeadally and Guerrero-Ibañez (2017)].
    [Show full text]
  • The Concepts of Connected Car and Internet of Cars and Their Impact on Future People Mobility
    INFORMATION SYSTEMS IN MANAGEMENT Information Systems in Management (2017) Vol. 6 (3) 234 −245 THE CONCEPTS OF CONNECTED CAR AND INTERNET OF CARS AND THEIR IMPACT ON FUTURE PEOPLE MOBILITY AGNIESZKA SZMELTER Department of Logistics, University of Gda ńsk (UG) Technological convergence has had a huge impact on development of automo- tive industry. Two main concepts related to mobile technology and the Internet of Things (IoT) in this industry are car connectivity and Internet of Cars (IoC). The ar- ticle aims to present these two concepts with special emphasis on the characteristics of people mobility in future cities. Keywords: automotive, logistics, information logistics, convergence, technological convergence, internet of things, internet of cars, connected car, car connectivity, mobility, public transport. 1. Introduction The global economy, which is currently characterized by development of mo- bile and Internet technologies, is in large part composed of the services sector. A new paradigm appeared: information and communication technologies enable achievement of the economic and / or social objectives by use of cooperation methods (including sharing). ICT contribute to the acceleration of economic recov- ery and the creation of "sustainable digital future" [7]. This paper aims to achieve cognitive objective, which is to present the impact of technological developments in automotive industry (especially the concepts of car connectivity and Internet of Cars) on the development of new people mobility behaviour in cities. The author hypothesizes that technological convergence, pre- sent in currently-sold cars and cars of the future significantly contributes and will contribute to development of new patterns of mobility in cities. The main research method used in the study is analysis of secondary sources, including literature and branch studies made by experts in automotive industry.
    [Show full text]
  • Huawei HCIA-Iot V. 2.5 Evaluation Questions Michel Bakni
    Huawei HCIA-IoT v. 2.5 Evaluation Questions Michel Bakni To cite this version: Michel Bakni. Huawei HCIA-IoT v. 2.5 Evaluation Questions. Engineering school. Huawei HCIA-IoT v. 2.5, Bidart, France. 2021, pp.77. hal-03189245 HAL Id: hal-03189245 https://hal.archives-ouvertes.fr/hal-03189245 Submitted on 2 Apr 2021 HAL is a multi-disciplinary open access L’archive ouverte pluridisciplinaire HAL, est archive for the deposit and dissemination of sci- destinée au dépôt et à la diffusion de documents entific research documents, whether they are pub- scientifiques de niveau recherche, publiés ou non, lished or not. The documents may come from émanant des établissements d’enseignement et de teaching and research institutions in France or recherche français ou étrangers, des laboratoires abroad, or from public or private research centers. publics ou privés. Distributed under a Creative Commons Attribution| 4.0 International License Huawei HCIA-IoT v. 2.5 Evaluation Questions March 2021 Michel BAKNI Author: Michel BAKNI Editor: Sandra HANBO Version: 1.0 , 2021 DOI: 10.6084/m9.figshare.14336687 Copyright notice This work is licensed under Creative Commons Attribution 4.0 International (CC BY 4.0) You are free to: Share — copy and redistribute the material in any medium or format Adapt — remix, transform, and build upon the material for any purpose, even commercially. The licensor cannot revoke these freedoms as long as you follow the license terms: Attribution — You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
    [Show full text]
  • Internet of Autonomous Vehicles: Architecture, Features, and Socio-Technological Challenges Furqan Jameel, Zheng Chang, Jun Huang, Tapani Ristaniemi
    ACCEPTED IN IEEE WIRELESS COMMUNICATIONS 1 Internet of Autonomous Vehicles: Architecture, Features, and Socio-Technological Challenges Furqan Jameel, Zheng Chang, Jun Huang, Tapani Ristaniemi Abstract Mobility is the backbone of urban life and a vital economic factor in the development of the world. Rapid urbanization and the growth of mega-cities is bringing dramatic changes in the capabilities of vehicles. Innovative solutions like autonomy, electrification, and connectivity are on the horizon. How, then, we can provide ubiquitous connectivity to the legacy and autonomous vehicles? This paper seeks to answer this question by combining recent leaps of innovation in network virtualization with remarkable feats of wireless communications. To do so, this paper proposes a novel paradigm called the Internet of autonomous vehicles (IoAV). We begin painting the picture of IoAV by discussing the salient features, and applications of IoAV which is followed by a detailed discussion on the key enabling technologies. Next, we describe the proposed layered architecture of IoAV and uncover some critical functions of each layer. This is followed by the performance evaluation of IoAV which shows significant advantage of the proposed architecture in terms of transmission time and energy consumption. Finally, to best capture the benefits of IoAV, we enumerate some social and technological challenges and explain how some unresolved issues can disrupt the widespread use of autonomous vehicles in the future. Index Terms Autonomous vehicles, Autonomy, Internet of autonomous vehicles (IoAV), Technological challenges I. INTRODUCTION The development of the automotive landscape in the coming years will be significantly influenced by the global political and economic conditions. The idea of sustainability against the background of dwindling and rapidly increasing supplies of fossil fuels will also be consolidated on a global scale [1].
    [Show full text]
  • An Intrusion Detection System in Connected Vehicles
    electronics Article Cybersecurity in Automotive: An Intrusion Detection System in Connected Vehicles Francesco Pascale 1,* , Ennio Andrea Adinolfi 2 , Simone Coppola 2 and Emanuele Santonicola 2 1 Department of Energy, Polytechnic of Milan, 20156 Milan, Italy 2 Department of Industrial Engineering, University of Salerno, 84084 Fisciano, Italy; eadinolfi@unisa.it (E.A.A.); [email protected] (S.C.); [email protected] (E.S.) * Correspondence: [email protected] Abstract: Today’s modern vehicles are connected to a network and are considered smart objects of IoT, thanks to the capability to send and receive data from the network. One of the greatest challenges in the automotive sector is to make the vehicle secure and reliable. In fact, there are more connected instruments on a vehicle, such as the infotainment system and/or data interchange systems. Indeed, with the advent of new paradigms, such as Smart City and Smart Road, the vision of Internet of Things has evolved substantially. Today, we talk about the V2X systems in which the vehicle is strongly connected with the rest of the world. In this scenario, the main aim of all connected vehicles vendors is to provide a secure system to guarantee the safety of the drive and persons against a possible cyber-attack. So, in this paper, an embedded Intrusion Detection System (IDS) for the automotive sector is introduced. It works by adopting a two-step algorithm that provides detection of a possible cyber-attack. In the first step, the methodology provides a filter of all the messages on the Controller Area Network (CAN-Bus) thanks to the use of a spatial and temporal Citation: Pascale, F.; Adinolfi, E.A.; analysis; if a set of messages are possibly malicious, these are analyzed by a Bayesian network, which Coppola, S.; Santonicola, E.
    [Show full text]
  • Autonomous Vehicle Technology: a Guide for Policymakers
    Autonomous Vehicle Technology A Guide for Policymakers James M. Anderson, Nidhi Kalra, Karlyn D. Stanley, Paul Sorensen, Constantine Samaras, Oluwatobi A. Oluwatola C O R P O R A T I O N For more information on this publication, visit www.rand.org/t/rr443-2 This revised edition incorporates minor editorial changes. Library of Congress Cataloging-in-Publication Data is available for this publication. ISBN: 978-0-8330-8398-2 Published by the RAND Corporation, Santa Monica, Calif. © Copyright 2016 RAND Corporation R® is a registered trademark. Cover image: Advertisement from 1957 for “America’s Independent Electric Light and Power Companies” (art by H. Miller). Text with original: “ELECTRICITY MAY BE THE DRIVER. One day your car may speed along an electric super-highway, its speed and steering automatically controlled by electronic devices embedded in the road. Highways will be made safe—by electricity! No traffic jams…no collisions…no driver fatigue.” Limited Print and Electronic Distribution Rights This document and trademark(s) contained herein are protected by law. This representation of RAND intellectual property is provided for noncommercial use only. Unauthorized posting of this publication online is prohibited. Permission is given to duplicate this document for personal use only, as long as it is unaltered and complete. Permission is required from RAND to reproduce, or reuse in another form, any of its research documents for commercial use. For information on reprint and linking permissions, please visit www.rand.org/pubs/permissions.html. The RAND Corporation is a research organization that develops solutions to public policy challenges to help make communities throughout the world safer and more secure, healthier and more prosperous.
    [Show full text]
  • A Blockchain-Based Authentication Protocol for Cooperative Vehicular Ad Hoc Network
    sensors Article A Blockchain-Based Authentication Protocol for Cooperative Vehicular Ad Hoc Network A. F. M. Suaib Akhter 1 , Mohiuddin Ahmed 2 , A. F. M. Shahen Shah 3 , Adnan Anwar 4 , A. S. M. Kayes 5,* and Ahmet Zengin 1 1 Department of Computer Engineering, Sakarya University, Serdivan 54050, Sakarya, Turkey; [email protected] (A.F.M.S.A.); [email protected] (A.Z.) 2 School of Science, Edith Cowan University, Perth, WA 6027, Australia; [email protected] 3 Department of Electrical and Electronics Engineering, Istanbul Gelisim University, Avcilar 34315, Istanbul, Turkey; [email protected] 4 Centre for Cyber Security Research and Innovation (CSRI), School of IT, Deakin University, Waurn Ponds, VIC 3216, Australia; [email protected] 5 Department of Computer Science and Information Technology, School of Engineering and Mathematical Sciences (SEMS), La Trobe University, Bundoora, VIC 3086, Australia * Correspondence: [email protected] Abstract: The efficiency of cooperative communication protocols to increase the reliability and range of transmission for Vehicular Ad hoc Network (VANET) is proven, but identity verification and communication security are required to be ensured. Though it is difficult to maintain strong network connections between vehicles because of there high mobility, with the help of cooperative communication, it is possible to increase the communication efficiency, minimise delay, packet loss, and Packet Dropping Rate (PDR). However, cooperating with unknown or unauthorized vehicles could result in information theft, privacy leakage, vulnerable to different security attacks, etc. In this paper, a blockchain based secure and privacy preserving authentication protocol is proposed for the Citation: Akhter, A.F.M.S.; Internet of Vehicles (IoV).
    [Show full text]
  • Security Threats and Requirements Analysis for IOV
    Security threats and requirements analysis for IOV Liang Wei China Academy of Information and Communication Technology (CAICT) Contents Introduction Security risks for IOV IOV security requirement analysis Development process of vehicles • The concepts of internet of Fully vehicles (IOV) and intelligent & automatic connected vehicles (ICV) were driving IOV proposed. system Intelligent, networked A digital, vehicle system software based Closed vehicle mechanical system vehicle system Before 1980s Until 1990s Today Tomorrow Definitions of IOV and ICV IOV ICV Internet of vehicles Intelligent & connected vehicles • A highly integrated application of the • A new type of vehicle IOT and intelligent transportation • Combine modern information • Not only the information and communication technologies communication networks of V2X, • The ultimate goal is to but also an integrated service achieve automatic driving system The development of the ICV needs the strong support from IOV, the applications of IOV become more and more rich with the development of ICV. Architecture of IOV Service Platform CLOUD • Public support platform • Information service platform • Big data platform V2X Communication CHANNEL • Dedicated networks: DSRC, LTE-V2X • Public networks: 2G/3G/4G, WIFI, SATCOM, wireless LAN comm. Intelligent Devices Data DEVICE • Mobile terminal system • APP Connected Vehicles • CAN Bus, ECUs, T-box, FOTA, IVI, OBD interface, FOTA, Sensors and Multi-function key Security incidents of IOV THE FREQUENCY OF IOV SECURITY INCIDENTS 150 130 90 100 70 40 50 20 2010 2011 2012 2013 2014 2015 2016 2017 In Texas, more Vehicle attack In DefCon, In GeekPwn, Security American film than 100 cars tests began to vehicles of Tesla was vulnerabilities <The Fate of were attacked emerge TOYOTA and invaded of many major the Furious> Ford were car brands cracked were exposed The number of IOV security incidents has increased rapidly, and IOV security has attracted widespread attention.
    [Show full text]