<?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: Top 10 Failed Login in Security</title>
    <link>https://community.splunk.com/t5/Security/Top-10-Failed-Login/m-p/577884#M15751</link>
    <description>&lt;P&gt;Here is your SPL query, let me know if it works for you.&lt;/P&gt;&lt;P&gt;index=wineventlog sourcetype="Wineventlog:Security" EventCode=4625 OR EventCode=529 Account_Name!="" | stats count by Account_Name | sort -count | head 10&lt;/P&gt;&lt;P&gt;Event code 529 to capture failure events from Win 2003 or older versions&lt;/P&gt;&lt;P&gt;Account_Name!="&amp;lt;put value which doesn't make any sense to you like blank/- etc&amp;gt;&lt;/P&gt;&lt;P&gt;head 10 - for top 10 results.&lt;/P&gt;&lt;P&gt;Hope this helps and happy Splunking!&lt;/P&gt;</description>
    <pubDate>Thu, 09 Dec 2021 12:31:33 GMT</pubDate>
    <dc:creator>kkrises</dc:creator>
    <dc:date>2021-12-09T12:31:33Z</dc:date>
    <item>
      <title>Top 10 Failed Login</title>
      <link>https://community.splunk.com/t5/Security/Top-10-Failed-Login/m-p/577761#M15749</link>
      <description>&lt;P&gt;Im new to splunk ,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I created 15 users and had failed login attempts on some of them.&lt;/P&gt;&lt;P&gt;how can i find the first 10 failed login attempts,with what command can i see this in splunk&lt;/P&gt;&lt;P&gt;sourcetype="WinEventLog:Security" eventcode 4625| top limit=10 "Account Name"&lt;/P&gt;&lt;P&gt;I tried it brought all users but how do I integrate the failed part into it, am I walking on the wrong path?&lt;/P&gt;</description>
      <pubDate>Wed, 08 Dec 2021 10:25:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Top-10-Failed-Login/m-p/577761#M15749</guid>
      <dc:creator>sittingonion</dc:creator>
      <dc:date>2021-12-08T10:25:19Z</dc:date>
    </item>
    <item>
      <title>Re: Top 10 Failed Login</title>
      <link>https://community.splunk.com/t5/Security/Top-10-Failed-Login/m-p/577781#M15750</link>
      <description>&lt;P&gt;You're on the right path.&lt;/P&gt;&lt;P&gt;The event should have a field that indicates if the login succeeded or failed.&amp;nbsp; Test that field in your query to include only failures.&amp;nbsp; You'll need to remove the &lt;FONT face="courier new,courier"&gt;top&lt;/FONT&gt; command to see the full event.&lt;/P&gt;&lt;P&gt;The query may end up looking something like this:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;sourcetype="WinEventLog" EventCode=4625 index=wineventlog action=failure
| top limit=10 Account_Name&lt;/LI-CODE&gt;</description>
      <pubDate>Wed, 08 Dec 2021 14:00:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Top-10-Failed-Login/m-p/577781#M15750</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2021-12-08T14:00:31Z</dc:date>
    </item>
    <item>
      <title>Re: Top 10 Failed Login</title>
      <link>https://community.splunk.com/t5/Security/Top-10-Failed-Login/m-p/577884#M15751</link>
      <description>&lt;P&gt;Here is your SPL query, let me know if it works for you.&lt;/P&gt;&lt;P&gt;index=wineventlog sourcetype="Wineventlog:Security" EventCode=4625 OR EventCode=529 Account_Name!="" | stats count by Account_Name | sort -count | head 10&lt;/P&gt;&lt;P&gt;Event code 529 to capture failure events from Win 2003 or older versions&lt;/P&gt;&lt;P&gt;Account_Name!="&amp;lt;put value which doesn't make any sense to you like blank/- etc&amp;gt;&lt;/P&gt;&lt;P&gt;head 10 - for top 10 results.&lt;/P&gt;&lt;P&gt;Hope this helps and happy Splunking!&lt;/P&gt;</description>
      <pubDate>Thu, 09 Dec 2021 12:31:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Top-10-Failed-Login/m-p/577884#M15751</guid>
      <dc:creator>kkrises</dc:creator>
      <dc:date>2021-12-09T12:31:33Z</dc:date>
    </item>
  </channel>
</rss>

