Dataset Viewer
The dataset viewer is not available for this dataset.
Unexpected token '<', "<html> <h"... is not valid JSON

Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.

cyber_MITRE_tactic_CTI_dataset_v16

This dataset contains procedural descriptions from the MITRE ATT&CK framework (v16, Enterprise version). Each entry includes a text column detailing a specific attack method, while the corresponding label indicates the tactic associated with the procedure. The dataset is designed for text classification tasks, aimed at identifying and categorizing attack behaviors based on the described methods.

Data Instances

An example looks as follows:

{'text': 'zwShell has established persistence by adding itself as a new service.',
 'label': '['TA0003:Persistence', 'TA0004:Privilege Escalation']'}

Data Fields

The data fields are the same among all configurations:

  • text (str): A procedure for an attack from MITRE.
  • label (str): Corresponding technique in MITRE ATT&CK v16 (enterprise).

Curation Process

Using the Dataset You can easily download and utilize the MITRE CTI with corresponding technique with Hugging Face's datasets library:

from datasets import load_dataset

# The entire dataset is available for use
dataset = load_dataset("sarahwei/Taiwanese-Minnan-Sutiau")
print(dataset)

Source Data

MITRE ATT&CK enterprise version 16

Downloads last month
11

Models trained or fine-tuned on sarahwei/cyber_MITRE_tactic_CTI_dataset_v16