﻿<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>UltimateWindowsSecurity.com Forum / Ultimate Windows Security Forum / Security Log / 4624 - An account was successfully logged on </title><generator>InstantForum.NET v4.1.4</generator><description>UltimateWindowsSecurity.com Forum</description><link>http://forum.ultimatewindowssecurity.com/</link><webMaster>noreply@ultimatewindowssecurity.com</webMaster><lastBuildDate>Thu, 17 May 2012 08:41:29 GMT</lastBuildDate><ttl>20</ttl><item><title>Differing log formats</title><link>http://forum.ultimatewindowssecurity.com/Topic993-167-1.aspx</link><description>We're collecting these Windows event logs (2008) with our SIEM solution (.png files attached).&lt;br&gt;&lt;br&gt;Can anyone tell me why these logs look so different when they have the same event ID? I'm mainly curious about why:&lt;br&gt;&lt;br&gt;... one log has a hex value for the &lt;keywords&gt; field and the other has "Audit Success".&lt;br&gt;... one log is multi-line and the other is single-line.&lt;br&gt;... one log is missing &lt;EventData&gt; ("An account was successfully logged on").&lt;br&gt;... the logs are in different formats (one looks like XML?).&lt;br&gt;&lt;br&gt;Do I have some kind of odd setting enabled? Does anyone have any ideas?&lt;br&gt;&lt;br&gt;Thank you in advance!</description><pubDate>Tue, 24 Apr 2012 11:00:34 GMT</pubDate><dc:creator>virginiac</dc:creator></item><item><title>Event ID: 4624 - Anonymous Logon</title><link>http://forum.ultimatewindowssecurity.com/Topic236-167-1.aspx</link><description>Hello,&lt;/P&gt;&lt;P&gt;I have a system that many Event ID 4624 Successful (Anonmymous) Logon with the corresponding 4634 Logoff's.  The account name is ANONYMOUS, with NO network information what so ever on any of the event entries with the account domain as NT AUTHORITY.  There is a total of 1185 over a 12 month period.&lt;/P&gt;&lt;P&gt;These are all Logon Type 3 (network)&lt;/P&gt;&lt;P&gt;Are there any legitimate reasons for this?  How come there is NO source IP  or workstation name listed on any of these?  This is on a Windows Vista system.  There is an a IIS_Guest account, but the system is not suppose to be running a webservice.  Though not sure how I can check.  Is there any registry keys that would show this?  All I have is a dead system image, and I can't boot it up.&lt;/P&gt;&lt;P&gt;Thanks,</description><pubDate>Thu, 15 Oct 2009 16:15:39 GMT</pubDate><dc:creator>mwade</dc:creator></item><item><title>Logon type 12 &amp; 13?</title><link>http://forum.ultimatewindowssecurity.com/Topic911-167-1.aspx</link><description>Hi Randy,&lt;P&gt;  I was digging through events in one of my labs and came across logon type 12 on some events (Event ID 4624).  I had never heard of this logon type so I Googled it, and found reference to logon type 13 as well (althought I have not seen that logon type in my lab) &lt;/P&gt;&lt;P&gt;        Logon type 12  is "CachedRemoteInteractive". &lt;/P&gt;&lt;P&gt;        Logon type 13 is "CachedUnlock".  &lt;/P&gt;&lt;P&gt;Have you seen these two logon types in the wild? </description><pubDate>Sat, 11 Feb 2012 00:21:31 GMT</pubDate><dc:creator>Braino</dc:creator></item><item><title>Many 4624 events (logon type 3) on DC from 1 user account within short time</title><link>http://forum.ultimatewindowssecurity.com/Topic809-167-1.aspx</link><description>Hello&lt;br&gt;&lt;br&gt;On our DC I noticed lots of 4624 events (logon type 3) coming from a user account (not a computer account). Within 4.5 hours, this user logged in more than 100 times via the network, always from the same IP address, always using Kerberos as a logon process. In fact there are a few user accounts with similar behaviour.&lt;br&gt;&lt;br&gt;What are possible reasons for this? The user's group policy only refreshes every 60 minutes and there are no mapped drives or open shares to the DC. Are there any other reasons for this event to be logged on a DC?&lt;br&gt;&lt;br&gt;Thanks for your advice!</description><pubDate>Tue, 04 Oct 2011 21:46:00 GMT</pubDate><dc:creator>stefan</dc:creator></item><item><title>Tracking interactive logons</title><link>http://forum.ultimatewindowssecurity.com/Topic330-167-1.aspx</link><description>I am trying to track interactive logons and am looking for the right mix.  I did not really see that many of these log entries in the Windows 2008 DC that I have been looking through.  Watched your webinar about the kerberos events and that looks promising but takes multiple events to process a logon.  Not very easy with syslog parsing.  What is the best way to go about determining the interactive logons in a Windows 2008 domain?  Is it 4624?  or is  it 4768+4769?&lt;br&gt;&lt;br&gt;Thanks,&lt;br&gt;Ed&lt;br&gt;</description><pubDate>Wed, 10 Mar 2010 17:47:43 GMT</pubDate><dc:creator>mns</dc:creator></item><item><title>Filter system logon events (type 3)</title><link>http://forum.ultimatewindowssecurity.com/Topic486-167-1.aspx</link><description>I have set up audit levels using auditpol. However I can't figure out how to log some logon events and not others. I want to log whenever a user logs into a machine interactively, remotely, via a share, batch, etc. But I don't want to log when a system accesses another system, especially when it's a system access a DC for replication or something.&lt;br&gt;&lt;br&gt;If I go to my event viewer I have thousands of entries where the SID is anonymous or NULL, or it's DOMAINNAME \ SYSTEMNAME$ or it's SYSTEM but the account name is SYSTEMNAME$.&lt;br&gt;&lt;br&gt;Annoyingly they are all of Logon Type 3. Is there no way to say "don't log all this extra stuff and just log regular access method events?"</description><pubDate>Sat, 02 Oct 2010 14:09:50 GMT</pubDate><dc:creator>MrSampsonite</dc:creator></item><item><title>Distinguishing 4624 Logon Events</title><link>http://forum.ultimatewindowssecurity.com/Topic481-167-1.aspx</link><description>Hi, &lt;/P&gt;&lt;P&gt;I am writing an application (C#) to gather various data for users on a network. This includes the logon and logoff times, taken from the security log. My application retrieves 4624 and 4634 events and dumps them to a file. The problem here is that I get numerous 4624 events returned all around the same timestamp. My question is how do I distinguish which is the actual logon event for the user?&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Stephen</description><pubDate>Fri, 01 Oct 2010 06:32:28 GMT</pubDate><dc:creator>Shockmeister</dc:creator></item><item><title>Remote Desktop Login Event ID's</title><link>http://forum.ultimatewindowssecurity.com/Topic425-167-1.aspx</link><description>I'm in the process of setting up my log appliance to report on RDP usage on a Windows 2008 R2 server.  The problem I am having is that I'm not seeing any 4624 type 10 in the security log after a successful RDP connection.  I have auditing enabled in Terminal Services configuration, but still nothing.  Is there a different ID I should be looking for?&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;Brian </description><pubDate>Mon, 09 Aug 2010 11:01:25 GMT</pubDate><dc:creator>blindstrum</dc:creator></item><item><title>Tracking failed logons on a Windows 2008 DC</title><link>http://forum.ultimatewindowssecurity.com/Topic375-167-1.aspx</link><description>We need to be able to track failed logon attempts on domain accounts from the logs on the DC.  We are getting 4771 events now but there are no failure codes that I can find.  Am I misssing something here?  Is there additional logging that needs to be enabled to get these 4771 failures to show in the logs?</description><pubDate>Thu, 06 May 2010 13:44:25 GMT</pubDate><dc:creator>mns</dc:creator></item></channel></rss>
