tools for SOC analyst
Go to file
2024-06-22 17:45:12 +02:00
.gitignore Add emailchecker 2024-06-22 17:45:12 +02:00
config.py Add project name variable 2024-06-22 15:13:39 +02:00
dnschecker.py Rename file and class and print result 2024-06-22 15:11:01 +02:00
emailchecker.py Add emailchecker 2024-06-22 17:45:12 +02:00
hashing.py First commit 2024-06-22 14:34:22 +02:00
main.py Add emailchecker 2024-06-22 17:45:12 +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