<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>计算机 on NGC 2237&#39;s Blog</title>
    <link>https://LuoHuilin3055.github.io/myblog/tags/%E8%AE%A1%E7%AE%97%E6%9C%BA/</link>
    <description>Recent content in 计算机 on NGC 2237&#39;s Blog</description>
    <generator>Hugo</generator>
    <language>zh-cn</language>
    <lastBuildDate>Wed, 03 Jun 2026 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://LuoHuilin3055.github.io/myblog/tags/%E8%AE%A1%E7%AE%97%E6%9C%BA/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>智能系统安全运维与实践的笔记</title>
      <link>https://LuoHuilin3055.github.io/myblog/posts/%E6%99%BA%E8%83%BD%E7%B3%BB%E7%BB%9F%E5%AE%89%E5%85%A8%E8%BF%90%E7%BB%B4%E4%B8%8E%E5%AE%9E%E8%B7%B5/</link>
      <pubDate>Wed, 08 Apr 2026 00:00:00 +0000</pubDate>
      <guid>https://LuoHuilin3055.github.io/myblog/posts/%E6%99%BA%E8%83%BD%E7%B3%BB%E7%BB%9F%E5%AE%89%E5%85%A8%E8%BF%90%E7%BB%B4%E4%B8%8E%E5%AE%9E%E8%B7%B5/</guid>
      <description>&lt;h1 id=&#34;配置虚拟机&#34;&gt;配置虚拟机&lt;/h1&gt;&#xA;&lt;h2 id=&#34;准备&#34;&gt;准备&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;code&gt;VMware Workstation Pro&lt;/code&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;code&gt;Ubuntu&lt;/code&gt;的&lt;code&gt;iso&lt;/code&gt;文件——&lt;a href=&#34;https://releases.ubuntu.com/jammy/&#34;&gt;Ubuntu 22.04.5 LTS (Jammy Jellyfish)&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;code&gt;Windows10&lt;/code&gt;的&lt;code&gt;iso&lt;/code&gt;文件——&lt;a href=&#34;https://www.microsoft.com/zh-cn/software-download/windows10&#34;&gt;下载 Windows 10&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;hr&gt;&#xA;&lt;h2 id=&#34;安装ubuntu&#34;&gt;安装Ubuntu&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;打开&lt;code&gt;VMware&lt;/code&gt;，选择&lt;code&gt;&amp;quot;Create a New Virtual Machine&amp;quot;&lt;/code&gt;&lt;/li&gt;&#xA;&lt;li&gt;选择&lt;code&gt;&amp;quot;Typical&amp;quot;&lt;/code&gt;安装 -&amp;gt; &lt;code&gt;next&lt;/code&gt;&lt;/li&gt;&#xA;&lt;li&gt;在&lt;code&gt;&amp;quot;Installer disc image file(iso):&amp;quot;&lt;/code&gt;处选择下载好的&lt;code&gt;iso&lt;/code&gt;文件 -&amp;gt; &lt;code&gt;next &lt;/code&gt;&lt;/li&gt;&#xA;&lt;li&gt;设置账号以及硬件配置等基本操作&lt;/li&gt;&#xA;&lt;li&gt;开机后进入安装界面&lt;/li&gt;&#xA;&lt;li&gt;&lt;code&gt;Installl Ubuntu&lt;/code&gt; -&amp;gt; 语言：&lt;code&gt;English&lt;/code&gt; ，键盘：&lt;code&gt;English&lt;/code&gt; -&amp;gt; &lt;code&gt;Minimal installaation&lt;/code&gt;并勾选：&#xA;&lt;ul&gt;&#xA;&lt;li&gt;✔ Download updates while installing&lt;/li&gt;&#xA;&lt;li&gt;✔ Install third-party software&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;安装类型为：&lt;code&gt;Erase disk and install Ubuntu&lt;/code&gt;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;h2 id=&#34;配置代理&#34;&gt;配置代理&lt;/h2&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&lt;code&gt;settings&lt;/code&gt; -&amp;gt; &lt;code&gt;Network&lt;/code&gt; -&amp;gt; &lt;code&gt;Network Proxy&lt;/code&gt; -&amp;gt; &lt;code&gt;Manual&lt;/code&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;hr&gt;&#xA;&lt;h2 id=&#34;安装windows10&#34;&gt;安装&lt;code&gt;Windows10&lt;/code&gt;&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;基本安装&#xA;&lt;ul&gt;&#xA;&lt;li&gt;打开&lt;code&gt;VMware&lt;/code&gt;，选择&lt;code&gt;&amp;quot;Create a New Virtual Machine&amp;quot;&lt;/code&gt;&lt;/li&gt;&#xA;&lt;li&gt;选择&lt;code&gt;&amp;quot;Typical&amp;quot;&lt;/code&gt;安装 -&amp;gt; &lt;code&gt;next&lt;/code&gt;  -&amp;gt; 选择下载好的&lt;code&gt;iso&lt;/code&gt;文件&lt;/li&gt;&#xA;&lt;li&gt;设置账号以及硬件配置等基本操作&lt;/li&gt;&#xA;&lt;li&gt;开机后进入安装界面&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;配置代理同上&lt;/li&gt;&#xA;&lt;li&gt;安装客机增强件：&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;code&gt;VM -&amp;gt; install VMware Tools -&amp;gt; 点击“此电脑”中的盘片 -&amp;gt; 下载相关文件&lt;/code&gt;&lt;/li&gt;&#xA;&lt;li&gt;右下角显示出&lt;code&gt;VM Tools&lt;/code&gt;即为安装成功&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;共享文件&#xA;&lt;ul&gt;&#xA;&lt;li&gt;先点击&lt;code&gt;VMware&lt;/code&gt;顶部菜单的&lt;code&gt;VM&lt;/code&gt;,选择&lt;code&gt;Settings...&lt;/code&gt;&lt;/li&gt;&#xA;&lt;li&gt;在弹出的设置窗口中点击&lt;code&gt;Options&lt;/code&gt;选项卡&lt;/li&gt;&#xA;&lt;li&gt;找到并点击&lt;code&gt;Shared Folders&lt;/code&gt;，文件夹的共享状态为&lt;code&gt;Always enabled&lt;/code&gt;&lt;/li&gt;&#xA;&lt;li&gt;点击下方的&lt;code&gt;Add&lt;/code&gt;添加，不要勾选&lt;code&gt;Read-only&lt;/code&gt;&lt;/li&gt;&#xA;&lt;li&gt;将共享文件夹映射为网络驱动器&#xA;&lt;ul&gt;&#xA;&lt;li&gt;打开虚拟机的“此电脑”；&lt;/li&gt;&#xA;&lt;li&gt;在顶部菜单栏找到“映射网络驱动器”&lt;/li&gt;&#xA;&lt;li&gt;将共享文件夹的地址填入其中&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;快照&#xA;&lt;ul&gt;&#xA;&lt;li&gt;创建快照&#xA;&lt;ul&gt;&#xA;&lt;li&gt;将虚拟机开机&lt;/li&gt;&#xA;&lt;li&gt;先点击&lt;code&gt;VMware&lt;/code&gt;顶部菜单的&lt;code&gt;VM&lt;/code&gt;,选择&lt;code&gt;Snapshot -&amp;gt; take Snapshot&lt;/code&gt;&lt;/li&gt;&#xA;&lt;li&gt;在弹出的页面中输入快照名称与描述&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;恢复快照&#xA;&lt;ul&gt;&#xA;&lt;li&gt;在相同的页面点击&lt;code&gt;Reserve to Snapshot ...&lt;/code&gt;即可&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;迁移&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;hr&gt;&#xA;&lt;h1 id=&#34;注册表&#34;&gt;注册表&lt;/h1&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;打开方式&#xA;&lt;ul&gt;&#xA;&lt;li&gt;快捷键&lt;code&gt;Win + R&lt;/code&gt;打开运行窗口，输入&lt;code&gt;regedit&lt;/code&gt;并在弹出的对话框中选择允许&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;五个&lt;strong&gt;根节点&lt;/strong&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;&lt;code&gt;HKEY_CLASSES_ROOT&lt;/code&gt;&lt;/strong&gt;：存储各类不同文件扩展名对应的默认打开程序&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;&lt;code&gt;HKEY_CURRENT_USER&lt;/code&gt;&lt;/strong&gt;：当前用户的配置数据信息&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;&lt;code&gt;HKEY_LOCAL_MACHINE&lt;/code&gt;&lt;/strong&gt;：硬件、计算机所有用户的配置数据信息&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;&lt;code&gt;HKEY_USERS&lt;/code&gt;&lt;/strong&gt;：计算机默认用户的配置文件和已知用户的配置文件的子项&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;&lt;code&gt;HKEY_CURRENT_CONFIG&lt;/code&gt;&lt;/strong&gt;：当前硬件配置信息&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;hr&gt;&#xA;&lt;h1 id=&#34;进程行为分析报告&#34;&gt;进程行为分析报告&lt;/h1&gt;&#xA;&lt;h2 id=&#34;1下载软件&#34;&gt;1‍⃣下载软件&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;在畅课平台中将需要的软件下载并拖到虚拟机中&lt;/li&gt;&#xA;&lt;li&gt;主要包括&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;code&gt;homework.zip&lt;/code&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;code&gt;ProcessMonitor.zip&lt;/code&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;code&gt;ProcessExplorer.zip&lt;/code&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;2实验过程&#34;&gt;2‍⃣实验过程&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;对&lt;code&gt;zip&lt;/code&gt;文件进行解压&lt;/li&gt;&#xA;&lt;li&gt;启动&lt;code&gt;ProcessMonitor&lt;/code&gt;&lt;br&gt;&#xA;&lt;img src=&#34;img-012.png&#34; alt=&#34;&#34;&gt;&lt;/li&gt;&#xA;&lt;li&gt;在&lt;code&gt;Process Monitor&lt;/code&gt;中添加过滤条件（&lt;code&gt;CTRL+L&lt;/code&gt;），使其只显示&lt;code&gt;homework.exe&lt;/code&gt;相关操作记录，条件添加成功后，&lt;strong&gt;点击 &lt;code&gt;Apply&lt;/code&gt;&lt;/strong&gt;&lt;br&gt;&#xA;&lt;img src=&#34;img-013.png&#34; alt=&#34;&#34;&gt;&lt;/li&gt;&#xA;&lt;li&gt;此时我们会看见后面显示为空白，是因为还没有运行&lt;code&gt;homework.exe&lt;/code&gt;程序&lt;/li&gt;&#xA;&lt;li&gt;接下来我们需要运行&lt;code&gt;.exe&lt;/code&gt;程序&#xA;&lt;ul&gt;&#xA;&lt;li&gt;打开&lt;code&gt;powershell&lt;/code&gt;并&lt;code&gt;cd&lt;/code&gt;到文件所在目录&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt; .&lt;span class=&#34;se&#34;&gt;\h&lt;/span&gt;omework.exe &lt;span class=&#34;m&#34;&gt;202512063055&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;&lt;img src=&#34;img-014.jpg&#34; alt=&#34;&#34;&gt;&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
