<?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: How do I check any record of a ip address? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-do-I-check-any-record-of-a-ip-address/m-p/642349#M222507</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/256455"&gt;@tonyfer&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;looks okay, you can try adding * before and after ip adress&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;"*23.216.147.64*"&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/STRONG&gt;However you are trying to use index=*, which genric and it consume lot of time and resources.&lt;BR /&gt;&lt;BR /&gt;try to use specfic index name and if ip address you are looking , present in any of field, please use field name aa well&lt;BR /&gt;&lt;BR /&gt;ex:&amp;nbsp;&lt;BR /&gt;index=&lt;STRONG&gt;indexA&lt;/STRONG&gt; &amp;lt;field_name&amp;gt;=&lt;STRONG&gt;"*23.216.147.64*"&lt;BR /&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;----&lt;BR /&gt;Regards,&lt;BR /&gt;Sanjay Reddy&lt;/P&gt;&lt;P&gt;----&lt;BR /&gt;If this reply helps you, Karma would be appreciated&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 05 May 2023 05:29:49 GMT</pubDate>
    <dc:creator>SanjayReddy</dc:creator>
    <dc:date>2023-05-05T05:29:49Z</dc:date>
    <item>
      <title>How do I check any record of a ip address?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-do-I-check-any-record-of-a-ip-address/m-p/642317#M222501</link>
      <description>&lt;P&gt;index=* "23.216.147.64"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Above is my filter, I'm trying to get all the records of that IP address; is this filter correct? please help&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;thanks&lt;/P&gt;
&lt;P&gt;tony&lt;/P&gt;</description>
      <pubDate>Thu, 04 May 2023 15:54:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-do-I-check-any-record-of-a-ip-address/m-p/642317#M222501</guid>
      <dc:creator>tonyfer</dc:creator>
      <dc:date>2023-05-04T15:54:26Z</dc:date>
    </item>
    <item>
      <title>Re: How do I check any record of a ip address?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-do-I-check-any-record-of-a-ip-address/m-p/642349#M222507</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/256455"&gt;@tonyfer&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;looks okay, you can try adding * before and after ip adress&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;"*23.216.147.64*"&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/STRONG&gt;However you are trying to use index=*, which genric and it consume lot of time and resources.&lt;BR /&gt;&lt;BR /&gt;try to use specfic index name and if ip address you are looking , present in any of field, please use field name aa well&lt;BR /&gt;&lt;BR /&gt;ex:&amp;nbsp;&lt;BR /&gt;index=&lt;STRONG&gt;indexA&lt;/STRONG&gt; &amp;lt;field_name&amp;gt;=&lt;STRONG&gt;"*23.216.147.64*"&lt;BR /&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;----&lt;BR /&gt;Regards,&lt;BR /&gt;Sanjay Reddy&lt;/P&gt;&lt;P&gt;----&lt;BR /&gt;If this reply helps you, Karma would be appreciated&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 05 May 2023 05:29:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-do-I-check-any-record-of-a-ip-address/m-p/642349#M222507</guid>
      <dc:creator>SanjayReddy</dc:creator>
      <dc:date>2023-05-05T05:29:49Z</dc:date>
    </item>
    <item>
      <title>Re: How do I check any record of a ip address?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-do-I-check-any-record-of-a-ip-address/m-p/642360#M222513</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/256455"&gt;@tonyfer&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;in general, your solution is correct: adding a string (as&amp;nbsp;&lt;SPAN&gt;"23.216.147.64") to your search, you perform a full text search on your logs, but it isn't so performant.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;You could analyze your data and understand if the IPs to search are in a limited number of fields,&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;in this case, you could change your main search in this way:&lt;/SPAN&gt;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index=* (field1="23.216.147.64" OR field2="23.216.147.64" OR field3="23.216.147.64")&lt;/LI-CODE&gt;&lt;P&gt;then you should check if&lt;SPAN&gt;, in the above fields, there's only the IP or something additional&amp;nbsp; (e.g.&amp;nbsp;"\\23.216.147.64"), in this case&lt;/SPAN&gt;, you could also use the solution from&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/236694"&gt;@SanjayReddy&lt;/a&gt;&amp;nbsp;.&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Fri, 05 May 2023 05:58:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-do-I-check-any-record-of-a-ip-address/m-p/642360#M222513</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2023-05-05T05:58:36Z</dc:date>
    </item>
    <item>
      <title>Re: How do I check any record of a ip address?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-do-I-check-any-record-of-a-ip-address/m-p/643079#M222758</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; Sanjay, I've all the possible filters&amp;nbsp; and still not manage to find details about the&amp;nbsp; IP&lt;/P&gt;&lt;P&gt;index=* sourcetype="suricata" "*23.216.147.64*"&lt;BR /&gt;index=* sourcetype="fortigate_utm" "*23.216.147.64*"&lt;BR /&gt;index=* sourcetype="fortigate_traffic" "*23.216.147.64*"&lt;BR /&gt;index=* sourcetype="fortigate_event" "*23.216.147.64*"&lt;BR /&gt;index=* sourcetype="firewall" "*23.216.147.64*"&lt;BR /&gt;index=* sourcetype="sysmon" "*23.216.147.64*"&lt;BR /&gt;index=* sourcetype="xmlwineventlog" "*23.216.147.64*"&lt;BR /&gt;index=* sourcetype="xmlwineventlog:microsoft-windows-sysmon/operation" "*23.216.147.64*"&lt;BR /&gt;index=* sourcetype="WinEventLog:Security" "*23.216.147.64*"&lt;/P&gt;&lt;P&gt;can you please help me what I could be doing wrong ?&lt;/P&gt;&lt;P&gt;Thank&lt;/P&gt;&lt;P&gt;tony&lt;/P&gt;</description>
      <pubDate>Thu, 11 May 2023 16:30:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-do-I-check-any-record-of-a-ip-address/m-p/643079#M222758</guid>
      <dc:creator>tonyfer</dc:creator>
      <dc:date>2023-05-11T16:30:35Z</dc:date>
    </item>
    <item>
      <title>Re: How do I check any record of a ip address?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-do-I-check-any-record-of-a-ip-address/m-p/643080#M222759</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; I've tried all the below solutions and still no luck&lt;/P&gt;&lt;P&gt;index=* sourcetype="suricata" "*23.216.147.64*"&lt;BR /&gt;index=* sourcetype="fortigate_utm" "*23.216.147.64*"&lt;BR /&gt;index=* sourcetype="fortigate_traffic" "*23.216.147.64*"&lt;BR /&gt;index=* sourcetype="fortigate_event" "*23.216.147.64*"&lt;BR /&gt;index=* sourcetype="firewall" "*23.216.147.64*"&lt;BR /&gt;index=* sourcetype="sysmon" "*23.216.147.64*"&lt;BR /&gt;index=* sourcetype="xmlwineventlog" "*23.216.147.64*"&lt;BR /&gt;index=* sourcetype="xmlwineventlog:microsoft-windows-sysmon/operation" "*23.216.147.64*"&lt;BR /&gt;index=* sourcetype="WinEventLog:Security" "*23.216.147.64*"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Tony&lt;/P&gt;</description>
      <pubDate>Thu, 11 May 2023 16:32:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-do-I-check-any-record-of-a-ip-address/m-p/643080#M222759</guid>
      <dc:creator>tonyfer</dc:creator>
      <dc:date>2023-05-11T16:32:33Z</dc:date>
    </item>
    <item>
      <title>Re: How do I check any record of a ip address?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-do-I-check-any-record-of-a-ip-address/m-p/643134#M222781</link>
      <description>&lt;P&gt;Without an explanation of raw data, preferably with examples (anonymize as needed), "&lt;SPAN&gt;not manage to find details about the&amp;nbsp; IP" and "no luck" conveys practically nothing. &amp;nbsp;Why do you assume that 23.216.147.64 exists in your data? &amp;nbsp;What "details" do you expect to find? &amp;nbsp;What is the actual result that is absent of such details? &amp;nbsp;Volunteers already know that the filter did not give you desired results. &amp;nbsp;Otherwise you wouldn't ask the original question.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 12 May 2023 05:23:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-do-I-check-any-record-of-a-ip-address/m-p/643134#M222781</guid>
      <dc:creator>yuanliu</dc:creator>
      <dc:date>2023-05-12T05:23:55Z</dc:date>
    </item>
  </channel>
</rss>

