if entry['md5'] != "-":
            params = {'apikey': VT_API_KEY, 'resource': entry['md5']}
            headers = {
              "Accept-Encoding": "gzip, deflate",
              "User-Agent": "Python iRhelper agent"