CIC-DDoS2019-15C
收藏资源简介:
CIC-DDoS2019-15C 是一个经过预处理和特征选择的网络流量数据集,主要用于多类别分布式拒绝服务(DDoS)攻击检测。该数据集基于 CIC-DDoS2019 数据集,包含 15 个字段(索引、特征和标签),涵盖了 11 种不同类型的 DDoS 攻击(如 DrDoS_DNS、DrDoS_LDAP、Syn 等)以及良性流量(BENIGN),共计 12 个类别。数据集经过精心平衡,每个类别包含 50,000 个样本,总样本量为 600,000。这些样本已按 80:20 的比例划分为训练集和测试集,使用 `scikit-learn` 的 `train_test_split` 方法实现。该数据集适用于网络安全领域的多分类任务,特别是 DDoS 攻击检测与分类研究。
CIC-DDoS2019-15C is a preprocessed and feature-selected network traffic dataset primarily used for multi-class distributed denial of service (DDoS) attack detection. Based on the original CIC-DDoS2019 dataset, it contains 15 fields including index, features and labels, covering 11 distinct types of DDoS attacks (such as DrDoS_DNS, DrDoS_LDAP, Syn, etc.) and benign traffic (BENIGN), totaling 12 categories in all. The dataset is carefully balanced, with 50,000 samples per category, and the total sample size amounts to 600,000. These samples are split into training and test sets at an 80:20 ratio using the `train_test_split` method from the `scikit-learn` library. This dataset is suitable for multi-classification tasks in the field of cybersecurity, particularly research on DDoS attack detection and classification.
数据集概述:CIC-DDoS2019-15C
基本信息
- 数据集名称:CIC-DDoS2019-15C
- 许可证:Creative Commons(CC)
- 来源:基于 CIC-DDoS2019 数据集进行预处理和特征选择后的版本
数据集内容
- 列数:15 列(包含索引、特征和标签)
- 用途:用于多类 DDoS 攻击检测
- 类别数量:12 类(11 种攻击类 + 1 种正常流量)
攻击类别详情
- DrDoS_DNS
- DrDoS_LDAP
- DrDoS_MSSQL
- DrDoS_NetBIOS
- DrDoS_NTP
- DrDoS_SNMP
- DrDoS_SSDP
- Syn
- TFTP
- DrDoS_UDP
- UDP-lag
- 正常流量:BENIGN
数据集平衡性
- 每个类别包含 50,000 个样本,数据集完美平衡
数据划分
- 采用
scikit-learn的train_test_split方法进行划分 - 训练集:80%
- 测试集:20%
- 随机种子:random_state=42
相关资源




