UUID | {{metadata['uuid']}} |
---|---|
Creator | {{metadata['user_creator']}} |
Tags | {% for tag in metadata['tags'] %} {{ tag }} {% endfor %} |
Date | {{metadata['date']}} |
Threat Level | {{metadata['threat_level']}} |
Analysis | {{metadata['analysis']}} |
Info | {{metadata['info']}} |
# Objects | {{metadata['nb_objects']}} |
Timestamp | {{metadata['timestamp']}} |
Last change | {{metadata['last_change']}} |
Type | Id | Tags | Comment | ||
---|---|---|---|---|---|
{% with style=object['icon']['style'], icon=object['icon']['icon'] , color=object['icon']['color'] %} {% include 'objects/obj_svg_block.html' %} {% endwith %} {{ object['type']}} | {% if object['subtype'] %} {{ object['subtype']}} {% endif %} | {{ object['id']}} | {% for tag in object['tags'] %} {{ tag }} {% endfor %} | {% if 'comment' in object %} {{ object['comment']}} {% endif %} |