tools for SOC analyst
Go to file
2024-06-21 17:13:51 +02:00
reports/templates First commit 2024-06-18 21:46:23 +02:00
.gitignore First commit 2024-06-18 21:46:23 +02:00
config First commit 2024-06-18 21:46:23 +02:00
config.py Analyse hash and dns 2024-06-21 17:13:51 +02:00
dnsattacks.py Add DNS resolving 2024-06-19 21:27:39 +02:00
dnsinformations.py Analyse hash and dns 2024-06-21 17:13:51 +02:00
hashing.py Analyse hash and dns 2024-06-21 17:13:51 +02:00
main.py Analyse hash and dns 2024-06-21 17:13:51 +02:00
README.md First commit 2024-06-18 21:46:23 +02:00
reports.py First commit 2024-06-18 21:46:23 +02:00
requirements.txt First commit 2024-06-18 21:46:23 +02:00
tunneling.py First commit 2024-06-18 21:46:23 +02:00
vt.py Analyse hash and dns 2024-06-21 17:13:51 +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