paper-with-me

홈 › Papers

Gotham Dataset 2025: A Reproducible Large-Scale IoT Network Dataset for Intrusion Detection and Security Research

2025-02-05 · Othmane Belarbi, Theodoros Spyridopoulos, Eirini Anthi, Omer Rana, Pietro Carnelli, Aftab Khan

In this paper, a dataset of IoT network traffic is presented. Our dataset was generated by utilising the Gotham testbed, an emulated large-scale Internet of Things (IoT) network designed to provide a realistic and heterogeneous environment for network security research. The testbed includes 78 emulated IoT devices operating on various protocols, including MQTT, CoAP, and RTSP. Network traffic was captured in Packet Capture (PCAP) format using tcpdump, and both benign and malicious traffic were recorded. Malicious traffic was generated through scripted attacks, covering a variety of attack types, such as Denial of Service (DoS), Telnet Brute Force, Network Scanning, CoAP Amplification, and various stages of Command and Control (C&C) communication. The data were subsequently processed in Python for feature extraction using the Tshark tool, and the resulting data was converted to Comma Separated Values (CSV) format and labelled. The data repository includes the raw network traffic in PCAP format and the processed labelled data in CSV format. Our dataset was collected in a distributed manner, where network traffic was captured separately for each IoT device at the interface between the IoT gateway and the device. Our dataset was collected in a distributed manner, where network traffic was separately captured for each IoT device at the interface between the IoT gateway and the device. With its diverse traffic patterns and attack scenarios, this dataset provides a valuable resource for developing Intrusion Detection Systems and security mechanisms tailored to complex, large-scale IoT environments. The dataset is publicly available at Zenodo.

📄 PDF Abstract BibTeX arXiv:2502.03134

Code (1)

othmbela/gotham-network-packet-labeller 공식 구현

Tasks

Intrusion Detection

Methods 이 논문이 사용한 방법론

Golden Queue Managers 설명 없음

Similar Papers 제목 키워드 기반

GOTHAM: Graph Class Incremental Learning Framework under Weak Supervision

2025-04-07 · Aditya Hemant Shahane, Prathosh A. P, Sandeep Kumar

Graphs are growing rapidly, along with the number of distinct label categories associated with them. Applications like e-commerce, healthcare, recommendation systems, and various social media platforms are rapidly moving…

Attributeclass-incremental learningClass Incremental LearningIncremental Learning+3

Comparative Analysis of Machine Learning based Intrusion Detection in Realistic IoT Networks

2026-06-30 · Rana Alharbi, Chuadhry Mujeeb Ahmed arxiv

The Internet of Things (IoT) is rapidly growing and expanding into various sectors, such as healthcare, transportation, smart homes, and more. Despite the benefits of using IoT devices, they present several challenges. G…

Intrusion Detection

Deep Learning Backdoors

2020-07-16 · Shaofeng Li, Shiqing Ma, Minhui Xue, Benjamin Zi Hao Zhao

Intuitively, a backdoor attack against Deep Neural Networks (DNNs) is to inject hidden malicious behaviors into DNNs such that the backdoor model behaves legitimately for benign inputs, yet invokes a predefined malicious…

Backdoor AttackDeep Learning

LOOPerSet: A Large-Scale Dataset for Data-Driven Polyhedral Compiler Optimization

2025-10-11 · Massinissa Merouani, Afif Boudaoud, Riyadh Baghdadi arxiv

The advancement of machine learning for compiler optimization, particularly within the polyhedral model, is constrained by the scarcity of large-scale, public performance datasets. This data bottleneck forces researchers…

A Strong and Reproducible Object Detector with Only Public Datasets

2023-04-25 · Tianhe Ren, Jianwei Yang, Shilong Liu, Ailing Zeng 외

This work presents Focal-Stable-DINO, a strong and reproducible object detection model which achieves 64.6 AP on COCO val2017 and 64.8 AP on COCO test-dev using only 700M parameters without any test time augmentation. It…

object-detectionObject Detection