tools for SOC analyst
Go to file
2024-07-02 09:12:12 +02:00
tests Add MAC report 2024-07-02 09:12:12 +02:00
.gitignore First commit 2024-06-22 17:45:40 +02:00
config.py First commit 2024-06-22 17:45:40 +02:00
dnschecker.py First commit 2024-06-22 17:45:40 +02:00
emailchecker.py First commit 2024-06-22 17:45:40 +02:00
hashing.py First commit 2024-06-22 17:45:40 +02:00
macchecker.py Add MAC report 2024-07-02 09:12:12 +02:00
main.py Add MAC report 2024-07-02 09:12:12 +02:00
oui.txt Add MAC report 2024-07-02 09:12:12 +02:00
README.md First commit 2024-06-22 17:45:40 +02:00
reports.py First commit 2024-06-22 17:45:40 +02:00
requirements.txt First commit 2024-06-22 17:45:40 +02:00
vt.py First commit 2024-06-22 17:45:40 +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