mig/actions/scribe
Aaron Meihm 9278f7834d [doc] add an example scribe policy around CVE-2015-7547
This policy identifies systems that have an updated version of glibc
installed that also have an uptime that exceeds that specified in the
policy.
2016-02-19 11:12:51 -06:00
..
README.md [doc] add scribe rhsa/usn policies 2015-11-10 15:08:05 -05:00
glibc-CVE-2015-7547-noreboot-scribe.json [doc] add an example scribe policy around CVE-2015-7547 2016-02-19 11:12:51 -06:00
rhsa-2015.json [doc] update scribe example policies with new format 2016-01-22 15:37:21 -06:00
usn-2015.json [doc] update scribe example policies with new format 2016-01-22 15:37:21 -06:00

README.md

Scribe policies for vulnerability management

This folder contains Scribe policy files generated from the OpenVAS NVT datasets. The data is provided under the GPLv2 license.

  • rhsa-2015.json is generated from RHSA data for Red Hat systems in the NVT database.
  • usn-2015.json is generated from USN data for Ubuntu systems in the NVT database.

Run them like this:

$ mig scribe -t "environment->>'ident' LIKE 'Red%'" -path rhsa-2015.json -onlytrue -human
$ mig scribe -t "environment->>'ident' LIKE 'Ubuntu%'" -path usn-2015.json -onlytrue -human