Dataset Preview
Duplicate
The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
The dataset generation failed because of a cast error
Error code:   DatasetGenerationCastError
Exception:    DatasetGenerationCastError
Message:      An error occurred while generating the dataset

All the data files must have the same columns, but at some point there are 1 new columns ({'DomainName\tSource\tClass'}) and 2 missing columns ({'MalwareWorld_dataset', 'domain'}).

This happened while the csv dataset builder was generating data using

hf://datasets/credi-net/DomainPool/datasources/hagezi_blocklists.tsv (at revision 1b473e3006a3019acdbe6ac38d8223df80042f9b), [/tmp/hf-datasets-cache/medium/datasets/33595240828051-config-parquet-and-info-credi-net-DomainPool-84773ef9/hub/datasets--credi-net--DomainPool/snapshots/1b473e3006a3019acdbe6ac38d8223df80042f9b/datasources/MalwareWorld_lst.csv (origin=hf://datasets/credi-net/DomainPool@1b473e3006a3019acdbe6ac38d8223df80042f9b/datasources/MalwareWorld_lst.csv), /tmp/hf-datasets-cache/medium/datasets/33595240828051-config-parquet-and-info-credi-net-DomainPool-84773ef9/hub/datasets--credi-net--DomainPool/snapshots/1b473e3006a3019acdbe6ac38d8223df80042f9b/datasources/hagezi_blocklists.tsv (origin=hf://datasets/credi-net/DomainPool@1b473e3006a3019acdbe6ac38d8223df80042f9b/datasources/hagezi_blocklists.tsv), /tmp/hf-datasets-cache/medium/datasets/33595240828051-config-parquet-and-info-credi-net-DomainPool-84773ef9/hub/datasets--credi-net--DomainPool/snapshots/1b473e3006a3019acdbe6ac38d8223df80042f9b/datasources/ut1_lst.csv (origin=hf://datasets/credi-net/DomainPool@1b473e3006a3019acdbe6ac38d8223df80042f9b/datasources/ut1_lst.csv), /tmp/hf-datasets-cache/medium/datasets/33595240828051-config-parquet-and-info-credi-net-DomainPool-84773ef9/hub/datasets--credi-net--DomainPool/snapshots/1b473e3006a3019acdbe6ac38d8223df80042f9b/pool.csv (origin=hf://datasets/credi-net/DomainPool@1b473e3006a3019acdbe6ac38d8223df80042f9b/pool.csv)]

Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)
Traceback:    Traceback (most recent call last):
                File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1800, in _prepare_split_single
                  writer.write_table(table)
                File "/usr/local/lib/python3.12/site-packages/datasets/arrow_writer.py", line 765, in write_table
                  self._write_table(pa_table, writer_batch_size=writer_batch_size)
                File "/usr/local/lib/python3.12/site-packages/datasets/arrow_writer.py", line 773, in _write_table
                  pa_table = table_cast(pa_table, self._schema)
                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2321, in table_cast
                  return cast_table_to_schema(table, schema)
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2249, in cast_table_to_schema
                  raise CastError(
              datasets.table.CastError: Couldn't cast
              DomainName	Source	Class: string
              -- schema metadata --
              pandas: '{"index_columns": [{"kind": "range", "name": null, "start": 0, "' + 413
              to
              {'MalwareWorld_dataset': Value('string'), 'domain': Value('string')}
              because column names don't match
              
              During handling of the above exception, another exception occurred:
              
              Traceback (most recent call last):
                File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1347, in compute_config_parquet_and_info_response
                  parquet_operations = convert_to_parquet(builder)
                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 980, in convert_to_parquet
                  builder.download_and_prepare(
                File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 882, in download_and_prepare
                  self._download_and_prepare(
                File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 943, in _download_and_prepare
                  self._prepare_split(split_generator, **prepare_split_kwargs)
                File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1646, in _prepare_split
                  for job_id, done, content in self._prepare_split_single(
                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1802, in _prepare_split_single
                  raise DatasetGenerationCastError.from_cast_error(
              datasets.exceptions.DatasetGenerationCastError: An error occurred while generating the dataset
              
              All the data files must have the same columns, but at some point there are 1 new columns ({'DomainName\tSource\tClass'}) and 2 missing columns ({'MalwareWorld_dataset', 'domain'}).
              
              This happened while the csv dataset builder was generating data using
              
              hf://datasets/credi-net/DomainPool/datasources/hagezi_blocklists.tsv (at revision 1b473e3006a3019acdbe6ac38d8223df80042f9b), [/tmp/hf-datasets-cache/medium/datasets/33595240828051-config-parquet-and-info-credi-net-DomainPool-84773ef9/hub/datasets--credi-net--DomainPool/snapshots/1b473e3006a3019acdbe6ac38d8223df80042f9b/datasources/MalwareWorld_lst.csv (origin=hf://datasets/credi-net/DomainPool@1b473e3006a3019acdbe6ac38d8223df80042f9b/datasources/MalwareWorld_lst.csv), /tmp/hf-datasets-cache/medium/datasets/33595240828051-config-parquet-and-info-credi-net-DomainPool-84773ef9/hub/datasets--credi-net--DomainPool/snapshots/1b473e3006a3019acdbe6ac38d8223df80042f9b/datasources/hagezi_blocklists.tsv (origin=hf://datasets/credi-net/DomainPool@1b473e3006a3019acdbe6ac38d8223df80042f9b/datasources/hagezi_blocklists.tsv), /tmp/hf-datasets-cache/medium/datasets/33595240828051-config-parquet-and-info-credi-net-DomainPool-84773ef9/hub/datasets--credi-net--DomainPool/snapshots/1b473e3006a3019acdbe6ac38d8223df80042f9b/datasources/ut1_lst.csv (origin=hf://datasets/credi-net/DomainPool@1b473e3006a3019acdbe6ac38d8223df80042f9b/datasources/ut1_lst.csv), /tmp/hf-datasets-cache/medium/datasets/33595240828051-config-parquet-and-info-credi-net-DomainPool-84773ef9/hub/datasets--credi-net--DomainPool/snapshots/1b473e3006a3019acdbe6ac38d8223df80042f9b/pool.csv (origin=hf://datasets/credi-net/DomainPool@1b473e3006a3019acdbe6ac38d8223df80042f9b/pool.csv)]
              
              Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)

Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.

MalwareWorld_dataset
string
domain
string
suspiciousIPs
98.91.205.65
suspiciousIPs
154.83.90.30
suspiciousIPs
47.112.96.136
suspiciousIPs
91.99.184.64
suspiciousIPs
13.92.156.165
suspiciousIPs
47.101.205.36
suspiciousIPs
102.134.50.72
suspiciousIPs
202.61.178.193
suspiciousIPs
23.249.25.105
suspiciousIPs
3.81.157.219
suspiciousIPs
140.99.243.154
suspiciousIPs
91.236.114.30
suspiciousIPs
47.108.135.124
suspiciousIPs
45.132.184.113
suspiciousIPs
103.155.162.82
suspiciousIPs
62.72.163.157
suspiciousIPs
34.85.27.176
suspiciousIPs
5.42.60.252
suspiciousIPs
35.180.66.181
suspiciousIPs
137.220.182.69
suspiciousIPs
202.61.146.63
suspiciousIPs
192.241.226.53
suspiciousIPs
223.26.59.29
suspiciousIPs
16.28.4.206
suspiciousIPs
104.148.45.200
suspiciousIPs
180.222.206.168
suspiciousIPs
23.230.244.115
suspiciousIPs
51.44.17.26
suspiciousIPs
31.56.84.83
suspiciousIPs
35.192.91.101
suspiciousIPs
18.202.28.131
suspiciousIPs
5.1.110.149
suspiciousIPs
94.20.251.73
suspiciousIPs
18.144.39.223
suspiciousIPs
95.47.149.8
suspiciousIPs
113.108.175.48
suspiciousIPs
43.243.75.133
suspiciousIPs
104.144.72.102
suspiciousIPs
51.34.111.91
suspiciousIPs
43.153.214.35
suspiciousIPs
16.24.105.180
suspiciousIPs
64.205.17.22
suspiciousIPs
41.71.247.66
suspiciousIPs
212.135.39.145
suspiciousIPs
103.1.40.246
suspiciousIPs
102.206.112.14
suspiciousIPs
45.196.97.199
suspiciousIPs
51.140.36.69
suspiciousIPs
66.70.176.93
suspiciousIPs
139.28.50.218
suspiciousIPs
31.58.28.196
suspiciousIPs
51.44.216.190
suspiciousIPs
165.245.187.248
suspiciousIPs
216.238.53.108
suspiciousIPs
45.202.76.46
suspiciousIPs
95.174.127.194
suspiciousIPs
18.228.117.22
suspiciousIPs
51.77.20.124
suspiciousIPs
18.231.196.24
suspiciousIPs
113.108.230.86
suspiciousIPs
84.247.186.11
suspiciousIPs
38.145.81.111
suspiciousIPs
31.134.1.231
suspiciousIPs
3.250.185.16
suspiciousIPs
45.43.58.167
suspiciousIPs
103.163.201.192
suspiciousIPs
89.213.63.78
suspiciousIPs
45.207.156.12
suspiciousIPs
3.36.89.59
suspiciousIPs
52.235.23.12
suspiciousIPs
31.99.5.207
suspiciousIPs
37.140.248.208
suspiciousIPs
209.248.3.117
suspiciousIPs
109.205.61.62
suspiciousIPs
23.226.33.96
suspiciousIPs
118.107.3.76
suspiciousIPs
172.105.104.236
suspiciousIPs
45.83.105.200
suspiciousIPs
18.208.188.113
suspiciousIPs
34.244.39.21
suspiciousIPs
104.164.49.13
suspiciousIPs
165.154.134.173
suspiciousIPs
103.228.246.200
suspiciousIPs
45.135.166.200
suspiciousIPs
68.168.20.130
suspiciousIPs
172.81.110.177
suspiciousIPs
89.116.88.191
suspiciousIPs
47.110.36.213
suspiciousIPs
113.108.98.117
suspiciousIPs
103.186.24.13
suspiciousIPs
64.188.83.74
suspiciousIPs
212.42.221.60
suspiciousIPs
31.43.236.244
suspiciousIPs
64.40.25.25
suspiciousIPs
104.131.122.155
suspiciousIPs
154.40.53.234
suspiciousIPs
209.137.163.7
suspiciousIPs
91.196.146.209
suspiciousIPs
38.110.230.191
suspiciousIPs
198.176.49.129
End of preview.

Dataset Card for domain-pool 0.1.1

domain-pool is a fine grained and cross-domain aggregate labelled set of 15,999,167 web domains.

These web domains have up to 11 features, including 5 grading axes:

  • Features:
    • year;
    • website category (e.g. news or adult);
    • country, or if applicable, perpetrator and / or target country (e.g. in the case of coordinated campaigns).
  • Scoring axes:
    • reliability (may be a continous, categorical or binary score);
    • factuality (same);
    • bias (may be continous or categorical);
    • popularity (as a rank). All domains also have the original data source indicated per label, along with their year to enable temporal analyses. A large part of these data sources are open-sources academic datasets, as well as sourced from fact-checking organisations, governmental or cybersecurity investigations, and more.

The full composition is provided below.

Dataset Overview

Label composition

Domain Features

These characterize the domain, with:

  • Year: of each dataset the domain was present in;
  • Type: the broader category the website belongs to (e.g. phishing or adult);
  • Country: the domain may have one country associated, or in certain cases (e.g. targeted campaigns), have a perpetrator and/or atarget country.

The prominent types are represented below:

Moreover, all datapoints and labels are timestamped. Most data (in terms of volume) is sourced from recent or regularly updated, as reflected in the 2026 prominence shown below:

Reliability

Reliability as a broad category encompasses three types of quantitative labels at different granularities:

  1. Continuous score ( n = ): these are numerical (float) on [0.0,1.0] that explicitly relates to the domain's reliability as assessed by expert fact-checkers (independent or academic).
  2. Binary ( n = ): a boolean flag ('(un)reliable') indicating broader reliability.
  3. 3-class ( n = ): same type of source and meaning, these span three levels: [low, medium, high].
  4. 6-class ( n = ): same, at a finer granularity.

More precisely,

Reliability (continuous)

Distribution:

Reliability (binary)

We have a third 'N/A'-like category, for 'providers', in the sense of domains that are not responsible for their content either becuase they are a social media platform, a media or file hosting service, or another platform of the likes.

We also look at agreement rates between the 10 largest datasets (for readability), where overlaps with fewer than 50 samples are not represented.

Reliability (3-class)

We also look at agreement rates between datasets:

Reliability (6-class)
Factuality (continuous)
Factuality (3-class)
Bias (continuous)
Bias (categorical)

Popularity metrics

The Pool has 3 types of popularity metric: iffy_rank, mbfc_rank and tranco_rank, from the datasets of the same name. Iffy and Tranco are relative ranking, while MBFC has traffic-relative categories:

Data sources

Some of the primary contributors to the dataset are:

  • UT1 by the University of Toulouse Capitole (41.5%),
  • The Tranco List (28.27%).
  • Blacklists (30.8%);
  • 50+ others with <10% each.

The full list:

Source Rows % of Total
UT1 6,644,316 41.5%
Tranco 4,944,640 30.9%
Blacklists 4,931,489 30.8%
Malicious and Benign Webpages (Train) 1,200,000 7.5%
Malicious URLs 651,191 4.1%
Benign & Malicious URLs 632,508 3.9%
Phish DB 496,442 3.1%
RADEK (Benign C) 436,811 2.7%
Malicious and Benign Webpages (Test) 361,934 2.3%
RADEK (Benign U) 360,708 2.3%
RADEK (Phishing) 164,425 1.0%
DNS Blocklists 142,877 0.89%
URL Phish 103,011 0.64%
RADEK (Malware) 100,809 0.63%
HOSTS (Adware & Malware) 82,622 0.52%
HOSTS (Porn) 76,721 0.48
URLHaus 75,180 0.47%
LegitPhish 63,984 0.40%
Phish Dataset 44,265 0.28%
domains-quality-ratings 11,520 0.07%
Meta Threat Reports 6,379 0.04%
HOSTS (Gambling) 6,027 0.04%
Redirection Domains 5,751 0.04%
MisinfoDomains 4,767 0.0298%
MBFC Ratings 4,497 0.0281%
Wikipedia (General) 3,935 0.0246%
Manual 2,323 0.0145%
HOSTS (Fake News) 2,186 0.0137%
Iffy Index 2,040 0.0128%
MBFC's Questionable List 1,883 0.0118%
FakeNewsNet 1,130 0.0071%
CheckThat! 1,067 0.0067%
Wikipedia (Campaigns) 844 0.0053%
Wikipedia (Miscellaneous) 832 0.0052%
Providers 708 0.0044%
Providers (Manual) 708 0.0044%
Wikipedia (Fake News) 461 0.0029%
Reliable Legal Resources 393 0.0025%
Zoznam 337 0.0021%
Politifact's Almenac 327 0.0020%
Reliable Health Resources 325 0.0020%
Dictionaries (Manual) 304 0.0019%
SD22 Approved Software List 263 0.0016%
Paperwall 123 0.0008%
NGO Report (UAE Blacklist) 100 0.0006%
NGO Report (Israel Blacklist) 99 0.0006%
NGO Report (Saudi Blacklist) 86 0.0005%
Wikipedia (II Actors) 65 0.0004%
Nelež 51 0.0003%
Tools (Manual) 48 0.0003%
C2 Domains 20 0.0001%
Hasbara Tracker 19 0.0001%
EDMO Hubs 16 0.0001%
NGO Report (Russia Blacklist) 4 0.0000%
  • Curated by the CrediNet organisation, which consists of a team of collaborators from the Complex Data Lab @ Mila - Quebec AI Institute, the University of Oxford, McGill University, Concordia University, UC Berkeley, University of Montreal, and AITHYRA.
  • Funding: This research was supported by the Engineering and Physical Sciences Research Council (EPSRC) and the AI Security Institute (AISI) grant: Towards Trustworthy AI Agents for Information Veracity and the EPSRC Turing AI World-Leading Research Fellowship No. EP/X040062/1 and EPSRC AI Hub No. EP/Y028872/1. This research was also enabled in part by compute resources provided by Mila (mila.quebec) and Compute Canada.

Data sources:

Downloads last month
110