The UNSW-NB15 Dataset 研究单位:新南威尔士大学澳大利亚国防军学院 制作目的:网络入侵检测系统 (NIDS) 监控网络流量以识别攻击 制作方法:UNSW-NB 15 数据集是实验室使用 IXIA PerfectStorm 工具创建现代正常和异常网络流量的混合体。通过 IXIA 工具的异常流量模拟了表 VIII 中列出的 9 个攻击系列。IXIA 工具包含从...
UNSW-NB15_testing-set.csv:用于测试模型的性能。 这两个文件已经包含了所有的特征和标签,不需要自己额外处理其他文件。如果想更深入理解特征,可以参考NUSW-NB15_features.csv,但在模型训练中,直接使用训练集和测试集文件即可。 UNSW-NB15_training-set.csv里各个字段的含义 id:每条记录的唯一标识符。 dur:连接的...
攻击类型:UNSW-NB15数据集中的攻击被分为多个类别,包括DoS(拒绝服务攻击)、Fuzzers(模糊测试攻击)、Analysis(分析攻击)、Backdoors(后门攻击)、Exploits(漏洞利用攻击)、Generic(通用攻击)、Reconnaissance(侦察攻击)、Shellcode(shellcode攻击)和Worms(蠕虫攻击)等。 分布:在数据集中,正常记录占87%,而所有攻击类别的记...
UNSW-NB15总体介绍 数据集的官⽹:数据集下载链接:数据集中⼀共有9种攻击: This dataset has nine types of attacks, namely, Fuzzers, Analysis, Backdoors, DoS, Exploits, Generic, Reconnaissance, Shellcode and Worms.数据集⼀共有49个特征, 我们会在后⾯对每⼀种特征进⾏介绍.在csv中保存的数据...
UNSW-NB15 is a network intrusion dataset. It contains nine different attacks, includes DoS, worms, Backdoors, and Fuzzers. The dataset contains raw network packets. The number of records in the training set is 175,341 records and the testing set is 82,33
UNSW-NB15总体介绍 数据集的官网:The UNSW-NB15 Dataset Description 数据集下载链接:UNSW-NB15 Download 数据集中一共有9种攻击: This dataset has nine types of attacks, namely,Fuzzers, Analysis, Backdoors, DoS, Exploits, Generic, Reconnaissance, Shellcode and Worms. ...
UNSW-NB15 datasetlogistic regressionsupport vector machinedecision treerandom forestThe rapid proliferation of new technologies such as Internet of Things (IoT), cloud computing, virtualization, and smart devices has led to a massive annual production of over 400 zettabytes of network traffic data. As...
数据集链接:dataset_UNSWNB15 LabelEncoder的编码是按照字典顺序进行的,所以写的examples变量没有意义. import numpy as np import pandas as pd from sklearn.preprocessing import LabelEncoder, OneHotEncoder ''' readme: 这版本写的很好用.train_normal指的是训练集中所有label为normal的样本. ''' df_test =...
Feature coded UNSW_NB15 intrusion detection data. intrusion-detectionintrusionkdd99unsw-nb15 UpdatedJan 24, 2018 这是一个封装了KDDCup99、NSL-KDD、UNSW-NB15等入侵监测数据集的Python包。 datasetidsnidsnsl-kddunsw-nb15kddcup99 UpdatedAug 10, 2020 ...
UNSW-NB 15数据集的原始网络数据包是由澳大利亚新南威尔士大学堪培拉赛博靶场实验室的 IXIA PerfectStorm 工具创建的,其目的是生成一种真实的现代正常活动和合成的当代攻击行为的混合体。Tcpdump 工具用于捕获100gb 的原始流量(例如,Pcap 文件)。这个数据集有九种类型的攻击。