| ID |
{{ sample.id }} |
| Filename |
{{ sample.filename }}
|
| Filenames |
{% for filename in sample.filenames %}
- {{ filename }}
{% endfor %}
|
| Filetype |
{{ sample.filetype }} |
| Mimetype |
{{ sample.mimetype }} |
| Size |
{{ sample.size }} |
{% if binary_exists == 0 %}
| MD5
|
{% else %}
MD5 |
{% endif %}
{{ sample.md5 }} |
| SHA1 |
{{ sample.sha1 }} |
| SHA256 |
{{ sample.sha256 }} |
| SSDeep |
{{ sample.ssdeep }} |
| Status
|
{{sample.status}}
|
{% with sectors=sample.sectors %}
{% include "sector_widget.html" %}
{% endwith %}
{% with sources=sample.source obj_id=sample.id obj_type=subscription.type %}
{% include "sources_listing_widget.html" %}
{% endwith %}
{% with releasability=sample.releasability %}
{% include 'releasability_list_widget.html' %}
{% endwith %}
{% include 'details_options_widget.html' %}
{% with bucket_list=sample.bucket_list %}
{% include 'bucket_list_widget.html' %}
{% endwith %}
{% with obj=sample obj_type=subscription.type %}
{% include 'tickets_listing_widget.html' %}
{% endwith %}
{% with hit=sample col=COL_SAMPLES %}
{% include 'campaigns_display_widget.html' %}
{% endwith %}
{% include 'relationships_listing_widget.html' %}
{% include 'objects_listing_widget.html' %}
{% include 'screenshot_widget.html' %}
{% include "comments_listing_widget.html" %}
{% with item=sample %}
{% include "services_analysis_section.html" with crits_type="Sample" identifier=sample.md5 %}
{% endwith %}
{% include 'samples_tools_widget.html' %}
{% include 'services_tab_tabs_widget.html' %}
{% endif %}
{% endblock %}
{% block javascript_includes %}
{% endblock %}