Upload web_attack_detection dataset
Browse files
web_attack_detection/metadata.json
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"dataset_id": "web_attack_detection",
|
| 3 |
+
"processed_at": "2025-08-24T04:17:27.198704",
|
| 4 |
+
"samples": 8000,
|
| 5 |
+
"features": [
|
| 6 |
+
"request_method",
|
| 7 |
+
"url",
|
| 8 |
+
"payload",
|
| 9 |
+
"user_agent",
|
| 10 |
+
"response_code",
|
| 11 |
+
"is_attack"
|
| 12 |
+
],
|
| 13 |
+
"type": "web_attack",
|
| 14 |
+
"file_path": "..\\datasets\\web_attack_detection\\web_attack_detection_processed.csv"
|
| 15 |
+
}
|
web_attack_detection/web_attack_detection_processed.csv
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|