Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
parquet
Languages:
English
Size:
10M - 100M
Tags:
cybersecurity
License:
Create dataset_infos.json
Browse files- dataset_infos.json +35 -0
dataset_infos.json
ADDED
|
@@ -0,0 +1,35 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"with_dns": {
|
| 3 |
+
"description": "Subset with DNS resolution data (including TTL and IP addresses).",
|
| 4 |
+
"citation": "@misc{deepurlbench2025,\n author = {Deep Instinct Research Team},\n title = {DeepURLBench: A large-scale benchmark for URL classification},\n year = {2025},\n howpublished = {\\url{https://huggingface.co/datasets/DeepInstinct/DeepURLBench}}\n}",
|
| 5 |
+
"homepage": "https://huggingface.co/datasets/DeepInstinct/DeepURLBench",
|
| 6 |
+
"license": "cc-by-nc-4.0",
|
| 7 |
+
"features": {
|
| 8 |
+
"url": {"dtype": "string", "_type": "Value"},
|
| 9 |
+
"first_seen": {"dtype": "string", "_type": "Value"},
|
| 10 |
+
"TTL": {"dtype": "int32", "_type": "Value"},
|
| 11 |
+
"label": {"dtype": "string", "_type": "Value"},
|
| 12 |
+
"ip_address": {
|
| 13 |
+
"feature": {"dtype": "string", "_type": "Value"},
|
| 14 |
+
"_type": "Sequence"
|
| 15 |
+
}
|
| 16 |
+
},
|
| 17 |
+
"splits": {},
|
| 18 |
+
"download_size": 0,
|
| 19 |
+
"dataset_size": 0
|
| 20 |
+
},
|
| 21 |
+
"without_dns": {
|
| 22 |
+
"description": "Subset without DNS resolution data (only URL, label, and timestamp).",
|
| 23 |
+
"citation": "@misc{deepurlbench2025,\n author = {Deep Instinct Research Team},\n title = {DeepURLBench: A large-scale benchmark for URL classification},\n year = {2025},\n howpublished = {\\url{https://huggingface.co/datasets/DeepInstinct/DeepURLBench}}\n}",
|
| 24 |
+
"homepage": "https://huggingface.co/datasets/DeepInstinct/DeepURLBench",
|
| 25 |
+
"license": "cc-by-nc-4.0",
|
| 26 |
+
"features": {
|
| 27 |
+
"url": {"dtype": "string", "_type": "Value"},
|
| 28 |
+
"first_seen": {"dtype": "string", "_type": "Value"},
|
| 29 |
+
"label": {"dtype": "string", "_type": "Value"}
|
| 30 |
+
},
|
| 31 |
+
"splits": {},
|
| 32 |
+
"download_size": 0,
|
| 33 |
+
"dataset_size": 0
|
| 34 |
+
}
|
| 35 |
+
}
|