<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Using |lookup whois on domain name in All Apps and Add-ons</title>
    <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Using-lookup-whois-on-domain-name/m-p/500601#M61633</link>
    <description>&lt;P&gt;Hi,&lt;BR /&gt;
From your question i understand that, you want to take domain name from your search and compare the same with a lookup table to fetch creation date.&lt;/P&gt;

&lt;P&gt;For this,&lt;/P&gt;

&lt;P&gt;|inputlookup "ipn1.csv" |fields hostname |rename hostname as host| lookup whois  host OUTPUT creation_date&lt;/P&gt;</description>
    <pubDate>Mon, 14 Oct 2019 04:54:23 GMT</pubDate>
    <dc:creator>Prewin027</dc:creator>
    <dc:date>2019-10-14T04:54:23Z</dc:date>
    <item>
      <title>Using |lookup whois on domain name</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Using-lookup-whois-on-domain-name/m-p/500600#M61632</link>
      <description>&lt;P&gt;I have a lookup table ipn1.csv&lt;BR /&gt;
&lt;STRONG&gt;src_ip,hostname&lt;BR /&gt;
54.69.58.243,splunk.com&lt;BR /&gt;
172.217.14.206,google.com&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;When I run:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;   | inputlookup "ipn1.csv"
  | lookup whois host as src_ip
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;(lookup whois information based on the IP address) I get information populated from the whois search&lt;/P&gt;

&lt;P&gt;When I run: &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| inputlookup "ipn1.csv"
 | lookup whois host as hostname
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;(lookup whois information based on the domain name) no information is populated.&lt;/P&gt;

&lt;P&gt;In my use case, I want to take a domain name from a search and lookup the creation_date but I cannot seem to get results. &lt;/P&gt;

&lt;P&gt;When doing &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;|whois splunk.com 
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;it works perfectly, just not within a runtime search.&lt;/P&gt;</description>
      <pubDate>Thu, 10 Oct 2019 22:15:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Using-lookup-whois-on-domain-name/m-p/500600#M61632</guid>
      <dc:creator>skyelowryvancit</dc:creator>
      <dc:date>2019-10-10T22:15:13Z</dc:date>
    </item>
    <item>
      <title>Re: Using |lookup whois on domain name</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Using-lookup-whois-on-domain-name/m-p/500601#M61633</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;
From your question i understand that, you want to take domain name from your search and compare the same with a lookup table to fetch creation date.&lt;/P&gt;

&lt;P&gt;For this,&lt;/P&gt;

&lt;P&gt;|inputlookup "ipn1.csv" |fields hostname |rename hostname as host| lookup whois  host OUTPUT creation_date&lt;/P&gt;</description>
      <pubDate>Mon, 14 Oct 2019 04:54:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Using-lookup-whois-on-domain-name/m-p/500601#M61633</guid>
      <dc:creator>Prewin027</dc:creator>
      <dc:date>2019-10-14T04:54:23Z</dc:date>
    </item>
    <item>
      <title>Re: Using |lookup whois on domain name</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Using-lookup-whois-on-domain-name/m-p/500602#M61634</link>
      <description>&lt;P&gt;I was only using the table to illustrate my problem. &lt;/P&gt;

&lt;P&gt;My issue is that whois query will work when called by |lookup whois using the IP address, but not the Hostname. &lt;/P&gt;

&lt;P&gt;Hostname only works when using |whois and not |lookup whois &lt;/P&gt;</description>
      <pubDate>Tue, 15 Oct 2019 17:40:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Using-lookup-whois-on-domain-name/m-p/500602#M61634</guid>
      <dc:creator>skyelowryvancit</dc:creator>
      <dc:date>2019-10-15T17:40:10Z</dc:date>
    </item>
    <item>
      <title>Re: Using |lookup whois on domain name</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Using-lookup-whois-on-domain-name/m-p/500603#M61635</link>
      <description>&lt;P&gt;Hey @skyelowryvancity , I can't get that lookup command to work. What version of the app are you using?&lt;/P&gt;</description>
      <pubDate>Thu, 30 Apr 2020 19:35:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Using-lookup-whois-on-domain-name/m-p/500603#M61635</guid>
      <dc:creator>robert_miller</dc:creator>
      <dc:date>2020-04-30T19:35:04Z</dc:date>
    </item>
  </channel>
</rss>

