{% load key_tags %}
| File downloaded from | {{source_url|escape}} |
|---|---|
| Type | {{file.cape_type}} |
| File Name |
{% 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 |
|
| {% if config.yara_detail %} Yara {% else %} Yara {% endif %} |
|
| {% if config.yara_detail %} CAPE Yara {% else %} CAPE Yara {% endif %} |
|
| TriD |
|
| Detect It Easy |
|
| Download | |
| {% if file.pe %} PE{% endif %} {% if file.dotnet %} DotNET{% endif %} {% if file.pdf %} PDF{% endif %} {% if file.lnk %} LNK{% endif %} {% if file.rdp %} RDP{% endif %} {% if file.java %} Java{% endif %} {% if file.office %} Office{% endif %} {% if file.office.XLMMacroDeobfuscator %} XLM Macro{% endif %} | {% if not config.zipped_download %} {% endif %} File {% if config.flare_capa %} {% if not file.flare_capa and on_demand.flare_capa %} CAPA {% elif file.flare_capa %} FLARE CAPA {% endif %} {% endif %} {% if config.strings %} {% if "strings" not in file %} Strings {% elif file.strings %} Strings {% endif %} {% endif %} {% if file.dotnet_strings %} DotNet Strings {% endif %} {% if config.floss %} {% if not file.floss %} Floss {% else %} Floss {% endif %} {% endif %} {% if config.bingraph %} {% if not graphs.bingraph.content|getkey:file.sha256 and on_demand.bingraph %} BinGraph {% else %} BinGraph {% endif %} {% endif %} {% if graphs.vba2graph.enabled %} {% if not graphs.vba2graph.content|getkey:file.sha256 and on_demand.vba2graph %} Vba2Graph {% elif graphs.vba2graph.content|getkey:file.sha256 %} Vba2Graph {% endif %} {% endif %} {% if config.virustotal and not file.virustotal and on_demand.virustotal %} VirusTotal {% endif %} {% if file.office and config.xlsdeobf and not file.office.XLMMacroDeobfuscator and on_demand.xlsdeobf %} XLMMacros {% endif %} {% if config.vtupload and analysis.info.tlp != "Red" %} VirusTotal {% endif %} {% if file.data %} Text {% endif %} {% if file.decoded_files %} {{file.decoded_files_tool}} {% endif %} {% if file.selfextract %} {% for name, details in file.selfextract.items %} {{name}} ({{details.extracted_files_time|floatformat:2}}) {% endfor %} {% endif %} |
{{file.data|escape}}
{{file.decoded_files|escape}}