Taxonomy of Death Possibilities
This project is part of the class of Threat Intelligence of the Master 2, SSI, in the UFR-MIM in Metz. The goal of this project is to collect existing datas to create a taxonomy or a galaxy in the MISP repository, to enable the possibility to use later on this taxonomy while using MISP. For this Project, we decided to create a taxonomy dealing with the death possibilities, in the purpose of an integration in MISP.
Usage of the website http://www.wolfbane.com/icd/index.html for the Death Possibilities (International List of Causes of Death and Diseases)
Copy of the data on a text File, then usage of the sed command
sed 's/ /¤ /' Filename.txt > OutputFilename.txt
Usage of the awk script separator.awk to organise the datas (result in CauseOfDeathTrier.txt)
Usage of the awk script createJsonFormat.awk to create the Json file in the MISP format (DeathPossibilitiesTaxonomy.json)
- Creating a MISP Formated Json
- Verifying if the format is working
- Validation by the MISP team in charge of project
- Integration to the MISP project
- End of project
- Jordan FABERT : https://github.com/JordanFabert
- Damien MOLLIERE : https://github.com/M2O2
- Alexandre DULAUNOY : https://github.com/adulau
- Raphaël VINOT : https://github.com/Rafiot
