--- license: other license_name: cic-ddos2019-derivative license_link: LICENSE task_categories: - tabular-classification tags: - network-traffic - ddos - intrusion-detection - federated-learning size_categories: - 1M` | Flattened feature window; reshape to `(10, 11)` per sample to restore the original layout | | `label` | `int64` | `0` = benign, `1` = malicious | Samples are grouped by `client_id`, mirroring the original per-client HDF5 directory structure, used in the FLAD experimentation. The original HDF5 structure comprises 13 clients X 3 splits = 39 HDF5 files in the form of arrays of shape n = 10 rows and f = 11 columns. The 11 features are the following: Time, Packet Length, Highest Protocol, IP Flags, Protocols, TCP Length, TCP Ack, TCP Flags, TCP Window Size, UDP Length and ICMP Type. Each client contains samples of benign traffic and only one type of attack. Although each group has been balanced to ensure an approximately equal distribution between benign and DDoS samples, the partition across groups/clients is strongly non-i.i.d since each one represents a single attack type. ## Related Work This dataset has been used in: Roberto Doriguzzi-Corin, Domenico Siracusa, ["FLAD: Adaptive Federated Learning for DDoS attack detection"](https://arxiv.org/abs/2205.06661)