{% load url from future %}
Relationship | Filename | Mimetype | Size | Backdoor(v)[C] | CVE | Analyst | Date | Confidence | |
---|---|---|---|---|---|---|---|---|---|
{{ rel.relationship }} | {{ rel.filename }} | {{ rel.mimetype }} | {{ rel.size }} |
{% if rel.backdoor.name %}
{{ rel.backdoor.name }}{% if rel.backdoor.version %}({{rel.backdoor.version}}){% endif %}
{% endif %}
{% if rel.campaign %}[
{% for campaign in rel.campaign %}
{% if campaign.confidence == 'low' %}
{% elif campaign.confidence == 'medium' %}
{% elif campaign.confidence == 'high' %}
{% endif %}
{{ campaign.name }}
{% if not forloop.first and not forloop.last %}
{% endif %} {% endfor %} ]{%endif %} |
{% for exploit in rel.exploit %}
{{ exploit.cve }} {% endfor %} |
{{rel.analyst}} | {{rel.relationship_date|date:"Y-m-d H:i:s"}} | {{ rel.rel_confidence }} |
Relationship Date:
{% if rel.relationship_date != '' %}
{{ rel.relationship_date }}
{% else %}
None
{% endif %}
{% if source_add %}
{% endif %}
Forge Date: {{ rel.date|date:"Y-m-d" }}
Reason:
{% if rel.rel_reason != null and rel.rel_reason != '' %}
{{ rel.rel_reason }}
{% else %}
N/A
{% endif %}
|