{% extends "base_.html" %} {% load tags %} {% block title %} ElJefe {% endblock %} {% block extrahead %} {% endblock %} {% block initializer %} {% endblock %} {% block content %} {% load tags %} {% if binary %}

Binary Information

{% if binary.data %} {% endif %} {% get_cuckoo_status as CUCKOO_FOUND %} {% if CUCKOO_FOUND %} {% else %} {% endif %}
Hostname{{binary.station.hostname}}
IP Address{{binary.station.ip_address}}
Full Path{{binary.file_path}}
Last Execution{{binary.last_execution}}
Binary MD5{{binary.binary_md5}}
Binary SHA1{{binary.binary_sha1}}
Binary SHA256{{binary.binary_sha256}}
Binary Size{{binary.filesize}}
Architecture{{binary.arch}}
Code Section SHA1{{binary.code_section_sha1}}
Code Entropy{{binary.entropy}}
Code Section
Comment
Request Binary Download {% else %} {% if binary.binary_requests %} File already added to the queue. {% else %} {% endif %}
Cuckoo Sandbox Analysis {% if binary.data %} {% if reports_count %} {% if task_id %} View Report {% else %} View Reports {% endif %} {% else %} No sandbox analysis has been done yet. {% endif %} {% if machines %}

{% else %} {% endif %} {% else %} First download the file in order to be able to analyze the binary. {% endif %}
Cuckoo doesn't seem to be installed on this machine.
CAMAL Sandbox Analysis
{%if sha1_base %}

The following stations have executed this binary (Binary SHA1 Based):

{%for item in name_base%} {%endfor%}
{{item.hostname}}{{item.ip_address}}
{%endif%}
{%if name_base %}

The following stations have executed this binary (Binary Name Based):

{%for item in name_base%} {%endfor%}
{{item.hostname}}{{item.ip_address}}
{%endif%}
{% endif %} {% endblock %}