Datasets:
Tasks:
Question Answering
Modalities:
Text
Formats:
csv
Languages:
English
Size:
10K - 100K
License:
Update README.md
Browse files
README.md
CHANGED
@@ -6,4 +6,10 @@ language:
|
|
6 |
- en
|
7 |
size_categories:
|
8 |
- 10K<n<100K
|
9 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6 |
- en
|
7 |
size_categories:
|
8 |
- 10K<n<100K
|
9 |
+
---
|
10 |
+
|
11 |
+
This dataset is a specialized resource designed for training and evaluating question-answering models in the context of Cyber Threat Intelligence (CTI), specifically targeting the identification of tactics and techniques based on natural language descriptions of cyber-attacks. The dataset is derived from the MITRE ATT&CK framework (version 15) and contains annotated pairs of sentences and their corresponding tactics and techniques. The primary goal is to assist automated systems in understanding and categorizing cyber-attack behaviors by mapping real-world attack descriptions to the appropriate tactics and techniques.
|
12 |
+
|
13 |
+
### Dataset Overview:
|
14 |
+
- Source: [MITRE ATT&CK framework (v15)](https://attack.mitre.org/versions/v15/) for representing adversary behavior, tactics, and techniques.
|
15 |
+
- Format: Each entry in the dataset consists of a natural language sentence that describes a cyber attack or tactic, along with annotations identifying the relevant tactic(s) and technique(s) from the ATT&CK matrix.
|