{% if analysis.static.pe.imagebase %}
Image Base |
{{analysis.static.pe.imagebase}} |
{% endif %}
{% if analysis.static.pe.entrypoint %}
Entry Point |
{{analysis.static.pe.entrypoint}} |
{% endif %}
{% if analysis.static.pe.reported_checksum %}
Reported Checksum |
{{analysis.static.pe.reported_checksum}} |
{% endif %}
{% if analysis.static.pe.actual_checksum %}
Actual Checksum |
{{analysis.static.pe.actual_checksum}} |
{% endif %}
{% if analysis.static.pe.osversion %}
Minimum OS Version |
{{analysis.static.pe.osversion}} |
{% endif %}
{% if analysis.static.pe.pdbpath %}
PDB Path |
{{analysis.static.pe.pdbpath}} |
{% endif %}
{% if analysis.static.pe.timestamp %}
Compile Time |
{{analysis.static.pe.timestamp}} |
{% endif %}
{% if analysis.static.pe.imphash %}
Import Hash |
{{analysis.static.pe.imphash}} |
{% endif %}
{% if analysis.static.pe.icon %}
Icon |
 |
{% endif %}
{% if analysis.static.pe.icon_hash %}
Icon Exact Hash |
{{analysis.static.pe.icon_hash}} |
{% endif %}
{% if analysis.static.pe.icon_fuzzy %}
Icon Similarity Hash |
{{analysis.static.pe.icon_fuzzy}} |
{% endif %}
{% if analysis.static.pe.exported_dll_name %}
Exported DLL Name |
{{analysis.static.pe.exported_dll_name}} |
{% endif %}