How to use this Splunk Whois app, not a single peace of information or examples to find.??
What is de SPL syntax of this app?
Yes, I read the app info on Splunkbase. I was expecting an embedded SPL command something like this:
| eval cn=whoisip("x.x.x.x")
expecting something similar to the paid TA for WhoisXmlAPI (like a standard DNS lookup request).
Apparently, I don't understand the function of the Whois app, neither your reference to Soar, sorry. What am I missing here, or are there other or better options available?
Ie: Ipam DNS management Add-On for Splunk is the data management. [allthough neither info found in Splunkbase ]
I'm looking for a simple way to resolve an IP address to a domain name as result of a search (in fact a spl embedded command requesting DNS service without an API call)
It's an app for completely another product. You're looking for something for Splunk Enterprise while the app you pointed to is an app for SOAR (Security Orchestration Automation and Response). These are two different solutions.
So that's one thing.
Another thing is that custom commands are tricky, especially those calling external services. Theoretically, implementing a DNS lookup (because that's what IP to domain name mapping is; it has nothing to do with whois; whois database is a completely different thing - it shows you entity responsible for given IP, not the domain name) should be relatively easy but running it - especially if using external DNS server, not a local caching one - can be very expensive if run over a big dataset.
Ok, Thanks and understood overlooked the Soar Compatibility.
This is a simple SOAR app with just a handful of actions
"This app implements investigative actions that query the whois database
Supported Actions
What more do you need?