The issue is that the returned data contain encrypted or wrong dates.
For example, if you lookup the hashfile d7c903fa55357c3b764360432f0134a0e804f0f5dc43c5e2e7e33e3a89d71c00, on the VirusTotal website it will report the dates as:
First Submission 2018-12-02 02:40:18 UTC
Last Submission 2022-03-07 23:08:16 UTC
Last Analysis 2022-03-07 23:08:16 UTC
Earliest Contents Modification 2018-11-01 16:00:28
Latest Contents Modification 2018-11-01 16:00:30
while the code returns the first_submission_date for example as 1537773411
I am using the following code to lookup security details on APK files.
The issue is that the returned data contain encrypted or wrong dates. For example, if you lookup the hashfile
d7c903fa55357c3b764360432f0134a0e804f0f5dc43c5e2e7e33e3a89d71c00
, on the VirusTotal website it will report the dates as:while the code returns the
first_submission_date
for example as1537773411
Note: I am using the free version of the API