1180330b08f66ac61a44b0f1d12452fa14a1f9c1
Introduction
This tool can help SOC analyst to identify any threat
Implementation
First, you should create a virtualenv:
$ virtualenv ~/venv/baoSOC
$ source ~/venv/baoSOC/bin/activate
And install all packages the tool need:
$ pip install -r requirements.txt
Description
Languages
Python
100%