data source
Browse files
README.md
CHANGED
@@ -26,4 +26,78 @@ tags:
|
|
26 |
- DGA
|
27 |
size_categories:
|
28 |
- 100M<n<1B
|
29 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
26 |
- DGA
|
27 |
size_categories:
|
28 |
- 100M<n<1B
|
29 |
+
---
|
30 |
+
|
31 |
+
## Datasets Overview
|
32 |
+
The dataset URLs and Domain Names are collected from the following sources:
|
33 |
+
### mC4
|
34 |
+
- **Description**: The Multilingual Colossal Common Crawl Corpus (mC4) is a cleaned version of the Common Crawl's web corpus, curated by the Allen Institute for Artificial Intelligence. It contains approximately 170 million URLs.
|
35 |
+
- **Source**: [mC4 Dataset on Hugging Face](https://huggingface.co/datasets/legacy-datasets/mc4)
|
36 |
+
|
37 |
+
### falcon-refinedweb
|
38 |
+
- **Description**: An English large-scale dataset curated for large language model pre-training, compiled from CommonCrawl using strict filtering and extensive deduplication. It contains around 128 million URLs.
|
39 |
+
- **Source**: [Falcon-RefinedWeb](https://huggingface.co/datasets/legacy-datasets/falcon-refinedweb)
|
40 |
+
|
41 |
+
### CBA Web tracking datasets
|
42 |
+
- **Description**: Compiled by the Broadband Communications Systems and Architectures Research Group, this dataset contains 76 million URLs and 1.5 million domain names focused on web tracking.
|
43 |
+
- **Source**: [CBA Web Tracking Datasets](https://cba.upc.edu/downloads/category/29-web-tracking-datasets#)
|
44 |
+
|
45 |
+
### Tranco top 1M
|
46 |
+
- **Description**: A dataset of top 1M domain names, compiled and ranked by Tranco.
|
47 |
+
- **Source**: [Tranco List](https://tranco-list.eu/)
|
48 |
+
|
49 |
+
### UTL_DGA22
|
50 |
+
- **Description**: A Domain Generation Algorithm (DGA) botnet dataset containing 4.3 million entries from 76 DGA families.
|
51 |
+
- **Source**: Citation needed for the dataset source.
|
52 |
+
|
53 |
+
### UMUDGA
|
54 |
+
- **Description**: A dataset for profiling DGA-based botnets, consisting of 30 million manually labeled DGA entries.
|
55 |
+
- **Source**: Citation needed for the dataset source.
|
56 |
+
|
57 |
+
## Citation
|
58 |
+
Please cite the following papers when using these datasets:
|
59 |
+
|
60 |
+
```bibtex
|
61 |
+
@article{2019t5,
|
62 |
+
title={Exploring the Limits of Transfer Learning with a Unified Text-to-Text Transformer},
|
63 |
+
author={Colin Raffel and Noam Shazeer and Adam Roberts and Katherine Lee and Sharan Narang and Michael Matena and Yanqi Zhou and Wei Li and Peter J. Liu},
|
64 |
+
journal={Journal of Machine Learning Research},
|
65 |
+
year={2020},
|
66 |
+
url={https://jmlr.org/papers/v21/20-074.html}
|
67 |
+
}
|
68 |
+
|
69 |
+
@article{refinedweb,
|
70 |
+
title={Refining Large-Scale Web Datasets Using Deep Learning and Human Review},
|
71 |
+
author={Lastname, Firstname},
|
72 |
+
journal={Journal Title},
|
73 |
+
year={Year},
|
74 |
+
url={https://someurl.com}
|
75 |
+
}
|
76 |
+
|
77 |
+
@inproceedings{pochat2018tranco,
|
78 |
+
title={Tranco: A Research-Oriented Top Sites Ranking Hardened Against Manipulation},
|
79 |
+
author={Victor Le Pochat and Tom Van Goethem and Samaneh Tajalizadehkhoob and Maciej Korczyński and Wouter Joosen},
|
80 |
+
booktitle={Network and Distributed System Security Symposium},
|
81 |
+
year={2019},
|
82 |
+
url={https://www.ndss-symposium.org/ndss-paper/auto-draft-15/}
|
83 |
+
}
|
84 |
+
|
85 |
+
@article{tuan2023utldga22,
|
86 |
+
title={UTL_DGA22: A Comprehensive Dataset for Domain Generation Algorithm Detection},
|
87 |
+
author={Author Name},
|
88 |
+
journal={Journal Name},
|
89 |
+
year={2023},
|
90 |
+
url={https://anotherurl.com}
|
91 |
+
}
|
92 |
+
|
93 |
+
@article{ZAGO2020105400,
|
94 |
+
title={UMUDGA: A Dataset for Profiling DGA-Based Botnets},
|
95 |
+
author={Zago, Matteo},
|
96 |
+
journal={Computers & Security},
|
97 |
+
year={2020},
|
98 |
+
volume={92},
|
99 |
+
pages={101540},
|
100 |
+
publisher={Elsevier},
|
101 |
+
doi={10.1016/j.cose.2020.101540}
|
102 |
+
}
|
103 |
+
```
|