Skip to content

threathawkproject/enrichment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ThreatHawk Enrichment

Table of Contents

Installation

To install do the following

  • clone the repository
$ git clone https://github.com/threathawkproject/enrichment.git
  • install the dependencies go into the module
$ cd enrichment
  • install the dependencies via pip
$ pip install -r requirements.txt

How to run

Meilisearch

Running Meilisearch

  • Get docker image
$ docker pull getmeili/meilisearch:v0.30
  • run meilisearch
$ docker run -it --rm -p 7700:7700  -v ./meili_data:/meili_data getmeili/meilisearch:v0.30 meilisearch --env="development"

Enrichment module

To run the module do the following

  • go to src directory
$ cd src
  • run the follwoing command
$ uvicorn main:app --reload

About

Indicator enrichment through open-source tools

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published