Learn R Programming

mitre (version 0.6.0)

parseAttck.Tactics: Read MITRE CTI Repository browsing domain directories to extract data from x-mitre-tactic files, map variables from STIX to ATT&CK model and return tidy data.frame with Tactic variables.

Description

Read MITRE CTI Repository browsing domain directories to extract data from x-mitre-tactic files, map variables from STIX to ATT&CK model and return tidy data.frame with Tactic variables.

Usage

parseAttck.Tactics(verbose = TRUE)

Arguments

verbose

default is FALSE

Value

data.frame

Examples

Run this code
# NOT RUN {
df.tactics <- parseAttck.Tactics()
# }

Run the code above in your browser using DataLab