tools for SOC analyst
Go to file
2024-06-22 15:11:01 +02:00
.gitignore First commit 2024-06-22 14:34:22 +02:00
config First commit 2024-06-22 14:34:22 +02:00
config.py First commit 2024-06-22 14:34:22 +02:00
dnschecker.py Rename file and class and print result 2024-06-22 15:11:01 +02:00
emailchecker.py First commit 2024-06-22 14:34:22 +02:00
hashing.py First commit 2024-06-22 14:34:22 +02:00
main.py Rename file and class and print result 2024-06-22 15:11:01 +02:00
README.md First commit 2024-06-22 14:34:22 +02:00
reports.py First commit 2024-06-22 14:34:22 +02:00
requirements.txt First commit 2024-06-22 14:34:22 +02:00
vt.py Rename file and class and print result 2024-06-22 15:11:01 +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