chYassine commited on
Commit
69caf7e
1 Parent(s): 7fe7de1

update readme

Browse files
Files changed (1) hide show
  1. README.md +71 -1
README.md CHANGED
@@ -21,4 +21,74 @@ configs:
21
  - split: data
22
  path: data/data-*
23
  license: apache-2.0
24
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
21
  - split: data
22
  path: data/data-*
23
  license: apache-2.0
24
+ ---
25
+ # Web Access Logs Dataset
26
+
27
+ ## Overview
28
+
29
+ This dataset contains web access logs, including information about various types of cyber attacks. It includes details on the type of attack (if any), the CVSS (Common Vulnerability Scoring System) metrics representing the risk of the attack, and a score indicating the percentage of risk.
30
+
31
+ ## Dataset Details
32
+
33
+ - **Number of rows**: 18,842
34
+ - **Number of distinct types of attacks**: 7
35
+ - **Total number of tokens**: 420,098
36
+
37
+ ### Columns
38
+
39
+ - **Type**: The name of the cyber attack. If the log is not an attack, this field is null.
40
+ - **CVSS**: The CVSS metrics representing the risk of the attack.
41
+ - **Score**: The percentage of risk.
42
+
43
+ ### Attack Types
44
+
45
+ The dataset includes the following types of attacks:
46
+
47
+ - Local File Inclusion (LFI)
48
+ - Server-Side Template Injection (SSTI)
49
+ - SQL Injection
50
+ - Cross-Site Scripting (XSS)
51
+ - Server-Side Request Forgery (SSRF)
52
+ - File Upload
53
+ - Cross-Site Request Forgery (CSRF)
54
+
55
+ ### Data Distribution
56
+
57
+ - **Number of rows for each type**:
58
+ - **LFI**: 3,088
59
+ - **SSTI**: 2,105
60
+ - **SQL Injection**: 1,706
61
+ - **XSS**: 648
62
+ - **SSRF**: 576
63
+ - **File Upload**: 437
64
+ - **CSRF**: 282
65
+
66
+ - **Average CVSS scores for each type**:
67
+ - **CSRF**: 7.330496
68
+ - **LFI**: 5.470887
69
+ - **SSRF**: 3.102091
70
+ - **SSTI**: 4.605653
71
+ - **SQL Injection**: 2.921043
72
+ - **XSS**: 1.221296
73
+ - **File Upload**: 5.024256
74
+
75
+ - **Median CVSS scores for each type**:
76
+ - **CSRF**: 8.5
77
+ - **LFI**: 5.5
78
+ - **SSRF**: 2.7
79
+ - **SSTI**: 5.5
80
+ - **SQL Injection**: 2.7
81
+ - **XSS**: 1.0
82
+ - **File Upload**: 5.5
83
+
84
+ ## Usage
85
+
86
+ This dataset is useful for analyzing web security threats and understanding the distribution and severity of different types of cyber attacks. It can be used for machine learning tasks such as anomaly detection, risk assessment, and security analysis.
87
+
88
+ ## License
89
+
90
+ This dataset is provided under the [Apache license 2.0].
91
+
92
+ ## Contact
93
+
94
+ For any questions or issues, please contact [[email protected]].