Giter VIP home page Giter VIP logo

cve-analysis's Introduction

cve-analysis

Tools for conducting analysis of CVE data in Elasticsearch

Quick Start:

cd into the docker directory. Then run docker-compose up

This will take a while to run as all the NVD data is downloaded and loaded into Elasticsearch.

You should be able to access Kibana on http://localhost:5601

This also loads a basic dashboard into Kibana

Less Quick Start

Download Elasticsearch and Kibana from elastic.co You will need version 7 or above

Start them (basically ./bin/elasticsearch and ./bin/kibana from the respective directories).

Run get-cve-json.sh to download the CVE data from NVD
Run update-es.sh to import the CVE data into Elasticsearch

You rerun the above commands to update your data whenever needed.

Now navigate your web browser to http://localhost:5601

The script honors two environment variables ESURL which should be your Elasticsearch URL. For example

export ESURL='https://username:password@somehost:9200'

And the ESCERT which you should point at the ca.crt generated by Elasticsearch if TLS is enabled (which it is in 8.0 and above)

export ESCERT=/some/path/certs/ca/ca.crt

cve-analysis's People

Contributors

joshbressers avatar p4rs3r avatar larbibaraka 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.