<?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: Brute Force Attack false alert in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Brute-Force-Attack-false-alert/m-p/668477#M229326</link>
    <description>&lt;P&gt;Change the search to add in to the user and destination so it's captured, e.g.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| tstats summariesonly=t allow_old_summaries=t count values(Authentication.dest) as dest values(Authentication.user) as user from datamodel=Authentication by Authentication.action, Authentication.src
| rename Authentication.* as *
| chart last(count) values(dest) as dests values(user) as users over src by action&lt;/LI-CODE&gt;&lt;P&gt;i.e. change the first 3 lines to add in the values - not also the wildcard rename&lt;/P&gt;&lt;P&gt;You can add more fields from the Authentication datamodel if you need more information&lt;/P&gt;</description>
    <pubDate>Mon, 13 Nov 2023 22:46:46 GMT</pubDate>
    <dc:creator>bowesmana</dc:creator>
    <dc:date>2023-11-13T22:46:46Z</dc:date>
    <item>
      <title>Brute Force Attack false alert</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Brute-Force-Attack-false-alert/m-p/668474#M229325</link>
      <description>&lt;P&gt;we had a vendor setup a Splunk instance for us a while ago and one of the things they did was setup a Brute Force attack alert using the following search,&lt;BR /&gt;| tstats summariesonly=t allow_old_summaries=t count from datamodel=Authentication by Authentication.action, Authentication.src&lt;BR /&gt;| rename Authentication.src as source, Authentication.action as action&lt;BR /&gt;| chart last(count) over source by action&lt;BR /&gt;| where success&amp;gt;0 and failure&amp;gt;20&lt;BR /&gt;| sort -failure&lt;BR /&gt;| rename failure as failures&lt;BR /&gt;| fields - success, unknown&lt;BR /&gt;Now this seems to work OK as I'm getting regular alerts, but these alerts contain little if any detail. Sometimes they contain a server name, so I've checked that server. I can see some failed login attempts on that server, but again, not detail. No account details, not IPs, no servers names.&lt;BR /&gt;It may be some sort of scheduled task as i get an alert from Splunk every hour and every time it has about the same number of Brute Force attacks (24). But I can't see any scheduled tasks that may cause this.&lt;/P&gt;&lt;P&gt;Does anyone have any suggestions on how to track down what is causing these false alerts ?&lt;/P&gt;</description>
      <pubDate>Mon, 13 Nov 2023 22:26:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Brute-Force-Attack-false-alert/m-p/668474#M229325</guid>
      <dc:creator>MalcolmC</dc:creator>
      <dc:date>2023-11-13T22:26:30Z</dc:date>
    </item>
    <item>
      <title>Re: Brute Force Attack false alert</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Brute-Force-Attack-false-alert/m-p/668477#M229326</link>
      <description>&lt;P&gt;Change the search to add in to the user and destination so it's captured, e.g.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| tstats summariesonly=t allow_old_summaries=t count values(Authentication.dest) as dest values(Authentication.user) as user from datamodel=Authentication by Authentication.action, Authentication.src
| rename Authentication.* as *
| chart last(count) values(dest) as dests values(user) as users over src by action&lt;/LI-CODE&gt;&lt;P&gt;i.e. change the first 3 lines to add in the values - not also the wildcard rename&lt;/P&gt;&lt;P&gt;You can add more fields from the Authentication datamodel if you need more information&lt;/P&gt;</description>
      <pubDate>Mon, 13 Nov 2023 22:46:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Brute-Force-Attack-false-alert/m-p/668477#M229326</guid>
      <dc:creator>bowesmana</dc:creator>
      <dc:date>2023-11-13T22:46:46Z</dc:date>
    </item>
  </channel>
</rss>

