<?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: Is it possible if a non matching domain is emailing us, it should display in a dashboard? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Is-it-possible-if-a-non-matching-domain-is-emailing-us-it-should/m-p/584460#M203518</link>
    <description>&lt;P&gt;How many rows does the csv file have?&lt;/P&gt;</description>
    <pubDate>Thu, 10 Feb 2022 07:15:21 GMT</pubDate>
    <dc:creator>ITWhisperer</dc:creator>
    <dc:date>2022-02-10T07:15:21Z</dc:date>
    <item>
      <title>Is it possible if a non matching domain is emailing us, it should display in a dashboard?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Is-it-possible-if-a-non-matching-domain-is-emailing-us-it-should/m-p/584258#M203451</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;
&lt;P&gt;I am trying to explore more ways to check if business email compromise is being happening in our organization, just before the end user recognises it.&lt;/P&gt;
&lt;P&gt;i have a list of domains that we usually communicate with,&amp;nbsp; there are around 490 domains I have listed and added to a csv file.&amp;nbsp; there is an index which is updated in realtime which have logs from mimecast. I would like to list out domains which are trying to establish email communication with our organization which are not there in the csv file.&lt;/P&gt;
&lt;P&gt;so if a non matching domain is emailing us, it should display in a dashboard. is this possible?&lt;/P&gt;</description>
      <pubDate>Wed, 09 Feb 2022 19:07:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Is-it-possible-if-a-non-matching-domain-is-emailing-us-it-should/m-p/584258#M203451</guid>
      <dc:creator>tonyxavierj</dc:creator>
      <dc:date>2022-02-09T19:07:58Z</dc:date>
    </item>
    <item>
      <title>Re: new email communication</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Is-it-possible-if-a-non-matching-domain-is-emailing-us-it-should/m-p/584312#M203471</link>
      <description>&lt;P&gt;A search for data in an index that is not in a CSV file would look something like this:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index=mimecast NOT [ | inputlookup domains.csv | return 1000 domain ]&lt;/LI-CODE&gt;&lt;P&gt;I'm assuming the index and the CSV file use the same field names.&amp;nbsp; If that is not the case then a &lt;FONT face="courier new,courier"&gt;rename&lt;/FONT&gt; will be needed after the &lt;FONT face="courier new,courier"&gt;inputlookup&lt;/FONT&gt;.&lt;/P&gt;</description>
      <pubDate>Wed, 09 Feb 2022 15:05:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Is-it-possible-if-a-non-matching-domain-is-emailing-us-it-should/m-p/584312#M203471</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2022-02-09T15:05:29Z</dc:date>
    </item>
    <item>
      <title>Re: new email communication</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Is-it-possible-if-a-non-matching-domain-is-emailing-us-it-should/m-p/584443#M203509</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;/P&gt;&lt;P&gt;i tried with the following search&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;index= mimecast NOT [ | inputlookup Sender1.csv | return 1000 Sender ]&amp;nbsp;&lt;BR /&gt;Sender1 have a list of email address and the&amp;nbsp; field name is Sender&lt;BR /&gt;&lt;BR /&gt;the results are same if i search with or without the filter. its is not omitting or removing the email address which are there in the csv file.&lt;/P&gt;</description>
      <pubDate>Thu, 10 Feb 2022 06:31:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Is-it-possible-if-a-non-matching-domain-is-emailing-us-it-should/m-p/584443#M203509</guid>
      <dc:creator>tonyxavierj</dc:creator>
      <dc:date>2022-02-10T06:31:03Z</dc:date>
    </item>
    <item>
      <title>Re: new email communication</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Is-it-possible-if-a-non-matching-domain-is-emailing-us-it-should/m-p/584456#M203515</link>
      <description>&lt;P&gt;Does this work better?&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index= mimecast NOT [ | inputlookup Sender1.csv | return 1000 Sender | format ] &lt;/LI-CODE&gt;</description>
      <pubDate>Thu, 10 Feb 2022 06:58:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Is-it-possible-if-a-non-matching-domain-is-emailing-us-it-should/m-p/584456#M203515</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2022-02-10T06:58:50Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible if a non matching domain is emailing us, it should display in a dashboard?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Is-it-possible-if-a-non-matching-domain-is-emailing-us-it-should/m-p/584458#M203516</link>
      <description>&lt;P&gt;gives error&lt;BR /&gt;&lt;SPAN&gt;Regex: regular expression is too large&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;if format is removed it gives results, but the results are same as without inputlookup&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 10 Feb 2022 07:11:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Is-it-possible-if-a-non-matching-domain-is-emailing-us-it-should/m-p/584458#M203516</guid>
      <dc:creator>tonyxavierj</dc:creator>
      <dc:date>2022-02-10T07:11:37Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible if a non matching domain is emailing us, it should display in a dashboard?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Is-it-possible-if-a-non-matching-domain-is-emailing-us-it-should/m-p/584460#M203518</link>
      <description>&lt;P&gt;How many rows does the csv file have?&lt;/P&gt;</description>
      <pubDate>Thu, 10 Feb 2022 07:15:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Is-it-possible-if-a-non-matching-domain-is-emailing-us-it-should/m-p/584460#M203518</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2022-02-10T07:15:21Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible if a non matching domain is emailing us, it should display in a dashboard?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Is-it-possible-if-a-non-matching-domain-is-emailing-us-it-should/m-p/584472#M203527</link>
      <description>&lt;P&gt;50000&lt;/P&gt;</description>
      <pubDate>Thu, 10 Feb 2022 07:46:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Is-it-possible-if-a-non-matching-domain-is-emailing-us-it-should/m-p/584472#M203527</guid>
      <dc:creator>tonyxavierj</dc:creator>
      <dc:date>2022-02-10T07:46:31Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible if a non matching domain is emailing us, it should display in a dashboard?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Is-it-possible-if-a-non-matching-domain-is-emailing-us-it-should/m-p/584474#M203529</link>
      <description>&lt;P&gt;Subsearches are limited to 50000 events - can you break the csv down into smaller files?&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index= mimecast NOT [ | inputlookup Sender1.csv | return Sender ] AND NOT [ | inputlookup Sender2.csv | return Sender ] AND NOT [ | inputlookup Sender3.csv | return Sender ]&lt;/LI-CODE&gt;</description>
      <pubDate>Thu, 10 Feb 2022 07:57:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Is-it-possible-if-a-non-matching-domain-is-emailing-us-it-should/m-p/584474#M203529</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2022-02-10T07:57:50Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible if a non matching domain is emailing us, it should display in a dashboard?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Is-it-possible-if-a-non-matching-domain-is-emailing-us-it-should/m-p/584496#M203542</link>
      <description>&lt;P&gt;this is my search string&lt;BR /&gt;index=mimecast NOT [ | inputlookup Sender1.csv | return Sender ]&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;the number of rows in csv is now reduced to 34000&lt;BR /&gt;&lt;BR /&gt;The search result is same if do search for&lt;BR /&gt;index=mimecast&lt;BR /&gt;or&amp;nbsp;&lt;BR /&gt;index=mimecast NOT [ | inputlookup Sender1.csv | return Sender ]&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;it is still not filtering or removing the email addresses listed in the csv.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 10 Feb 2022 09:59:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Is-it-possible-if-a-non-matching-domain-is-emailing-us-it-should/m-p/584496#M203542</guid>
      <dc:creator>tonyxavierj</dc:creator>
      <dc:date>2022-02-10T09:59:52Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible if a non matching domain is emailing us, it should display in a dashboard?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Is-it-possible-if-a-non-matching-domain-is-emailing-us-it-should/m-p/584504#M203547</link>
      <description>&lt;P&gt;Try without the return&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index=mimecast NOT [ | inputlookup Sender1.csv ]&lt;/LI-CODE&gt;</description>
      <pubDate>Thu, 10 Feb 2022 10:44:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Is-it-possible-if-a-non-matching-domain-is-emailing-us-it-should/m-p/584504#M203547</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2022-02-10T10:44:55Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible if a non matching domain is emailing us, it should display in a dashboard?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Is-it-possible-if-a-non-matching-domain-is-emailing-us-it-should/m-p/584512#M203552</link>
      <description>&lt;P&gt;no change,&amp;nbsp; it is still showing all the results.&lt;/P&gt;&lt;P&gt;no filtering applied.&lt;/P&gt;</description>
      <pubDate>Thu, 10 Feb 2022 11:11:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Is-it-possible-if-a-non-matching-domain-is-emailing-us-it-should/m-p/584512#M203552</guid>
      <dc:creator>tonyxavierj</dc:creator>
      <dc:date>2022-02-10T11:11:25Z</dc:date>
    </item>
  </channel>
</rss>

