ThreatPinchLookup icon indicating copy to clipboard operation
ThreatPinchLookup copied to clipboard

Virus Total Intelligence addition to VT lookup

Open gd1eh opened this issue 8 years ago • 1 comments
trafficstars

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

gd1eh avatar Jul 10 '17 14:07 gd1eh

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.

cloudtracer avatar Sep 19 '17 01:09 cloudtracer