{% include 'nav_bar.html' %}
{% include 'sidebars/sidebar_objects.html' %}
MISP MISP Exporter

Select a list of objects to export

Object Type
Object ID
Lvl
{% for obj_dict in to_export %} {% with obj_type=obj_dict['type'], obj_subtype=obj_dict['subtype'], obj_id=obj_dict['id'], obj_lvl=obj_dict['lvl'], input_uuid=obj_dict, obj_error=False%} {% include 'import_export/block_to_export_input.html' %} {% endwith %} {% endfor %}
{% for obj_dict in l_obj_invalid %} {% with obj_type=obj_dict['type'], obj_subtype=obj_dict.get('subtype', None), obj_id=obj_dict['id'], obj_lvl=obj_dict['lvl'], input_uuid=obj_dict, obj_error=True%} {% include 'import_export/block_to_export_input.html' %} {% endwith %} {% endfor %}
JSON Export 
{% include 'import_export/block_create_misp_event.html' %}
{% if misp_url %} MISP Event Created: {{ misp_url }} {% endif %}