Learn R Programming

mitre (version 0.6.0)

parseAttck.Techniques: Read MITRE CTI Repository browsing domain directories to extract data from attack-pattern files, map variables from STIX to ATT&CK model and return tidy data.frame with Technique variables.

Description

Read MITRE CTI Repository browsing domain directories to extract data from attack-pattern files, map variables from STIX to ATT&CK model and return tidy data.frame with Technique variables.

Usage

parseAttck.Techniques(verbose = TRUE)

Arguments

verbose

default is FALSE

Value

data.frame

Examples

Run this code
# NOT RUN {
df.techniques <- parseAttck.Techniques()
# }

Run the code above in your browser using DataLab