Tenable Tenable Web App Scanning Add-on
The Tenable Tenable Web App Scanning Add-On for Splunk pulls data from Tenable platforms and normalizes it in Splunk.
The current Tenable Web App Scanning Add-on uses the following pyTenable SDK to retrieve all data:
Vulnerability Export
The Splunk Add-on uses the export method to export the vulnerability data. You can initiate the method in the following ways:
-
Create an object for a tenable IO -> self._tio = TenableIO()
-
Call export methods -> self._tio.was.export(filters)