<?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 to Create Conditional Alerting based on Lookup Tables in Splunk Enterprise Security</title>
    <link>https://community.splunk.com/t5/Splunk-Enterprise-Security/How-to-Create-Conditional-Alerting-based-on-Lookup-Tables/m-p/426819#M5450</link>
    <description>&lt;P&gt;whrg,&lt;/P&gt;

&lt;P&gt;I will give this a try and validate over the next few days. Thanks&lt;/P&gt;</description>
    <pubDate>Mon, 10 Dec 2018 13:36:25 GMT</pubDate>
    <dc:creator>jj39501</dc:creator>
    <dc:date>2018-12-10T13:36:25Z</dc:date>
    <item>
      <title>How to Create Conditional Alerting based on Lookup Tables</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise-Security/How-to-Create-Conditional-Alerting-based-on-Lookup-Tables/m-p/426817#M5448</link>
      <description>&lt;P&gt;I currently have alerting setup for authentications that occur from outside of the country. However, I would like to suppress alerting for specific users for x amount of time.&lt;/P&gt;

&lt;P&gt;For example an alert for John Smith logging from Australia. Once I validate that this in fact John Smith, I want to write this entry to a lookup table and suppress any future alerts from him for lets a say 1 week to avoid alarm fatigue.  Below is what I have so far. Not sure where to go from here or if i'm even headed the right direction with this. &lt;/P&gt;

&lt;P&gt;index="authenticatior" action=success | search "location.country"!="" AND "location.country"!="US" | table _time device,username,user_first,user_last,user_managedBy,factor,integration,result,location.city,location.country &lt;BR /&gt;
|eval _time=strftime(_time, "%m/%d/%y %I:%M:%S:%p") &lt;BR /&gt;
| rename _time as Timestamp location.city as City, location.country as Country user_managedBy as Manager username as "User ID" user_first as First, user_last as Last, factor as Factor integration as Integration result as Result device as Device&lt;BR /&gt;
| sort Last&lt;BR /&gt;
| inputlookup append=t mylookup.csv&lt;BR /&gt;
| outputlookup mylookup.csv&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 22:19:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise-Security/How-to-Create-Conditional-Alerting-based-on-Lookup-Tables/m-p/426817#M5448</guid>
      <dc:creator>jj39501</dc:creator>
      <dc:date>2020-09-29T22:19:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to Create Conditional Alerting based on Lookup Tables</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise-Security/How-to-Create-Conditional-Alerting-based-on-Lookup-Tables/m-p/426818#M5449</link>
      <description>&lt;P&gt;Instead of using a lookup table, how about using the throttle feature for alerts? You could throttle your alert based on the username.&lt;/P&gt;</description>
      <pubDate>Mon, 10 Dec 2018 09:23:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise-Security/How-to-Create-Conditional-Alerting-based-on-Lookup-Tables/m-p/426818#M5449</guid>
      <dc:creator>whrg</dc:creator>
      <dc:date>2018-12-10T09:23:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to Create Conditional Alerting based on Lookup Tables</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise-Security/How-to-Create-Conditional-Alerting-based-on-Lookup-Tables/m-p/426819#M5450</link>
      <description>&lt;P&gt;whrg,&lt;/P&gt;

&lt;P&gt;I will give this a try and validate over the next few days. Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 10 Dec 2018 13:36:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise-Security/How-to-Create-Conditional-Alerting-based-on-Lookup-Tables/m-p/426819#M5450</guid>
      <dc:creator>jj39501</dc:creator>
      <dc:date>2018-12-10T13:36:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to Create Conditional Alerting based on Lookup Tables</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise-Security/How-to-Create-Conditional-Alerting-based-on-Lookup-Tables/m-p/426820#M5451</link>
      <description>&lt;P&gt;So I have tested this out for an entire week  and unfortunately it suppressed ALL alerts which is not the desired outcome. I would like to be alerted for each different user and suppress alerts for that individual u&lt;span class="lia-inline-image-display-wrapper" image-alt="alt text"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/6213i7DB4370D500B8684/image-size/large?v=v2&amp;amp;px=999" role="button" title="alt text" alt="alt text" /&gt;&lt;/span&gt;ser for  7 days. Hope this makes sense.&lt;/P&gt;</description>
      <pubDate>Sun, 16 Dec 2018 21:47:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise-Security/How-to-Create-Conditional-Alerting-based-on-Lookup-Tables/m-p/426820#M5451</guid>
      <dc:creator>jj39501</dc:creator>
      <dc:date>2018-12-16T21:47:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to Create Conditional Alerting based on Lookup Tables</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise-Security/How-to-Create-Conditional-Alerting-based-on-Lookup-Tables/m-p/426821#M5452</link>
      <description>&lt;P&gt;I see you are renaming the field "username" to "User ID" in your search above.&lt;BR /&gt;
So you should enter "User ID" in the field "Supress results containing field value".&lt;BR /&gt;
(However, I'm not sure if spaces are accepted or if you have to use double quotes.)&lt;/P&gt;</description>
      <pubDate>Mon, 17 Dec 2018 07:34:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise-Security/How-to-Create-Conditional-Alerting-based-on-Lookup-Tables/m-p/426821#M5452</guid>
      <dc:creator>whrg</dc:creator>
      <dc:date>2018-12-17T07:34:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to Create Conditional Alerting based on Lookup Tables</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise-Security/How-to-Create-Conditional-Alerting-based-on-Lookup-Tables/m-p/426822#M5453</link>
      <description>&lt;P&gt;I did try the User ID field initially, but not with the double quotes. I will try this and provide feedback.&lt;/P&gt;</description>
      <pubDate>Mon, 17 Dec 2018 13:06:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise-Security/How-to-Create-Conditional-Alerting-based-on-Lookup-Tables/m-p/426822#M5453</guid>
      <dc:creator>jj39501</dc:creator>
      <dc:date>2018-12-17T13:06:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to Create Conditional Alerting based on Lookup Tables</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise-Security/How-to-Create-Conditional-Alerting-based-on-Lookup-Tables/m-p/426823#M5454</link>
      <description>&lt;P&gt;If it doesn't work, then don't rename "username", or rename username to User_ID (without spaces).&lt;/P&gt;</description>
      <pubDate>Mon, 17 Dec 2018 13:18:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise-Security/How-to-Create-Conditional-Alerting-based-on-Lookup-Tables/m-p/426823#M5454</guid>
      <dc:creator>whrg</dc:creator>
      <dc:date>2018-12-17T13:18:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to Create Conditional Alerting based on Lookup Tables</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise-Security/How-to-Create-Conditional-Alerting-based-on-Lookup-Tables/m-p/426824#M5455</link>
      <description>&lt;P&gt;I have tried both suggestions at this time. Rewrote the alert and kept the original username field as is. However, all alerts are being suppressed as opposed to repeat user logins. Thinking the lookup table might be the more viable option here, &lt;/P&gt;</description>
      <pubDate>Tue, 25 Dec 2018 03:29:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise-Security/How-to-Create-Conditional-Alerting-based-on-Lookup-Tables/m-p/426824#M5455</guid>
      <dc:creator>jj39501</dc:creator>
      <dc:date>2018-12-25T03:29:13Z</dc:date>
    </item>
  </channel>
</rss>

