通常包括正常、DoS攻击、Probe侦察、R2L远程到本地攻击和U2R用户到根攻击等类别。 这些字段的含义是用于描述NSL-KDD数据集中的网络连接属性和特征,这些特征可以用于训练入侵检测模型。不同的字段包含不同类型的信息,用于识别和分类不同类型的网络活动。
test_file ='https://raw.githubusercontent.com/arjbah/nsl-kdd/master/nsl-kdd/KDDTest%2B.txt' field_name_file ='https://raw.githubusercontent.com/defcom17/NSL_KDD/master/Field%20Names.csv' attack_type_file ='https://raw.githubusercontent.com/arjbah/nsl-kdd/master/training_attack_types....
df = pd.read_csv('nsl-kdd/KDDTrain+.txt', header=None) qp = pd.read_csv('nsl-kdd/KDDTest+.txt', header=None) 数据集中一共有43 个特征,因为TXT文件中没有索引,所以我们手动添加特征列 '===数据预处理===' df.columns = ['duration', 'protocol_type', 'service', 'flag', 'src_bytes...
NSL-KDD数据集可用于网络入侵检测系统(NIDS)的研究和评估。 以下是NSL-KDD数据集的使用方法: 1.下载数据集:可以从官方网站或相关资源网站(如GitHub)下载NSL-KDD数据集的压缩包。 2.解压数据集:将下载的压缩包解压到指定文件夹中,得到数据集的CSV文件。 3.读取数据集:使用Python或其他适合的编程语言读取数据集的...
KDD99:该数据集是从一个模拟的美国空军局域网上采集来的9个星期的网络连接数据,分成具有标识的训练数据和未加标识的测试数据。测试数据和训练数据有着不同的概率分布,测试数据包含了一些未出现在训练数据中的攻击类型,这使得入侵检测更具有现实性。NSL-KDD:是KDD '99数据集
with difficulty level of 21 out of 21 ***Improvements to the KDD'99 data set *** The NSL-KDD data set has the following advantages over the original KDD data set: It does not include redundant records in the train set, so the classifiers will not be biased towards more frequent ...
这是一个封装了KDDCup99、NSL-KDD、UNSW-NB15等入侵监测数据集的Python包。 dataset ids nids nsl-kdd unsw-nb15 kddcup99 Updated Aug 10, 2020 Python Shaik-Sohail-72 / Network-Intrusion-Detection-Using-Deep-Learning Star 35 Code Issues Pull requests Cyber Security: Development of Network In...
NSL-KDD数据集是KDD99数据集的改进,可以作为有效地基准数据集,各机器学习算法可以在NSL-KDD数据集上进行入侵检测实验。 展开更多 引用格式 复制 @misc{NSL_KDD3700, title = { NSL_KDD数据集 } author = { sisis િ😏ી }, howpublished = { \url{https://www.heywhale.com/mw/dataset/5d8325648499...
这一部分会介绍一下KDD99数据集,包括NSL-KDD数据集,整理一些自己使用过的资料。 文章目录(Table of Contents) 入侵检测介绍 IDS : intrusion detection system, 入侵检测系统, 常用的方法有基于 anomaly detection 和Misuse detection. Misuse detection Misuse detection: 特征检测 (误用检测), 基于异常行为模式, 相当...
Learn more. OK, Got it.Shah Tiham · 1y ago· 1,282 views arrow_drop_up2 Copy & Edit37 more_vert nsl-kddPython · NSL-KDDNotebookInputOutputLogsComments (0)Output Data Download notebook output navigate_nextminimize content_copyhelp...