All Apps and Add-ons

Access Virus Total permalink with Splunk

da_la97
Engager

I am interested in developing an app where Virus total URL scan results will be displayed (rather than the permalink) in Splunk. To be more specific access the data in the Virus Total Permalink and in the permalink it says under "scans" "detected" if it is True output clean site else else Not clean.

I have generated the code for checking if "scans" "detected" is True/False. But I do not know how to access data in Virus total permalink through splunk

0 Karma
1 Solution

tomaszdziwok
Path Finder

With "VirusTotal Malware Lookup for Splunk", this should be possible.
While in its default mode the | virustotal command outputs structured fields (columns), you can also run the command in "raw" mode - where all the output sent by VirusTotal is passed back to Splunk in json format. From there it should be possible to use | spath or a similar Splunk command to post-process the json and extract relevant fields.

Default usage:
alt text

Raw json output mode:
alt text

(please excuse the small images - it may be worth opening them in a different tab to better see content)

Unfortunately, any additional data that's not included in the json is currently not obtainable by the TA.
Hopefully this helps.
Please reach out with any further questions.

Thanks,
Tomasz

View solution in original post

tomaszdziwok
Path Finder

With "VirusTotal Malware Lookup for Splunk", this should be possible.
While in its default mode the | virustotal command outputs structured fields (columns), you can also run the command in "raw" mode - where all the output sent by VirusTotal is passed back to Splunk in json format. From there it should be possible to use | spath or a similar Splunk command to post-process the json and extract relevant fields.

Default usage:
alt text

Raw json output mode:
alt text

(please excuse the small images - it may be worth opening them in a different tab to better see content)

Unfortunately, any additional data that's not included in the json is currently not obtainable by the TA.
Hopefully this helps.
Please reach out with any further questions.

Thanks,
Tomasz

Get Updates on the Splunk Community!

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...