Hi how do I get data into splunk using virus total data ? Is there a way where I can call the virustotal api key in splunk and then use splunk to fetch the virus total data ?
[edit]
I have already installed a universal forwarder on my ubuntu virtual machine.
Hey @weicheng98,
You can try using this app :
https://splunkbase.splunk.com/app/3606/#/details
Let me know if this helps!!
Hi @deepashri_123,
I have tried the add-on itself but how about if I want to write a python script to get the results from the virus total api, and then use the scripted input to show the results in the Splunk's search and reporting, how would I go about doing that ?
I have taken inspiration from this link but still not sure how his code is able to show its results on splunk.