<?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: Splunk Enterprise Security:  Look up file in correlation searches not populating in Splunk Enterprise Security</title>
    <link>https://community.splunk.com/t5/Splunk-Enterprise-Security/Splunk-Enterprise-Security-Look-up-file-in-correlation-searches/m-p/430629#M5605</link>
    <description>&lt;P&gt;I guess I'll be creating a case. The issue is we're using these lookups in Incident Response and we continue to receive alerts on users/cities/regions that we've whitelisted. My assumption is because Splunk believes the lookups are empty. I'm going to leave this open however in the meantime in case someone else has an answer or for when I get an update from Splunk about the issue, then I'll update this.&lt;/P&gt;</description>
    <pubDate>Thu, 15 Aug 2019 13:19:16 GMT</pubDate>
    <dc:creator>wgawhh5hbnht</dc:creator>
    <dc:date>2019-08-15T13:19:16Z</dc:date>
    <item>
      <title>Splunk Enterprise Security:  Look up file in correlation searches not populating</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise-Security/Splunk-Enterprise-Security-Look-up-file-in-correlation-searches/m-p/430620#M5596</link>
      <description>&lt;P&gt;The following 3 Correlation Searches within ES have the error  &lt;CODE&gt;"lookup file is not populated"&lt;/CODE&gt;:&lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;Detect AWS Console Login by User from New Region&lt;/LI&gt;
&lt;LI&gt;Detect AWS Console Login by User from New Country&lt;/LI&gt;
&lt;LI&gt;Detect AWS Console Login by User from New City&lt;/LI&gt;
&lt;/UL&gt;

&lt;P&gt;The lookup file being referenced is "previously_seen_users_console_logins.csv "&lt;/P&gt;

&lt;P&gt;When I look at the contents of the file, here is a redacted &amp;amp; trimmed down version of it:&lt;BR /&gt;
identity,&lt;BR /&gt;
&lt;CODE&gt;arn:aws:sts:::assumed-role//&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;Why is splunk stating the lookup file is not populated? Is the syntax incorrect? &lt;BR /&gt;
If there is any documentation on how to set the file up correctly, I would greatly appreciate some guidance on where it is located.&lt;/P&gt;

&lt;P&gt;&lt;IMG src="https://community.splunk.com/storage/temp/273390-capture.png" alt="alt text" /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 01:37:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise-Security/Splunk-Enterprise-Security-Look-up-file-in-correlation-searches/m-p/430620#M5596</guid>
      <dc:creator>wgawhh5hbnht</dc:creator>
      <dc:date>2020-09-30T01:37:44Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Enterprise Security:  Look up file in correlation searches not populating</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise-Security/Splunk-Enterprise-Security-Look-up-file-in-correlation-searches/m-p/430621#M5597</link>
      <description>&lt;P&gt;You need to enable the scheduled report - '&lt;STRONG&gt;ESCU - Previously seen users in CloudTrail&lt;/STRONG&gt;' or run below query&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;sourcetype=aws:cloudtrail eventName=ConsoleLogin 
| rename userIdentity.arn as user 
| iplocation src 
| eval City=if(City LIKE "",src,City),Region=if(Region LIKE "",src,Region) 
| stats earliest(_time) as earliest latest(_time) as latest by user src City Region Country 
| outputlookup previously_seen_users_console_logins.csv 
| stats count
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 08 Aug 2019 01:19:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise-Security/Splunk-Enterprise-Security-Look-up-file-in-correlation-searches/m-p/430621#M5597</guid>
      <dc:creator>jawaharas</dc:creator>
      <dc:date>2019-08-08T01:19:01Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Enterprise Security:  Look up file in correlation searches not populating</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise-Security/Splunk-Enterprise-Security-Look-up-file-in-correlation-searches/m-p/430622#M5598</link>
      <description>&lt;P&gt;Enabled search, scheduled it, let it run, &amp;amp; still the 3 CS show "lookup file is not populated". If I manually run the search it returns results.&lt;/P&gt;</description>
      <pubDate>Thu, 08 Aug 2019 17:07:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise-Security/Splunk-Enterprise-Security-Look-up-file-in-correlation-searches/m-p/430622#M5598</guid>
      <dc:creator>wgawhh5hbnht</dc:creator>
      <dc:date>2019-08-08T17:07:12Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Enterprise Security:  Look up file in correlation searches not populating</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise-Security/Splunk-Enterprise-Security-Look-up-file-in-correlation-searches/m-p/430623#M5599</link>
      <description>&lt;P&gt;Question-&lt;BR /&gt;
1. Are you getting result if you run (manually) 'ESCU - Previously seen users in CloudTrail' report&lt;BR /&gt;
2. If yes, are getting result when you run (manually) any of below reports &lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;Detect AWS Console Login by User from New Region&lt;/LI&gt;
&lt;LI&gt;Detect AWS Console Login by User from New Country&lt;/LI&gt;
&lt;LI&gt;Detect AWS Console Login by User from New City&lt;/LI&gt;
&lt;/UL&gt;

&lt;P&gt;Also, where you notice the error 'lookup file is not populated'? Can you share screenshot?&lt;/P&gt;</description>
      <pubDate>Fri, 09 Aug 2019 06:01:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise-Security/Splunk-Enterprise-Security-Look-up-file-in-correlation-searches/m-p/430623#M5599</guid>
      <dc:creator>jawaharas</dc:creator>
      <dc:date>2019-08-09T06:01:55Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Enterprise Security:  Look up file in correlation searches not populating</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise-Security/Splunk-Enterprise-Security-Look-up-file-in-correlation-searches/m-p/430624#M5600</link>
      <description>&lt;OL&gt;
&lt;LI&gt;Yes&lt;/LI&gt;
&lt;LI&gt;All 3 searches, when ran manually, return NO RESULTS.&lt;/LI&gt;
&lt;/OL&gt;

&lt;P&gt;The error comes from configure &amp;gt; content management: &lt;CODE&gt;en-US/app/SplunkEnterpriseSecuritySuite/ess_content_management?textFilter=Detect%20AWS%20Console%20Login%20by%20User%20&lt;/CODE&gt;&lt;BR /&gt;
Unfortunately I can't upload another screenshot, as the attach picture only allows for a URL...&lt;/P&gt;</description>
      <pubDate>Fri, 09 Aug 2019 15:04:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise-Security/Splunk-Enterprise-Security-Look-up-file-in-correlation-searches/m-p/430624#M5600</guid>
      <dc:creator>wgawhh5hbnht</dc:creator>
      <dc:date>2019-08-09T15:04:11Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Enterprise Security:  Look up file in correlation searches not populating</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise-Security/Splunk-Enterprise-Security-Look-up-file-in-correlation-searches/m-p/430625#M5601</link>
      <description>&lt;P&gt;Thanks for the details. Even I get the same error in 'Content Management' page. But, when I run below query ( of '&lt;EM&gt;Detect AWS Console Login by User from New City&lt;/EM&gt;' Correlation report) manually after removing the 'where' condition, I get results. Can you try and update here whether you get results?&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| inputlookup previously_seen_users_console_logins.csv 
| stats min(earliest) as earliest max(latest) as latest by user City 
| join user type=outer 
    [| inputlookup previously_seen_users_console_logins.csv 
    | stats min(earliest) AS earliestseen by user 
    | fields earliestseen user] 
| eval userStatus=if(earliest &amp;gt;= relative_time(now(), "@d"), "New City","Previously Seen City") 
| eval UserData=if(earliestseen &amp;gt;= relative_time(now(), "@d") OR isnull(earliestseen), "New User","Old User") 
| convert ctime(earliest) ctime(latest) ctime(earliestseen) 
| table user City userStatus earliest latest earliestseen
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 13 Aug 2019 03:55:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise-Security/Splunk-Enterprise-Security-Look-up-file-in-correlation-searches/m-p/430625#M5601</guid>
      <dc:creator>jawaharas</dc:creator>
      <dc:date>2019-08-13T03:55:25Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Enterprise Security:  Look up file in correlation searches not populating</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise-Security/Splunk-Enterprise-Security-Look-up-file-in-correlation-searches/m-p/430626#M5602</link>
      <description>&lt;P&gt;I also get results when removing the where clause. &lt;/P&gt;</description>
      <pubDate>Tue, 13 Aug 2019 13:51:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise-Security/Splunk-Enterprise-Security-Look-up-file-in-correlation-searches/m-p/430626#M5602</guid>
      <dc:creator>wgawhh5hbnht</dc:creator>
      <dc:date>2019-08-13T13:51:24Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Enterprise Security:  Look up file in correlation searches not populating</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise-Security/Splunk-Enterprise-Security-Look-up-file-in-correlation-searches/m-p/430627#M5603</link>
      <description>&lt;P&gt;Then, if you schedule the report, ideally it should work. Regarding the error - "&lt;EM&gt;lookup file is not populated&lt;/EM&gt;", it's better to create a case in Splunk support.&lt;/P&gt;</description>
      <pubDate>Wed, 14 Aug 2019 00:47:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise-Security/Splunk-Enterprise-Security-Look-up-file-in-correlation-searches/m-p/430627#M5603</guid>
      <dc:creator>jawaharas</dc:creator>
      <dc:date>2019-08-14T00:47:18Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Enterprise Security:  Look up file in correlation searches not populating</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise-Security/Splunk-Enterprise-Security-Look-up-file-in-correlation-searches/m-p/430628#M5604</link>
      <description>&lt;P&gt;@wgawhh5hbnht &lt;BR /&gt;
Please accept the answer if it significantly helped resolve your query for the benefit of other forum members, who might run into a similar issue.&lt;/P&gt;</description>
      <pubDate>Thu, 15 Aug 2019 00:45:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise-Security/Splunk-Enterprise-Security-Look-up-file-in-correlation-searches/m-p/430628#M5604</guid>
      <dc:creator>jawaharas</dc:creator>
      <dc:date>2019-08-15T00:45:09Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Enterprise Security:  Look up file in correlation searches not populating</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise-Security/Splunk-Enterprise-Security-Look-up-file-in-correlation-searches/m-p/430629#M5605</link>
      <description>&lt;P&gt;I guess I'll be creating a case. The issue is we're using these lookups in Incident Response and we continue to receive alerts on users/cities/regions that we've whitelisted. My assumption is because Splunk believes the lookups are empty. I'm going to leave this open however in the meantime in case someone else has an answer or for when I get an update from Splunk about the issue, then I'll update this.&lt;/P&gt;</description>
      <pubDate>Thu, 15 Aug 2019 13:19:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise-Security/Splunk-Enterprise-Security-Look-up-file-in-correlation-searches/m-p/430629#M5605</guid>
      <dc:creator>wgawhh5hbnht</dc:creator>
      <dc:date>2019-08-15T13:19:16Z</dc:date>
    </item>
  </channel>
</rss>

