powered by
Extract common properties from attack pattern object (parsed with RJSONIO::fromJSON)
MapCommonproperties(attack.obj = NA, domain = NA)
list
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.common <- MapCommonproperties(attack.pattern) # }
Run the code above in your browser using DataLab