powered by
Extract Tactic properties from x-mitre-tactic object (parsed with RJSONIO::fromJSON)
MapTactics(x.mitre.tactic = 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" x.mitre.tactic <- RJSONIO::fromJSON(sf) df.ent.tact <- MapTactics(x.mitre.tactic, "enerprise-attack") # }
Run the code above in your browser using DataLab