I have tried creating a workflow to query domain information using Whois.net (as described in the documentation), however I have to manually select the domain, click the whois, and go thru another web page, enter captcha to get the information.
Is there an API that I can use to query specific domain information for me (like creation date) without the manually interaction?
Is there a domain creation date app somewhere or some python code for this?
Thank you
Hi packet_hunter, This app looks like it might be helpful, at least as a starting point : https://splunkbase.splunk.com/app/321/
There are many services available that offer an api for doing whois-type lookups. You could probably use a combination of these ideas in order to perform domain lookups on arbitrary domains.
Please let me know if this answers you question 😄
Hi packet_hunter, This app looks like it might be helpful, at least as a starting point : https://splunkbase.splunk.com/app/321/
There are many services available that offer an api for doing whois-type lookups. You could probably use a combination of these ideas in order to perform domain lookups on arbitrary domains.
Please let me know if this answers you question 😄
Hi Muebel, Thank you for the information and I will look into this. What I am really looking for is creation dates on sender domains I extract from email logs. I want to automate it, so that as Splunk searches and filters the sender domains, I get a result like sender = johndoe@somecompany.com sender_domain = somecompany.com domain_creation date = 02Feb2016 (as an example).
Please let me know if you have any insight on this goal, while I read thru the link you provided.
If you think I need to use a python script and pay for an API, then please advise.
Thank you