HttpParamsDataset
收藏资源简介:
该数据集用于评估我的学位论文中的异常检测方法。数据集中的记录代表HTTP请求参数值中可以找到的值。数据集包含超过3100个值,这些值分为两类:良性值(19304项标记为*norm*)和异常值(11763项标记为*anom*)。异常值包括多种攻击类型:SQL注入攻击(10852项标记为*sqli*)、跨站脚本(532项标记为*xss*)、命令注入(89项标记为*cmdi*)和路径遍历攻击(290项标记为*path-traversal*)。数据集是通过使用几个免费资源创建的。
This dataset is used to evaluate the anomaly detection method in my dissertation. The records in the dataset correspond to the values found in HTTP request parameters. The dataset contains over 31,000 values, which are categorized into two classes: benign values (19,304 items labeled *norm*) and anomalous values (11,763 items labeled *anom*). The anomalous values cover multiple attack types: SQL injection attacks (10,852 items labeled *sqli*), cross-site scripting (532 items labeled *xss*), command injection (89 items labeled *cmdi*), and path traversal attacks (290 items labeled *path-traversal*). This dataset was created using several freely available resources.
HttpParamsDataset 概述
数据集用途
本数据集用于评估异常检测方法,特别是在作者的学位论文中。
数据集内容
- 总记录数:超过3100条
- 分类:
- 良性值:19,304项,标记为 norm
- 异常值:11,763项,标记为 anom
- 异常值细分:
- SQL注入攻击:10,852项,标记为 sqli
- 跨站脚本攻击:532项,标记为 xss
- 命令注入攻击:89项,标记为 cmdi
- 路径遍历攻击:290项,标记为 path-traversal
数据集来源
- 良性请求数据:来自 CSIC2010 dataset
- SQL注入样本:使用 sqlmap 生成
- 跨站脚本样本:使用 xssya 生成
- 命令注入和路径遍历样本:使用 Vega Scanner 和 FuzzDB repository 生成




