File size: 2,360 Bytes
75d5f7c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7fe7de1
69caf7e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
---
dataset_info:
  features:
  - name: _raw
    dtype: string
  - name: Type
    dtype: string
  - name: CVSS
    dtype: string
  - name: Score
    dtype: float64
  splits:
  - name: data
    num_bytes: 8940142
    num_examples: 18842
  download_size: 2012662
  dataset_size: 8940142
configs:
- config_name: default
  data_files:
  - split: data
    path: data/data-*
license: apache-2.0
---
# Web Access Logs Dataset

## Overview

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.

## Dataset Details

- **Number of rows**: 18,842
- **Number of distinct types of attacks**: 7
- **Total number of tokens**: 420,098

### Columns

- **Type**: The name of the cyber attack. If the log is not an attack, this field is null.
- **CVSS**: The CVSS metrics representing the risk of the attack.
- **Score**: The percentage of risk.

### Attack Types

The dataset includes the following types of attacks:

- Local File Inclusion (LFI)
- Server-Side Template Injection (SSTI)
- SQL Injection
- Cross-Site Scripting (XSS)
- Server-Side Request Forgery (SSRF)
- File Upload
- Cross-Site Request Forgery (CSRF)

### Data Distribution

- **Number of rows for each type**:
  - **LFI**: 3,088
  - **SSTI**: 2,105
  - **SQL Injection**: 1,706
  - **XSS**: 648
  - **SSRF**: 576
  - **File Upload**: 437
  - **CSRF**: 282

- **Average CVSS scores for each type**:
  - **CSRF**: 7.330496
  - **LFI**: 5.470887
  - **SSRF**: 3.102091
  - **SSTI**: 4.605653
  - **SQL Injection**: 2.921043
  - **XSS**: 1.221296
  - **File Upload**: 5.024256

- **Median CVSS scores for each type**:
  - **CSRF**: 8.5
  - **LFI**: 5.5
  - **SSRF**: 2.7
  - **SSTI**: 5.5
  - **SQL Injection**: 2.7
  - **XSS**: 1.0
  - **File Upload**: 5.5

## Usage

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.

## License

This dataset is provided under the [Apache license 2.0].

## Contact

For any questions or issues, please contact [[email protected]].