tools for SOC analyst
Go to file
2024-07-02 09:12:58 +02:00
tests First commit 2024-07-02 09:12:58 +02:00
.gitignore First commit 2024-07-02 09:12:58 +02:00
config.py First commit 2024-07-02 09:12:58 +02:00
dnschecker.py First commit 2024-07-02 09:12:58 +02:00
emailchecker.py First commit 2024-07-02 09:12:58 +02:00
hashing.py First commit 2024-07-02 09:12:58 +02:00
macchecker.py First commit 2024-07-02 09:12:58 +02:00
main.py First commit 2024-07-02 09:12:58 +02:00
oui.txt First commit 2024-07-02 09:12:58 +02:00
README.md First commit 2024-07-02 09:12:58 +02:00
reports.py First commit 2024-07-02 09:12:58 +02:00
requirements.txt First commit 2024-07-02 09:12:58 +02:00
vt.py First commit 2024-07-02 09:12:58 +02:00

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