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 |
{% if binary.data %}
Download
{% else %}
|
{% if binary.binary_requests %}
File already added to the queue.
{% else %}
{% endif %}
|
{% endif %}
{% get_cuckoo_status as CUCKOO_FOUND %}
Cuckoo Sandbox Analysis |
{% if CUCKOO_FOUND %}
{% 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 %}
|
{% else %}
Cuckoo doesn't seem to be installed on this machine. |
{% endif %}
CAMAL Sandbox Analysis |
|