Cuckoo Version: | ${info["version"]} |
Analysis Started: | ${info["started"]} |
Analysis Ended: | ${info["ended"]} |
Duration: | ${info["duration"]} |
File name: | ${file["name"]} |
File size: | ${file["size"]} bytes |
File type: | ${file["type"]} |
CRC32: | ${file["crc32"]} |
MD5: | ${file["md5"]} |
SHA1: | ${file["sha1"]} |
SHA256: | ${file["sha256"]} |
SHA512: | ${file["sha512"]} |
Ssdeep: | ${file["ssdeep"]} |
PEiD Signatures: |
%if static["peid_signatures"] and len(static["peid_signatures"]) > 0:
%for peid_signature in static["peid_signatures"]:
• ${peid_signature}
%endfor
%else:
None matched
%endif
|