Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
parquet
Languages:
English
Size:
10M - 100M
Tags:
cybersecurity
License:
File size: 1,692 Bytes
583a9e4 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 | {
"with_dns": {
"description": "Subset with DNS resolution data (including TTL and IP addresses).",
"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}",
"homepage": "https://huggingface.co/datasets/DeepInstinct/DeepURLBench",
"license": "cc-by-nc-4.0",
"features": {
"url": {"dtype": "string", "_type": "Value"},
"first_seen": {"dtype": "string", "_type": "Value"},
"TTL": {"dtype": "int32", "_type": "Value"},
"label": {"dtype": "string", "_type": "Value"},
"ip_address": {
"feature": {"dtype": "string", "_type": "Value"},
"_type": "Sequence"
}
},
"splits": {},
"download_size": 0,
"dataset_size": 0
},
"without_dns": {
"description": "Subset without DNS resolution data (only URL, label, and timestamp).",
"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}",
"homepage": "https://huggingface.co/datasets/DeepInstinct/DeepURLBench",
"license": "cc-by-nc-4.0",
"features": {
"url": {"dtype": "string", "_type": "Value"},
"first_seen": {"dtype": "string", "_type": "Value"},
"label": {"dtype": "string", "_type": "Value"}
},
"splits": {},
"download_size": 0,
"dataset_size": 0
}
} |