Hasil Pencarian  ::  Simpan CSV :: Kembali

Hasil Pencarian

Ditemukan 4 dokumen yang sesuai dengan query
cover
"This book covers various aspects of security, privacy and reliability in Internet of Things (IoT) and Cyber-Physical System design, analysis and testing. In particular, various established theories and practices both from academia and industry are presented and suitably organized targeting students, engineers and researchers. Fifteen leading academicians and practitioners wrote this book, pointing to the open problems and biggest challenges on which research in the near future will be focused."
Switzerland: Springer Nature, 2019
e20509832
eBooks  Universitas Indonesia Library
cover
"This provides a comprehensive overview of the key principles of security concerns surrounding the upcoming Internet of Things (IoT), and introduces readers to the protocols adopted in the IoT. It also analyses the vulnerabilities, attacks and defense mechanisms, highlighting the security issues in the context of big data. Lastly, trust management approaches and ubiquitous learning applications are examined in detail. As such, the book sets the stage for developing and securing IoT applications both today and in the future."
Switzerland: Springer Cham, 2019
e20502801
eBooks  Universitas Indonesia Library
cover
Samsudiat
"Deteksi serangan siber berbasis Machine Learning (ML) berpotensi menjadi alternatif terbaik dalam upaya penanganan ancaman terhadap serangan siber pada jaringan Internet of Things (IoT). Metode ini memiliki kemampuan untuk beradaptasi dengan jenis-jenis serangan baru yang terus berkembang. Seiring berjalannya waktu, semakin banyak jumlah data yang dihasilkan menyebabkan penurunan kinerja dari model ini. Oleh karena itu, pengurangan dimensi data diperlukan dan salah satu caranya adalah dengan melakukan seleksi fitur. Penelitian ini mengusulkan metode seleksi fitur hibrid yang menggabungkan filter korelasi dan feature importance serta optimasi Bayesian. Filter korelasi bertujuan untuk menghapus fitur-fitur yang berkorelasi tinggi dengan cepat dan feature importance bertujuan untuk memilih fitur-fitur yang berpengaruh besar terhadap model. Selain itu, teknik optimasi Bayesian juga dilakukan untuk menemukan nilai optimal secara efisien dari parameter-parameter algoritma ML yang tangguh dan ringan digunakan pada jaringan IoT, yaitu Decision Tree dan Random Forest. Kemudian, model yang dibangun dievaluasi menggunakan dataset serangan siber terbaru, yaitu CICIoT2023, yang terdiri dari 7 jenis serangan yang berbeda, antara lain DDoS, DoS, Mirai, spoofing, reconnaissance, serangan berbasis website, dan brute force. Hasil evaluasi menunjukkan bahwa teknik seleksi fitur hibrid mampu menghasilkan kinerja model yang lebih efisien daripada teknik seleksi fitur tunggal dengan memilih 5 dari 46 fitur. Selain itu, teknik optimasi Bayesian juga mampu menemukan nilai optimal dari parameter-parameter model yang meningkatkan kinerja model pada tingkat akurasi, presisi, recall, dan F1 hingga 99,74% serta penurunan waktu komputasi hingga 97,41%. Berdasarkan hasil penelitian ini, peningkatan model deteksi serangan siber menggunakan seleksi fitur hibrid dan optimasi Bayesian dapat menjadi rujukan dalam penerapan keamanan siber pada jaringan IoT.

Machine learning-based cyber attack detection has become the best option for addressing cyber attack threats on Internet of Things (IoT) networks. This method has the ability to adapt to novel emerging attack types. However, the increasing amount of data generated causes performance degradation of this model. Therefore, data dimension reduction is needed, and one method is utilizing feature selection. This paper proposes a hybrid feature selection method combining a correlation filter and feature importance. The correlation filter method aims to quickly remove features that are highly correlated with one another, while feature importance aims to select features that contribute significantly to the model. Additionally, Bayesian Optimization is utilized to efficiently find the optimal value of robust and light-weight ML algorithm parameters for IoT networks, such as Decision Tree and Random Forest. The build model is evaluated using the updated benchmark cyber attack dataset, CICIoT2023, consisting of seven attack types: DDoS, DoS, Mirai, spoofing, reconnaissance, web-based attack, and brute force. The results show that the hybrid feature selection technique is able to achieve higher performance than single feature selection techniques by selecting 5 of 46 features. In addition, the Bayesian Optimization technique is also able to find the optimal value of the ML algorithm parameters by increasing the performance of the model at the level of accuracy, precision, recall, and F1 score above 99% and reducing the computing time above 90%. Based on these results, improving the cyber attack detection model using the hybrid feature selection and the Bayesian Optimization approach can be a reference in implementing cybersecurity on IoT networks."
Jakarta: Fakultas Teknik Universitas Indonesia, 2025
T-pdf
UI - Tesis Membership  Universitas Indonesia Library
cover
Delphi Hanggoro
"Integrasi lightweight blockchain dengan Wireless Sensor Network (WSN) telah menyelesaikan beberapa masalah seperti authentikasi, authorisasi, keamanan dan integritas data. Namun, belum ada studi yang berfokus memperhatikan network lifetime pada blockchain yang diterapkan pada WSN. Penelitian ini berupaya memodifikasi algoritma Proof-of-Authority (PoA) agar lebih adil dalam pembagian penggunaan energi yang ditujukan untuk meningkatkan network lifetime sekaligus produksi blok. Jenis jaringan yang digunakan adalah WSN terklaster karena memiliki penggunaan energi yang lebih baik. WSN terklaster terdiri dari Base Station, Cluster Head dan Sensor Node yang memiliki tugasnya masing-masing. Dalam hal network lifetime, studi ini mengembangkan Proof-of-Authority menjadi Energy-aware Proof-of-Authority (EA-PoA) yang memodifikasi pertukaran pesan dan pemilihan Leader. EA-PoA memodifikasi pemilihan pengusul blok (Leader) yang awalnya menggunakan round-robin menjadi pemilihan berdasarkan pembobotan battery level pada setiap perangkat. Dengan demikian, node yang memiliki baterai lebih sedikit tidak akan terbebani oleh proses mining. Sedangkan dalam hal produksi blok, penelitian ini telah mengembangkan model jaringan blockchain hirarki yang terdiri dari local dan master blockchain yang disebut Multi-level blockchain model (MLBM). Local blockchain adalah jaringan blockchain untuk setiap klaster dengan anggota Node Sensor. Blok yang diusulkan dan disimpan dalam jaringan local blockchain merupakan data sensor. Sedangkan master blockchain beranggotakan Cluster Head dari setiap klaster, blok yang diusulkan dan disimpan adalah kumpulan header dari beberapa blok dalam local blockchain. Hal ini dilakukan untuk meningkatkan integritas data sekaligus mengingkatkan produksi blok dalam jaringan. Hasil simulasi menunjukkan bahwa mekanisme pemilihan Leader dari EA-PoA dapat meningkatkan network lifetime hingga 10% dibandingkan PoA tradisional. Selanjutnya, Multi-level blockchain model dapat meningkatkan produksi blok setiap penambahan klaster dalam jaringan.

The integration of lightweight blockchain with Wireless Sensor Network (WSN) has addressed several issues such as authentication, authorization, security, and data integrity. However, no study has specifically focused on the network lifetime of blockchain implemented in WSN. This research aims to modify the Proof-of-Authority (PoA) algorithm to more equitably distribute energy usage to enhance both network lifetime and block production. The type of network employed is clustered WSN, known for its better energy usage. Clustered WSN consists of a Base Station, Cluster Head, and Sensor Nodes, each with distinct responsibilities. In terms of network lifetime, this study develops Proof-of-Authority into Energy-aware Proof-of-Authority (EA-PoA), which modifies message exchange and Leader selection. EA-PoA alters the block proposer (Leader) selection from a round-robin method to a battery-level weighting method for each device. Thus, nodes with lower battery levels are not burdened by the mining process. Regarding block production, this research has developed a hierarchical blockchain network model called the Multi-level Blockchain Model (MLBM), which consists of local and master blockchains. The local blockchain serves as the blockchain network for each cluster with Sensor Node members, where proposed and stored blocks contain sensor data. The master blockchain consists of Cluster Heads from each cluster, where proposed and stored blocks are collections of headers from several blocks in the local blockchain. This approach is designed to enhance data integrity and increase block production within the network. Simulation results indicate that the Leader selection mechanism of EA-PoA can extend network lifetime by up to 10% compared to traditional PoA. Furthermore, the Multi-level Blockchain Model can increase block production with each additional cluster in the network."
Depok: Fakultas Teknik Universitas Indonesia, 2024
D-pdf
UI - Disertasi Membership  Universitas Indonesia Library