Wanna cook?
METH(lab) is a software designed to analyze (explode content, submit attachment, search url, parse header etc via cortex ) all e-mails and the outcome (of the analysis) is displayed on a webpage.
This tool has been created several years ago to stop suspicious mails from getting into the SOC; the first version of METH could only carry out the following analysis:
Once these data had been collected, there was a score that could have been assessed by the analyst.
With the newest version, the analysis engine has been improved; instead of implementing each analysis engine, we have relied on Cortex (by The Hive Project) , standardazing the Application Programming Interface and using the already installed engines in Cortex (see this list).
Moreover, the Graphic User Interface has been entirely redeisgned to enhance its efficiency and to better track the activity (analysis assignment).
docker-compose up
docker-compose run --rm django python manage.py makemigrations
docker-compose run --rm django python manage.py migrate
docker-compose run --rm django python manage.py createsuperuser
docker-compose run --rm django python manage.py cortex_import
8001: meth gui
5432: postgres
5555: flower
6379: redis