Hello,
I am using your code:
https://github.com/brad-accuvant/cuckoo-modified/blob/master/modules/processing/static.py
method: _get_digital_signers
For some files we have bad charsets.
For example https://www.virustotal.com/en/file/d6f647fc5b75129fb07f6f69b0a1adde038eb675bab184136aaa170d523a8ee0/analysis/
As you see, virustotal cannot parse digital signature correctly too.
I have this result:
\xEB\x93\x9C\xEB\xA6\xBC\xEC\x86\x8C\xED\x94\x84\xED\x8A\xB8 (Dream Soft)
Virustotal output: ????? (Dream Soft)
Any ideas how fix it?
Hello,
I am using your code:
https://github.com/brad-accuvant/cuckoo-modified/blob/master/modules/processing/static.py
method: _get_digital_signers
For some files we have bad charsets.
For example https://www.virustotal.com/en/file/d6f647fc5b75129fb07f6f69b0a1adde038eb675bab184136aaa170d523a8ee0/analysis/
As you see, virustotal cannot parse digital signature correctly too.
I have this result:
\xEB\x93\x9C\xEB\xA6\xBC\xEC\x86\x8C\xED\x94\x84\xED\x8A\xB8 (Dream Soft)
Virustotal output: ????? (Dream Soft)
Any ideas how fix it?