Extract Technique properties from attack pattern object (parsed with RJSONIO::fromJSON)
MapTechniques(attack.pattern = NA, domain = NA)
list based on STIX
must be "pre-attack", "enterprise-attack" or "mobile-attack"
data.frame compliant with CTI USAGE document
# NOT RUN {
sf <- "https://github.com/mitre/cti/raw/master/<domain>/<object>/<file>.json"
attack.pattern <- RJSONIO::fromJSON(sf)
df.ent.tech <- MapTechniques(attack.pattern, "enerprise-attack")
# }
Run the code above in your browser using DataLab