tools for SOC analyst
| tests | ||
| .gitignore | ||
| config.py | ||
| dnschecker.py | ||
| emailchecker.py | ||
| hashing.py | ||
| macchecker.py | ||
| main.py | ||
| oui.txt | ||
| README.md | ||
| reports.py | ||
| requirements.txt | ||
| vt.py | ||
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