Git Product home page Git Product logo

cve-analysis's Introduction

cve-analysis

Tools for conducting analysis of CVE data in Elasticsearch

Quckstart:

Download Elasticsearch and Kibana from elastic.co
The latest versions are fine.

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

Add the mapping.json file to Elasticsearch
curl -XPUT 'localhost:9200/cve-index?pretty' -H 'Content-Type: application/json' -d @cve-index.json

Run get-cve.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 first thing we have to do is create the index in Kibana. Click on Management (the gear icon on the left side). Then click "Index Patterns". In the textbox for name enter "cve-index". In the time field filter dropdown make sure "I don't want to use the Time Filter" is selected. Click create.

You should see an index listing 32 fields.

Now go back to Management. Click "Saved Objects". In the upper right of the screen you'll see "Import". First you need to import the cve-visualizations.json file, then the cve-dashboard.json file.

Now you should have some basic visualizations and a dashboard to look at. Happy hunting.

cve-analysis's People

Contributors

joshbressers avatar p4rs3r avatar

Watchers

 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.