Description Usage Arguments Value Examples
View source: R/validate-techniques.R
Validate Techniques strings against MITRE authoritative source
1 2 3 4 5 6 | validate_techniques(
techniques,
matrix = c("enterprise", "mobile", "pre"),
ignore_case = FALSE,
na_rm = TRUE
)
|
matrix |
which matrix to use when validating? |
ignore_case |
if |
na_rm |
remove NA's before comparing? |
tactics |
a character vector of tactic strings to validate. |
TRUE
if all tactics validate, otherwise FALSE
with messages
identifying the invalid tactics.
1 2 | validate_techniques("persistence")
validate_techniques(c("persistence", "Persistence", "Persistance"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.