<?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 Can you help me create a service account log-in alert? in Alerting</title>
    <link>https://community.splunk.com/t5/Alerting/Can-you-help-me-create-a-service-account-log-in-alert/m-p/404419#M11203</link>
    <description>&lt;P&gt;Hello all, I have a service account (Account_AB) that should only log into a particular server (Server_A). We are getting AD logs into our Splunk instance. How would I go about setting an alert to notify if Account_AB logs into any other device other than Server_A? Thanks in advance.&lt;/P&gt;</description>
    <pubDate>Tue, 29 Sep 2020 21:28:37 GMT</pubDate>
    <dc:creator>mekkac11</dc:creator>
    <dc:date>2020-09-29T21:28:37Z</dc:date>
    <item>
      <title>Can you help me create a service account log-in alert?</title>
      <link>https://community.splunk.com/t5/Alerting/Can-you-help-me-create-a-service-account-log-in-alert/m-p/404419#M11203</link>
      <description>&lt;P&gt;Hello all, I have a service account (Account_AB) that should only log into a particular server (Server_A). We are getting AD logs into our Splunk instance. How would I go about setting an alert to notify if Account_AB logs into any other device other than Server_A? Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 21:28:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Can-you-help-me-create-a-service-account-log-in-alert/m-p/404419#M11203</guid>
      <dc:creator>mekkac11</dc:creator>
      <dc:date>2020-09-29T21:28:37Z</dc:date>
    </item>
    <item>
      <title>Re: Can you help me create a service account log-in alert?</title>
      <link>https://community.splunk.com/t5/Alerting/Can-you-help-me-create-a-service-account-log-in-alert/m-p/404420#M11204</link>
      <description>&lt;P&gt;First, you need to find out which fields are relevant for your search. Search for logins by Account_AB in Splunk and have a look at the available fields. Relevant fields might be EventCode, Account_Name, Workstation_Name...&lt;/P&gt;

&lt;P&gt;If you are using the Windows Add-on then there should be standardized CIM fields available like tag, user and src.&lt;/P&gt;

&lt;P&gt;Now create a search to find login events by Account_AB from systems other than Server_A:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=* source="WinEventLog:Security" tag=authentication action=success user="Account_AB" src!="Server_A"
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Now save this search as an alert and have the trigger condition "Number of Results is greater than 0".&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 22:18:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Can-you-help-me-create-a-service-account-log-in-alert/m-p/404420#M11204</guid>
      <dc:creator>whrg</dc:creator>
      <dc:date>2020-09-29T22:18:06Z</dc:date>
    </item>
  </channel>
</rss>

