• Stars
    star
    145
  • Rank 252,683 (Top 6 %)
  • Language
    JavaScript
  • License
    Apache License 2.0
  • Created over 4 years ago
  • Updated about 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

threatnote.io | Cyber Threat Intelligence Notebook

img

Getting Started

Check out the docs at https://docs.threatnote.io/ to get started!

Quick Start

First you'll want to clone the threatnote.io repo

$ git clone [email protected]:brianwarehime/threatnote.git 
$ cd threatnote/threatnote
$ cp env_example env
$ vi env (change the secret key)
$ add 0.0.0.0 local.docker to your /etc/hosts file
$ docker build . --tag threatnote 
$ docker-compose up

This will launch the following:

  • Flask app running threatnote.io listening on port 5000 (access http://local.docker:5000 to login)
  • Redis server to manage Redis workers
  • A Redis worker named enricher to manage the enrichment jobs

To stop threatnote.io, just run: $ docker-compose down

To login, use [email protected] and admin as your credentials

For a general overview of the product, check out https://threatnote.io