PUNCH-Cyber / stoq-plugins-public

stoQ Public Plugins
https://stoq.punchcyber.com
Apache License 2.0
72 stars 24 forks source link

AllInfo for VT Queries #39

Closed Kolano closed 5 years ago

Kolano commented 5 years ago

It would be nice if the VTMIS-Search plug-in supported the VirusTotal API's "allinfo=true" parameter to pull the larger dataset that offers. Some of the outputs likely overlap those of stoQ (i.e. PE info), but others, like "harmless_votes" and "malicious_votes", can be helpful for analysis.

I tried making a quick edit to a copy...

params = {
    'allinfo': 'true', #Should return additional data, but this isn't working out?
    'apikey': self.apikey,
    key: query
}

...but such didn't work out. I think I'm missing something about how plug-ins work / are updated.