Coder Social home page Coder Social logo

chef-vulnpryer's Introduction

Build Status

vulnpryer-cookbook

Deploys the VulnPryer suite.

Supported Platforms

  • Ubuntu-12
  • Ubuntu-14
  • CentOS
  • Amazon Linux

Attributes

Key Type Description Default
['vulnpryer']['config']['s3']['aws_access_key_id'] String AWS Access Key to Post to S3 (will use IAM role creds if nil) nil
['vulnpryer']['config']['s3']['aws_secret_access_key_id'] String AWS Secret Key to Post to S3 (will use IAM role creds if nil) nil

Usage

vulnpryer::datadrive

Include vulnpryer in your node's run_list:

{
  "run_list": [
    "recipe[vulnpryer::datadrive]"
  ]
}
  • Creates data path for Mongo instance
  • Mounts EBS volume to data location

vulnpryer::default

Include vulnpryer in your node's run_list:

{
  "run_list": [
    "recipe[vulnpryer::default]"
  ]
}
  • Creates VulnDB user and group
  • Creates AWS credential file if specified (defaults to IAM role if nil)
  • Installs python dependencies
  • Installs vulnpryer tool chain
  • Configures vulnpryer configuration file

vulnpryer::mount_snapshot

Create data directory for the VulnDB MongoDB and mount an EBS volume created from a static snapshot. This recipe is intended to be used in place of datadrive for exploratory data analysis of the VulnDB database instead of updating the Mongo VulnDB repository.

{
  "run_list": [
    "recipe[vulnpryer::mount_snapshot]"
  ]
}
  • Creates data path for Mongo instance
  • Creates an EBS volume from a snapshot and mounts it to the data location

vulnpryer::run_immediate

Immediately run the vulnpryer.py wrapper script.

{
  "run_list": [
    "recipe[vulnpryer::default]"
  ]
}

### vulnpryer::schedule

Include `vulnpryer` in your node's `run_list`:

```json
{
  "run_list": [
    "recipe[vulnpryer::schedule]"
  ]
}
  • Schedules daily updates from VulnDB
  • Schedules weekly TRL updates

License and Authors

Author:: David F. Severski ([email protected])

chef-vulnpryer's People

Contributors

davidski avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.