Datasets:

Modalities:
Text
Formats:
parquet
ArXiv:
Libraries:
Datasets
Dask
License:
davanstrien HF staff commited on
Commit
d6816ae
·
verified ·
1 Parent(s): 1544692

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -1
README.md CHANGED
@@ -6,6 +6,8 @@ pretty_name: DeepURLBench
6
  ---
7
  # DeepURLBench Dataset
8
 
 
 
9
  This repository contains the dataset **DeepURLBench**, introduced in the paper **"A New Dataset and Methodology for Malicious URL Classification"** by Deep Instinct's research team.
10
 
11
  ## Dataset Overview
@@ -38,4 +40,18 @@ df = pd.DataFrame.from_parquet("directory")
38
  ```
39
  ## License
40
 
41
- This dataset is licensed under the [Creative Commons Attribution-NonCommercial 4.0 International License (CC BY-NC 4.0)](https://creativecommons.org/licenses/by-nc/4.0/). You are free to use, share, and adapt the dataset for non-commercial purposes, with proper attribution.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6
  ---
7
  # DeepURLBench Dataset
8
 
9
+ **note** README copied from source repo: https://github.com/deepinstinct-algo/DeepURLBench
10
+
11
  This repository contains the dataset **DeepURLBench**, introduced in the paper **"A New Dataset and Methodology for Malicious URL Classification"** by Deep Instinct's research team.
12
 
13
  ## Dataset Overview
 
40
  ```
41
  ## License
42
 
43
+ This dataset is licensed under the [Creative Commons Attribution-NonCommercial 4.0 International License (CC BY-NC 4.0)](https://creativecommons.org/licenses/by-nc/4.0/). You are free to use, share, and adapt the dataset for non-commercial purposes, with proper attribution.
44
+
45
+ ## Citation
46
+
47
+ ```bibtex
48
+ @misc{schvartzman2024newdatasetmethodologymalicious,
49
+ title={A New Dataset and Methodology for Malicious URL Classification},
50
+ author={Ilan Schvartzman and Roei Sarussi and Maor Ashkenazi and Ido kringel and Yaniv Tocker and Tal Furman Shohet},
51
+ year={2024},
52
+ eprint={2501.00356},
53
+ archivePrefix={arXiv},
54
+ primaryClass={cs.LG},
55
+ url={https://arxiv.org/abs/2501.00356},
56
+ }
57
+ ```