Add data processing missing
Browse files
README.md
CHANGED
|
@@ -51,7 +51,7 @@ which consists of the following datasets:
|
|
| 51 |
|
| 52 |
### PhishDataset
|
| 53 |
|
| 54 |
-
[PhishDataset](https://github.com/ESDAUNG/PhishDataset/blob/main/data_imbal%20-%2055000.xlsx) is a URL-based dataset with binary labels (0 = Legitimate, 1 = Phishing)
|
| 55 |
|
| 56 |
```bash
|
| 57 |
0: 3,730
|
|
@@ -60,7 +60,7 @@ which consists of the following datasets:
|
|
| 60 |
|
| 61 |
### Nelez
|
| 62 |
|
| 63 |
-
[Nelež](https://www.nelez.cz) is a blacklist of misinformation websites from a Czech organisation of the same name.
|
| 64 |
|
| 65 |
```bash
|
| 66 |
0: 51
|
|
@@ -105,7 +105,7 @@ which consists of the following datasets:
|
|
| 105 |
|
| 106 |
### Malware domains
|
| 107 |
|
| 108 |
-
[URLHaus](https://urlhaus.abuse.ch) is a collection of malware domains.
|
| 109 |
|
| 110 |
```bash
|
| 111 |
0: 31,540
|
|
|
|
| 51 |
|
| 52 |
### PhishDataset
|
| 53 |
|
| 54 |
+
[PhishDataset](https://github.com/ESDAUNG/PhishDataset/blob/main/data_imbal%20-%2055000.xlsx) is a URL-based dataset with binary labels (0 = Legitimate, 1 = Phishing). Data is only processed for domain normalization and deduplication.
|
| 55 |
|
| 56 |
```bash
|
| 57 |
0: 3,730
|
|
|
|
| 60 |
|
| 61 |
### Nelez
|
| 62 |
|
| 63 |
+
[Nelež](https://www.nelez.cz) is a blacklist of misinformation websites from a Czech organisation of the same name. Data is processed to label all domains as unreliable as their repository is a set of Czech outlets assessed to spread misinformation.
|
| 64 |
|
| 65 |
```bash
|
| 66 |
0: 51
|
|
|
|
| 105 |
|
| 106 |
### Malware domains
|
| 107 |
|
| 108 |
+
[URLHaus](https://urlhaus.abuse.ch) is a collection of malware domains. They are all labelled as 0.
|
| 109 |
|
| 110 |
```bash
|
| 111 |
0: 31,540
|