<?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: Excluding the service account from the Event of splunk ES. in Security</title>
    <link>https://community.splunk.com/t5/Security/How-to-exclude-the-service-account-from-the-event-of-Splunk-ES/m-p/647505#M17046</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/252275"&gt;@AL3Z&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;using join command you never accelerate a search but you always slow it!&lt;/P&gt;&lt;P&gt;Anyway, to exclude results from a correlation search the easiest way is the suppression list I hinted.&lt;/P&gt;&lt;P&gt;Otherwise you can add a filter in the Correlation Search To exclude some resulta, but not a join.&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
    <pubDate>Mon, 19 Jun 2023 16:05:22 GMT</pubDate>
    <dc:creator>gcusello</dc:creator>
    <dc:date>2023-06-19T16:05:22Z</dc:date>
    <item>
      <title>How to exclude the service account from the event of Splunk ES?</title>
      <link>https://community.splunk.com/t5/Security/How-to-exclude-the-service-account-from-the-event-of-Splunk-ES/m-p/647386#M17043</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;I'm trying to exclude the service accounts of the users from the below event in splunk ES.&lt;BR /&gt;&lt;BR /&gt;&amp;lt;Event xmlns='&lt;A href="http://schemas.microsoft.com/win/2004/08/events/event" target="_blank" rel="noopener"&gt;http://schemas.microsoft.com/win/2004/08/events/event&lt;/A&gt;'&amp;gt;&amp;lt;System&amp;gt;&amp;lt;Provider Name='Microsoft-Windows-Security-Auditing' Guid='{549549625-5488-43494-AHGBA-3E353B0328CEDQS0D}'/&amp;gt;&amp;lt;EventID&amp;gt;4738&amp;lt;/EventID&amp;gt;&amp;lt;Version&amp;gt;0&amp;lt;/Version&amp;gt;&amp;lt;Level&amp;gt;0&amp;lt;/Level&amp;gt;&amp;lt;Task&amp;gt;13824&amp;lt;/Task&amp;gt;&amp;lt;Opcode&amp;gt;0&amp;lt;/Opcode&amp;gt;&amp;lt;Keywords&amp;gt;0x8020000000000000&amp;lt;/Keywords&amp;gt;&amp;lt;TimeCreated SystemTime='2023-06-16T16:08:38.166868000Z'/&amp;gt;&amp;lt;EventRecordID&amp;gt;668676978&amp;lt;/EventRecordID&amp;gt;&amp;lt;Correlation/&amp;gt;&amp;lt;Execution ProcessID='656' ThreadID='6132'/&amp;gt;&amp;lt;Channel&amp;gt;Security&amp;lt;/Channel&amp;gt;&amp;lt;Computer&amp;gt;swrfkeou09.am.win.cisco.com&amp;lt;/Computer&amp;gt;&amp;lt;Security/&amp;gt;&amp;lt;/System&amp;gt;&amp;lt;EventData&amp;gt;&amp;lt;Data Name='Dummy'&amp;gt;-&amp;lt;/Data&amp;gt;&amp;lt;Data Name='TargetUserName'&amp;gt;BP_william_son&amp;lt;/Data&amp;gt;&amp;lt;Data Name='TargetDomainName'&amp;gt;AM&amp;lt;/Data&amp;gt;&amp;lt;Data Name='TargetSid'&amp;gt;AM\BP_william_son&amp;lt;/Data&amp;gt;&amp;lt;Data Name='SubjectUserSid'&amp;gt;EC\EC_OktaGMSER$&amp;lt;/Data&amp;gt;&amp;lt;Data Name='SubjectUserName'&amp;gt;EC_OktaGMSER$&amp;lt;/Data&amp;gt;&amp;lt;Data Name='SubjectDomainName'&amp;gt;EC&amp;lt;/Data&amp;gt;&amp;lt;Data Name='SubjectLogonId'&amp;gt;0x7e3yd92a4&amp;lt;/Data&amp;gt;&amp;lt;Data Name='PrivilegeList'&amp;gt;-&amp;lt;/Data&amp;gt;&amp;lt;Data Name='SamAccountName'&amp;gt;-&amp;lt;/Data&amp;gt;&amp;lt;Data Name='DisplayName'&amp;gt;-&amp;lt;/Data&amp;gt;&amp;lt;Data Name='UserPrincipalName'&amp;gt;-&amp;lt;/Data&amp;gt;&amp;lt;Data Name='HomeDirectory'&amp;gt;-&amp;lt;/Data&amp;gt;&amp;lt;Data Name='HomePath'&amp;gt;-&amp;lt;/Data&amp;gt;&amp;lt;Data Name='ScriptPath'&amp;gt;-&amp;lt;/Data&amp;gt;&amp;lt;Data Name='ProfilePath'&amp;gt;-&amp;lt;/Data&amp;gt;&amp;lt;Data Name='UserWorkstations'&amp;gt;-&amp;lt;/Data&amp;gt;&amp;lt;Data Name='PasswordLastSet'&amp;gt;%%1794&amp;lt;/Data&amp;gt;&amp;lt;Data Name='AccountExpires'&amp;gt;-&amp;lt;/Data&amp;gt;&amp;lt;Data Name='PrimaryGroupId'&amp;gt;-&amp;lt;/Data&amp;gt;&amp;lt;Data Name='AllowedToDelegateTo'&amp;gt;-&amp;lt;/Data&amp;gt;&amp;lt;Data Name='OldUacValue'&amp;gt;0x15&amp;lt;/Data&amp;gt;&amp;lt;Data Name='NewUacValue'&amp;gt;0x10&amp;lt;/Data&amp;gt;&amp;lt;Data Name='UserAccountControl'&amp;gt;&lt;BR /&gt;%%2048&lt;BR /&gt;%%2050&amp;lt;/Data&amp;gt;&amp;lt;Data Name='UserParameters'&amp;gt;-&amp;lt;/Data&amp;gt;&amp;lt;Data Name='SidHistory'&amp;gt;-&amp;lt;/Data&amp;gt;&amp;lt;Data Name='LogonHours'&amp;gt;-&amp;lt;/Data&amp;gt;&amp;lt;/EventData&amp;gt;&amp;lt;/Event&amp;gt;&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 20 Jun 2023 02:54:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/How-to-exclude-the-service-account-from-the-event-of-Splunk-ES/m-p/647386#M17043</guid>
      <dc:creator>AL3Z</dc:creator>
      <dc:date>2023-06-20T02:54:18Z</dc:date>
    </item>
    <item>
      <title>Re: Excluding the service account from the Event of splunk ES.</title>
      <link>https://community.splunk.com/t5/Security/How-to-exclude-the-service-account-from-the-event-of-Splunk-ES/m-p/647394#M17044</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/252275"&gt;@AL3Z&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;when you have one or more events with users that yu want to exclude from the results, you have to open the dropdown list on the rights of the dashboard and choose the option suppress events, eventually (it isn't mandatory) adding an expiratin date to this suppression rule.&lt;/P&gt;&lt;P&gt;You can also manage your suppression rules modifying them.&lt;/P&gt;&lt;P&gt;You culd also modify the scheduled search that populates the Authentication DataModel excluding these accounts.&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Sat, 17 Jun 2023 10:25:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/How-to-exclude-the-service-account-from-the-event-of-Splunk-ES/m-p/647394#M17044</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2023-06-17T10:25:04Z</dc:date>
    </item>
    <item>
      <title>Re: Excluding the service account from the Event of splunk ES.</title>
      <link>https://community.splunk.com/t5/Security/How-to-exclude-the-service-account-from-the-event-of-Splunk-ES/m-p/647498#M17045</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/161352"&gt;@gcusello&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Here I'm trying to xclude the service account using join,&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;search:&lt;BR /&gt;&lt;BR /&gt;(index=winevent OR index=winsec source="XmlWinEventLog:*")&amp;nbsp;&amp;nbsp;eventcode=4662 OR&amp;nbsp;eventcode=4738&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;We have the field&amp;nbsp; OU and processname associated with eventcode=4662&amp;nbsp;&lt;BR /&gt;under ou we have a serviceid , we have to exclude this , under process name we have to exclude agent.exe,&lt;BR /&gt;&lt;BR /&gt;Likewise there is other fields present in the eventcode 4738 which are not present in the 4662&lt;BR /&gt;&lt;BR /&gt;How we can use the join and colerate these two datasets ?&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Mon, 19 Jun 2023 14:43:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/How-to-exclude-the-service-account-from-the-event-of-Splunk-ES/m-p/647498#M17045</guid>
      <dc:creator>AL3Z</dc:creator>
      <dc:date>2023-06-19T14:43:04Z</dc:date>
    </item>
    <item>
      <title>Re: Excluding the service account from the Event of splunk ES.</title>
      <link>https://community.splunk.com/t5/Security/How-to-exclude-the-service-account-from-the-event-of-Splunk-ES/m-p/647505#M17046</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/252275"&gt;@AL3Z&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;using join command you never accelerate a search but you always slow it!&lt;/P&gt;&lt;P&gt;Anyway, to exclude results from a correlation search the easiest way is the suppression list I hinted.&lt;/P&gt;&lt;P&gt;Otherwise you can add a filter in the Correlation Search To exclude some resulta, but not a join.&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Mon, 19 Jun 2023 16:05:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/How-to-exclude-the-service-account-from-the-event-of-Splunk-ES/m-p/647505#M17046</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2023-06-19T16:05:22Z</dc:date>
    </item>
  </channel>
</rss>

