<?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>Windows &#8211; IT Crafter</title>
	<atom:link href="https://blog.itcrafter.net/archives/tag/windows/feed" rel="self" type="application/rss+xml" />
	<link>https://blog.itcrafter.net</link>
	<description></description>
	<lastBuildDate>Sat, 29 Jun 2024 09:54:26 +0000</lastBuildDate>
	<language>zh-Hans</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.1</generator>
	<item>
		<title>如何检查 Windows 有无遭受 RDP 入侵？</title>
		<link>https://blog.itcrafter.net/archives/177</link>
					<comments>https://blog.itcrafter.net/archives/177#respond</comments>
		
		<dc:creator><![CDATA[IT Crafter]]></dc:creator>
		<pubDate>Sat, 29 Jun 2024 09:54:25 +0000</pubDate>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[远程桌面]]></category>
		<guid isPermaLink="false">https://blog.itcrafter.net/?p=177</guid>

					<description><![CDATA[如何检查 Windows 有无遭受 RDP 入侵？ 1. Windows 远程桌面的入侵隐患 虽然 Micro ... <a title="如何检查 Windows 有无遭受 RDP 入侵？" class="read-more" href="https://blog.itcrafter.net/archives/177" aria-label="Read more about 如何检查 Windows 有无遭受 RDP 入侵？">阅读更多</a>]]></description>
										<content:encoded><![CDATA[
<p>如何检查 Windows 有无遭受 RDP 入侵？</p>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<h3 class="wp-block-heading">1. Windows 远程桌面的入侵隐患</h3>



<p>虽然 Microsoft 的 RDP （Remote Desktop Protocol）是专有的远程桌面协议，但不少开源项目已经通过逆向工程或者公开文档实现了与 RDP 兼容的功能。这使得通过 RDP 入侵 Windows 桌面成为一种可能。假如你习惯从公司或其他地方以 RDP 远程登录家里的 Windows 电脑，意味着你家的电脑已经面临着公网广泛存在的 RDP 入侵攻击…</p>



<p>防御攻击是一个大话题，而这里只告诉你：怎样检查自己的电脑有没受到可疑的 RDP 接入攻击。</p>



<p></p>



<h3 class="wp-block-heading">2. Windows 事件查看器</h3>



<p>Windows 其实为运行于其上的应用程序提供了全面的审计机制，当中自然也包括 RDP Service。审计入口是一个大多数用户不太关注的系统工具 &#8212; <strong>事件查看器</strong>。</p>



<p>对于 Win11，打开事件查看器的方法有：</p>



<ul class="wp-block-list">
<li>在任务栏 Win 图标上点击右键，在弹出菜单中打开：</li>
</ul>


<div class="wp-block-image">
<figure class="aligncenter is-resized"><img decoding="async" src="https://pic2.helpfully.top:9522/uploads/2024/06/667fcdf0391fc.png" alt="image-20240629170337247" style="width:123px;height:auto"/></figure>
</div>


<ul class="wp-block-list">
<li>或者，按下 Win+R 组合键，然后输入 eventvwr，按回车即可打开<strong>事件查看器</strong>。</li>
</ul>


<div class="wp-block-image">
<figure class="aligncenter is-resized"><img decoding="async" src="https://pic2.helpfully.top:9522/uploads/2024/06/667fce3a8ff9e.png" alt="image-20240629170458968" style="width:364px;height:auto"/></figure>
</div>


<p></p>



<h3 class="wp-block-heading">3. 打开 RDP 事件记录</h3>



<p>Windows 事件查看器提供了 RDP 接入的详细审计日志。在事件查看器左侧的导航树中，依次点开：</p>



<pre class="wp-block-preformatted">应用程序和服务日志 -&gt; Microsoft -&gt; Windows -&gt; RemoteDesktopServices-RdpCoreTS</pre>



<p>再点击展开的 Operational，即可在事件查看器中列出与 RDP 接入相关的详尽日志。（貌似精确到回调函数的调用）</p>



<p></p>



<h3 class="wp-block-heading">4. 检查接入事件</h3>



<p>怎样判断有无可疑的 RDP 接入信息呢？可以关注下 ID 131 的事件，通过事件筛选器可以将 ID 131 事件筛选出来：</p>


<div class="wp-block-image">
<figure class="aligncenter"><img decoding="async" src="https://pic2.helpfully.top:9522/uploads/2024/06/667fd0b589b94.png" alt="image-20240629171531710"/></figure>
</div>


<p>ID 131 是指建立连接的事件，详情信息中列出了尝试远程登录你电脑的 RDP client 所在的 IP 和端口：</p>


<div class="wp-block-image">
<figure class="aligncenter"><img decoding="async" src="https://pic2.helpfully.top:9522/uploads/2024/06/667fd2014c318.png" alt="image-20240629172105514"/></figure>
</div>


<p>检查一下 IP 的归属地，或许能让你看出公网环境的险恶…</p>



<p>Done.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://blog.itcrafter.net/archives/177/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
