The hardware and bandwidth for this mirror is donated by dogado GmbH, the Webhosting and Full Service-Cloud Provider. Check out our Wordpress Tutorial.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]dogado.de.

Introduction

# library(mitre)

Cyber security data sets

Explore cybersecurity standards

This is a basic example which shows you how to view shield tactics ids and names:

# shield.tactics[, c("id", "name")]

This example shows the distribution of vulnerability risk:

# hist(cve.nist$cvss3.score, 
#      main = "CVE risk distribution", xlab = "cvss3")

Standards network

This code shows you the type of nodes for each standard:

# mitrenet <- build_network(as_igraph = FALSE)
# table(mitrenet$nodes$type, mitrenet$nodes$group)

And the type of relationships:

# table(mitrenet$edges$label)

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.