-
- Downloads
Update of misp.py converter
MISP to IDEA converted moved to class MispToIdea, some semantic conversion fixes (Email in Source is array etc.). Now using RSIT and ECSIRT taxonomy, mapping table can be found in 'category_to_taxonomy' variable. Added support of custom objects, which were defined for IDEA to MISP conversion. Conversion can be made by calling method to_idea on MispToIdea instance. Also IDEA to MISP conversion finished and placed to IdeaToMisp class. Conversion is using custom object templates, which can be found in /misp_object_templates. Conversion can be made by calling method to_misp on IdeaToMisp instance. Added custom object templates to /misp_object_templates. Their name will probably change in the future.
Showing
- idea/misp.py 538 additions, 288 deletionsidea/misp.py
- misp_object_templates/attach/definition.json 121 additions, 0 deletionsmisp_object_templates/attach/definition.json
- misp_object_templates/source/definition.json 104 additions, 0 deletionsmisp_object_templates/source/definition.json
- misp_object_templates/target/definition.json 104 additions, 0 deletionsmisp_object_templates/target/definition.json
Loading
Please register or sign in to comment