Read MITRE CTI Repository files related to malware and tool, extract data, map variables from STIX to ATT&CK model and return tidy data.frame.
parseAttckmodel.soft(
domain = sample(c("pre-attack", "ics-attack", "enterprise-attack", "mobile-attack"),
1),
verbose = TRUE
)
must be "pre-attack", "enterprise-attack" or "mobile-attack"
default is FALSE
data.frame