jason-oneal commited on
Commit
0d9be9d
·
verified ·
1 Parent(s): c2b301a

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +108 -0
README.md ADDED
@@ -0,0 +1,108 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ ---
3
+ title: Mitre STIX & CVE + ExploitDB Alpaca
4
+ tags:
5
+ - cybersecurity
6
+ - penetration-testing
7
+ - vulnerabilities
8
+ - exploit-database
9
+ - cve
10
+ - mitre
11
+ - nvd
12
+ - stix
13
+ - attack-patterns
14
+ - machine-learning
15
+ license: mit
16
+ dataset_infos:
17
+ - name: Mitre STIX & CVE + ExploitDB Alpaca Dataset
18
+ description: |
19
+ The **Mitre STIX & CVE + ExploitDB Alpaca Dataset** is designed to assist with penetration testing, vulnerability research, and exploitation training. It includes enriched data from various sources such as MITRE CVE, ExploitDB, and STIX, which are used for generating training data for models focused on cybersecurity, CVE vulnerabilities, and exploit techniques.
20
+
21
+ The dataset consists of:
22
+ - **CVE Entries**: Descriptions and metadata for known vulnerabilities from MITRE's CVE dataset.
23
+ - **ExploitDB**: Associated exploits for CVEs, including code snippets and descriptions.
24
+ - **STIX Patterns**: MITRE ATT&CK techniques, attack patterns, and tactics for cybersecurity professionals.
25
+ - **NVD & OTX Enrichments**: Metadata about CVEs from the National Vulnerability Database (NVD) and AlienVault's OTX platform.
26
+ citation: |
27
+ @misc{mitre-stix-cve-exploitdb-dataset-alpaca,
28
+ author = {Your Name},
29
+ title = {Mitre STIX & CVE + ExploitDB Alpaca Dataset},
30
+ year = {2025},
31
+ url = {https://huggingface.co/datasets/jason-oneal/mitre-stix-cve-exploitdb-dataset-alpaca}
32
+ }
33
+ license: mit
34
+ homepage: https://huggingface.co/datasets/jason-oneal/mitre-stix-cve-exploitdb-dataset-alpaca
35
+ features:
36
+ - text: string
37
+ size: large
38
+ structure: JSONL
39
+ format: text
40
+ version: 1.0.0
41
+ download_size: large
42
+ processed_size: large
43
+ languages:
44
+ - en
45
+ contact:
46
47
+ github: https://github.com/jason-allen-oneal
48
+ acknowledgements: |
49
+ We would like to thank the contributors of the MITRE CVE dataset, ExploitDB, and STIX for providing the data that powers this dataset.
50
+ ---
51
+
52
+ # Mitre STIX & CVE + ExploitDB Alpaca Dataset
53
+
54
+ ## Description
55
+
56
+ The **Mitre STIX & CVE + ExploitDB Alpaca Dataset** is designed to assist with penetration testing, vulnerability research, and exploitation training. It includes enriched data from various sources such as MITRE CVE, ExploitDB, and STIX, which are used for generating training data for models focused on cybersecurity, CVE vulnerabilities, and exploit techniques.
57
+
58
+ The dataset consists of:
59
+ - **CVE Entries**: Descriptions and metadata for known vulnerabilities from MITRE's CVE dataset.
60
+ - **ExploitDB**: Associated exploits for CVEs, including code snippets and descriptions.
61
+ - **STIX Patterns**: MITRE ATT&CK techniques, attack patterns, and tactics for cybersecurity professionals.
62
+ - **NVD & OTX Enrichments**: Metadata about CVEs from the National Vulnerability Database (NVD) and AlienVault's OTX platform.
63
+
64
+ ## Structure
65
+
66
+ The dataset is in JSONL format with the following fields:
67
+ - **text**: A string of text formatted as an instruction and output pair for training a model.
68
+ - The instruction may ask about a CVE or an exploit.
69
+ - The output provides detailed information about the CVE, exploit code, and related enrichment data.
70
+
71
+ ## Usage
72
+
73
+ This dataset can be used for training models in penetration testing tools, automated vulnerability analysis, and generating cybersecurity reports.
74
+
75
+ ### Example Entry
76
+
77
+ ```json
78
+ {
79
+ "instruction": "Explain CVE-2021-34527 and related exploits.", input: "", "output": "CVE-2021-34527 is a critical vulnerability in the Windows Print Spooler service, allowing remote code execution. ...
80
+
81
+ ---
82
+ {NVD Data}
83
+
84
+ ---
85
+ {OTX Data}
86
+ Exploit: The exploit leverages a buffer overflow in the Print Spooler..."
87
+ }```
88
+
89
+ ## License
90
+
91
+ This dataset is released under the MIT License. Feel free to use, modify, and share this dataset in accordance with the license.
92
+
93
+ ## Citation
94
+
95
+ If you use this dataset in your research or work, please cite it as follows:
96
+ @misc{mitre-stix-cve-exploitdb-dataset-alpaca,
97
+ author = {Your Name},
98
+ title = {Mitre STIX & CVE + ExploitDB Alpaca Dataset},
99
+ year = {2025},
100
+ url = {https://huggingface.co/datasets/jason-oneal/mitre-stix-cve-exploitdb-dataset-alpaca}
101
+ }
102
+ ## Contact
103
+
104
+ For any inquiries, please contact your email or GitHub.
105
+
106
+ ## Acknowledgements
107
+
108
+ We would like to thank the contributors of the MITRE CVE dataset, ExploitDB, and STIX for providing the data that powers this dataset.