{% if source_url %} {% endif %} {% if file.cape_type %} {% endif %} {% if file.type %} {% endif %} {% if file.guest_paths and tab_name == "dropped" %} {% endif %} {% if file.module_path and file.process_path != file.module_path %} {% endif %} {% if file.cape_type_code == 8 or file.cape_type_code == 9 %} {% endif %} {% if file.cape_type_code == 5 %} {% endif %} {% if file.cape_type_code == 3 or file.cape_type_code == 4 %} {% else %} {% if file.process_name %} {% endif %} {% if file.pid %} {% endif %} {% if file.process_path %} {% endif %} {% endif %} {% if file.timestamp %} {% endif %} {% if file.sha3_384 %} {% endif %} {% if file.rh_hash %} {% endif %} {% if file.tlsh %} {% endif %} {% if file.clamav %} {% endif %} {% if file.yara %} {% endif %} {% if file.cape_yara %} {% endif %} {% if file.trid %} {% endif %} {% if file.die %} {% endif %} {% if file.dropdir %} {% else %} {% endif %} {% if file.flare_capa %}
{% endif %} {# {% if graphs.vba2graph.content|getkey:file.sha256 %} {% endif %} #} {% if file.virustotal %} {% endif %} {% if file.strings %} {% endif %} {% if file.data %} {% endif %} {% if file.decoded_files %} {% endif %} {% if file.extracted_files %}
{% endif %} {# {% if file.pe %}
{% include "generic/_pe.html" %}

{% endif %} {% if file.dotnet %}
{% include "generic/_dotnet.html" %}

{% endif %} {% if file.pdf %}
{% include "generic/_pdf.html" %}

{% endif %} {% if file.lnk %}
{% include "generic/_lnk.html" %}

{% endif %} {% if file.java %}
{% include "generic/_java.html" %}

{% endif %} {% if file.office %}
{% include "generic/_office.html" %}

{% endif %} {% if file.office.XLMMacroDeobfuscator %}
{% include "generic/_xlmmacro.html" %}

{% endif %} {% if file.floss %}
{% include "generic/_floss.html" %}

{% endif %} {% if graphs.bingraph.content|getkey:file.sha256 %}

{% endif %} #}
File downloaded from {{source_url|escape}}
Type {{file.cape_type}}
Filename {% for name in file.name|str2list %}
{{name|safe}}
{% endfor %}
File Type {{file.type}}
Associated Filenames {% for path in file.guest_paths|str2list %}
{{path}}
{% endfor %}
File Size {{file.size}} bytes
Module Path {{file.module_path}}
Virtual Address {{file.virtual_address}}
Section Handle {{file.section_handle}}
Target Process {{file.target_process}}
Target PID {{file.target_pid}}
Target Path {{file.target_path}}
Injecting Process {{file.process_name}}
Injecting PID {{file.pid}}
Path {{file.process_path}}
Process {{file.process_name}}
PID {{file.pid}}
Path {{file.process_path}}
PE timestamp {{file.timestamp}}
MD5 {{file.md5}}
SHA1 {{file.sha1}}
SHA256 {{file.sha256}} [VT] [MWDB] [Bazaar]
SHA3-384 {{file.sha3_384}}
RichHeader Hash {{file.rh_hash}}
CRC32 {{file.crc32}}
TLSH {{file.tlsh}}
Ssdeep {{file.ssdeep}}
ClamAV
    {% for sign in file.clamav %}
  • {{sign}}
  • {% endfor %}
Yara
    {% for sign in file.yara %}
  • {{sign.name}} - {{sign.meta.description}} {% if sign.meta.author %} - Author: {{sign.meta.author}} {% endif %}
  • {% endfor %}
CAPE Yara
    {% for sign in file.cape_yara %}
  • {{sign.name}} {% if sign.meta.cape_type %} - {{sign.meta.cape_type}} {% elif sign.meta.description %} - {{sign.meta.description}} {% endif %} {% if sign.meta.author %} - Author: {{sign.meta.author}}{% endif %}
  • {% endfor %}
TriD
    {% for str in file.trid %}
  • {{str}}
  • {% endfor %}
Detect It Easy
    {% for str in file.die %}
  • {{str}}
  • {% endfor %}
{% if file.pe %}{% endif %} {% if file.dotnet %}{% endif %} {% if file.pdf %}{% endif %} {% if file.lnk %}{% endif %} {% if file.java %}{% endif %} {% if file.flare_capa %} {% endif %} {% if file.strings %} {% endif %} {% if file.floss %} {% endif %} {% if file.data %} {% endif %} {% if file.decoded_files %} {% endif %} {% if file.extracted_files %} {% endif %}
{% if file.flare_capa.CAPABILITY %} {{file.flare_capa|flare_capa_capability}} {% endif %} {% if file.flare_capa.ATTCK %} {{file.flare_capa|flare_capa_attck}} {% endif %} {% if file.flare_capa.MBC %} {{file.flare_capa|flare_capa_mbc}} {% endif %}
{{ graphs.vba2graph.content|getkey:file.sha256|safe }}
{% include "generic/_virustotal.html" %}
{% for string in file.strings %}
{{string}}
{% endfor %}

{{file.data|escape}}

{{file.decoded_files|escape}}

{% for sub_file in file.extracted_files %} {% include "generic/_subfile_info.html" %} {% endfor %}
{{ graphs.bingraph.content|getkey:file.sha256|safe }}