Package Documentation
Storm Package: synapse-mitre-cve
The following Commands are available from this package. This documentation is generated for version 1.3.1 of the package.
Storm Commands
This package implements the following Storm Commands.
mitre.cve.sync
Download and ingest CVE records from MITRE.
If the ingest is run with no --size argument
the CSV file will be deleted from the Axon upon completion.
Examples:
// Ingest all of the available CVE records
mitre.cve.sync
// Ingest CVE records and yield risk:vuln nodes
mitre.cve.sync --yield
Usage: mitre.cve.sync [options]
Options:
--help : Display the command usage.
--debug : Show verbose debug output.
--size <size> : Limit the number of results ingested to the given size.
--yield : Yield the newly created nodes.
Storm Modules
This package does not export any Storm APIs.