<?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 Is there an app that can display Geo Location data for unsuccessful login attempts to my RDP server? in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Is-there-an-app-that-can-display-Geo-Location-data-for/m-p/286990#M18171</link>
    <description>&lt;P&gt;Hey there,&lt;/P&gt;

&lt;P&gt;Looking for an app that will take unsuccessful login attempts to my internet facing RDP server and show pretty graphs and Geo IP location maps of IP addresses attempting to connect.&lt;/P&gt;

&lt;P&gt;Thanks.&lt;/P&gt;</description>
    <pubDate>Tue, 22 Dec 2015 00:17:21 GMT</pubDate>
    <dc:creator>naterobb30</dc:creator>
    <dc:date>2015-12-22T00:17:21Z</dc:date>
    <item>
      <title>Is there an app that can display Geo Location data for unsuccessful login attempts to my RDP server?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Is-there-an-app-that-can-display-Geo-Location-data-for/m-p/286990#M18171</link>
      <description>&lt;P&gt;Hey there,&lt;/P&gt;

&lt;P&gt;Looking for an app that will take unsuccessful login attempts to my internet facing RDP server and show pretty graphs and Geo IP location maps of IP addresses attempting to connect.&lt;/P&gt;

&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Tue, 22 Dec 2015 00:17:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Is-there-an-app-that-can-display-Geo-Location-data-for/m-p/286990#M18171</guid>
      <dc:creator>naterobb30</dc:creator>
      <dc:date>2015-12-22T00:17:21Z</dc:date>
    </item>
    <item>
      <title>Re: Is there an app that can display Geo Location data for unsuccessful login attempts to my RDP server?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Is-there-an-app-that-can-display-Geo-Location-data-for/m-p/286991#M18172</link>
      <description>&lt;P&gt;There is nothing out there, but this is quite straightforward to make assuming :&lt;/P&gt;

&lt;P&gt;1) Firewall or security logs that identify SRC and DST for ips of your servers&lt;BR /&gt;
2) Firewall or security logs that identify DST port traffic of your servers..&lt;/P&gt;

&lt;P&gt;E.g., timestampofEvent allow TCP outsidehost:54000 TO TCP myrdpserver:3389 duration:50:00.00&lt;/P&gt;

&lt;P&gt;Firewall logs are typically in that format. If you're logging in windows event logs, it will look different, but you're basically going to need the same information; src ip, port, dest ip, timestamp, duration.&lt;/P&gt;

&lt;P&gt;If you have those, provide a sample and we can help you write a simple query that you can use to visualize.&lt;/P&gt;</description>
      <pubDate>Tue, 22 Dec 2015 00:53:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Is-there-an-app-that-can-display-Geo-Location-data-for/m-p/286991#M18172</guid>
      <dc:creator>esix_splunk</dc:creator>
      <dc:date>2015-12-22T00:53:10Z</dc:date>
    </item>
    <item>
      <title>Re: Is there an app that can display Geo Location data for unsuccessful login attempts to my RDP server?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Is-there-an-app-that-can-display-Geo-Location-data-for/m-p/286992#M18173</link>
      <description>&lt;P&gt;Quick question on scope of the question: &lt;/P&gt;

&lt;P&gt;Do you already have the RDP session information in Splunk?  Are the IP addresses those logs have "external" or are they through NATed addresses?  If NATed, do you have the firewall logs to go with it so you can find out the external addresses?&lt;/P&gt;

&lt;P&gt;Thanks,&lt;BR /&gt;
Rich&lt;/P&gt;</description>
      <pubDate>Tue, 22 Dec 2015 00:55:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Is-there-an-app-that-can-display-Geo-Location-data-for/m-p/286992#M18173</guid>
      <dc:creator>Richfez</dc:creator>
      <dc:date>2015-12-22T00:55:57Z</dc:date>
    </item>
    <item>
      <title>Re: Is there an app that can display Geo Location data for unsuccessful login attempts to my RDP server?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Is-there-an-app-that-can-display-Geo-Location-data-for/m-p/286993#M18174</link>
      <description>&lt;P&gt;Rich,&lt;/P&gt;

&lt;P&gt;Yes, the RDP logs are in splunk and the IP addresses in those logs are not NATed but are external.&lt;/P&gt;

&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Tue, 22 Dec 2015 01:25:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Is-there-an-app-that-can-display-Geo-Location-data-for/m-p/286993#M18174</guid>
      <dc:creator>naterobb30</dc:creator>
      <dc:date>2015-12-22T01:25:53Z</dc:date>
    </item>
    <item>
      <title>Re: Is there an app that can display Geo Location data for unsuccessful login attempts to my RDP server?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Is-there-an-app-that-can-display-Geo-Location-data-for/m-p/286994#M18175</link>
      <description>&lt;P&gt;Using windows event logs, below is a snippet of one of the logs, I appreciate it.&lt;/P&gt;

&lt;HR /&gt;

&lt;P&gt;12/21/2015 04:04:20 PM&lt;BR /&gt;
LogName=Security&lt;BR /&gt;
SourceName=Microsoft Windows security auditing.&lt;BR /&gt;
EventCode=4625&lt;BR /&gt;
EventType=0&lt;BR /&gt;
Type=Information&lt;BR /&gt;
ComputerName=Server&lt;BR /&gt;
TaskCategory=Logon&lt;BR /&gt;
OpCode=Info&lt;BR /&gt;
RecordNumber=2755&lt;BR /&gt;
Keywords=Audit Failure&lt;BR /&gt;
Message=An account failed to log on.&lt;/P&gt;

&lt;P&gt;Subject:&lt;BR /&gt;
    Security ID:        S-1-5-18&lt;BR /&gt;
    Account Name:       SERVER$&lt;BR /&gt;
    Account Domain:     WORKGROUP&lt;BR /&gt;
    Logon ID:       0x3E7&lt;/P&gt;

&lt;P&gt;Logon Type:         10&lt;/P&gt;

&lt;P&gt;Account For Which Logon Failed:&lt;BR /&gt;
    Security ID:        S-1-0-0&lt;BR /&gt;
    Account Name:       administrator&lt;BR /&gt;
    Account Domain:     SERVER&lt;/P&gt;

&lt;P&gt;Failure Information:&lt;BR /&gt;
    Failure Reason:     Unknown user name or bad password.&lt;BR /&gt;
    Status:         0xC000006D&lt;BR /&gt;
    Sub Status:     0xC000006A&lt;/P&gt;

&lt;P&gt;Process Information:&lt;BR /&gt;
    Caller Process ID:  0x188&lt;BR /&gt;
    Caller Process Name:    C:\Windows\System32\svchost.exe&lt;/P&gt;

&lt;P&gt;Network Information:&lt;BR /&gt;
    Workstation Name:   SERVER&lt;BR /&gt;
    Source Network Address: 184.147.111.11&lt;BR /&gt;
    Source Port:        0&lt;/P&gt;

&lt;P&gt;Detailed Authentication Information:&lt;BR /&gt;
    Logon Process:      User32 &lt;BR /&gt;
    Authentication Package: Negotiate&lt;BR /&gt;
    Transited Services: -&lt;BR /&gt;
    Package Name (NTLM only):   -&lt;BR /&gt;
    Key Length:     0&lt;/P&gt;

&lt;P&gt;This event is generated when a logon request fails. It is generated on the computer where access was attempted.&lt;/P&gt;

&lt;P&gt;The Subject fields indicate the account on the local system which requested the logon. This is most commonly a service such as the Server service, or a local process such as Winlogon.exe or Services.exe.&lt;/P&gt;

&lt;P&gt;The Logon Type field indicates the kind of logon that was requested. The most common types are 2 (interactive) and 3 (network).&lt;/P&gt;

&lt;P&gt;The Process Information fields indicate which account and process on the system requested the logon.&lt;/P&gt;

&lt;P&gt;The Network Information fields indicate where a remote logon request originated. Workstation name is not always available and may be left blank in some cases.&lt;/P&gt;

&lt;P&gt;The authentication information fields provide detailed information about this specific logon request.&lt;BR /&gt;
    - Transited services indicate which intermediate services have participated in this logon request.&lt;BR /&gt;
    - Package name indicates which sub-protocol was used among the NTLM protocols.&lt;BR /&gt;
    - Key length indicates the length of the generated session key. This will be 0 if no session key was requested.&lt;BR /&gt;
Collapse&lt;BR /&gt;
Account_Domain = WORKGROUP  Account_Domain = SERVER Account_Name = SERVER$  Account_Name = administrator Source_Network_Address = 184.147.111.11 source = WinEventLog:Security sourcetype = WinEventLog:Security&lt;/P&gt;

&lt;HR /&gt;</description>
      <pubDate>Tue, 29 Sep 2020 08:12:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Is-there-an-app-that-can-display-Geo-Location-data-for/m-p/286994#M18175</guid>
      <dc:creator>naterobb30</dc:creator>
      <dc:date>2020-09-29T08:12:18Z</dc:date>
    </item>
    <item>
      <title>Re: Is there an app that can display Geo Location data for unsuccessful login attempts to my RDP server?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Is-there-an-app-that-can-display-Geo-Location-data-for/m-p/286995#M18176</link>
      <description>&lt;P&gt;&lt;STRONG&gt;Did a little research and built the following query to display failed Remote Desktop Attempts by geo location on a map:&lt;/STRONG&gt;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;source=WinEventLog:Security sourcetype=WinEventLog:security Logon_Type=10 EventCode=4625 | eval Date=strftime(_time, "%Y/%m/%d") | rex "Failed:\s+.*\s+Account\sName:\s+(?\S+)\s" | stats count by Date, TargetAccount, Failure_Reason, Source_Network_Address| iplocation Source_Network_Address | geostats count by Source_Network_Address | sort -count
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;&lt;STRONG&gt;To view failed attempts by date, login, reason, and source ip I found the following query:&lt;/STRONG&gt;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;source=WinEventLog:Security sourcetype=WinEventLog:security Logon_Type=10 EventCode=4625 | eval Date=strftime(_time, "%Y/%m/%d") | rex "Failed:\s+.*\s+Account\sName:\s+(?\S+)\s" | stats count by Date, TargetAccount, Failure_Reason, Source_Network_Address
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 23 Dec 2015 13:35:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Is-there-an-app-that-can-display-Geo-Location-data-for/m-p/286995#M18176</guid>
      <dc:creator>naterobb30</dc:creator>
      <dc:date>2015-12-23T13:35:20Z</dc:date>
    </item>
  </channel>
</rss>

