<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>小桥的记事本 &#187; Windows</title>
	<atom:link href="http://www.hmqq.net/tag/windows/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.hmqq.net</link>
	<description>Xiaoqiao's Blog</description>
	<lastBuildDate>Sat, 13 Aug 2011 16:56:11 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Windows的审计</title>
		<link>http://www.hmqq.net/2006/02/windows-audit/</link>
		<comments>http://www.hmqq.net/2006/02/windows-audit/#comments</comments>
		<pubDate>Fri, 10 Feb 2006 17:47:04 +0000</pubDate>
		<dc:creator>小桥</dc:creator>
				<category><![CDATA[技术]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.hmqq.net/index.php/2006/02/11/windows-audit/</guid>
		<description><![CDATA[以前给一些Windows机器开启了审计功能，可以在系统的安全日志里面看到一些东西，但是没有具体了解开启某一项审计到底能记录什么东西。 今天测试了一下只开“帐户登录”，用远程桌面登录上去，可以看到一个帐户登陆成功的日志，但是并没有记录从哪台机器登录的。再打开“登陆事件”，再次通过远程桌面登陆，系统安全性日志能够看到登录用户和登录机器的源IP。这时通过SMB访问共享的目录，日志中也有登录事件的日志，只是事件ID等信息和远程桌面登录并不一样。所以Windows系统要审计所有的登录，应该开启“登录事件”而不是只开“帐户登录”。需要区分不同类型的登录，可以对事件ID进行排序;-)。]]></description>
			<content:encoded><![CDATA[<p>以前给一些Windows机器开启了审计功能，可以在系统的安全日志里面看到一些东西，但是没有具体了解开启某一项审计到底能记录什么东西。</p>
<p>今天测试了一下只开“帐户登录”，用远程桌面登录上去，可以看到一个帐户登陆成功的日志，但是并没有记录从哪台机器登录的。再打开“登陆事件”，再次通过远程桌面登陆，系统安全性日志能够看到登录用户和登录机器的源IP。这时通过SMB访问共享的目录，日志中也有登录事件的日志，只是事件ID等信息和远程桌面登录并不一样。所以Windows系统要审计所有的登录，应该开启“登录事件”而不是只开“帐户登录”。需要区分不同类型的登录，可以对事件ID进行排序;-)。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hmqq.net/2006/02/windows-audit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

