ekmpa commited on
Commit
fdee32f
·
verified ·
1 Parent(s): 2d99bb7

Formatting

Browse files
Files changed (1) hide show
  1. README.md +13 -13
README.md CHANGED
@@ -34,8 +34,8 @@ Refer to the below for a more detailed breakdown of the dataset's class distribu
34
  **Total:**
35
 
36
  ```bash
37
- 0: 361537
38
- 1: 313199
39
  ```
40
 
41
  which consists of the following datasets:
@@ -45,8 +45,8 @@ which consists of the following datasets:
45
  [LegitPhish](https://data.mendeley.com/datasets/hx4m73v2sf/2) is a URL-based dataset with binary labels (0 = Phishing, 1 = Legitimate). The data is processed by converting URLs to their domain name, averaging the scores of all URLs that resolve to the same domain, and then binarizing based on a threshold of 0.5. We also standardise the header (we always use `domain` and `label` in the processed csvs.)
46
 
47
  ```bash
48
- 0: 26957
49
- 1: 37113
50
  ```
51
 
52
  ### PhishDataset
@@ -54,8 +54,8 @@ which consists of the following datasets:
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: 3730
58
- 1: 40535
59
  ```
60
 
61
  ### Nelez
@@ -81,8 +81,8 @@ which consists of the following datasets:
81
  [URL-Phish](https://data.mendeley.com/datasets/65z9twcx3r/1) is a feature-engineered dataset for phishing detection. URLs have label 0 if they are considered benign, 1 for phishing.
82
 
83
  ```bash
84
- 0: 10551
85
- 1: 92460
86
  ```
87
 
88
  ### Phish & Legit
@@ -90,8 +90,8 @@ which consists of the following datasets:
90
  [Phish & Legit](https://www.kaggle.com/datasets/harisudhan411/phishing-and-legitimate-urls?resource=download) is a URL Classification dataset of suspicous (0) and genuine (1) web addresses.
91
 
92
  ```bash
93
- 0: 292163
94
- 1: 146316
95
  ```
96
 
97
  ### Misinformation domains
@@ -99,8 +99,8 @@ which consists of the following datasets:
99
  [Misinfo-domains](https://github.com/JanaLasser/misinformation_domains/tree/main) is a collection of domains labelled unreliable if they are assessed as spreaders of unreliable information.
100
 
101
  ```bash
102
- 0: 2170
103
- 1: 2597
104
  ```
105
 
106
  ### Malware domains
@@ -108,7 +108,7 @@ which consists of the following datasets:
108
  [URLHaus](https://urlhaus.abuse.ch) is a collection of malware domains.
109
 
110
  ```bash
111
- 0: 31540
112
  1: 0
113
  ```
114
 
 
34
  **Total:**
35
 
36
  ```bash
37
+ 0: 361,537
38
+ 1: 313,199
39
  ```
40
 
41
  which consists of the following datasets:
 
45
  [LegitPhish](https://data.mendeley.com/datasets/hx4m73v2sf/2) is a URL-based dataset with binary labels (0 = Phishing, 1 = Legitimate). The data is processed by converting URLs to their domain name, averaging the scores of all URLs that resolve to the same domain, and then binarizing based on a threshold of 0.5. We also standardise the header (we always use `domain` and `label` in the processed csvs.)
46
 
47
  ```bash
48
+ 0: 26,957
49
+ 1: 37,113
50
  ```
51
 
52
  ### PhishDataset
 
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
58
+ 1: 40,535
59
  ```
60
 
61
  ### Nelez
 
81
  [URL-Phish](https://data.mendeley.com/datasets/65z9twcx3r/1) is a feature-engineered dataset for phishing detection. URLs have label 0 if they are considered benign, 1 for phishing.
82
 
83
  ```bash
84
+ 0: 10,551
85
+ 1: 92,460
86
  ```
87
 
88
  ### Phish & Legit
 
90
  [Phish & Legit](https://www.kaggle.com/datasets/harisudhan411/phishing-and-legitimate-urls?resource=download) is a URL Classification dataset of suspicous (0) and genuine (1) web addresses.
91
 
92
  ```bash
93
+ 0: 292,163
94
+ 1: 146,316
95
  ```
96
 
97
  ### Misinformation domains
 
99
  [Misinfo-domains](https://github.com/JanaLasser/misinformation_domains/tree/main) is a collection of domains labelled unreliable if they are assessed as spreaders of unreliable information.
100
 
101
  ```bash
102
+ 0: 2,170
103
+ 1: 2,597
104
  ```
105
 
106
  ### Malware domains
 
108
  [URLHaus](https://urlhaus.abuse.ch) is a collection of malware domains.
109
 
110
  ```bash
111
+ 0: 31,540
112
  1: 0
113
  ```
114