pdns-splunk is a Splunk App that adds search and annotation from mnemonic Passive DNS (pdns).
- Download the app from spunkbase
or
- clone repository and build
./build.sh
After installation, enter app > pdns > Set up to enter information on API and optionally API key.
Without an API key you will be limited to 100 requests per minute and 1000 requests per day.
You can specify a generic search using the pdns
command, to execute a search towards the Passive DNS API.
| pdns [<keyword>] [limit=<max results>]
You can use the pdnsa
command to annotate existing events with data from an PDNS:
.... | pdnsa field1 [... fieldN] [limit=<max results>]