RiskIQ's PassiveTotal for Splunk brings the power of datasets collected from Internet scanning directly to your Splunk instance. This application leverages your existing PassiveTotal account and our API in order to bring in data like passive DNS, WHOIS, passive SSL, host attributes and more.
Users will need a PassiveTotal account before being able to use the PassiveTotal Splunk app. Users can register for a free PassiveTotal account by visiting the following: https://www.passivetotal.org/register. Once approved, users will need to take note of their username (email used for sign-up) and the API key issued and found within the settings page.
PassiveTotal for Splunk relies on passivetotal_ and requests_ for processing. Both libraries are bundled within the application and do not need to be installed manually on the system.
.. _passivetotal: https://pypi.python.org/pypi/passivetotal
.. _requests: http://docs.python-requests.org/en/master/
RiskIQ's PassiveTotal for Splunk can be installed in two ways, manual or automatically through splunkbase. The preferred method of installation is to use the Splunk portal which handles all installation details. If installing manually, see below:
Copy the output files to your Splunk server and install::
splunk install app <passivetotal_splunk_app.tar.gz>
Restart Splunk and check out your apps
.. _Splunkbase: https://splunkbase.splunk.com/
Note: Dependencies have been packaged inside of the app, but can be installed using the following
$SPLUNK_HOME/lib/python2.7/site-packages passivetotal
The following commands can be used outside the context of the PassiveTotal app in order to populate the "statistics" tab on search results:
To troubleshoot any commands invoked manually or automatically, add the following to your log.cfg file::
splunk.passivetotal = DEBUG
Send any support related questions to feedback@passivetotal.org
- Includes support for HTTP/HTTPS proxies
- Added commands to perform look-ups against Host Pairs and Components data sets
- Updated README file with dependencies
- Adjusted permissions on files
- Core library calls using the Python library were missing debugging information used to troubleshoot problems with Splunk deployments.
Splunk AppInspect evaluates Splunk apps against a set of Splunk-defined criteria to assess the validity and security of an app package and components.
As a Splunkbase app developer, you will have access to all Splunk development resources and receive a 10GB license to build an app that will help solve use cases for customers all over the world. Splunkbase has 1000+ apps and add-ons from Splunk, our partners and our community. Find an app or add-on for most any data source and user need, or simply create your own with help from our developer portal.