cloudtracer / ThreatPinchLookup

Documentation and Sharing Repository for ThreatPinch Lookup Chrome & Firefox Extension
https://chrome.google.com/webstore/detail/threatpinch-lookup/ljdgplocfnmnofbhpkjclbefmjoikgke
340 stars 76 forks source link

Virus Total Intelligence addition to VT lookup #42

Open gd1eh opened 7 years ago

gd1eh commented 7 years ago

Hey,

Just a little addition to be able to download a malware sample in a quick manner ( does require a valid logged in session with Virus Total Intelligence and the right privileges ).

I put it in between the VirusTotal lookup -> detections and samples

  "vti": {
    "linkTitle": "Virus Total Intelligence Report",
    "linkUrl": "https://www.virustotal.com/intelligence/search/?query=${PINCH.HOVERITEM}/analysis/",
    "mapping": "${PINCH.LINKURL}",
    "order": 3,
    "title": "VTI"
  },

Regards

cloudtracer commented 6 years ago

I assume you need a private key in order to use the intelligence reports? If so, I will add the VTI link on the private key lookups in the next release.