Upload folder using huggingface_hub
Browse files- .gitattributes +1 -0
- README.md +95 -0
- cybersecurity_dataset.jsonl +3 -0
- thumbnail.png +3 -0
.gitattributes
CHANGED
|
@@ -57,3 +57,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 57 |
# Video files - compressed
|
| 58 |
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 59 |
*.webm filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 57 |
# Video files - compressed
|
| 58 |
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 59 |
*.webm filter=lfs diff=lfs merge=lfs -text
|
| 60 |
+
cybersecurity_dataset.jsonl filter=lfs diff=lfs merge=lfs -text
|
README.md
CHANGED
|
@@ -1,3 +1,98 @@
|
|
| 1 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
license: cc-by-4.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
language:
|
| 3 |
+
- en
|
| 4 |
+
tags:
|
| 5 |
+
- cybersecurity
|
| 6 |
+
- phishing
|
| 7 |
+
- malware
|
| 8 |
+
- spam-emails
|
| 9 |
+
- vulnerabilities
|
| 10 |
+
- intrusion-detection
|
| 11 |
+
- json
|
| 12 |
+
- synthetic-data
|
| 13 |
license: cc-by-4.0
|
| 14 |
+
size_categories:
|
| 15 |
+
- 100K-1M
|
| 16 |
+
task_categories:
|
| 17 |
+
- text-classification
|
| 18 |
+
- feature-extraction
|
| 19 |
+
- text-retrieval
|
| 20 |
+
- other
|
| 21 |
+
pretty_name: CyberSec Multi-Domain Dataset
|
| 22 |
+
multilinguality: monolingual
|
| 23 |
+
dataset_type: synthetic + open-source
|
| 24 |
+
|
| 25 |
---
|
| 26 |
+
**Creator:** Zain Nadeem
|
| 27 |
+
**Role:** Python Django Developer | Software Engineer | Prompt Engineer | Ethical Hacker
|
| 28 |
+
**License:** [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/)
|
| 29 |
+
**Records:** ~220,000
|
| 30 |
+
**Format:** JSONL
|
| 31 |
+
**Language:** English
|
| 32 |
+
|
| 33 |
+
---
|
| 34 |
+
|
| 35 |
+
## π Overview
|
| 36 |
+
|
| 37 |
+
The **CyberSec Multi-Domain Dataset** is a structured collection of synthetic and open-source cybersecurity data across five important domains. It is designed for building, testing, and benchmarking machine learning models in cybersecurity, threat intelligence, and automation systems.
|
| 38 |
+
|
| 39 |
+
This dataset helps researchers and developers simulate real-world cyber threat environments while ensuring data privacy.
|
| 40 |
+
|
| 41 |
+
---
|
| 42 |
+
|
| 43 |
+
## π Included Domains
|
| 44 |
+
|
| 45 |
+
| Domain | Description |
|
| 46 |
+
|----------------------|----------------------------------------------|
|
| 47 |
+
| **Phishing URLs** | Malicious URLs used in phishing attacks |
|
| 48 |
+
| **Malware Hashes** | SHA-256 hashes of known malware binaries |
|
| 49 |
+
| **CVE Vulnerabilities** | Common Vulnerabilities and Exposures (CVE) entries |
|
| 50 |
+
| **Scam Emails** | Spam and scam emails including headers/content |
|
| 51 |
+
| **Intrusion Logs** | Simulated intrusion alerts from NIDS systems |
|
| 52 |
+
|
| 53 |
+
---
|
| 54 |
+
|
| 55 |
+
## π File Structure
|
| 56 |
+
|
| 57 |
+
The dataset consists of five JSONL files:
|
| 58 |
+
|
| 59 |
+
- `phishing.json`
|
| 60 |
+
- `malware_hashes.json`
|
| 61 |
+
- `vulnerabilities.json`
|
| 62 |
+
- `scam_emails.json`
|
| 63 |
+
- `intrusion_logs.json`
|
| 64 |
+
|
| 65 |
+
Each file contains line-delimited JSON (`.jsonl`) where each line is a structured object related to its domain.
|
| 66 |
+
|
| 67 |
+
---
|
| 68 |
+
|
| 69 |
+
## π‘ Sample Entry
|
| 70 |
+
|
| 71 |
+
### π Intrusion Log Example
|
| 72 |
+
```json
|
| 73 |
+
{
|
| 74 |
+
"src_ip": "192.168.10.5",
|
| 75 |
+
"dst_ip": "10.0.0.7",
|
| 76 |
+
"protocol": "TCP",
|
| 77 |
+
"alert": "ET SCAN Potential SSH Scan",
|
| 78 |
+
"timestamp": "2025-06-18 13:01:22",
|
| 79 |
+
"label": "intrusion",
|
| 80 |
+
"domain": "intrusion"
|
| 81 |
+
}
|
| 82 |
+
|
| 83 |
+
|
| 84 |
+
π§ Use Cases
|
| 85 |
+
β
Train phishing or malware detection models
|
| 86 |
+
β
Develop spam and scam email classifiers
|
| 87 |
+
β
Test log analyzers and SIEM tools
|
| 88 |
+
β
Build security research prototypes
|
| 89 |
+
β
Train intrusion detection ML systems
|
| 90 |
+
β
Practice on synthetic but realistic cybersecurity data
|
| 91 |
+
|
| 92 |
+
π License
|
| 93 |
+
This dataset is released under the Creative Commons Attribution 4.0 International (CC BY 4.0).
|
| 94 |
+
Attribution is required: Zain Nadeem
|
| 95 |
+
|
| 96 |
+
π€ Contributions
|
| 97 |
+
If you'd like to contribute, improve, or collaborate, please reach out via Hugging Face or submit feedback through the dataset discussion tab.
|
| 98 |
+
|
cybersecurity_dataset.jsonl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3510ae4df9580460a54cd73ef8cfd029d9ecb0fbe9f3e2ed66a22d689f6e47f7
|
| 3 |
+
size 160382079
|
thumbnail.png
ADDED
|
|
Git LFS Details
|