<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>RapidDNS</title>
    <link>https://wechat2rss.xlab.app/feed/2b62c59e45bd71ff9f475c93626cd4871c99f185.xml</link>
    <description>RapidDNS.io 是一个免费开放的DNS在线查询平台。&#xA;(wechat feed made by @ttttmr https://wechat2rss.xlab.app)</description>
    <managingEditor> (RapidDNS)</managingEditor>
    <image>
      <url>https://wx.qlogo.cn/mmhead/Q3auHgzwzM6sTp7nDscHvoX84jUQ2oJBL2iaXostxDRFurO75Rd18Cw/0</url>
      <title>RapidDNS</title>
      <link>https://wechat2rss.xlab.app/feed/2b62c59e45bd71ff9f475c93626cd4871c99f185.xml</link>
    </image>
    <item>
      <title>红队实战利器：RapidDNS CLI + Nuclei/Httpx 打造自动化漏洞挖掘流水线</title>
      <link>https://mp.weixin.qq.com/s?__biz=Mzg4NDU0ODMxOQ==&amp;mid=2247485855&amp;idx=1&amp;sn=460e5fceb4ef06fdef994a6a363eea32</link>
      <description>大家好，我是男人老白。今天给大家分享基于RapiDNS API的实用工具——RapidDNS CLI。</description>
      <content:encoded><![CDATA[<p>原创 <span>男人老白</span> <span>2026-02-24 08:46</span> <span style="display: inline-block;">北京</span></p>






  
  <p><img src="https://wechat2rss.xlab.app/img-proxy/?k=6e6d18c5&amp;u=https%3A%2F%2Fmmbiz.qpic.cn%2Fmmbiz_jpg%2FnwqpzvvFByOlvmhTygiaj9PYUwWkQeSTYKYG3roUjn0KNTnPkGZuDQU5MDibkEHqKzjIflf87icnCxwhbNZic4GT4nWSI8Sx58SYVNeJtVxfwGs%2F0%3Fwx_fmt%3Djpeg"/></p>
  
  <p data-layout-id="0" style="font-size: 17px;font-weight: 400;color: rgba(0,0,0,0.9);line-height: 1.8;margin-bottom: 24px;"><span leaf="">大家好，我是男人老白。</span></p><p data-layout-id="1" style="font-size: 17px;font-weight: 400;color: rgba(0,0,0,0.9);line-height: 1.8;margin-bottom: 24px;"><span leaf="">今天给大家分享基于RapiDNS API的实用工具——<span textstyle="" style="color: rgba(0, 0, 0, 0.9);font-weight: bold;">RapidDNS CLI</span>。它的设计着重红队实战场景：<span textstyle="" style="color: rgba(0, 0, 0, 0.9);font-weight: bold;">支持管道流、自带数据清洗、支持自动化导出</span>，能无缝对接<span textstyle="" style="color: rgba(0, 0, 0, 0.9);">httpx</span>和<span textstyle="" style="color: rgba(0, 0, 0, 0.9);">nuclei等工具</span>，直接把资产收集到漏洞扫描这一套流程打通。</span></p><p data-layout-id="2" style="font-size: 17px;font-weight: 400;color: rgba(0,0,0,0.9);line-height: 1.8;margin-bottom: 24px;"><span leaf="">注意：这个工具本质上是调用 RapidDNS 的高级 API，所以你需要有一个 PRO 或 MAX 的账号来获取 API Key 才能跑起来。好处是只要你是会员，这就没有任何复杂的配额限制，直接调就完事了，简单粗暴。</span></p><p data-layout-id="3" style="font-size: 17px;font-weight: 400;color: rgba(0,0,0,0.9);line-height: 1.8;margin-bottom: 24px;"><span leaf="">话不多说，直接上实战配置和玩法。</span></p><h1 data-layout-id="4" style="font-size: 20px;font-weight: 500;color: rgba(43, 119, 191, 1);line-height: 1.8;margin-bottom: 12px;text-align: center;"><span leaf="">0x00 第一步：环境准备与安装</span></h1><p data-layout-id="5" style="font-size: 17px;font-weight: 400;color: rgba(0,0,0,0.9);line-height: 1.8;margin-bottom: 24px;"><span leaf="">给大家推荐两种最快的安装方式：</span></p><p data-layout-id="6" style="font-size: 17px;font-weight: 400;color: rgba(0,0,0,0.9);line-height: 1.8;margin-bottom: 24px;"><span leaf=""><span textstyle="" style="font-weight: bold;">方式一：直接下载</span></span></p><p data-layout-id="7" style="font-size: 17px;font-weight: 400;color: rgba(0,0,0,0.9);line-height: 1.8;margin-bottom: 24px;"><span leaf="">不用装 Go 环境，直接去 GitHub 的 release页面（<a href="https://github.com/rapiddns/rapiddns-cli/releases），" target="_blank">https://github.com/rapiddns/rapiddns-cli/releases），</a> 下载对应你系统的压缩包（Windows/Mac/Linux 都有）。解压出来，把<span textstyle="" style="color: rgba(0, 0, 0, 0.9);">rapiddns-cli</span>这个文件丢到命令行能访问的目录下就行。</span></p><p data-layout-id="8" style="font-size: 17px;font-weight: 400;color: rgba(0,0,0,0.9);line-height: 1.8;margin-bottom: 24px;"><span leaf="">方式二：Go Install</span></p><p data-layout-id="9" style="font-size: 17px;font-weight: 400;color: rgba(0,0,0,0.9);line-height: 1.8;margin-bottom: 24px;"><span leaf="">只要你有 Go 环境，一条命令搞定，永远保持最新版：</span></p><p class="code-snippet__fix code-snippet__js"><ul class="code-snippet__line-index code-snippet__js"></ul><pre class="code-snippet__js" data-lang="nginx"><code><span leaf=""><span class="code-snippet__attribute">go</span> install github.com/rapiddns/rapiddns-cli<span class="code-snippet__variable">@latest</span></span></code></pre></p><p data-layout-id="11" style="font-size: 17px;font-weight: 400;color: rgba(0,0,0,0.9);line-height: 1.8;margin-bottom: 24px;"><span leaf="">装好后，终端输入<span textstyle="" style="color: rgba(0, 0, 0, 0.9);">rapiddns-cli</span>看看有没有反应。</span></p><hr style="border-width: 0px 0px 1px;border-top-style: initial;border-right-style: initial;border-left-style: initial;border-color: rgba(255, 255, 255, 0.18);border-image: initial;height: 1px;border-bottom-style: solid;font-family: -apple-system, BlinkMacSystemFont, &#34;Segoe WPC&#34;, &#34;Segoe UI&#34;, system-ui, Ubuntu, &#34;Droid Sans&#34;, sans-serif;font-size: 14px;font-style: normal;font-variant-ligatures: normal;font-variant-caps: normal;font-weight: 400;letter-spacing: normal;orphans: 2;text-align: start;text-indent: 0px;text-transform: none;widows: 2;word-spacing: 0px;-webkit-text-stroke-width: 0px;white-space: normal;text-decoration-thickness: initial;text-decoration-style: initial;text-decoration-color: initial;"/><h1 data-layout-id="13" style="font-size: 20px;font-weight: 500;color: rgba(43, 119, 191, 1);line-height: 1.8;margin-bottom: 12px;text-align: center;"><span leaf="">0x01 第二步：核心配置（必做）</span></h1><p data-layout-id="14" style="font-size: 17px;font-weight: 400;color: rgba(0,0,0,0.9);line-height: 1.8;margin-bottom: 24px;"><span leaf="">要让这辆跑车动起来，你得先给它加满油——也就是配置<span textstyle="" style="color: rgba(0, 0, 0, 0.9);font-weight: bold;">API Key</span>。</span></p><p data-layout-id="15" style="font-size: 17px;font-weight: 400;color: rgba(0,0,0,0.9);line-height: 1.8;margin-bottom: 24px;"><span leaf="">1. 获取 API Key</span></p><p data-layout-id="16" style="font-size: 17px;font-weight: 400;color: rgba(0,0,0,0.9);line-height: 1.8;margin-bottom: 24px;"><span leaf="">登录 <a href="https://rapiddns.io" target="_blank">https://rapiddns.io</a> ，在个人中心复制你的 API Key。</span></p><p data-layout-id="17" style="font-size: 17px;font-weight: 400;color: rgba(0,0,0,0.9);line-height: 1.8;margin-bottom: 24px;"><span leaf="">2. 写入配置</span></p><p data-layout-id="18" style="font-size: 17px;font-weight: 400;color: rgba(0,0,0,0.9);line-height: 1.8;margin-bottom: 24px;"><span leaf="">拿到 Key 之后，一行命令配置进工具：</span></p><p class="code-snippet__fix code-snippet__js"><ul class="code-snippet__line-index code-snippet__js"></ul><pre class="code-snippet__js" data-lang="cs"><code><span leaf="">rapiddns-cli config <span class="code-snippet__keyword">set</span>-key <span class="code-snippet__string">&#34;你的API_KEY&#34;</span></span></code></pre></p><p data-layout-id="20" style="font-size: 17px;font-weight: 400;color: rgba(0,0,0,0.9);line-height: 1.8;margin-bottom: 24px;"><span leaf="">验证一下配置成功没：</span></p><p class="code-snippet__fix code-snippet__js"><ul class="code-snippet__line-index code-snippet__js"></ul><pre class="code-snippet__js" data-lang="cs"><code><span leaf="">rapiddns-cli config <span class="code-snippet__keyword">get</span>-key</span></code></pre></p><p data-layout-id="22" style="font-size: 17px;font-weight: 400;color: rgba(0,0,0,0.9);line-height: 1.8;margin-bottom: 24px;"><span leaf="">配置完成，现在你拥有了全量数据查询的权限。</span></p><hr style="border-width: 0px 0px 1px;border-top-style: initial;border-right-style: initial;border-left-style: initial;border-color: rgba(255, 255, 255, 0.18);border-image: initial;height: 1px;border-bottom-style: solid;font-family: -apple-system, BlinkMacSystemFont, &#34;Segoe WPC&#34;, &#34;Segoe UI&#34;, system-ui, Ubuntu, &#34;Droid Sans&#34;, sans-serif;font-size: 14px;font-style: normal;font-variant-ligatures: normal;font-variant-caps: normal;font-weight: 400;letter-spacing: normal;orphans: 2;text-align: start;text-indent: 0px;text-transform: none;widows: 2;word-spacing: 0px;-webkit-text-stroke-width: 0px;white-space: normal;text-decoration-thickness: initial;text-decoration-style: initial;text-decoration-color: initial;"/><h1 data-layout-id="24" style="font-size: 20px;font-weight: 500;color: rgba(43, 119, 191, 1);line-height: 1.8;margin-bottom: 12px;text-align: center;"><span leaf="">0x02 实战技巧一：一行命令搞定 HTTP 存活探测</span></h1><p data-layout-id="25" style="font-size: 17px;font-weight: 400;color: rgba(0,0,0,0.9);line-height: 1.8;margin-bottom: 24px;"><span leaf="">以前我们要先跑子域名工具，把结果存文件，再用 httpx 读文件... 太麻烦了。RapidDNS CLI 设计了很多方便管道操作的参数。</span></p><p data-layout-id="26" style="font-size: 17px;font-weight: 400;color: rgba(0,0,0,0.9);line-height: 1.8;margin-bottom: 24px;"><span leaf=""><span textstyle="" style="color: rgba(0, 0, 0, 0.9);font-weight: bold;">场景</span>：我想搜集<span textstyle="" style="color: rgba(0, 0, 0, 0.9);">tesla.com</span>的所有子域名，并且直接看哪些是活着的 Web 服务。</span></p><p data-layout-id="27" style="font-size: 17px;font-weight: 400;color: rgba(0,0,0,0.9);line-height: 1.8;margin-bottom: 24px;"><span leaf=""><span textstyle="" style="color: rgba(0, 0, 0, 0.9);font-weight: bold;">组合拳命令</span>：</span></p><p class="code-snippet__fix code-snippet__js"><ul class="code-snippet__line-index code-snippet__js"></ul><pre class="code-snippet__js" data-lang="sql"><code><span leaf="">rapiddns<span class="code-snippet__operator">-</span>cli <span class="code-snippet__keyword">search</span> target.com <span class="code-snippet__comment">--column subdomain -o text | httpx -silent -sc -title -cl</span></span></code></pre></p><div style="text-align: center;font-size: 17px;font-weight: 400;color: rgba(0,0,0,0.9);line-height: 1.8;margin-bottom: 24px;" data-layout-id="29"><p style="text-align: center;font-size: 17px;font-weight: 400;color: rgba(0,0,0,0.9);line-height: 1.8;margin-bottom: 24px;"><span leaf=""><img class="rich_pages wxw-img js_insertlocalimg" data-aistatus="1" data-imgfileid="100002198" data-ratio="0.6953703703703704" data-s="300,640" type="block" data-type="png" data-w="1080" src="https://wechat2rss.xlab.app/img-proxy/?k=f2a128cc&amp;u=https%3A%2F%2Fmmbiz.qpic.cn%2Fsz_mmbiz_png%2FnwqpzvvFByPnI9yuNhNswofMTa4CBVjRWTicmCibDAgYnEOiaMsIkuUMFddcqJfyhMhtKTzanAIIelyKLMwG74LQWOC2LUdVakwUB7fEXibib3e0%2F640%3Fwx_fmt%3Dpng%26from%3Dappmsg"/></span></p></div><p data-layout-id="30" style="font-size: 17px;font-weight: 400;color: rgba(0,0,0,0.9);line-height: 1.8;margin-bottom: 24px;"><span leaf=""><span textstyle="" style="color: rgba(0, 0, 0, 0.9);font-weight: bold;">解析</span>：</span></p><p data-layout-id="31" style="font-size: 17px;font-weight: 400;color: rgba(0,0,0,0.9);line-height: 1.8;margin-bottom: 24px;"><span leaf="">--column subdomain: 只输出子域名这一列，不用你去 awk 切割了。</span></p><p data-layout-id="32" style="font-size: 17px;font-weight: 400;color: rgba(0,0,0,0.9);line-height: 1.8;margin-bottom: 24px;"><span leaf="">-o text: 纯文本输出，每行一个。</span></p><p data-layout-id="33" style="font-size: 17px;font-weight: 400;color: rgba(0,0,0,0.9);line-height: 1.8;margin-bottom: 24px;"><span leaf="">--silent: 静默模式，不打印那些 &#34;Fetching...&#34; 的进度条，只输出纯净数据给管道。</span></p><p data-layout-id="34" style="font-size: 17px;font-weight: 400;color: rgba(0,0,0,0.9);line-height: 1.8;margin-bottom: 24px;"><span leaf="">| httpx ...: 直接喂给 httpx，接着就能看到满屏的 Web 指纹和状态码了。</span></p><p data-layout-id="35" style="font-size: 17px;font-weight: 400;color: rgba(0,0,0,0.9);line-height: 1.8;margin-bottom: 24px;"><span leaf="">这一套下来，从收集到探测，几分钟的事。</span></p><hr style="border-width: 0px 0px 1px;border-top-style: initial;border-right-style: initial;border-left-style: initial;border-color: rgba(255, 255, 255, 0.18);border-image: initial;height: 1px;border-bottom-style: solid;font-family: -apple-system, BlinkMacSystemFont, &#34;Segoe WPC&#34;, &#34;Segoe UI&#34;, system-ui, Ubuntu, &#34;Droid Sans&#34;, sans-serif;font-size: 14px;font-style: normal;font-variant-ligatures: normal;font-variant-caps: normal;font-weight: 400;letter-spacing: normal;orphans: 2;text-align: start;text-indent: 0px;text-transform: none;widows: 2;word-spacing: 0px;-webkit-text-stroke-width: 0px;white-space: normal;text-decoration-thickness: initial;text-decoration-style: initial;text-decoration-color: initial;"/><h1 data-layout-id="37" style="font-size: 20px;font-weight: 500;color: rgba(43, 119, 191, 1);line-height: 1.8;margin-bottom: 12px;text-align: center;"><span leaf="">0x03 实战技巧二：自动化 Subdomain Takeover（子域名接管）</span></h1><p data-layout-id="38" style="font-size: 17px;font-weight: 400;color: rgba(0,0,0,0.9);line-height: 1.8;margin-bottom: 24px;"><span leaf="">接管漏洞是很多赏金猎人的最爱。我们可以把 RapidDNS 收集到的子域名直接喂给 Nuclei 扫描。</span></p><p data-layout-id="39" style="font-size: 17px;font-weight: 400;color: rgba(0,0,0,0.9);line-height: 1.8;margin-bottom: 24px;"><span leaf=""><span textstyle="" style="color: rgba(0, 0, 0, 0.9);font-weight: bold;">组合拳命令</span>：</span></p><p class="code-snippet__fix code-snippet__js"><ul class="code-snippet__line-index code-snippet__js"></ul><pre class="code-snippet__js" data-lang="sql"><code><span leaf="">rapiddns<span class="code-snippet__operator">-</span>cli <span class="code-snippet__keyword">search</span> google.com <span class="code-snippet__comment">--column subdomain -o text| nuclei -t http/takeovers -o takeover_results.txt</span></span></code></pre></p><div style="text-align: center;font-size: 17px;font-weight: 400;color: rgba(0,0,0,0.9);line-height: 1.8;margin-bottom: 24px;" data-layout-id="41"><p style="text-align: center;font-size: 17px;font-weight: 400;color: rgba(0,0,0,0.9);line-height: 1.8;margin-bottom: 24px;"><span leaf=""><img class="rich_pages wxw-img js_insertlocalimg" data-aistatus="1" data-imgfileid="100002199" data-ratio="0.37037037037037035" data-s="300,640" type="block" data-type="png" data-w="1080" src="https://wechat2rss.xlab.app/img-proxy/?k=77f82361&amp;u=https%3A%2F%2Fmmbiz.qpic.cn%2Fsz_mmbiz_png%2FnwqpzvvFByOW99ib44tU1Lib5KRHJBpKmcZpDQwibJ9Hz7wNJdqkZV3LRCRJxAAlRoYhWPiamern0M5EFTEM9PqibsjxJcQAOduqQkncAY3LHXmE%2F640%3Fwx_fmt%3Dpng%26from%3Dappmsg"/></span></p></div><p data-layout-id="42" style="font-size: 17px;font-weight: 400;color: rgba(0,0,0,0.9);line-height: 1.8;margin-bottom: 24px;"><span leaf="">这比你手动去网站上查完再复制粘贴要快多少倍？配合定时任务，你甚至可以每天自动跑一遍新资产。</span></p><hr style="border-width: 0px 0px 1px;border-top-style: initial;border-right-style: initial;border-left-style: initial;border-color: rgba(255, 255, 255, 0.18);border-image: initial;height: 1px;border-bottom-style: solid;font-family: -apple-system, BlinkMacSystemFont, &#34;Segoe WPC&#34;, &#34;Segoe UI&#34;, system-ui, Ubuntu, &#34;Droid Sans&#34;, sans-serif;font-size: 14px;font-style: normal;font-variant-ligatures: normal;font-variant-caps: normal;font-weight: 400;letter-spacing: normal;orphans: 2;text-align: start;text-indent: 0px;text-transform: none;widows: 2;word-spacing: 0px;-webkit-text-stroke-width: 0px;white-space: normal;text-decoration-thickness: initial;text-decoration-style: initial;text-decoration-color: initial;"/><h1 data-layout-id="44" style="font-size: 20px;font-weight: 500;color: rgba(43, 119, 191, 1);line-height: 1.8;margin-bottom: 12px;text-align: center;"><span leaf="">0x04 实战技巧三：高级语法精准打击</span></h1><p data-layout-id="45" style="font-size: 17px;font-weight: 400;color: rgba(0,0,0,0.9);line-height: 1.8;margin-bottom: 24px;"><span leaf="">普通的子域名查询可能大家都会，但 RapidDNS CLI 最强大的地方在于支持<span textstyle="" style="color: rgba(0, 0, 0, 0.9);font-weight: bold;">Advanced Query（高级语法）</span>。</span></p><p data-layout-id="46" style="font-size: 17px;font-weight: 400;color: rgba(0,0,0,0.9);line-height: 1.8;margin-bottom: 24px;"><span leaf="">很多时候我们不想看所有的记录，只想找特定的“软柿子”。比如：<span textstyle="" style="color: rgba(0, 0, 0, 0.9);font-weight: bold;">我只想找解析记录是 CNAME 的子域名</span>（因为 CNAME 记录最容易出接管漏洞）。</span></p><p data-layout-id="47" style="font-size: 17px;font-weight: 400;color: rgba(0,0,0,0.9);line-height: 1.8;margin-bottom: 24px;"><span leaf="">使用<span textstyle="" style="color: rgba(0, 0, 0, 0.9);">--type advanced</span>参数：查找 apple.com 下所有类型为 CNAME 的记录</span></p><p class="code-snippet__fix code-snippet__js"><ul class="code-snippet__line-index code-snippet__js"></ul><pre class="code-snippet__js" data-lang="sql"><code><span leaf="">rapiddns<span class="code-snippet__operator">-</span>cli <span class="code-snippet__keyword">search</span> &#34;domain:apple AND tld:com AND type:CNAME&#34; <span class="code-snippet__comment">--type advanced</span></span></code></pre></p><div style="text-align: center;font-size: 17px;font-weight: 400;color: rgba(0,0,0,0.9);line-height: 1.8;margin-bottom: 24px;" data-layout-id="49"><p style="text-align: center;font-size: 17px;font-weight: 400;color: rgba(0,0,0,0.9);line-height: 1.8;margin-bottom: 24px;"><span leaf=""><img class="rich_pages wxw-img js_insertlocalimg" data-aistatus="1" data-imgfileid="100002200" data-ratio="0.9268518518518518" data-s="300,640" type="block" data-type="png" data-w="1080" src="https://wechat2rss.xlab.app/img-proxy/?k=8c22ca35&amp;u=https%3A%2F%2Fmmbiz.qpic.cn%2Fsz_mmbiz_png%2FnwqpzvvFByN1eqKBlhba7iagcJFJJFwficDZztgq1RiarBgV3ZjlfeWuDickF6pD7HvBYDFyNdFrZTZxl6icFRrhEM0nBvkBCtlJr2xn3xYyt1F4%2F640%3Fwx_fmt%3Dpng%26from%3Dappmsg"/></span></p></div><p data-layout-id="50" style="font-size: 17px;font-weight: 400;color: rgba(0,0,0,0.9);line-height: 1.8;margin-bottom: 24px;"><span leaf="">或者查找某个 IP 段内的所有 A 记录：</span></p><p data-layout-id="51" style="font-size: 17px;font-weight: 400;color: rgba(0,0,0,0.9);line-height: 1.8;margin-bottom: 24px;"><span leaf="">精准定位某个 C 段的资产</span></p><p class="code-snippet__fix code-snippet__js"><ul class="code-snippet__line-index code-snippet__js"></ul><pre class="code-snippet__js" data-lang="sql"><code><span leaf="">rapiddns<span class="code-snippet__operator">-</span>cli <span class="code-snippet__keyword">search</span> &#34;value:8.8.8.8/24 AND type:A&#34; <span class="code-snippet__comment">--type advanced</span></span></code></pre></p><div style="text-align: center;font-size: 17px;font-weight: 400;color: rgba(0,0,0,0.9);line-height: 1.8;margin-bottom: 24px;" data-layout-id="53"><p style="text-align: center;font-size: 17px;font-weight: 400;color: rgba(0,0,0,0.9);line-height: 1.8;margin-bottom: 24px;"><span leaf=""><img class="rich_pages wxw-img js_insertlocalimg" data-aistatus="1" data-imgfileid="100002201" data-ratio="1.0620370370370371" data-s="300,640" type="block" data-type="png" data-w="1080" src="https://wechat2rss.xlab.app/img-proxy/?k=18192635&amp;u=https%3A%2F%2Fmmbiz.qpic.cn%2Fsz_mmbiz_png%2FnwqpzvvFByMHY1NCmzZyV8jyWHJfLYTacQ4qQOvTIn7bqs07mcC208V7b6OUopRXEFydib6fMibSxHVZQp3C7YTxW135nZYqVfsEgWicFGDSgM%2F640%3Fwx_fmt%3Dpng%26from%3Dappmsg"/></span></p></div><p data-layout-id="54" style="font-size: 17px;font-weight: 400;color: rgba(0,0,0,0.9);line-height: 1.8;margin-bottom: 24px;"><span leaf="">这种精细化的查询，能帮你过滤掉大量无效信息，直接定位到最可能有问题的资产上。配合导出功能使用，效果更佳。</span></p><hr style="border-width: 0px 0px 1px;border-top-style: initial;border-right-style: initial;border-left-style: initial;border-color: rgba(255, 255, 255, 0.18);border-image: initial;height: 1px;border-bottom-style: solid;font-family: -apple-system, BlinkMacSystemFont, &#34;Segoe WPC&#34;, &#34;Segoe UI&#34;, system-ui, Ubuntu, &#34;Droid Sans&#34;, sans-serif;font-size: 14px;font-style: normal;font-variant-ligatures: normal;font-variant-caps: normal;font-weight: 400;letter-spacing: normal;orphans: 2;text-align: start;text-indent: 0px;text-transform: none;widows: 2;word-spacing: 0px;-webkit-text-stroke-width: 0px;white-space: normal;text-decoration-thickness: initial;text-decoration-style: initial;text-decoration-color: initial;"/><h1 data-layout-id="56" style="font-size: 20px;font-weight: 500;color: rgba(43, 119, 191, 1);line-height: 1.8;margin-bottom: 12px;text-align: center;"><span leaf="">0x05 实战技巧四：自动化资产清洗与 IP 统计</span></h1><p data-layout-id="57" style="font-size: 17px;font-weight: 400;color: rgba(0,0,0,0.9);line-height: 1.8;margin-bottom: 24px;"><span leaf="">当我们拿到几万个子域名时，最头疼的是什么？</span></p><p data-layout-id="58" style="font-size: 17px;font-weight: 400;color: rgba(0,0,0,0.9);line-height: 1.8;margin-bottom: 24px;"><span leaf="">去重（重复的太多）。</span></p><p data-layout-id="59" style="font-size: 17px;font-weight: 400;color: rgba(0,0,0,0.9);line-height: 1.8;margin-bottom: 24px;"><span leaf="">分析 IP 段（看看资产主要分布在哪个 C 段，方便做内网渗透或后续扫描）。</span></p><p data-layout-id="60" style="font-size: 17px;font-weight: 400;color: rgba(0,0,0,0.9);line-height: 1.8;margin-bottom: 24px;"><span leaf="">RapidDNS CLI 自带了数据清洗功能，不用你自己写脚本了。</span></p><p data-layout-id="61" style="font-size: 17px;font-weight: 400;color: rgba(0,0,0,0.9);line-height: 1.8;margin-bottom: 24px;"><span leaf=""><span textstyle="" style="color: rgba(0, 0, 0, 0.9);font-weight: bold;">命令</span>：</span></p><p class="code-snippet__fix code-snippet__js"><ul class="code-snippet__line-index code-snippet__js"></ul><pre class="code-snippet__js" data-lang="css"><code><span leaf="">rapiddns-cli search target<span class="code-snippet__selector-class">.com</span> <span class="code-snippet__attr">--extract-subdomains</span> <span class="code-snippet__attr">--extract-ips</span></span></code></pre></p><p data-layout-id="63" style="font-size: 17px;font-weight: 400;color: rgba(0,0,0,0.9);line-height: 1.8;margin-bottom: 24px;"><span leaf=""><span textstyle="" style="color: rgba(0, 0, 0, 0.9);">跑完这个命令，你的result/</span>目录下会自动生成三个文件：</span></p><p data-layout-id="64" style="font-size: 17px;font-weight: 400;color: rgba(0,0,0,0.9);line-height: 1.8;margin-bottom: 24px;"><span leaf="">target.com_subdomains.txt: 纯净去重后的子域名列表。</span></p><p data-layout-id="65" style="font-size: 17px;font-weight: 400;color: rgba(0,0,0,0.9);line-height: 1.8;margin-bottom: 24px;"><span leaf="">target.com_ips.txt: 纯净去重后的 IP 列表。</span></p><p data-layout-id="66" style="font-size: 17px;font-weight: 400;color: rgba(0,0,0,0.9);line-height: 1.8;margin-bottom: 24px;"><span leaf="">target.com_ip_stats.txt: IP 段统计报告</span></p><hr style="border-width: 0px 0px 1px;border-top-style: initial;border-right-style: initial;border-left-style: initial;border-color: rgba(255, 255, 255, 0.18);border-image: initial;height: 1px;border-bottom-style: solid;font-family: -apple-system, BlinkMacSystemFont, &#34;Segoe WPC&#34;, &#34;Segoe UI&#34;, system-ui, Ubuntu, &#34;Droid Sans&#34;, sans-serif;font-size: 14px;font-style: normal;font-variant-ligatures: normal;font-variant-caps: normal;font-weight: 400;letter-spacing: normal;orphans: 2;text-align: start;text-indent: 0px;text-transform: none;widows: 2;word-spacing: 0px;-webkit-text-stroke-width: 0px;white-space: normal;text-decoration-thickness: initial;text-decoration-style: initial;text-decoration-color: initial;"/><h1 data-layout-id="68" style="font-size: 20px;font-weight: 500;color: rgba(43, 119, 191, 1);line-height: 1.8;margin-bottom: 12px;text-align: center;"><span leaf="">0x06 终极玩法：海量数据自动化导出</span></h1><p data-layout-id="69" style="font-size: 17px;font-weight: 400;color: rgba(0,0,0,0.9);line-height: 1.8;margin-bottom: 24px;"><span leaf="">如果你面对的是像<span textstyle="" style="color: rgba(0, 0, 0, 0.9);">google.com</span>这种级别的超大目标，或者你需要一次性拉取几十万条数据，普通的<span textstyle="" style="color: rgba(0, 0, 0, 0.9);">search</span>命令可能会因为翻页太慢或者本地网络波动断掉。</span></p><p data-layout-id="70" style="font-size: 17px;font-weight: 400;color: rgba(0,0,0,0.9);line-height: 1.8;margin-bottom: 24px;"><span leaf="">这时候就要用<span textstyle="" style="color: rgba(0, 0, 0, 0.9);font-weight: bold;">Export 模式</span>。这是专门为 API 用户设计的高级功能，任务完全在云端跑，跑完自动下载。</span></p><p data-layout-id="71" style="font-size: 17px;font-weight: 400;color: rgba(0,0,0,0.9);line-height: 1.8;margin-bottom: 24px;"><span leaf="">而且，Export 模式也支持高级语法！</span></p><p data-layout-id="72" style="font-size: 17px;font-weight: 400;color: rgba(0,0,0,0.9);line-height: 1.8;margin-bottom: 24px;"><span leaf="">启动导出任务：导出 apple下所有 CNAME 记录，并自动提取子域名</span></p><p class="code-snippet__fix code-snippet__js"><ul class="code-snippet__line-index code-snippet__js"></ul><pre class="code-snippet__js" data-lang="bash"><code><span leaf="">rapiddns-cli <span class="code-snippet__built_in">export</span> start <span class="code-snippet__string">&#34;domain:apple AND tld:com AND type:CNAME&#34;</span> --<span class="code-snippet__built_in">type</span> advanced --extract-subdomains</span></code></pre></p><div style="text-align: center;font-size: 17px;font-weight: 400;color: rgba(0,0,0,0.9);line-height: 1.8;margin-bottom: 24px;" data-layout-id="74"><p style="text-align: center;font-size: 17px;font-weight: 400;color: rgba(0,0,0,0.9);line-height: 1.8;margin-bottom: 24px;"><span leaf=""><img class="rich_pages wxw-img js_insertlocalimg" data-aistatus="1" data-imgfileid="100002203" data-ratio="0.549074074074074" data-s="300,640" type="block" data-type="png" data-w="1080" src="https://wechat2rss.xlab.app/img-proxy/?k=aacbd280&amp;u=https%3A%2F%2Fmmbiz.qpic.cn%2Fsz_mmbiz_png%2FnwqpzvvFByNF6mvlT9FVB6aaqzCsB1PWAIm2vSPXG5QsUfCrosVkVYfhRViampjGQWvia2M0Zz1lWI3ofbnM7iaEpOrBDd3a8jVqD94SezkEO8%2F640%3Fwx_fmt%3Dpng%26from%3Dappmsg"/></span></p></div><p data-layout-id="75" style="font-size: 17px;font-weight: 400;color: rgba(0,0,0,0.9);line-height: 1.8;margin-bottom: 24px;"><span leaf=""><span textstyle="" style="color: rgba(0, 0, 0, 0.9);">它会自动执行以下流程</span>：</span></p><ol style="list-style-type: decimal;" class="list-paddingleft-1"><li><p style="font-size: 17px;font-weight: 400;color: rgba(0,0,0,0.9);line-height: 1.8;margin-bottom: 24px;" data-layout-id="76"><span leaf="">提交任务到云端。</span></p></li><li><p style="font-size: 17px;font-weight: 400;color: rgba(0,0,0,0.9);line-height: 1.8;margin-bottom: 24px;" data-layout-id="77"><span leaf="">自动轮询状态（你可以去喝杯咖啡，不用守着）。</span></p></li><li><p data-layout-id="78" style="font-size: 17px;font-weight: 400;color: rgba(0,0,0,0.9);line-height: 1.8;margin-bottom: 24px;"><span leaf="">任务完成后，<span textstyle="" style="color: rgba(0, 0, 0, 0.9);font-weight: bold;">自动下载 ZIP 包</span>。</span></p></li><li><p data-layout-id="79" style="font-size: 17px;font-weight: 400;color: rgba(0,0,0,0.9);line-height: 1.8;margin-bottom: 24px;"><span leaf="">自动解压。</span></p></li><li><p data-layout-id="80" style="font-size: 17px;font-weight: 400;color: rgba(0,0,0,0.9);line-height: 1.8;margin-bottom: 24px;"><span leaf="">自动解析 CSV，给你生成好去重后的 txt 文件。</span></p></li></ol><hr style="border-width: 0px 0px 1px;border-top-style: initial;border-right-style: initial;border-left-style: initial;border-color: rgba(255, 255, 255, 0.18);border-image: initial;height: 1px;border-bottom-style: solid;font-family: -apple-system, BlinkMacSystemFont, &#34;Segoe WPC&#34;, &#34;Segoe UI&#34;, system-ui, Ubuntu, &#34;Droid Sans&#34;, sans-serif;font-size: 14px;font-style: normal;font-variant-ligatures: normal;font-variant-caps: normal;font-weight: 400;letter-spacing: normal;orphans: 2;text-align: start;text-indent: 0px;text-transform: none;widows: 2;word-spacing: 0px;-webkit-text-stroke-width: 0px;white-space: normal;text-decoration-thickness: initial;text-decoration-style: initial;text-decoration-color: initial;"/><h1 data-layout-id="82" style="font-size: 20px;font-weight: 500;color: rgba(43, 119, 191, 1);line-height: 1.8;margin-bottom: 12px;text-align: center;"><span leaf="">0x07 总结</span></h1><p data-layout-id="83" style="font-size: 17px;font-weight: 400;color: rgba(0,0,0,0.9);line-height: 1.8;margin-bottom: 24px;"><span leaf="">RapidDNS CLI 不仅仅是一个查询工具，它更像是一个<span textstyle="" style="color: rgba(0, 0, 0, 0.9);font-weight: bold;">资产数据的“连接器”</span>。</span></p><p data-layout-id="84" style="font-size: 17px;font-weight: 400;color: rgba(0,0,0,0.9);line-height: 1.8;margin-bottom: 24px;"><span leaf="">对于初学者：去 GitHub 下个文件，配个 Key 就能用，简单无脑。</span></p><p data-layout-id="85" style="font-size: 17px;font-weight: 400;color: rgba(0,0,0,0.9);line-height: 1.8;margin-bottom: 24px;"><span leaf="">对于老手：利用 Advanced Search 精准筛选数据，再配合 Pipeline 喂给 Nuclei等工具，实现快速的漏洞发现等。</span></p><p data-layout-id="86" style="font-size: 17px;font-weight: 400;color: rgba(0,0,0,0.9);line-height: 1.8;margin-bottom: 24px;"><span leaf="">RapidDNS会不断扩充数据，以帮助各位白帽子发现更多有价值的数据。致力打造成为各位白帽子的渗透测试利器。</span></p><h1 style="color: rgba(43, 119, 191, 1);text-align: center;font-size: 20px;font-weight: 500;line-height: 1.8;margin-bottom: 12px;" data-layout-id="87"><span leaf=""><span textstyle="" style="font-weight: bold;">0x08 付费指南 (支持微信)</span></span></h1><p style="text-align: justify;font-size: 17px;font-weight: 400;color: rgba(0,0,0,0.9);line-height: 1.8;margin-bottom: 24px;" data-layout-id="88"><span leaf=""><span textstyle="" style="color: rgb(43, 119, 191);">虽然 RapidDNS 网站目前是全英文界面，但支付过程非常简单，且完美支持国内支付方式。</span></span></p><p style="text-align: justify;font-size: 17px;font-weight: 400;color: rgba(0,0,0,0.9);line-height: 1.8;margin-bottom: 24px;" data-layout-id="89"><span leaf=""><span textstyle="" style="color: rgb(43, 119, 191);">第 1 步：进入价格页</span></span></p><p style="text-align: justify;font-size: 17px;font-weight: 400;color: rgba(0,0,0,0.9);line-height: 1.8;margin-bottom: 24px;" data-layout-id="90"><span leaf=""><span textstyle="" style="color: rgb(43, 119, 191);">点击下方链接，或在网站顶部导航栏点击 &#34;Pricing&#34;。</span></span></p><p style="text-align: justify;font-size: 17px;font-weight: 400;color: rgba(0,0,0,0.9);line-height: 1.8;margin-bottom: 24px;" data-layout-id="91"><span leaf=""><span textstyle="" style="color: rgb(43, 119, 191);">👉 升级地址：<a href="https://rapiddns.io/pricing" target="_blank">https://rapiddns.io/pricing</a> （也可以点击阅读原文进入）</span></span></p><div style="color: rgba(0, 0, 0, 0.9);text-align: center;font-size: 17px;font-weight: 400;line-height: 1.8;margin-bottom: 24px;" data-layout-id="92"><p style="text-align: center;font-size: 17px;font-weight: 400;color: rgba(0,0,0,0.9);line-height: 1.8;margin-bottom: 24px;"><span leaf=""><img alt="图片" class="rich_pages wxw-img" data-aistatus="1" data-imgfileid="100002183" data-ratio="0.9657407407407408" data-s="300,640" type="block" data-type="png" data-w="1080" style="-webkit-tap-highlight-color: rgba(0, 0, 0, 0);margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;vertical-align: bottom;height: auto !important;visibility: visible !important;width: 676.975px !important;" src="https://wechat2rss.xlab.app/img-proxy/?k=87f361b8&amp;u=https%3A%2F%2Fmmbiz.qpic.cn%2Fmmbiz_png%2FSYxbvhekRGcDROPuGtC3DTzRMKhibxusuN1s9A8P3EcPKpfT8VvPRicHauLugxYooVXrGVP1IYibmROR3O2qqXtSg%2F640%3Fwx_fmt%3Dpng%26from%3Dappmsg%26watermark%3D1%26wxfrom%3D5%26wx_lazy%3D1%26tp%3Dwebp%23imgIndex%3D3"/></span></p></div><p style="text-align: justify;font-size: 17px;font-weight: 400;color: rgba(0,0,0,0.9);line-height: 1.8;margin-bottom: 24px;" data-layout-id="93"><span leaf=""><span textstyle="" style="color: rgb(43, 119, 191);">第 2 步：选择套餐</span></span></p><p style="text-align: justify;font-size: 17px;font-weight: 400;color: rgba(0,0,0,0.9);line-height: 1.8;margin-bottom: 24px;" data-layout-id="94"><span leaf=""><span textstyle="" style="color: rgb(43, 119, 191);">如果你想订阅月付，点击下方的 &#34;Subscribe to PRO&#34;或者&#34;Subscribe to MAX&#34;。当前年付订阅更优惠，年付则可以切换到yearly进行订阅。订阅方式仅支持外币的信用卡进行支付。</span></span></p><p style="text-align: justify;font-size: 17px;font-weight: 400;color: rgba(0,0,0,0.9);line-height: 1.8;margin-bottom: 24px;" data-layout-id="95"><span leaf=""><span textstyle="" style="color: rgb(43, 119, 191);">如果你想抢终身版，找到 &#34;Lifetime&#34; 卡片，点击 &#34;pay with wechat&#34;。</span></span></p><p style="text-align: justify;font-size: 17px;font-weight: 400;color: rgba(0,0,0,0.9);line-height: 1.8;margin-bottom: 24px;" data-layout-id="96"><span leaf=""><span textstyle="" style="color: rgb(43, 119, 191);">点击后会跳转到支付页面，选择微信，输入姓名，点击&#34;继续使用微信&#34;即可打开微信支付二维码页面。</span></span></p><div style="color: rgba(0, 0, 0, 0.9);text-align: center;font-size: 17px;font-weight: 400;line-height: 1.8;margin-bottom: 24px;" data-layout-id="97"><p style="text-align: center;font-size: 17px;font-weight: 400;color: rgba(0,0,0,0.9);line-height: 1.8;margin-bottom: 24px;"><span leaf=""><img alt="图片" class="rich_pages wxw-img" data-aistatus="1" data-imgfileid="100002184" data-ratio="0.7435185185185185" data-s="300,640" type="block" data-type="png" data-w="1080" style="-webkit-tap-highlight-color: rgba(0, 0, 0, 0);margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;vertical-align: bottom;height: auto !important;visibility: visible !important;width: 676.975px !important;" src="https://wechat2rss.xlab.app/img-proxy/?k=61946b0a&amp;u=https%3A%2F%2Fmmbiz.qpic.cn%2Fmmbiz_png%2FSYxbvhekRGcDROPuGtC3DTzRMKhibxusuQsvI2ayGGMO1FPu9cU39Cpmkia0ObzAQM9lkaz1pT7g26ltouYdG5rA%2F640%3Fwx_fmt%3Dpng%26from%3Dappmsg%26watermark%3D1%26wxfrom%3D5%26wx_lazy%3D1%26tp%3Dwebp%23imgIndex%3D4"/></span></p></div><p style="text-align: justify;font-size: 17px;font-weight: 400;color: rgba(0,0,0,0.9);line-height: 1.8;margin-bottom: 24px;" data-layout-id="98"><span leaf=""><span textstyle="" style="color: rgb(43, 119, 191);">注意：如果没有外币信用卡的朋友，只能通过“Pay with wechat” 进行支付。微信支付只能一次性，需要自己到期后主动续费</span></span></p><p style="text-align: justify;font-size: 17px;font-weight: 400;color: rgba(0,0,0,0.9);line-height: 1.8;margin-bottom: 24px;" data-layout-id="99"><span leaf=""><span textstyle="" style="color: rgb(43, 119, 191);">第 3 步：支付 (关键)</span></span></p><p style="text-align: justify;font-size: 17px;font-weight: 400;color: rgba(0,0,0,0.9);line-height: 1.8;margin-bottom: 24px;" data-layout-id="100"><span leaf=""><span textstyle="" style="color: rgba(0, 0, 0, 0.9);">接下来使用微信扫码支付即可。</span></span></p><p style="text-align: justify;font-size: 17px;font-weight: 400;color: rgba(0,0,0,0.9);line-height: 1.8;margin-bottom: 24px;" data-layout-id="101"><span leaf=""><span textstyle="" style="color: rgb(43, 119, 191);">(支付成功后，账号权限将自动开通。如遇问题，请直接在公众号留言)。</span></span></p><h1 style="color: rgba(43, 119, 191, 1);text-align: center;font-size: 20px;font-weight: 500;line-height: 1.8;margin-bottom: 12px;" data-layout-id="102"><span leaf=""><span textstyle="" style="font-weight: bold;">0x09 全量售卖</span></span></h1><p style="text-align: justify;font-size: 17px;font-weight: 400;color: rgba(0,0,0,0.9);line-height: 1.8;margin-bottom: 24px;" data-layout-id="103"><span leaf=""><span textstyle="" style="color: rgba(0, 0, 0, 0.9);">另外除上述功能外，全量数据售卖长期持续进行中。有意者可联系我了解详细内容。全量即当前网站全部内容，售价3万。全量数据随着数据量的不断增加，后续价格可能会涨。有意向尽快联系我，</span></span></p><hr style="border-width: 0px 0px 1px;border-top-style: initial;border-right-style: initial;border-left-style: initial;border-color: rgba(255, 255, 255, 0.18);border-image: initial;height: 1px;border-bottom-style: solid;font-family: -apple-system, BlinkMacSystemFont, &#34;Segoe WPC&#34;, &#34;Segoe UI&#34;, system-ui, Ubuntu, &#34;Droid Sans&#34;, sans-serif;font-size: 14px;font-style: normal;font-variant-ligatures: normal;font-variant-caps: normal;font-weight: 400;letter-spacing: normal;orphans: 2;text-align: start;text-indent: 0px;text-transform: none;widows: 2;word-spacing: 0px;-webkit-text-stroke-width: 0px;white-space: normal;text-decoration-thickness: initial;text-decoration-style: initial;text-decoration-color: initial;"/><p data-layout-id="105" style="font-size: 17px;font-weight: 400;color: rgba(0,0,0,0.9);line-height: 1.8;margin-bottom: 24px;"><span leaf=""><span textstyle="" style="font-weight: bold;">注：本文涉及的渗透测试内容仅供安全研究与教学使用，请勿用于非法用途。</span></span></p><p class="mp_profile_iframe_wrp" nodeleaf="" data-layout-id="106" style="font-size: 17px;font-weight: 400;color: rgba(0,0,0,0.9);line-height: 1.8;margin-bottom: 24px;"><mp-common-profile class="js_uneditable custom_select_card mp_profile_iframe" data-pluginname="mpprofile" data-nickname="RapidDNS" data-from="0" data-headimg="http://mmbiz.qpic.cn/mmbiz_png/SYxbvhekRGcqdEsanp1GNhoH2ILlyZmzcJ8muCdpSzM2ibPq0QRYcEfibfmW6kqP8Wz0ianb9W1MfpciboRZ6dFF1w/0?wx_fmt=png" data-signature="RapidDNS.io 是一个免费开放的DNS在线查询平台。" data-id="Mzg4NDU0ODMxOQ==" data-is_biz_ban="0" data-service_type="1" data-verify_status="0"></mp-common-profile></p><p style="display: none;"><mp-style-type data-value="3"></mp-style-type></p>


<p><a href="%27%27">阅读原文</a></p>
<p><a href="https://wechat2rss.xlab.app/link-proxy/?k=fbedf889&amp;r=1&amp;u=https%3A%2F%2Fmp.weixin.qq.com%2Fs%3F__biz%3DMzg4NDU0ODMxOQ%3D%3D%26mid%3D2247485855%26idx%3D1%26sn%3D460e5fceb4ef06fdef994a6a363eea32">跳转微信打开</a></p>
]]></content:encoded>
      <pubDate>Tue, 24 Feb 2026 08:46:00 +0800</pubDate>
    </item>
    <item>
      <title>RapidDNS Pro:高级搜索语法指南</title>
      <link>https://mp.weixin.qq.com/s?__biz=Mzg4NDU0ODMxOQ==&amp;mid=2247485844&amp;idx=1&amp;sn=2e603466509deb11b6920ec271cb4a18</link>
      <description>大家好，我是男人老白。RapidDNS考虑到更加灵活，更加强大，特提供高级搜索语法，方便快速定位信息以及灵活应对各种不同场景。</description>
      <content:encoded><![CDATA[<p>原创 <span>男人老白</span> <span>2026-02-02 08:45</span> <span style="display: inline-block;">北京</span></p>






  
  <p><img src="https://wechat2rss.xlab.app/img-proxy/?k=4884d065&amp;u=https%3A%2F%2Fmmbiz.qpic.cn%2Fmmbiz_jpg%2FSYxbvhekRGdlLpOWcaZDoGMs75b2N2J41F1Dq2rznHT0D6eHCUxpdodlbcc1ic94M8tlVBbRlY8D8QhtFxK7FibA%2F0%3Fwx_fmt%3Djpeg"/></p>
  
  <p><span leaf=""><span textstyle="" style="font-size: 16px;">大家好，我是男人老白。</span></span></p><p><span leaf=""><span textstyle="" style="font-size: 16px;">RapidDNS考虑到更加灵活，更加强大，特提供高级搜索语法，方便快速定位信息以及灵活应对各种不同场景。避免了肉眼看和脚本处理数据的麻烦。</span></span></p><p><span leaf=""><span textstyle="" style="font-size: 16px;">今天我推出这套高级搜索指南。</span></span></p><p><span leaf=""><span textstyle="" style="font-size: 18px;font-weight: bold;">0x01 基础篇：掌握核心语法</span></span></p><p><span leaf=""><span textstyle="" style="font-size: 16px;">RapidDNS 的搜索框支持标准的 Lucene 查询语法。想要玩转它，首先要记住几个核心字段和规则。</span></span></p><p><span leaf=""><span textstyle="" style="font-size: 16px;font-weight: bold;">1. 核心字段 (Searchable Fields)</span></span></p><p><span leaf=""><span textstyle="" style="font-size: 16px;">你可以指定搜索特定的字段（格式为 段名:值）：</span></span></p><p><span leaf=""><span textstyle="" style="font-size: 16px;">domain：主域名（不含后缀，例如搜 domain:google，会匹配 google.com,google.co.jp等，这里包括子域名）</span></span></p><p><span leaf=""><span textstyle="" style="font-size: 16px;">tld：顶级后缀（例如 com, net, cn）</span></span></p><p><span leaf=""><span textstyle="" style="font-size: 16px;">subdomain：完整的子域名（例如 api.google.com）</span></span></p><p><span leaf=""><span textstyle="" style="font-size: 16px;">type：记录类型（A, CNAME，MX, AAAA 等）</span></span></p><p><span leaf=""><span textstyle="" style="font-size: 16px;">value：记录值（解析出来的 IP 地址或 CNAME 目标域名）</span></span></p><p><span leaf=""><span textstyle="" style="font-size: 16px;">is_root：是否为根域名（true 或 false）</span></span></p><p><span leaf=""><span textstyle="" style="font-size: 16px;">通过这些字段直接搜索就可以做很多事情，例如寻找钓鱼网站直接搜索domain:apple ，搜索某个国家的顶级域数据tld:us等。</span></span></p><p><span leaf=""><span textstyle="" style="font-size: 16px;font-weight: bold;">2. 逻辑运算符 (必须大写！</span></span><span leaf="" data-pm-slice="1 1 [&#34;para&#34;,{&#34;tagName&#34;:&#34;p&#34;,&#34;attributes&#34;:{},&#34;namespaceURI&#34;:&#34;http://www.w3.org/1999/xhtml&#34;}]"><span textstyle="" style="font-size: 16px;font-weight: bold;">必须大写！</span></span><span leaf="" data-pm-slice="1 1 [&#34;para&#34;,{&#34;tagName&#34;:&#34;p&#34;,&#34;attributes&#34;:{},&#34;namespaceURI&#34;:&#34;http://www.w3.org/1999/xhtml&#34;}]"><span textstyle="" style="font-size: 16px;font-weight: bold;">必须大写！</span></span><span leaf=""><span textstyle="" style="font-size: 16px;font-weight: bold;">)</span></span></p><p><span leaf=""><span textstyle="" style="font-size: 16px;">你可以像写代码一样组合这些条件：</span></span></p><p><span leaf=""><span textstyle="" style="font-size: 16px;">AND：并且（同时满足）</span></span></p><p><span leaf=""><span textstyle="" style="font-size: 16px;">OR：或者（满足其一）</span></span></p><p><span leaf=""><span textstyle="" style="font-size: 16px;">NOT：排除（不要包含这个）</span></span></p><p><span leaf=""><span textstyle="" style="font-size: 16px;">()：括号（用于分组，优先计算括号内的逻辑）</span></span></p><p><span leaf=""><span textstyle="" style="font-size: 16px;">详细的说明可以见说明文档：</span></span><span leaf=""><span textstyle="" style="font-size: 16px;"><a href="https://rapiddns.io/help/advanced_search" target="_blank">https://rapiddns.io/help/advanced_search</a></span></span></p><p><span leaf=""><span textstyle="" style="font-size: 18px;font-weight: bold;">0x02 进阶篇：实战场景</span></span></p><p><span leaf=""><span textstyle="" style="font-size: 16px;">光说语法太枯燥，我们直接上实战场景。以下这三条指令，建议你直接收藏。</span></span></p><p><span leaf=""><span textstyle="" style="font-size: 16px;font-weight: bold;">场景一：精准挖掘“子域名接管” (Subdomain Takeover)</span></span></p><p><span leaf=""><span textstyle="" style="font-size: 16px;">痛点：只有 CNAME 记录才存在接管可能，A 记录看多了浪费时间。</span></span></p><p><span leaf=""><span textstyle="" style="font-size: 16px;">思路：只筛选 CNAME类型，且指向云服务商（如 AWS, Shopify）的记录。</span></span></p><p><span leaf=""><span textstyle="" style="font-size: 16px;">👉搜索指令：</span></span></p><p class="code-snippet__fix code-snippet__js"><ul class="code-snippet__line-index code-snippet__js"></ul><pre class="code-snippet__js" data-lang="bash"><code><span leaf="">domain:hackerone AND tld:com AND <span class="code-snippet__built_in">type</span>:CNAME</span></code></pre></p><p style="text-align: center;" nodeleaf=""><img data-aistatus="1" class="rich_pages wxw-img" data-ratio="0.9861111111111112" data-s="300,640" data-type="png" data-w="1080" type="block" data-imgfileid="100002191" src="https://wechat2rss.xlab.app/img-proxy/?k=59362df2&amp;u=https%3A%2F%2Fmmbiz.qpic.cn%2Fmmbiz_png%2FSYxbvhekRGdlLpOWcaZDoGMs75b2N2J44eZk4Z41LsqcdHVL8FfwLWvg163k5qkUE7EpWCFRoIj0xj2px0994A%2F640%3Fwx_fmt%3Dpng%26from%3Dappmsg"/></p><p><span leaf=""><span textstyle="" style="font-size: 16px;">这条指令不仅锁定了 CNAME。过滤掉了无用数据，提升了效率。</span></span></p><p><span leaf=""><span textstyle="" style="font-size: 16px;font-weight: bold;">场景二：定点爆破“测试/开发环境”</span></span></p><p><span leaf=""><span textstyle="" style="font-size: 16px;">痛点：正式环境防护严密，但测试环境（Test/Dev/UAT）往往有弱口令或调试接口暴露。</span></span></p><p><span leaf=""><span textstyle="" style="font-size: 16px;">思路：使用通配符搜索包含 dev, test, api关键词的子域名。</span></span></p><p><span leaf=""><span textstyle="" style="font-size: 16px;">⚠️ 注意： 在 RapidDNS 中对子域名使用通配符模糊搜索时，建议使用 subdomain.keyword字段以获得最佳效果。</span></span></p><p><span leaf=""><span textstyle="" style="font-size: 16px;">👉 搜索指令：</span></span></p><p class="code-snippet__fix code-snippet__js"><ul class="code-snippet__line-index code-snippet__js"></ul><pre class="code-snippet__js" data-lang="bash"><code><span leaf="">domain:google AND tld:com AND subdomain:(dev OR <span class="code-snippet__built_in">test</span> OR uat)</span></code></pre></p><p><span leaf=""><span textstyle="" style="font-size: 16px;">这一条指令，往往能帮你找到整个攻击面的最弱一环。</span></span></p><p style="text-align: center;" nodeleaf=""><img data-aistatus="1" class="rich_pages wxw-img" data-ratio="0.9" data-s="300,640" data-type="png" data-w="1080" type="block" data-imgfileid="100002193" src="https://wechat2rss.xlab.app/img-proxy/?k=d25ed502&amp;u=https%3A%2F%2Fmmbiz.qpic.cn%2Fmmbiz_png%2FSYxbvhekRGdlLpOWcaZDoGMs75b2N2J4HOBKC5VTVDgZM7ic5ZuNdLqldGbicJFKd7b24icSYYCDwVuhpHeJVN4QQ%2F640%3Fwx_fmt%3Dpng%26from%3Dappmsg"/></p><p><span leaf=""><span textstyle="" style="font-size: 16px;font-weight: bold;">场景三：排除特定信息</span></span></p><p><span leaf="" style="color:rgba(0, 0, 0, 0.9);font-size:17px;font-family:&#34;mp-quote&#34;, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height:1.6;letter-spacing:0.034em;font-style:normal;font-weight:normal;"><span textstyle="" style="font-size: 16px;">痛点：</span></span><span data-pm-slice="0 0 []"><span leaf="" style="color:rgba(0, 0, 0, 0.9);font-size:17px;font-family:&#34;mp-quote&#34;, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height:1.6;letter-spacing:0.034em;font-style:normal;font-weight:normal;"><span textstyle="" style="font-size: 16px;">扫描目标信息多时，想要排除特定信息，例如MX 记录,CNAME的记录等，这里可以进行排除。</span></span></span></p><p><span leaf="" style="color:rgba(0, 0, 0, 0.9);font-size:17px;font-family:&#34;mp-quote&#34;, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height:1.6;letter-spacing:0.034em;font-style:normal;font-weight:normal;"><span textstyle="" style="font-size: 16px;">思路：使用 NOT 语法，把无关的记录类型全部踢出去。</span></span></p><p><span leaf=""><span textstyle="" style="font-size: 16px;">👉 搜索指令：</span></span></p><p class="code-snippet__fix code-snippet__js"><ul class="code-snippet__line-index code-snippet__js"></ul><pre class="code-snippet__js" data-lang="bash"><code><span leaf="">domain:google AND tld:com AND NOT <span class="code-snippet__built_in">type</span>:(CNAME OR MX) </span></code></pre></p><p style="text-align: center;" nodeleaf=""><img data-aistatus="1" class="rich_pages wxw-img" data-ratio="0.899074074074074" data-s="300,640" data-type="png" data-w="1080" type="block" data-imgfileid="100002192" src="https://wechat2rss.xlab.app/img-proxy/?k=654926fc&amp;u=https%3A%2F%2Fmmbiz.qpic.cn%2Fmmbiz_png%2FSYxbvhekRGdlLpOWcaZDoGMs75b2N2J4QGYUa4lqzrrdPHibNCHknV4N0eFNRfhia1STelWVjkdSmiaCzRkBIZjmQ%2F640%3Fwx_fmt%3Dpng%26from%3Dappmsg"/></p><p><span leaf=""><span textstyle="" style="font-size: 16px;">过滤后的列表，剩下的主要是 A 记录和 AAAA记录，才是真正值得你关注的。这在一些CNAME 中是外部第三方的情况下变得实用。</span></span></p><p><span leaf=""><span textstyle="" style="font-size: 16px;">以上就是今天的内容，如果有更多好玩的，实用的搜索技巧等，欢迎大家进行分享。</span></span></p><p><span leaf=""><span textstyle="" style="font-size: 18px;font-weight: bold;">0x03 为什么要升级 Pro 会员？</span></span></p><p><span leaf=""><span textstyle="" style="font-size: 16px;">由于RapidDNS的数据库拥有 80亿+ (5 Billion+)条记录，复杂的模糊搜索（尤其是带 * 的）非常消耗性能，且免费版有显示条数限制。</span></span></p><p><span leaf=""><span textstyle="" style="font-size: 16px;font-weight: bold;">免费版限制：</span><span textstyle="" style="font-size: 16px;">只能查看前 100 条记录。当你用搜索搜出 500 个高价值目标时，剩下的 400 个你看不到，这可能意味着你错过了 有价值的信息。</span></span></p><p><span leaf=""><span textstyle="" style="font-size: 16px;font-weight: bold;">导出需求：</span><span textstyle="" style="font-size: 16px;">当你筛选出这 500 个目标后，你需要把它们复制出来放到漏扫工具里。手动复制太累了。</span></span></p><p><span leaf=""><span textstyle="" style="font-size: 16px;">升级 RapidDNS Pro，彻底释放你的生产力：</span></span></p><p><span leaf=""><span textstyle="" style="font-size: 16px;">✅ 解除翻页限制：无论搜出多少条，都可以翻页查看。</span></span></p><p><span leaf=""><span textstyle="" style="font-size: 16px;">✅ CSV 一键导出：支持单次导出 1,000,000条记录。筛选完直接点“Export”，一秒入库。</span></span></p><p><span leaf=""><span textstyle="" style="font-size: 16px;">✅ API 自动化：支持程序化调用，把 RapidDNS 集成到你的自动化脚本里。</span></span></p><p><span leaf=""><span textstyle="" style="font-size: 16px;">可以点击</span></span><span leaf=""><span textstyle="" style="font-size: 16px;"><a href="https://rapiddns.io/pricing" target="_blank">https://rapiddns.io/pricing</a> 进行pro会员的充值。</span></span></p><p style="-webkit-tap-highlight-color: rgba(0, 0, 0, 0);margin: 0px 0px 24px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;clear: both;min-height: 1em;color: rgba(0, 0, 0, 0.9);font-family: &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;font-size: 17px;font-style: normal;font-variant-ligatures: normal;font-variant-caps: normal;font-weight: 400;letter-spacing: 0.544px;orphans: 2;text-align: justify;text-indent: 0px;text-transform: none;widows: 2;word-spacing: 0px;-webkit-text-stroke-width: 0px;white-space: normal;background-color: rgb(255, 255, 255);text-decoration-thickness: initial;text-decoration-style: initial;text-decoration-color: initial;" data-pm-slice="0 0 []"><span style="-webkit-tap-highlight-color: rgba(0, 0, 0, 0);margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;color: rgb(204, 204, 204);"><span leaf="" style="-webkit-tap-highlight-color: rgba(0, 0, 0, 0);margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;"><span textstyle="" style="font-size: 18px;color: rgb(0, 0, 0);font-weight: bold;">0x04 付费指南 (支持微信)</span></span></span></p><p style="-webkit-tap-highlight-color: rgba(0, 0, 0, 0);margin: 0px 0px 24px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;clear: both;min-height: 1em;color: rgba(0, 0, 0, 0.9);font-family: &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;font-size: 17px;font-style: normal;font-variant-ligatures: normal;font-variant-caps: normal;font-weight: 400;letter-spacing: 0.544px;orphans: 2;text-align: justify;text-indent: 0px;text-transform: none;widows: 2;word-spacing: 0px;-webkit-text-stroke-width: 0px;white-space: normal;background-color: rgb(255, 255, 255);text-decoration-thickness: initial;text-decoration-style: initial;text-decoration-color: initial;"><span style="-webkit-tap-highlight-color: rgba(0, 0, 0, 0);margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;color: rgb(204, 204, 204);"><span leaf="" style="-webkit-tap-highlight-color: rgba(0, 0, 0, 0);margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;"><span textstyle="" style="font-size: 16px;color: rgb(0, 0, 0);">虽然 RapidDNS 网站目前是全英文界面，但支付过程非常简单，且完美支持国内支付方式。</span></span></span></p><p style="-webkit-tap-highlight-color: rgba(0, 0, 0, 0);margin: 0px 0px 24px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;clear: both;min-height: 1em;color: rgba(0, 0, 0, 0.9);font-family: &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;font-size: 17px;font-style: normal;font-variant-ligatures: normal;font-variant-caps: normal;font-weight: 400;letter-spacing: 0.544px;orphans: 2;text-align: justify;text-indent: 0px;text-transform: none;widows: 2;word-spacing: 0px;-webkit-text-stroke-width: 0px;white-space: normal;background-color: rgb(255, 255, 255);text-decoration-thickness: initial;text-decoration-style: initial;text-decoration-color: initial;"><span style="-webkit-tap-highlight-color: rgba(0, 0, 0, 0);margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;color: rgb(204, 204, 204);"><span leaf="" style="-webkit-tap-highlight-color: rgba(0, 0, 0, 0);margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;"><span textstyle="" style="font-size: 16px;color: rgb(0, 0, 0);">第 1 步：进入价格页</span></span></span></p><p style="-webkit-tap-highlight-color: rgba(0, 0, 0, 0);margin: 0px 0px 24px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;clear: both;min-height: 1em;color: rgba(0, 0, 0, 0.9);font-family: &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;font-size: 17px;font-style: normal;font-variant-ligatures: normal;font-variant-caps: normal;font-weight: 400;letter-spacing: 0.544px;orphans: 2;text-align: justify;text-indent: 0px;text-transform: none;widows: 2;word-spacing: 0px;-webkit-text-stroke-width: 0px;white-space: normal;background-color: rgb(255, 255, 255);text-decoration-thickness: initial;text-decoration-style: initial;text-decoration-color: initial;"><span style="-webkit-tap-highlight-color: rgba(0, 0, 0, 0);margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;color: rgb(204, 204, 204);"><span leaf="" style="-webkit-tap-highlight-color: rgba(0, 0, 0, 0);margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;"><span textstyle="" style="font-size: 16px;color: rgb(0, 0, 0);">点击下方链接，或在网站顶部导航栏点击 &#34;Pricing&#34;。</span></span></span></p><p style="-webkit-tap-highlight-color: rgba(0, 0, 0, 0);margin: 0px 0px 24px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;clear: both;min-height: 1em;color: rgba(0, 0, 0, 0.9);font-family: &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;font-size: 17px;font-style: normal;font-variant-ligatures: normal;font-variant-caps: normal;font-weight: 400;letter-spacing: 0.544px;orphans: 2;text-align: justify;text-indent: 0px;text-transform: none;widows: 2;word-spacing: 0px;-webkit-text-stroke-width: 0px;white-space: normal;background-color: rgb(255, 255, 255);text-decoration-thickness: initial;text-decoration-style: initial;text-decoration-color: initial;"><span style="-webkit-tap-highlight-color: rgba(0, 0, 0, 0);margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;color: rgb(204, 204, 204);"><span leaf="" style="-webkit-tap-highlight-color: rgba(0, 0, 0, 0);margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;"><span textstyle="" style="font-size: 16px;color: rgb(0, 0, 0);">👉 升级地址：<a href="https://rapiddns.io/pricing" target="_blank">https://rapiddns.io/pricing</a> （也可以点击阅读原文进入）</span></span></span></p><p nodeleaf="" style="-webkit-tap-highlight-color: rgba(0, 0, 0, 0);margin: 0px 0px 24px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;color: rgba(0, 0, 0, 0.9);font-family: &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;font-size: 17px;font-style: normal;font-variant-ligatures: normal;font-variant-caps: normal;font-weight: 400;letter-spacing: 0.544px;orphans: 2;text-indent: 0px;text-transform: none;widows: 2;word-spacing: 0px;-webkit-text-stroke-width: 0px;white-space: normal;background-color: rgb(255, 255, 255);text-decoration-thickness: initial;text-decoration-style: initial;text-decoration-color: initial;text-align: center;"><img data-aistatus="1" alt="图片" class="rich_pages wxw-img" data-ratio="0.9657407407407408" data-s="300,640" data-type="png" data-w="1080" style="-webkit-tap-highlight-color: rgba(0, 0, 0, 0);margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;vertical-align: bottom;height: auto !important;visibility: visible !important;width: 676.987px !important;" type="block" data-imgfileid="100002183" src="https://wechat2rss.xlab.app/img-proxy/?k=182a10ab&amp;u=https%3A%2F%2Fmmbiz.qpic.cn%2Fmmbiz_png%2FSYxbvhekRGeL8xIBqBf4OoyIXQsHLqmRwRe9cZODBWuyLhglHZgyWd0JjlGPic7CicOleRRLrnA37NbF2RwXPpdw%2F640%3Fwx_fmt%3Dpng%26from%3Dappmsg%26watermark%3D1%26tp%3Dwebp%26wxfrom%3D5%26wx_lazy%3D1%23imgIndex%3D3"/></p><p style="-webkit-tap-highlight-color: rgba(0, 0, 0, 0);margin: 0px 0px 24px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;clear: both;min-height: 1em;color: rgba(0, 0, 0, 0.9);font-family: &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;font-size: 17px;font-style: normal;font-variant-ligatures: normal;font-variant-caps: normal;font-weight: 400;letter-spacing: 0.544px;orphans: 2;text-align: justify;text-indent: 0px;text-transform: none;widows: 2;word-spacing: 0px;-webkit-text-stroke-width: 0px;white-space: normal;background-color: rgb(255, 255, 255);text-decoration-thickness: initial;text-decoration-style: initial;text-decoration-color: initial;"><span style="-webkit-tap-highlight-color: rgba(0, 0, 0, 0);margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;color: rgb(204, 204, 204);"><span leaf="" style="-webkit-tap-highlight-color: rgba(0, 0, 0, 0);margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;"><span textstyle="" style="font-size: 16px;color: rgb(0, 0, 0);">第 2 步：选择套餐</span></span></span></p><p style="-webkit-tap-highlight-color: rgba(0, 0, 0, 0);margin: 0px 0px 24px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;clear: both;min-height: 1em;color: rgba(0, 0, 0, 0.9);font-family: &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;font-size: 17px;font-style: normal;font-variant-ligatures: normal;font-variant-caps: normal;font-weight: 400;letter-spacing: 0.544px;orphans: 2;text-align: justify;text-indent: 0px;text-transform: none;widows: 2;word-spacing: 0px;-webkit-text-stroke-width: 0px;white-space: normal;background-color: rgb(255, 255, 255);text-decoration-thickness: initial;text-decoration-style: initial;text-decoration-color: initial;"><span style="-webkit-tap-highlight-color: rgba(0, 0, 0, 0);margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;color: rgb(204, 204, 204);"><span leaf="" style="-webkit-tap-highlight-color: rgba(0, 0, 0, 0);margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;"><span textstyle="" style="font-size: 16px;color: rgb(0, 0, 0);">如果你想订阅月付，点击下方的 &#34;Subscribe to PRO&#34;或者&#34;Subscribe to MAX&#34;。当前年付订阅更优惠，年付则可以切换到yearly进行订阅。订阅方式仅支持外币的信用卡进行支付。</span></span></span></p><p style="-webkit-tap-highlight-color: rgba(0, 0, 0, 0);margin: 0px 0px 24px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;clear: both;min-height: 1em;color: rgba(0, 0, 0, 0.9);font-family: &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;font-size: 17px;font-style: normal;font-variant-ligatures: normal;font-variant-caps: normal;font-weight: 400;letter-spacing: 0.544px;orphans: 2;text-align: justify;text-indent: 0px;text-transform: none;widows: 2;word-spacing: 0px;-webkit-text-stroke-width: 0px;white-space: normal;background-color: rgb(255, 255, 255);text-decoration-thickness: initial;text-decoration-style: initial;text-decoration-color: initial;"><span style="-webkit-tap-highlight-color: rgba(0, 0, 0, 0);margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;color: rgb(204, 204, 204);"><span leaf="" style="-webkit-tap-highlight-color: rgba(0, 0, 0, 0);margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;"><span textstyle="" style="font-size: 16px;color: rgb(0, 0, 0);">如果你想抢终身版，找到 &#34;Lifetime&#34; 卡片，点击 &#34;pay with wechat&#34;。</span></span></span></p><p style="-webkit-tap-highlight-color: rgba(0, 0, 0, 0);margin: 0px 0px 24px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;clear: both;min-height: 1em;color: rgba(0, 0, 0, 0.9);font-family: &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;font-size: 17px;font-style: normal;font-variant-ligatures: normal;font-variant-caps: normal;font-weight: 400;letter-spacing: 0.544px;orphans: 2;text-align: justify;text-indent: 0px;text-transform: none;widows: 2;word-spacing: 0px;-webkit-text-stroke-width: 0px;white-space: normal;background-color: rgb(255, 255, 255);text-decoration-thickness: initial;text-decoration-style: initial;text-decoration-color: initial;"><span style="-webkit-tap-highlight-color: rgba(0, 0, 0, 0);margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;color: rgb(204, 204, 204);"><span leaf="" style="-webkit-tap-highlight-color: rgba(0, 0, 0, 0);margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;"><span textstyle="" style="font-size: 16px;color: rgb(0, 0, 0);">点击后会跳转到支付页面，选择微信，输入姓名，点击&#34;继续使用微信&#34;即可打开微信支付二维码页面。</span></span></span></p><p nodeleaf="" style="-webkit-tap-highlight-color: rgba(0, 0, 0, 0);margin: 0px 0px 24px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;color: rgba(0, 0, 0, 0.9);font-family: &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;font-size: 17px;font-style: normal;font-variant-ligatures: normal;font-variant-caps: normal;font-weight: 400;letter-spacing: 0.544px;orphans: 2;text-indent: 0px;text-transform: none;widows: 2;word-spacing: 0px;-webkit-text-stroke-width: 0px;white-space: normal;background-color: rgb(255, 255, 255);text-decoration-thickness: initial;text-decoration-style: initial;text-decoration-color: initial;text-align: center;"><img data-aistatus="1" alt="图片" class="rich_pages wxw-img" data-ratio="0.7435185185185185" data-s="300,640" data-type="png" data-w="1080" style="-webkit-tap-highlight-color: rgba(0, 0, 0, 0);margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;vertical-align: bottom;height: auto !important;visibility: visible !important;width: 676.975px !important;" type="block" data-imgfileid="100002184" src="https://wechat2rss.xlab.app/img-proxy/?k=85cd8a9b&amp;u=https%3A%2F%2Fmmbiz.qpic.cn%2Fmmbiz_png%2FSYxbvhekRGeL8xIBqBf4OoyIXQsHLqmR5UCasUJXF5aQk9AYwCsV48oXnPCslibPLs8SGxcicNnnUkkP6snIvCng%2F640%3Fwx_fmt%3Dpng%26from%3Dappmsg%26watermark%3D1%26tp%3Dwebp%26wxfrom%3D5%26wx_lazy%3D1%23imgIndex%3D4"/></p><p style="-webkit-tap-highlight-color: rgba(0, 0, 0, 0);margin: 0px 0px 24px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;clear: both;min-height: 1em;color: rgba(0, 0, 0, 0.9);font-family: &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;font-size: 17px;font-style: normal;font-variant-ligatures: normal;font-variant-caps: normal;font-weight: 400;letter-spacing: 0.544px;orphans: 2;text-align: justify;text-indent: 0px;text-transform: none;widows: 2;word-spacing: 0px;-webkit-text-stroke-width: 0px;white-space: normal;background-color: rgb(255, 255, 255);text-decoration-thickness: initial;text-decoration-style: initial;text-decoration-color: initial;"><span style="-webkit-tap-highlight-color: rgba(0, 0, 0, 0);margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;color: rgb(204, 204, 204);"><span leaf="" style="-webkit-tap-highlight-color: rgba(0, 0, 0, 0);margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;"><span textstyle="" style="font-size: 16px;color: rgb(0, 0, 0);">注意：如果没有外币信用卡的朋友，只能通过“Pay with wechat” 进行支付。微信支付只能一次性，需要自己到期后主动续费</span></span></span></p><p style="-webkit-tap-highlight-color: rgba(0, 0, 0, 0);margin: 0px 0px 24px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;clear: both;min-height: 1em;color: rgba(0, 0, 0, 0.9);font-family: &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;font-size: 17px;font-style: normal;font-variant-ligatures: normal;font-variant-caps: normal;font-weight: 400;letter-spacing: 0.544px;orphans: 2;text-align: justify;text-indent: 0px;text-transform: none;widows: 2;word-spacing: 0px;-webkit-text-stroke-width: 0px;white-space: normal;background-color: rgb(255, 255, 255);text-decoration-thickness: initial;text-decoration-style: initial;text-decoration-color: initial;"><span style="-webkit-tap-highlight-color: rgba(0, 0, 0, 0);margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;color: rgb(204, 204, 204);"><span leaf="" style="-webkit-tap-highlight-color: rgba(0, 0, 0, 0);margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;"><span textstyle="" style="font-size: 16px;color: rgb(0, 0, 0);">第 3 步：支付 (关键)</span></span></span></p><p style="-webkit-tap-highlight-color: rgba(0, 0, 0, 0);margin: 0px 0px 24px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;clear: both;min-height: 1em;color: rgba(0, 0, 0, 0.9);font-family: &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;font-size: 17px;font-style: normal;font-variant-ligatures: normal;font-variant-caps: normal;font-weight: 400;letter-spacing: 0.544px;orphans: 2;text-align: justify;text-indent: 0px;text-transform: none;widows: 2;word-spacing: 0px;-webkit-text-stroke-width: 0px;white-space: normal;background-color: rgb(255, 255, 255);text-decoration-thickness: initial;text-decoration-style: initial;text-decoration-color: initial;"><span leaf="" style="-webkit-tap-highlight-color: rgba(0, 0, 0, 0);margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;"><span textstyle="" style="font-size: 16px;">接下来使用微信扫码支付即可。</span></span></p><p style="-webkit-tap-highlight-color: rgba(0, 0, 0, 0);margin: 0px 0px 24px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;clear: both;min-height: 1em;color: rgba(0, 0, 0, 0.9);font-family: &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;font-size: 17px;font-style: normal;font-variant-ligatures: normal;font-variant-caps: normal;font-weight: 400;letter-spacing: 0.544px;orphans: 2;text-align: justify;text-indent: 0px;text-transform: none;widows: 2;word-spacing: 0px;-webkit-text-stroke-width: 0px;white-space: normal;background-color: rgb(255, 255, 255);text-decoration-thickness: initial;text-decoration-style: initial;text-decoration-color: initial;"><span style="-webkit-tap-highlight-color: rgba(0, 0, 0, 0);margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;color: rgb(204, 204, 204);"><span leaf="" style="-webkit-tap-highlight-color: rgba(0, 0, 0, 0);margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;"><span textstyle="" style="font-size: 16px;color: rgb(0, 0, 0);">(支付成功后，账号权限将自动开通。如遇问题，请直接在公众号留言)。</span></span></span></p><p><span leaf=""><span textstyle="" style="font-size: 18px;font-weight: bold;">0x05 终身会员 (Lifetime Deal) 名额告急</span></span></p><p><span leaf=""><span textstyle="" style="font-size: 16px;">为了回馈大家的支持，我们在 Pro 上线初期开放了**“一次付费，终身养老”**的特殊通道。</span></span></p><p><span leaf=""><span textstyle="" style="font-size: 16px;">💎 Pro 终身版 ($149)： 包含所有 Pro 权益，永久有效。</span></span></p><p><span leaf=""><span textstyle="" style="font-size: 16px;">👑 Max 终身版 ($999)： 面向企业/重度用户，包含定期全量解析数据包 (FDNS) 下载权益。</span></span></p><p><span leaf=""><span textstyle="" style="font-size: 16px;">⚠️ 状态同步：目前MAX终身版名额所剩不多啦，大家有需要的抓紧啦。</span></span></p><p><span leaf=""><span textstyle="" style="font-size: 18px;font-weight: bold;">0x06 全量售卖</span></span></p><p><span leaf=""><span textstyle="" style="font-size: 16px;">另外除上述功能外，全量数据售卖长期持续进行中。有意者可联系我了解详细内容。全量即当前网站全部内容，售价3万。全量数据随着数据量的不断增加，后续价格可能会涨。有意向尽快联系我，</span></span></p><p><span leaf=""><span textstyle="" style="font-size: 16px;">感谢大家的阅读。</span></span></p><p><span leaf=""><span textstyle="" style="font-size: 16px;">希望这些高级索索功能帮你找到你需要的。</span></span></p><p style="text-indent: 2em;text-align: right;"><span leaf=""><span textstyle="" style="font-size: 16px;">—— 男人老白</span></span></p><p class="mp_profile_iframe_wrp" nodeleaf=""><mp-common-profile class="js_uneditable custom_select_card mp_profile_iframe" data-pluginname="mpprofile" data-nickname="RapidDNS" data-from="0" data-headimg="http://mmbiz.qpic.cn/mmbiz_png/SYxbvhekRGcqdEsanp1GNhoH2ILlyZmzcJ8muCdpSzM2ibPq0QRYcEfibfmW6kqP8Wz0ianb9W1MfpciboRZ6dFF1w/0?wx_fmt=png" data-signature="RapidDNS.io 是一个免费开放的DNS在线查询平台。" data-id="Mzg4NDU0ODMxOQ==" data-is_biz_ban="0" data-service_type="1" data-verify_status="0"></mp-common-profile></p><p style="display: none;"><mp-style-type data-value="3"></mp-style-type></p>


<p><a href="https://rapiddns.io/pricing">阅读原文</a></p>
<p><a href="https://wechat2rss.xlab.app/link-proxy/?k=9a8c636a&amp;r=1&amp;u=https%3A%2F%2Fmp.weixin.qq.com%2Fs%3F__biz%3DMzg4NDU0ODMxOQ%3D%3D%26mid%3D2247485844%26idx%3D1%26sn%3D2e603466509deb11b6920ec271cb4a18">跳转微信打开</a></p>
]]></content:encoded>
      <pubDate>Mon, 02 Feb 2026 08:45:00 +0800</pubDate>
    </item>
    <item>
      <title>RapidDNS Pro 上线：解锁百万级数据导出，与终身会员计划</title>
      <link>https://mp.weixin.qq.com/s?__biz=Mzg4NDU0ODMxOQ==&amp;mid=2247485837&amp;idx=1&amp;sn=cb9ce645ea15185ae8a380f306fc10ab</link>
      <description>大家好，我是 RapidDNS 的开发者——男人老白。有些老朋友可能知道，RapidDNS 已经默默运行了 5 年，如今正式迈入了第 6 个年头。</description>
      <content:encoded><![CDATA[<p>原创 <span>男人老白</span> <span>2026-01-26 08:45</span> <span style="display: inline-block;">北京</span></p>






  
  <p><img src="https://wechat2rss.xlab.app/img-proxy/?k=f7a54769&amp;u=https%3A%2F%2Fmmbiz.qpic.cn%2Fmmbiz_jpg%2FSYxbvhekRGeL8xIBqBf4OoyIXQsHLqmRxRxr7OFZibziclJfwYGoF4Issd1abB6DEA1CIRh9yOBvxYlhJ7eaXjAQ%2F0%3Fwx_fmt%3Djpeg"/></p>
  
  <p data-pm-slice="0 0 []"><span style="color: #cccccc;"><span leaf=""><span textstyle="" style="color: rgb(0, 0, 0);">大家好，我是 RapidDNS 的开发者——男人老白。</span></span></span></p><p><span style="color: #cccccc;"><span leaf=""><span textstyle="" style="color: rgb(0, 0, 0);">有些老朋友可能知道，RapidDNS 已经默默运行了 5 年，如今正式迈入了第 6 个年头。</span></span></span></p><p><span style="color: #cccccc;"><span leaf=""><span textstyle="" style="color: rgb(0, 0, 0);">起初，我写这个工具的理由很简单。作为一个安全从业者，我受够了在这个工具查 A 记录，那个工具查 CNAME。我想做一个</span><span textstyle="" style="color: rgb(0, 0, 0);font-weight: bold;">“快、全、准”</span><span textstyle="" style="color: rgb(0, 0, 0);">的 DNS 数据引擎，让自己在挖洞和溯源 IP 的时候能更顺手一点。</span></span></span></p><p><span style="color: #cccccc;"><span leaf=""><span textstyle="" style="color: rgb(0, 0, 0);">没想到，这个“顺手”的工具，如今承载了这么多人的信任。</span></span></span></p><p><span style="color: #cccccc;"><span leaf=""><span textstyle="" style="color: rgb(0, 0, 0);">看一眼流量统计，RapidDNS 现在的月均查询量已经突破了 1 亿次。</span></span></span></p><p><span style="color: #cccccc;"><span leaf=""><span textstyle="" style="color: rgb(0, 0, 0);">Amass, Subfinder 等大家熟知的红队工具都默认集成了我们的接口，每天有成千上万的安全工程师在这里进行资产收集。</span></span></span></p><p><span style="color: #cccccc;"><span leaf=""><span textstyle="" style="color: rgb(0, 0, 0);">说实在的，看到这些数据我很自豪。也有很多朋友发来鼓励，甚至给我发红包。我非常开心，RapidDNS给大家提供了价值。但自豪的背后，是深深的焦虑。</span></span></span></p><p><span style="color: #569cd6;font-weight: bold;"><span leaf=""><span textstyle="" style="color: rgb(0, 0, 0);">0x01 现实的困境</span></span></span></p><p><span style="color: #cccccc;"><span leaf=""><span textstyle="" style="color: rgb(0, 0, 0);">这 5 年来，我一直坚持用爱发电，免费运营。</span></span></span></p><p><span style="color: #cccccc;"><span leaf=""><span textstyle="" style="color: rgb(0, 0, 0);">但 1 亿次查询背后的代价是：昂贵的服务器集群、高性能数据库的存储成本，以及每月都在爆炸的带宽账单。</span></span></span></p><p><span style="color: #cccccc;"><span leaf=""><span textstyle="" style="color: rgb(0, 0, 0);">作为一个有家庭、有工作的普通开发者，每年的维护成本投入在不断增高。</span></span></span></p><p><span style="color: #cccccc;"><span leaf=""><span textstyle="" style="color: rgb(0, 0, 0);">摆在我面前的只有两个选择：</span></span></span></p><p><span style="color: #6796e6;"><span leaf=""><span textstyle="" style="color: rgb(0, 0, 0);">1.</span></span></span><span style="color: #cccccc;"><span leaf=""><span textstyle="" style="color: rgb(0, 0, 0);"> 关站止损，大家都没得用。</span></span></span></p><p><span style="color: #6796e6;"><span leaf=""><span textstyle="" style="color: rgb(0, 0, 0);">2.</span></span></span><span style="color: #cccccc;"><span leaf=""><span textstyle="" style="color: rgb(0, 0, 0);"> 商业化，让项目具备自我造血的能力。</span></span></span></p><p><span style="color: #cccccc;"><span leaf=""><span textstyle="" style="color: rgb(0, 0, 0);">我选择了后者。 因为我想让 RapidDNS 再运行 5 年，甚至 10 年，甚至更久。</span></span></span></p><p><span style="color: #569cd6;font-weight: bold;"><span leaf=""><span textstyle="" style="color: rgb(0, 0, 0);">0x02 RapidDNS Pro：为你解锁生产力</span></span></span></p><p><span style="color: #cccccc;"><span leaf=""><span textstyle="" style="color: rgb(0, 0, 0);">今天，我正式面向全球用户推出 RapidDNS Pro。</span></span></span></p><p><span leaf=""><span textstyle="" style="color: rgb(0, 0, 0);">会员分别为Pro和Max会员，Pro会员$10/月，年付$100，Max会员$50/月，年付$500。</span><span textstyle="" style="color: rgb(0, 0, 0);font-weight: bold;">注意单位为美金。</span></span></p><p><span style="color: #cccccc;"><span leaf=""><span textstyle="" style="color: rgb(0, 0, 0);">收费不是为了“收割”，而是为了提供更稳定的服务。免费版依然保留，但如果你追求效率和深度，Pro 版将是你的武器：</span></span></span></p><p><span leaf="">1. 付费用户无广告，可以解锁高级搜索，使用灵活的语法进行更加强大的搜索。</span></p><p style="text-align: center;" nodeleaf=""><img data-aistatus="1" class="rich_pages wxw-img" data-ratio="0.7842592592592592" data-s="300,640" data-type="png" data-w="1080" type="block" data-imgfileid="100002185" src="https://wechat2rss.xlab.app/img-proxy/?k=d745e451&amp;u=https%3A%2F%2Fmmbiz.qpic.cn%2Fmmbiz_png%2FSYxbvhekRGeL8xIBqBf4OoyIXQsHLqmRvibEyBj2RjUzZqaPJWqybsjPNDLbYjicibWRRsx53V99aMQO7mY8ia1VibQ%2F640%3Fwx_fmt%3Dpng%26from%3Dappmsg"/></p><p><span style="color: #cccccc;"><span leaf=""><span textstyle="" style="color: rgb(0, 0, 0);">2. 无限制 API 接口： 告别 429 Too Many Requests，让你的扫描器全速起飞。</span></span></span></p><p><span style="color: #cccccc;"><span leaf=""><span textstyle="" style="color: rgb(0, 0, 0);">3.  一键数据导出 (Export CSV)： 这是大家呼声最高的功能。现在，你可以一键下载海量解析记录。不用写爬虫，不用洗数据，直接导入 Excel 或数据库。</span></span></span></p><p style="text-align: center;" nodeleaf=""><img data-aistatus="1" class="rich_pages wxw-img" data-ratio="0.950925925925926" data-s="300,640" data-type="png" data-w="1080" type="block" data-imgfileid="100002188" src="https://wechat2rss.xlab.app/img-proxy/?k=30b1ef2f&amp;u=https%3A%2F%2Fmmbiz.qpic.cn%2Fmmbiz_png%2FSYxbvhekRGcmOfhicic60NbS3ZRlqwMTQzhkGsAS5sednnqZaq0NeIBYo9AA5iaynbY8icnGPB49pjvw5zfOPpHqBw%2F640%3Fwx_fmt%3Dpng%26from%3Dappmsg"/></p><p><span style="color: #cccccc;"><span leaf=""><span textstyle="" style="color: rgb(0, 0, 0);">4. 优先体验新功能： 我们计划了包括“子域名监控”、“资产变动提醒”等新功能，会员将第一时间尝鲜。</span></span></span></p><p><span style="color: #cccccc;"><span leaf=""><span textstyle="" style="color: rgb(0, 0, 0);">5.  MAX会员还可以下载全量解析的数据集，这个数据集会定期更新，每月更新几次。</span></span></span></p><p style="text-align: center;" nodeleaf=""><img data-aistatus="1" class="rich_pages wxw-img" data-ratio="0.9833333333333333" data-s="300,640" data-type="png" data-w="1080" type="block" data-imgfileid="100002186" src="https://wechat2rss.xlab.app/img-proxy/?k=21ffc2f4&amp;u=https%3A%2F%2Fmmbiz.qpic.cn%2Fmmbiz_png%2FSYxbvhekRGeL8xIBqBf4OoyIXQsHLqmRBYrwaEHnvynqNh4rodlwvvyU02LHAn8Gicpu7lvqVOGTf9ZMoxun8kw%2F640%3Fwx_fmt%3Dpng%26from%3Dappmsg"/></p><p><span style="color: #569cd6;font-weight: bold;"><span leaf=""><span textstyle="" style="color: rgb(0, 0, 0);">0x03 给老用户的礼物：终身会员 (Lifetime)</span></span></span></p><p><span style="color: #cccccc;"><span leaf=""><span textstyle="" style="color: rgb(0, 0, 0);">为了感谢大家这 5 年的不离不弃，在 Pro 上线初期，我做了一个决定。</span></span></span></p><p><span style="color: #cccccc;"><span leaf=""><span textstyle="" style="color: rgb(0, 0, 0);">我不希望大家觉得订阅是个负担，所以我推出了 “限量终身版”：</span></span></span></p><p><span style="color: #cccccc;"><span leaf=""><span textstyle="" style="color: rgb(0, 0, 0);">💎 Pro 终身版： $149 (仅限前 50 名)</span></span></span></p><p><span style="color: #cccccc;"><span leaf=""><span textstyle="" style="color: rgb(0, 0, 0);">👑 Max 终身版： $999 (仅限前 10 名，含定期更新的全量 DNS 数据集下载)</span></span></span></p><p><span style="color: #cccccc;"><span leaf=""><span textstyle="" style="color: rgb(0, 0, 0);">这笔账很好算：</span></span></span></p><p><span style="color: #cccccc;"><span leaf=""><span textstyle="" style="color: rgb(0, 0, 0);">一次付费，永久有效。哪怕未来 RapidDNS 涨价了，你也是尊贵的终身会员。</span></span></span></p><p><span style="color: #cccccc;"><span leaf=""><span textstyle="" style="color: rgb(0, 0, 0);">如果你曾经通过 RapidDNS 挖到过一个漏洞，或者省下过半小时的时间，那么这个终身会员的价格，可能还不到你赏金的零头。</span></span></span></p><p><span style="color: #cccccc;"><span leaf=""><span textstyle="" style="color: rgb(0, 0, 0);">这笔收入将全部用于： 升级服务器配置 + 购买更优质的数据源。</span></span></span></p><p><span style="color: #cccccc;"><span leaf=""><span textstyle="" style="color: rgb(0, 0, 0);">你是第一批支持者，你理应获得最大的回报。</span></span></span></p><p><span style="color: #cccccc;"><span leaf=""><span textstyle="" style="color: rgb(0, 0, 0);font-weight: bold;">0x04 付费指南 (支持微信)</span></span></span></p><p><span style="color: #cccccc;"><span leaf=""><span textstyle="" style="color: rgb(0, 0, 0);">虽然 RapidDNS 网站目前是全英文界面，但支付过程非常简单，且完美支持国内支付方式。</span></span></span></p><p><span style="color: #cccccc;"><span leaf=""><span textstyle="" style="color: rgb(0, 0, 0);">第 1 步：进入价格页</span></span></span></p><p><span style="color: #cccccc;"><span leaf=""><span textstyle="" style="color: rgb(0, 0, 0);">点击下方链接，或在网站顶部导航栏点击 &#34;Pricing&#34;。</span></span></span></p><p><span style="color: #cccccc;"><span leaf=""><span textstyle="" style="color: rgb(0, 0, 0);">👉 升级地址：<a href="https://rapiddns.io/pricing" target="_blank">https://rapiddns.io/pricing</a></span></span></span></p><p style="text-align: center;" nodeleaf=""><img data-aistatus="1" class="rich_pages wxw-img" data-ratio="0.9657407407407408" data-s="300,640" data-type="png" data-w="1080" type="block" data-imgfileid="100002183" src="https://wechat2rss.xlab.app/img-proxy/?k=4efbabb2&amp;u=https%3A%2F%2Fmmbiz.qpic.cn%2Fmmbiz_png%2FSYxbvhekRGeL8xIBqBf4OoyIXQsHLqmR7HDWNmlOPvkUflmdT5j9SaeouexjjalKbE6RTd5ArjtdtTwH4Uiagibg%2F640%3Fwx_fmt%3Dpng%26from%3Dappmsg"/></p><p><span style="color: #cccccc;"><span leaf=""><span textstyle="" style="color: rgb(0, 0, 0);">第 2 步：选择套餐</span></span></span></p><p><span style="color: #cccccc;"><span leaf=""><span textstyle="" style="color: rgb(0, 0, 0);">如果你想订阅月付，点击下方的 &#34;Subscribe to PRO&#34;或者&#34;Subscribe to MAX&#34;。当前年付订阅更优惠，年付则可以切换到yearly进行订阅。订阅方式仅支持外币的信用卡进行支付。</span></span></span></p><p><span style="color: #cccccc;"><span leaf=""><span textstyle="" style="color: rgb(0, 0, 0);">如果你想抢终身版，找到 &#34;Lifetime&#34; 卡片，点击 &#34;pay with wechat&#34;。</span></span></span></p><p><span style="color: #cccccc;"><span leaf=""><span textstyle="" style="color: rgb(0, 0, 0);">点击后会跳转到支付页面，选择微信，输入姓名，点击&#34;继续使用微信&#34;即可打开微信支付二维码页面。</span></span></span></p><p style="text-align: center;" nodeleaf=""><img class="rich_pages wxw-img" data-aistatus="1" data-imgfileid="100002184" data-ratio="0.7435185185185185" data-s="300,640" type="block" data-type="png" data-w="1080" src="https://wechat2rss.xlab.app/img-proxy/?k=84a0dba7&amp;u=https%3A%2F%2Fmmbiz.qpic.cn%2Fmmbiz_png%2FSYxbvhekRGeL8xIBqBf4OoyIXQsHLqmRKMrwvjqUMv8XlgO4TqnTom3dNLwhnbEYuzUCu6rksKXxLRkm4Cxdvg%2F640%3Fwx_fmt%3Dpng%26from%3Dappmsg"/></p><p><span style="color: #cccccc;"><span leaf=""><span textstyle="" style="color: rgb(0, 0, 0);">注意：如果没有外币信用卡的朋友，只能通过“Pay with wechat” 进行支付。微信支付只能一次性，需要自己到期后主动续费</span></span></span></p><p><span style="color: #cccccc;"><span leaf=""><span textstyle="" style="color: rgb(0, 0, 0);">第 3 步：支付 (关键)</span></span></span></p><p><span leaf="">接下来使用微信扫码支付即可。</span></p><p><span style="color: #cccccc;"><span leaf=""><span textstyle="" style="color: rgb(0, 0, 0);">(支付成功后，账号权限将自动开通。如遇问题，请直接在公众号留言)。</span></span></span></p><p><span leaf=""><span textstyle="" style="font-weight: bold;">0x05 全量售卖</span></span></p><p><span leaf="">另外除上述功能外，全量数据售卖长期持续进行中。有意者可联系我了解详细内容。全量即当前网站全部内容，售价3万。全量数据随着数据量的不断增加，后续价格可能会涨。</span><span leaf="" data-pm-slice="1 1 [&#34;para&#34;,{&#34;tagName&#34;:&#34;p&#34;,&#34;attributes&#34;:{},&#34;namespaceURI&#34;:&#34;http://www.w3.org/1999/xhtml&#34;}]">有意向尽快联系我，</span></p><p><span style="color: #cccccc;"><span leaf=""><span textstyle="" style="color: rgb(0, 0, 0);">感谢你们。</span></span></span></p><p><span style="color: #cccccc;"><span leaf=""><span textstyle="" style="color: rgb(0, 0, 0);">是你们的每一次查询、每一次鼓励、每一次认可构成了 RapidDNS 的今天。</span></span></span></p><p><span leaf="">未来的路，RapidDNS会持续变好，为大家提供更高的价值，更多丰富的功能。</span></p><p style="text-align: right;"><span style="color: rgb(204, 204, 204);"><span leaf=""><span textstyle="" style="color: rgb(0, 0, 0);">—— 男人老白</span></span></span></p><p style="text-align: right;"><span style="color: rgb(204, 204, 204);"><span leaf=""><span textstyle="" style="color: rgb(0, 0, 0);">2026年1月26日</span></span></span></p><p class="mp_profile_iframe_wrp" nodeleaf=""><mp-common-profile class="js_uneditable custom_select_card mp_profile_iframe" data-pluginname="mpprofile" data-nickname="RapidDNS" data-from="0" data-headimg="http://mmbiz.qpic.cn/mmbiz_png/SYxbvhekRGcqdEsanp1GNhoH2ILlyZmzcJ8muCdpSzM2ibPq0QRYcEfibfmW6kqP8Wz0ianb9W1MfpciboRZ6dFF1w/0?wx_fmt=png" data-signature="RapidDNS.io 是一个免费开放的DNS在线查询平台。" data-id="Mzg4NDU0ODMxOQ==" data-is_biz_ban="0" data-service_type="1" data-verify_status="0"></mp-common-profile></p><p style="display: none;"><mp-style-type data-value="3"></mp-style-type></p>


<p><a href="https://rapiddns.io/pricing">阅读原文</a></p>
<p><a href="https://wechat2rss.xlab.app/link-proxy/?k=d7c994b4&amp;r=1&amp;u=https%3A%2F%2Fmp.weixin.qq.com%2Fs%3F__biz%3DMzg4NDU0ODMxOQ%3D%3D%26mid%3D2247485837%26idx%3D1%26sn%3Dcb9ce645ea15185ae8a380f306fc10ab">跳转微信打开</a></p>
]]></content:encoded>
      <pubDate>Mon, 26 Jan 2026 08:45:00 +0800</pubDate>
    </item>
    <item>
      <title>RapidDNS 自动化数据更新系统测试成功！海量DNS数据处理能力获验证</title>
      <link>https://mp.weixin.qq.com/s?__biz=Mzg4NDU0ODMxOQ==&amp;mid=2247485825&amp;idx=1&amp;sn=7c5c7f4c96e7ce3332e9544276dd8025</link>
      <description>大家好，我是老白。RapidDNS数据更新服务测试顺利结束。这次测试虽有点波折，但是最终整套系统不断的优化改进，已经实现全自动化的更新。</description>
      <content:encoded><![CDATA[<p>
原创 <span>BaCde</span> <span>2025-08-13 08:45</span> <span style="display: inline-block;">北京</span>
</p>

<p>大家好，我是老白。RapidDNS数据更新服务测试顺利结束。这次测试虽有点波折，但是最终整套系统不断的优化改进，已经实现全自动化的更新。</p>



<p>
<img src="https://wechat2rss.xlab.app/img-proxy/?k=c0f5877f&amp;u=https%3A%2F%2Fmmbiz.qpic.cn%2Fmmbiz_jpg%2FSYxbvhekRGdsjIAnFvmwInyASwA8Ijy3iabeRiaT3qaIFIJecpeTgczPLZsG5ficoFIvwzvolPvKWOOWpjEpmMw5g%2F0%3Fwx_fmt%3Djpeg"/>
</p>


<p style="color:rgba(0, 0, 0, 0.9);font-size:17px;font-family:&#34;mp-quote&#34;, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height:1.6;letter-spacing:0.034em;font-style:normal;font-weight:normal;" nodeleaf=""><img data-imgfileid="100002172" class="rich_pages wxw-img js_insertlocalimg" data-ratio="0.5555555555555556" data-s="300,640" data-type="png" data-w="1080" style="height: auto !important;" type="block" src="https://wechat2rss.xlab.app/img-proxy/?k=f1a1d592&amp;u=https%3A%2F%2Fmmbiz.qpic.cn%2Fmmbiz_png%2FSYxbvhekRGdsjIAnFvmwInyASwA8Ijy3zC4e2Dulia3hR9ibycUXsFeV5zSDZKLdSSDDNtg5GfLDCovO77YzQEkg%2F640%3Fwx_fmt%3Dpng%26from%3Dappmsg"/></p><p data-pm-slice="0 0 []"><span leaf="" style="color:rgba(0, 0, 0, 0.9);font-size:17px;font-family:&#34;mp-quote&#34;, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height:1.6;letter-spacing:0.034em;font-style:normal;font-weight:normal;">大家好，我是老白。</span></p><p><span leaf="" style="color:rgba(0, 0, 0, 0.9);font-size:17px;font-family:&#34;mp-quote&#34;, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height:1.6;letter-spacing:0.034em;font-style:normal;font-weight:normal;">很高兴宣布，</span><strong><span leaf="" style="color:rgba(0, 0, 0, 0.9);font-size:17px;font-family:&#34;mp-quote&#34;, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height:1.6;letter-spacing:0.034em;font-style:normal;font-weight:normal;"><span textstyle="" style="font-weight: bold;">RapidDNS 数据更新服务测试已顺利结束并取得圆满成功！</span></span></strong><span leaf="" style="color:rgba(0, 0, 0, 0.9);font-size:17px;font-family:&#34;mp-quote&#34;, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height:1.6;letter-spacing:0.034em;font-style:normal;font-weight:normal;"> 此次测试成功验证了全新自动化数据更新系统的</span><strong><span leaf="" style="color:rgba(0, 0, 0, 0.9);font-size:17px;font-family:&#34;mp-quote&#34;, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height:1.6;letter-spacing:0.034em;font-style:normal;font-weight:normal;"><span textstyle="" style="font-weight: bold;">有效性与稳定性</span></span></strong><span leaf="" style="color:rgba(0, 0, 0, 0.9);font-size:17px;font-family:&#34;mp-quote&#34;, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height:1.6;letter-spacing:0.034em;font-style:normal;font-weight:normal;">，标志着 RapidDNS 在构建高效、可靠的数据管道方面迈出了关键一步，</span><strong><span leaf="" style="color:rgba(0, 0, 0, 0.9);font-size:17px;font-family:&#34;mp-quote&#34;, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height:1.6;letter-spacing:0.034em;font-style:normal;font-weight:normal;"><span textstyle="" style="font-weight: bold;">这是一个重要的里程碑！</span></span></strong></p><p><span leaf="" style="color:rgba(0, 0, 0, 0.9);font-size:17px;font-family:&#34;mp-quote&#34;, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height:1.6;letter-spacing:0.034em;font-style:normal;font-weight:normal;">虽然过程中遇到一些挑战，但通过持续的优化改进，最终实现了</span><strong><span leaf="" style="color:rgba(0, 0, 0, 0.9);font-size:17px;font-family:&#34;mp-quote&#34;, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height:1.6;letter-spacing:0.034em;font-style:normal;font-weight:normal;"><span textstyle="" style="font-weight: bold;">全自动化的数据更新流程</span></span></strong><span leaf="" style="color:rgba(0, 0, 0, 0.9);font-size:17px;font-family:&#34;mp-quote&#34;, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height:1.6;letter-spacing:0.034em;font-style:normal;font-weight:normal;">。在一个月的测试期内，成功运行了6次完整的数据发布流程，取得了以下成果：</span></p><ul style="list-style-type: disc;" class="list-paddingleft-1"><li><p style="line-height: 1.75em;"><strong><span leaf="" style="color: rgba(0, 0, 0, 0.9);font-size: 17px;font-family: mp-quote, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;letter-spacing: 0.034em;font-style: normal;font-weight: normal;"><span textstyle="" style="font-weight: bold;">当前网站全量记录数突破75亿条</span></span></strong><span leaf="" style="color: rgba(0, 0, 0, 0.9);font-size: 17px;font-family: mp-quote, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;letter-spacing: 0.034em;font-style: normal;font-weight: normal;">，经过去重，</span><strong><span leaf="" style="color: rgba(0, 0, 0, 0.9);font-size: 17px;font-family: mp-quote, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;letter-spacing: 0.034em;font-style: normal;font-weight: normal;"><span textstyle="" style="font-weight: bold;">新增有效记录达10亿条</span></span></strong><span leaf="" style="color: rgba(0, 0, 0, 0.9);font-size: 17px;font-family: mp-quote, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;letter-spacing: 0.034em;font-style: normal;font-weight: normal;">。</span></p></li><li><p style="line-height: 1.75em;"><strong><span leaf="" style="color: rgba(0, 0, 0, 0.9);font-size: 17px;font-family: mp-quote, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;letter-spacing: 0.034em;font-style: normal;font-weight: normal;">累计处理超过<span textstyle="" style="font-weight: bold;">120亿个测试域名</span></span></strong><span leaf="" style="color: rgba(0, 0, 0, 0.9);font-size: 17px;font-family: mp-quote, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;letter-spacing: 0.034em;font-style: normal;font-weight: normal;">，完成</span><strong><span leaf="" style="color: rgba(0, 0, 0, 0.9);font-size: 17px;font-family: mp-quote, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;letter-spacing: 0.034em;font-style: normal;font-weight: normal;">总计<span textstyle="" style="font-weight: bold;">360亿次</span></span></strong><span leaf="" style="color: rgba(0, 0, 0, 0.9);font-size: 17px;font-family: mp-quote, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;letter-spacing: 0.034em;font-style: normal;font-weight: normal;"><span textstyle="" style="font-weight: bold;">的域名解析请求</span>。</span></p></li><li><p style="line-height: 1.75em;"><span leaf="" style="color: rgba(0, 0, 0, 0.9);font-size: 17px;font-family: mp-quote, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;letter-spacing: 0.034em;font-style: normal;font-weight: normal;">生成的测试数据文件压缩后约220GB，累计产生下载流量超过10TB。</span></p></li><li style="font-weight:bold;"><p style="line-height: 1.75em;"><strong><span leaf="" style="color: rgba(0, 0, 0, 0.9);font-size: 17px;font-family: mp-quote, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;letter-spacing: 0.034em;font-style: normal;font-weight: normal;"><span textstyle="" style="font-weight: bold;">系统可在短短3天内，高效完成覆盖A、AAAA、CNAME、MX四种核心记录类型的全量互联网域名解析！</span></span></strong><span leaf="" style="color: rgba(0, 0, 0, 0.9);font-size: 17px;font-family: mp-quote, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;letter-spacing: 0.034em;font-style: normal;font-weight: normal;"><span textstyle="" style="font-weight: bold;"> 这充分证明了系统处理海量数据的能力与效率。</span></span></p></li></ul><p><strong><span leaf="" style="color:rgba(0, 0, 0, 0.9);font-size:17px;font-family:&#34;mp-quote&#34;, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height:1.6;letter-spacing:0.034em;font-style:normal;font-weight:normal;"><span textstyle="" style="font-weight: bold;">在这里由衷感谢所有参与测试并提供宝贵反馈的用户！</span></span></strong><span leaf="" style="color:rgba(0, 0, 0, 0.9);font-size:17px;font-family:&#34;mp-quote&#34;, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height:1.6;letter-spacing:0.034em;font-style:normal;font-weight:normal;"> 您的意见对系统的优化至关重要。为表谢意，所有在测试期间提交有效建议的用户，将在后续推出的付费订阅服务和会员系统中享受</span><strong><span leaf="" style="color:rgba(0, 0, 0, 0.9);font-size:17px;font-family:&#34;mp-quote&#34;, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height:1.6;letter-spacing:0.034em;font-style:normal;font-weight:normal;"><span textstyle="" style="font-weight: bold;">专属折扣</span></span></strong><span leaf="" style="color:rgba(0, 0, 0, 0.9);font-size:17px;font-family:&#34;mp-quote&#34;, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height:1.6;letter-spacing:0.034em;font-style:normal;font-weight:normal;">，并有机会获得</span><strong><span leaf="" style="color:rgba(0, 0, 0, 0.9);font-size:17px;font-family:&#34;mp-quote&#34;, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height:1.6;letter-spacing:0.034em;font-style:normal;font-weight:normal;"><span textstyle="" style="font-weight: bold;">RapidDNS周边礼品</span></span></strong><span leaf="" style="color:rgba(0, 0, 0, 0.9);font-size:17px;font-family:&#34;mp-quote&#34;, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height:1.6;letter-spacing:0.034em;font-style:normal;font-weight:normal;">。</span></p><p><span leaf="" style="color:rgba(0, 0, 0, 0.9);font-size:17px;font-family:&#34;mp-quote&#34;, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height:1.6;letter-spacing:0.034em;font-style:normal;font-weight:normal;">此次测试的成功，让我坚信：</span><strong><span leaf="" style="color:rgba(0, 0, 0, 0.9);font-size:17px;font-family:&#34;mp-quote&#34;, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height:1.6;letter-spacing:0.034em;font-style:normal;font-weight:normal;"><span textstyle="" style="font-weight: bold;">持续提升RapidDNS数据质量与规模，并最终打造全球顶尖的DNS数据库，目标清晰，路径明确，未来可期！</span></span></strong></p><p><strong><span leaf="" style="color:rgba(0, 0, 0, 0.9);font-size:17px;font-family:&#34;mp-quote&#34;, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height:1.6;letter-spacing:0.034em;font-style:normal;font-weight:normal;">关于后续计划，将聚焦于：</span></strong></p><ol class="list-paddingleft-1"><li><strong><span leaf="" style="color:rgba(0, 0, 0, 0.9);font-size:17px;font-family:&#34;mp-quote&#34;, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height:1.6;letter-spacing:0.034em;font-style:normal;font-weight:normal;">持续扩充更广泛的域名数据源，新增更多来源渠道，扩大域名数量与质量。</span></strong></li><li><strong><span leaf="" style="color:rgba(0, 0, 0, 0.9);font-size:17px;font-family:&#34;mp-quote&#34;, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height:1.6;letter-spacing:0.034em;font-style:normal;font-weight:normal;">推出会员服务，提供更强大的查询功能。</span></strong></li><li><strong><span leaf="" style="color:rgba(0, 0, 0, 0.9);font-size:17px;font-family:&#34;mp-quote&#34;, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height:1.6;letter-spacing:0.034em;font-style:normal;font-weight:normal;">启动数据更新订阅服务，为需要最新DNS数据的用户提供定期、稳定的数据推送。</span></strong></li><li><strong><span leaf="" style="color:rgba(0, 0, 0, 0.9);font-size:17px;font-family:&#34;mp-quote&#34;, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height:1.6;letter-spacing:0.034em;font-style:normal;font-weight:normal;">逐步增加支持的DNS记录类型，如NS（域名服务器）、PTR（反向解析）等，满足更深入的分析需求。</span></strong></li></ol><p><strong><span leaf="" style="color:rgba(0, 0, 0, 0.9);font-size:17px;font-family:&#34;mp-quote&#34;, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height:1.6;letter-spacing:0.034em;font-style:normal;font-weight:normal;">数据更新订阅服务的具体上线时间和定价正在最后确定中，敬请耐心等待。</span></strong></p><p><strong><span leaf="" style="color:rgba(0, 0, 0, 0.9);font-size:17px;font-family:&#34;mp-quote&#34;, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height:1.6;letter-spacing:0.034em;font-style:normal;font-weight:normal;"><span textstyle="" style="font-weight: bold;">📢 测试数据下载通知：</span></span></strong><span leaf=""><br/></span><span leaf="" style="color:rgba(0, 0, 0, 0.9);font-size:17px;font-family:&#34;mp-quote&#34;, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height:1.6;letter-spacing:0.034em;font-style:normal;font-weight:normal;">本次测试生成的数据将继续开放下载，</span><strong><span leaf="" style="color:rgba(0, 0, 0, 0.9);font-size:17px;font-family:&#34;mp-quote&#34;, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height:1.6;letter-spacing:0.034em;font-style:normal;font-weight:normal;">开放时间仅剩一个月，请抓紧时间下载！</span></strong></p><p><strong><span leaf="" style="color:rgba(0, 0, 0, 0.9);font-size:17px;font-family:&#34;mp-quote&#34;, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height:1.6;letter-spacing:0.034em;font-style:normal;font-weight:normal;">往期数据下载地址 (按时间倒序排列，最新数据在前)：</span></strong></p><p><strong><span leaf="" style="color:rgba(0, 0, 0, 0.9);font-size:17px;font-family:&#34;mp-quote&#34;, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height:1.6;letter-spacing:0.034em;font-style:normal;font-weight:normal;"><span textstyle="" style="font-weight: normal;">20250810数据包</span></span><strong><span leaf="" style="color:rgba(0, 0, 0, 0.9);font-size:17px;font-family:&#34;mp-quote&#34;, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height:1.6;letter-spacing:0.034em;font-style:normal;font-weight:normal;" data-pm-slice="1 1 [&#34;para&#34;,{&#34;tagName&#34;:&#34;section&#34;,&#34;attributes&#34;:{},&#34;namespaceURI&#34;:&#34;http://www.w3.org/1999/xhtml&#34;},&#34;para&#34;,{&#34;tagName&#34;:&#34;p&#34;,&#34;attributes&#34;:{},&#34;namespaceURI&#34;:&#34;http://www.w3.org/1999/xhtml&#34;},&#34;node&#34;,{&#34;tagName&#34;:&#34;strong&#34;,&#34;attributes&#34;:{},&#34;namespaceURI&#34;:&#34;http://www.w3.org/1999/xhtml&#34;}]"><span textstyle="" style="font-weight: normal;"> (腾讯云对象存储 COS):</span></span></strong></strong></p><div data-pm-slice="4 3 []"><p><code><span leaf="" style="color: rgba(0, 0, 0, 0.9);font-size: 17px;font-family: mp-quote, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height: 1.6;letter-spacing: 0.034em;font-style: normal;font-weight: normal;">http</span><span leaf="" style="color: rgba(0, 0, 0, 0.9);font-size: 17px;font-family: mp-quote, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height: 1.6;letter-spacing: 0.034em;font-style: normal;font-weight: normal;">s://rapidd</span><span leaf="" style="color: rgba(0, 0, 0, 0.9);font-size: 17px;font-family: mp-quote, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height: 1.6;letter-spacing: 0.034em;font-style: normal;font-weight: normal;">ns-1256175228.cos.ap-beijing.myqcloud.com/20250810/</span><span leaf="" style="color: rgba(0, 0, 0, 0.9);font-size: 17px;font-family: mp-quote, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height: 1.6;letter-spacing: 0.034em;font-style: normal;font-weight: normal;">all_cname_t68668469251cc4_20250810.tar.gz</span></code><code><span leaf="" style="color:rgba(0, 0, 0, 0.9);font-size:17px;font-family:&#34;mp-quote&#34;, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height:1.6;letter-spacing:0.034em;font-style:normal;font-weight:normal;"><br/></span></code></p></div><p><code><span leaf="" style="color: rgba(0, 0, 0, 0.9);font-size: 17px;font-family: mp-quote, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height: 1.6;letter-spacing: 0.034em;font-style: normal;font-weight: normal;"><a href="https://rapiddns-1256175228.cos.ap-beijing.myqcloud.com/20250810/" target="_blank">https://rapiddns-1256175228.cos.ap-beijing.myqcloud.com/20250810/</a></span><span leaf="" style="color: rgba(0, 0, 0, 0.9);font-size: 17px;font-family: mp-quote, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height: 1.6;letter-spacing: 0.034em;font-style: normal;font-weight: normal;">all_mx_t68668469251cc4_20250810.tar.gz</span></code><code><span leaf="" style="color:rgba(0, 0, 0, 0.9);font-size:17px;font-family:&#34;mp-quote&#34;, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height:1.6;letter-spacing:0.034em;font-style:normal;font-weight:normal;"><br/></span></code></p><p><code><span leaf="" style="color: rgba(0, 0, 0, 0.9);font-size: 17px;font-family: mp-quote, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height: 1.6;letter-spacing: 0.034em;font-style: normal;font-weight: normal;"><a href="https://rapiddns-1256175228.cos.ap-beijing.myqcloud.com/20250810/" target="_blank">https://rapiddns-1256175228.cos.ap-beijing.myqcloud.com/20250810/</a></span><span leaf="" style="color: rgba(0, 0, 0, 0.9);font-size: 17px;font-family: mp-quote, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height: 1.6;letter-spacing: 0.034em;font-style: normal;font-weight: normal;">all_aaaa_t68668469251cc4_20250810.tar.gz</span></code><code><span leaf="" style="color:rgba(0, 0, 0, 0.9);font-size:17px;font-family:&#34;mp-quote&#34;, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height:1.6;letter-spacing:0.034em;font-style:normal;font-weight:normal;"><br/></span></code></p><p><code><span leaf="" style="color: rgba(0, 0, 0, 0.9);font-size: 17px;font-family: mp-quote, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height: 1.6;letter-spacing: 0.034em;font-style: normal;font-weight: normal;"><a href="https://rapiddns-1256175228.cos.ap-beijing.myqcloud.com/20250810/" target="_blank">https://rapiddns-1256175228.cos.ap-beijing.myqcloud.com/20250810/</a></span><span leaf="" style="color: rgba(0, 0, 0, 0.9);font-size: 17px;font-family: mp-quote, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height: 1.6;letter-spacing: 0.034em;font-style: normal;font-weight: normal;">all_a_t68668469251cc4_20250810.tar.gz</span></code><code><span leaf="" style="color:rgba(0, 0, 0, 0.9);font-size:17px;font-family:&#34;mp-quote&#34;, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height:1.6;letter-spacing:0.034em;font-style:normal;font-weight:normal;"><br/></span></code></p><p><code><span leaf="" style="color:rgba(0, 0, 0, 0.9);font-size:17px;font-family:&#34;mp-quote&#34;, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height:1.6;letter-spacing:0.034em;font-style:normal;font-weight:normal;"><a href="https://rapiddns-1256175228.cos.ap-beijing.myqcloud.com/20250810/hashes.txt" target="_blank">https://rapiddns-1256175228.cos.ap-beijing.myqcloud.com/20250810/hashes.txt</a></span></code></p><p><strong><span leaf="" style="color:rgba(0, 0, 0, 0.9);font-size:17px;font-family:&#34;mp-quote&#34;, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height:1.6;letter-spacing:0.034em;font-style:normal;font-weight:normal;"><span textstyle="" style="font-weight: bold;">20250801 数据包 (腾讯云对象存储 COS):</span></span></strong></p><p><code><span leaf="" style="color:rgba(0, 0, 0, 0.9);font-size:17px;font-family:&#34;mp-quote&#34;, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height:1.6;letter-spacing:0.034em;font-style:normal;font-weight:normal;"><a href="https://rapiddns-1256175228.cos.ap-beijing.myqcloud.com/20250801/all_a_t2016613446b20_20250801.tar.gz" target="_blank">https://rapiddns-1256175228.cos.ap-beijing.myqcloud.com/20250801/all_a_t2016613446b20_20250801.tar.gz</a></span></code><code><span leaf="" style="color:rgba(0, 0, 0, 0.9);font-size:17px;font-family:&#34;mp-quote&#34;, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height:1.6;letter-spacing:0.034em;font-style:normal;font-weight:normal;"><br/></span></code></p><p><code><span leaf="" style="color:rgba(0, 0, 0, 0.9);font-size:17px;font-family:&#34;mp-quote&#34;, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height:1.6;letter-spacing:0.034em;font-style:normal;font-weight:normal;"><a href="https://rapiddns-1256175228.cos.ap-beijing.myqcloud.com/20250801/all_aaaa_t2016613446b20_20250801.tar.gz" target="_blank">https://rapiddns-1256175228.cos.ap-beijing.myqcloud.com/20250801/all_aaaa_t2016613446b20_20250801.tar.gz</a></span></code><code><span leaf="" style="color:rgba(0, 0, 0, 0.9);font-size:17px;font-family:&#34;mp-quote&#34;, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height:1.6;letter-spacing:0.034em;font-style:normal;font-weight:normal;"><br/></span></code></p><p><code><span leaf="" style="color:rgba(0, 0, 0, 0.9);font-size:17px;font-family:&#34;mp-quote&#34;, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height:1.6;letter-spacing:0.034em;font-style:normal;font-weight:normal;"><a href="https://rapiddns-1256175228.cos.ap-beijing.myqcloud.com/20250801/all_cname_t2016613446b20_20250801.tar.gz" target="_blank">https://rapiddns-1256175228.cos.ap-beijing.myqcloud.com/20250801/all_cname_t2016613446b20_20250801.tar.gz</a></span></code><code><span leaf="" style="color:rgba(0, 0, 0, 0.9);font-size:17px;font-family:&#34;mp-quote&#34;, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height:1.6;letter-spacing:0.034em;font-style:normal;font-weight:normal;"><br/></span></code></p><p><code><span leaf="" style="color:rgba(0, 0, 0, 0.9);font-size:17px;font-family:&#34;mp-quote&#34;, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height:1.6;letter-spacing:0.034em;font-style:normal;font-weight:normal;"><a href="https://rapiddns-1256175228.cos.ap-beijing.myqcloud.com/20250801/all_mx_t2016613446b20_20250801.tar.gz" target="_blank">https://rapiddns-1256175228.cos.ap-beijing.myqcloud.com/20250801/all_mx_t2016613446b20_20250801.tar.gz</a></span></code><code><span leaf="" style="color:rgba(0, 0, 0, 0.9);font-size:17px;font-family:&#34;mp-quote&#34;, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height:1.6;letter-spacing:0.034em;font-style:normal;font-weight:normal;"><br/></span></code></p><p><code><span leaf="" style="color:rgba(0, 0, 0, 0.9);font-size:17px;font-family:&#34;mp-quote&#34;, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height:1.6;letter-spacing:0.034em;font-style:normal;font-weight:normal;"><a href="https://rapiddns-1256175228.cos.ap-beijing.myqcloud.com/20250801/hashes.txt" target="_blank">https://rapiddns-1256175228.cos.ap-beijing.myqcloud.com/20250801/hashes.txt</a></span></code><span leaf="" style="color:rgba(0, 0, 0, 0.9);font-size:17px;font-family:&#34;mp-quote&#34;, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height:1.6;letter-spacing:0.034em;font-style:normal;font-weight:normal;"><br/></span></p><p><span leaf="" style="color:rgba(0, 0, 0, 0.9);font-size:17px;font-family:&#34;mp-quote&#34;, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height:1.6;letter-spacing:0.034em;font-style:normal;font-weight:normal;"><span textstyle="" style="font-weight: bold;">20250727 数据包 (腾讯云对象存储 COS):</span></span></p><p><code><span leaf="" style="color:rgba(0, 0, 0, 0.9);font-size:17px;font-family:&#34;mp-quote&#34;, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height:1.6;letter-spacing:0.034em;font-style:normal;font-weight:normal;"><a href="https://rapiddns-1256175228.cos.ap-beijing.myqcloud.com/20250727/all_a_t6199919138f870_20250727.tar.gz" target="_blank">https://rapiddns-1256175228.cos.ap-beijing.myqcloud.com/20250727/all_a_t6199919138f870_20250727.tar.gz</a></span></code><span leaf="" style="color:rgba(0, 0, 0, 0.9);font-size:17px;font-family:&#34;mp-quote&#34;, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height:1.6;letter-spacing:0.034em;font-style:normal;font-weight:normal;"><br/></span><code><span leaf="" style="color:rgba(0, 0, 0, 0.9);font-size:17px;font-family:&#34;mp-quote&#34;, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height:1.6;letter-spacing:0.034em;font-style:normal;font-weight:normal;"><a href="https://rapiddns-1256175228.cos.ap-beijing.myqcloud.com/20250727/all_aaaa_t6199919138f870_20250727.tar.gz" target="_blank">https://rapiddns-1256175228.cos.ap-beijing.myqcloud.com/20250727/all_aaaa_t6199919138f870_20250727.tar.gz</a></span></code><span leaf="" style="color:rgba(0, 0, 0, 0.9);font-size:17px;font-family:&#34;mp-quote&#34;, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height:1.6;letter-spacing:0.034em;font-style:normal;font-weight:normal;"><br/></span><code><span leaf="" style="color:rgba(0, 0, 0, 0.9);font-size:17px;font-family:&#34;mp-quote&#34;, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height:1.6;letter-spacing:0.034em;font-style:normal;font-weight:normal;"><a href="https://rapiddns-1256175228.cos.ap-beijing.myqcloud.com/20250727/all_cname_t6199919138f870_20250727.tar.gz" target="_blank">https://rapiddns-1256175228.cos.ap-beijing.myqcloud.com/20250727/all_cname_t6199919138f870_20250727.tar.gz</a></span></code><span leaf="" style="color:rgba(0, 0, 0, 0.9);font-size:17px;font-family:&#34;mp-quote&#34;, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height:1.6;letter-spacing:0.034em;font-style:normal;font-weight:normal;"><br/></span><code><span leaf="" style="color:rgba(0, 0, 0, 0.9);font-size:17px;font-family:&#34;mp-quote&#34;, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height:1.6;letter-spacing:0.034em;font-style:normal;font-weight:normal;"><a href="https://rapiddns-1256175228.cos.ap-beijing.myqcloud.com/20250727/all_mx_t6199919138f870_20250727.tar.gz" target="_blank">https://rapiddns-1256175228.cos.ap-beijing.myqcloud.com/20250727/all_mx_t6199919138f870_20250727.tar.gz</a></span></code></p><div><p><strong><span leaf="" style="color:rgba(0, 0, 0, 0.9);font-size:17px;font-family:&#34;mp-quote&#34;, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height:1.6;letter-spacing:0.034em;font-style:normal;font-weight:normal;"><span textstyle="" style="font-weight: bold;">20250721 数据包 (百度网盘):</span></span></strong></p><p><strong><span leaf="" style="color:rgba(0, 0, 0, 0.9);font-size:17px;font-family:&#34;mp-quote&#34;, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height:1.6;letter-spacing:0.034em;font-style:normal;font-weight:normal;"><a href="https://pan.baidu.com/s/1RfdbLkzU58O00WXJfg5pTA?pwd=v6da" target="_blank">https://pan.baidu.com/s/1RfdbLkzU58O00WXJfg5pTA?pwd=v6da</a></span></strong></p></div><div><p><strong><span leaf="" style="color:rgba(0, 0, 0, 0.9);font-size:17px;font-family:&#34;mp-quote&#34;, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height:1.6;letter-spacing:0.034em;font-style:normal;font-weight:normal;"><span textstyle="" style="font-weight: bold;">20250713 数据包 (百度网盘):</span></span></strong></p></div><p><span leaf="" style="color:rgba(0, 0, 0, 0.9);font-size:17px;font-family:&#34;mp-quote&#34;, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height:1.6;letter-spacing:0.034em;font-style:normal;font-weight:normal;">链接: </span><code><span leaf="" style="color:rgba(0, 0, 0, 0.9);font-size:17px;font-family:&#34;mp-quote&#34;, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height:1.6;letter-spacing:0.034em;font-style:normal;font-weight:normal;"><a href="https://pan.baidu.com/s/1YI9g5GQXC6pLV9wLJ4CDtQ?pwd=mxwa" target="_blank">https://pan.baidu.com/s/1YI9g5GQXC6pLV9wLJ4CDtQ?pwd=mxwa</a></span></code><span leaf="" style="color:rgba(0, 0, 0, 0.9);font-size:17px;font-family:&#34;mp-quote&#34;, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height:1.6;letter-spacing:0.034em;font-style:normal;font-weight:normal;"> </span></p><div><p><code><span leaf="" style="color:rgba(0, 0, 0, 0.9);font-size:17px;font-family:&#34;mp-quote&#34;, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height:1.6;letter-spacing:0.034em;font-style:normal;font-weight:normal;"><br/></span></code></p><p><strong><span leaf="" style="color:rgba(0, 0, 0, 0.9);font-size:17px;font-family:&#34;mp-quote&#34;, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height:1.6;letter-spacing:0.034em;font-style:normal;font-weight:normal;"><span textstyle="" style="font-weight: bold;">20250701 数据包 (百度网盘):</span></span></strong></p><p><span leaf="" style="color:rgba(0, 0, 0, 0.9);font-size:17px;font-family:&#34;mp-quote&#34;, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height:1.6;letter-spacing:0.034em;font-style:normal;font-weight:normal;">链接: </span><code><span leaf="" style="color:rgba(0, 0, 0, 0.9);font-size:17px;font-family:&#34;mp-quote&#34;, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height:1.6;letter-spacing:0.034em;font-style:normal;font-weight:normal;"><a href="https://pan.baidu.com/s/1pG54sd8N-8SODffXRRnvhw?pwd=wyu8" target="_blank">https://pan.baidu.com/s/1pG54sd8N-8SODffXRRnvhw?pwd=wyu8</a></span></code><code><span leaf="" style="color:rgba(0, 0, 0, 0.9);font-size:17px;font-family:&#34;mp-quote&#34;, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height:1.6;letter-spacing:0.034em;font-style:normal;font-weight:normal;"><br/></span></code></p></div><p><strong><span leaf="" style="color:rgba(0, 0, 0, 0.9);font-size:17px;font-family:&#34;mp-quote&#34;, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height:1.6;letter-spacing:0.034em;font-style:normal;font-weight:normal;"><span textstyle="" style="font-weight: bold;">💼 商业数据解决方案：</span></span></strong><span leaf=""><br/></span><span leaf="" style="color:rgba(0, 0, 0, 0.9);font-size:17px;font-family:&#34;mp-quote&#34;, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height:1.6;letter-spacing:0.034em;font-style:normal;font-weight:normal;">除了本次测试数据和历史快照，RapidDNS 正式开启 </span><strong><span leaf="" style="color:rgba(0, 0, 0, 0.9);font-size:17px;font-family:&#34;mp-quote&#34;, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height:1.6;letter-spacing:0.034em;font-style:normal;font-weight:normal;">历史全量数据包</span></strong><span leaf="" style="color:rgba(0, 0, 0, 0.9);font-size:17px;font-family:&#34;mp-quote&#34;, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height:1.6;letter-spacing:0.034em;font-style:normal;font-weight:normal;"> 的长久出售服务。</span><strong><span leaf="" style="color:rgba(0, 0, 0, 0.9);font-size:17px;font-family:&#34;mp-quote&#34;, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height:1.6;letter-spacing:0.034em;font-style:normal;font-weight:normal;"><br/></span></strong></p><p><strong><span leaf="" style="color:rgba(0, 0, 0, 0.9);font-size:17px;font-family:&#34;mp-quote&#34;, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height:1.6;letter-spacing:0.034em;font-style:normal;font-weight:normal;"><span textstyle="" style="font-weight: bold;">💡 历史全量包 (数据截至：2025年7月1日)</span></span></strong><strong><span leaf="" style="color:rgba(0, 0, 0, 0.9);font-size:17px;font-family:&#34;mp-quote&#34;, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height:1.6;letter-spacing:0.034em;font-style:normal;font-weight:normal;"><br/></span></strong></p><p><strong><span leaf="" style="color:rgba(0, 0, 0, 0.9);font-size:17px;font-family:&#34;mp-quote&#34;, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height:1.6;letter-spacing:0.034em;font-style:normal;font-weight:normal;">定位：</span></strong><span leaf="" style="color:rgba(0, 0, 0, 0.9);font-size:17px;font-family:&#34;mp-quote&#34;, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height:1.6;letter-spacing:0.034em;font-style:normal;font-weight:normal;"> 一次性获取全站数据。</span></p><p><strong><span leaf="" style="color:rgba(0, 0, 0, 0.9);font-size:17px;font-family:&#34;mp-quote&#34;, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height:1.6;letter-spacing:0.034em;font-style:normal;font-weight:normal;">数据量：</span></strong><span leaf="" style="color:rgba(0, 0, 0, 0.9);font-size:17px;font-family:&#34;mp-quote&#34;, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height:1.6;letter-spacing:0.034em;font-style:normal;font-weight:normal;"> 包含截至2025年7月1日的全量记录。</span></p><p><strong><span leaf="" style="color:rgba(0, 0, 0, 0.9);font-size:17px;font-family:&#34;mp-quote&#34;, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height:1.6;letter-spacing:0.034em;font-style:normal;font-weight:normal;">价格：</span></strong><span leaf="" style="color:rgba(0, 0, 0, 0.9);font-size:17px;font-family:&#34;mp-quote&#34;, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height:1.6;letter-spacing:0.034em;font-style:normal;font-weight:normal;"> 30,000元/份</span></p><p><span leaf="" style="color:rgba(0, 0, 0, 0.9);font-size:17px;font-family:&#34;mp-quote&#34;, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height:1.6;letter-spacing:0.034em;font-style:normal;font-weight:normal;"><br/></span><span leaf="" style="color:rgba(0, 0, 0, 0.9);font-size:17px;font-family:&#34;mp-quote&#34;, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height:1.6;letter-spacing:0.034em;font-style:normal;font-weight:normal;">有需求或需咨询详情，欢迎随时添加微信号 </span><code><span leaf="" style="color:rgba(0, 0, 0, 0.9);font-size:17px;font-family:&#34;mp-quote&#34;, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height:1.6;letter-spacing:0.034em;font-style:normal;font-weight:normal;">binghe346483</span></code><span leaf="" style="color:rgba(0, 0, 0, 0.9);font-size:17px;font-family:&#34;mp-quote&#34;, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height:1.6;letter-spacing:0.034em;font-style:normal;font-weight:normal;"> 洽谈购买。</span></p><p><span leaf="" style="color:rgba(0, 0, 0, 0.9);font-size:17px;font-family:&#34;mp-quote&#34;, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height:1.6;letter-spacing:0.034em;font-style:normal;font-weight:normal;">再次感谢大家的支持与信任！我们将继续努力，为社区和用户提供更优质、更强大的DNS数据服务。</span></p><p class="mp_profile_iframe_wrp" nodeleaf=""><mp-common-profile class="custom_select_card mp_profile_iframe" data-pluginname="mpprofile" data-nickname="RapidDNS" data-from="1" data-headimg="http://mmbiz.qpic.cn/mmbiz_png/SYxbvhekRGcqdEsanp1GNhoH2ILlyZmzcJ8muCdpSzM2ibPq0QRYcEfibfmW6kqP8Wz0ianb9W1MfpciboRZ6dFF1w/0?wx_fmt=png" data-signature="RapidDNS.io 是一个免费开放的DNS在线查询平台。" data-id="Mzg4NDU0ODMxOQ=="></mp-common-profile></p><p data-pm-slice="0 0 []" style="-webkit-tap-highlight-color: transparent;margin: 0px 0px 24px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;clear: both;min-height: 1em;color: rgba(0, 0, 0, 0.9);font-family: &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;font-size: 17px;font-style: normal;font-variant-ligatures: normal;font-variant-caps: normal;font-weight: 400;letter-spacing: 0.544px;orphans: 2;text-indent: 0px;text-transform: none;widows: 2;word-spacing: 0px;-webkit-text-stroke-width: 0px;white-space: normal;text-decoration-thickness: initial;text-decoration-style: initial;text-decoration-color: initial;background-color: rgb(255, 255, 255);text-align: center;"><span leaf="" class="js_darkmode__21" style="-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;color: rgba(0, 0, 0, 0.9);font-size: 17px;font-family: mp-quote, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height: 1.6;letter-spacing: 0.034em;font-style: normal;font-weight: normal;">坚持免费查询 | 追求数据革新</span></p><p style="-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;clear: both;min-height: 1em;color: rgba(0, 0, 0, 0.9);font-family: &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;font-size: 17px;font-style: normal;font-variant-ligatures: normal;font-variant-caps: normal;font-weight: 400;letter-spacing: 0.544px;orphans: 2;text-indent: 0px;text-transform: none;widows: 2;word-spacing: 0px;-webkit-text-stroke-width: 0px;white-space: normal;text-decoration-thickness: initial;text-decoration-style: initial;text-decoration-color: initial;background-color: rgb(255, 255, 255);text-align: center;"><span leaf="" class="js_darkmode__22" style="-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;color: rgba(0, 0, 0, 0.9);font-size: 17px;font-family: mp-quote, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height: 1.6;letter-spacing: 0.034em;font-style: normal;font-weight: normal;">RapidDNS  | 打造全球顶尖DNS数据库</span></p><p style="display: none;"><mp-style-type data-value="3"></mp-style-type></p>



<p><a href="2247485825">阅读原文</a></p>
<p><a href="https://wechat2rss.xlab.app/link-proxy/?k=a0d4f897&amp;r=1&amp;u=https%3A%2F%2Fmp.weixin.qq.com%2Fs%3F__biz%3DMzg4NDU0ODMxOQ%3D%3D%26mid%3D2247485825%26idx%3D1%26sn%3D7c5c7f4c96e7ce3332e9544276dd8025">跳转微信打开</a></p>
]]></content:encoded>
      <pubDate>Wed, 13 Aug 2025 08:45:00 +0800</pubDate>
    </item>
    <item>
      <title>RapidDNS 数据更新服务 最后一次测试更新</title>
      <link>https://mp.weixin.qq.com/s?__biz=Mzg4NDU0ODMxOQ==&amp;mid=2247485823&amp;idx=1&amp;sn=6c4ab465993fcdf4460dbb27432afa2b</link>
      <description>大家好，我是老白！自研数据更新系统已开发测试，每周一8：45准时通过本公众号推送最新DNS解析包（A/AAAA/CNAME/MX记录），助您高效追踪网络资产动态！</description>
      <content:encoded><![CDATA[<p>
原创 <span>老白</span> <span>2025-08-11 08:45</span> <span style="display: inline-block;">北京</span>
</p>




<p>
<img src="https://wechat2rss.xlab.app/img-proxy/?k=d4117f0b&amp;u=https%3A%2F%2Fmmbiz.qpic.cn%2Fmmbiz_jpg%2FSYxbvhekRGdsjIAnFvmwInyASwA8Ijy3lArAEHxtIyWhWHtxbLrFWNltKhc7dlaZxmpXm2XC1FWNHHbiaibgeIyA%2F0%3Fwx_fmt%3Djpeg"/>
</p>


<p data-pm-slice="0 0 []" style="-webkit-tap-highlight-color: transparent;margin: 0px 0px 24px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;clear: both;min-height: 1em;color: rgba(0, 0, 0, 0.9);font-family: &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;font-size: 17px;font-style: normal;font-variant-ligatures: normal;font-variant-caps: normal;font-weight: 400;letter-spacing: 0.544px;orphans: 2;text-align: justify;text-indent: 0px;text-transform: none;widows: 2;word-spacing: 0px;-webkit-text-stroke-width: 0px;white-space: normal;text-decoration-thickness: initial;text-decoration-style: initial;text-decoration-color: initial;background-color: rgb(255, 255, 255);visibility: visible;"><span leaf="" class="js_darkmode__0" style="-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;color: rgba(0, 0, 0, 0.9);font-size: 17px;font-family: mp-quote, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height: 1.6;letter-spacing: 0.034em;font-style: normal;font-weight: normal;visibility: visible;">大家好，我是老白！自研数据更新系统已开发测试，每周一8：45准时通过本公众号推送最新DNS解析包（A/AAAA/CNAME/MX记录），助您高效追踪网络资产动态！此次更新采用全新的测试下载尝试。欢迎大家下载测试反馈。</span></p><p style="-webkit-tap-highlight-color: transparent;margin: 0px 0px 24px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;clear: both;min-height: 1em;color: rgba(0, 0, 0, 0.9);font-family: &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;font-size: 17px;font-style: normal;font-variant-ligatures: normal;font-variant-caps: normal;font-weight: 400;letter-spacing: 0.544px;orphans: 2;text-align: justify;text-indent: 0px;text-transform: none;widows: 2;word-spacing: 0px;-webkit-text-stroke-width: 0px;white-space: normal;text-decoration-thickness: initial;text-decoration-style: initial;text-decoration-color: initial;background-color: rgb(255, 255, 255);visibility: visible;"><span leaf="" class="js_darkmode__2" style="-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;color: rgba(0, 0, 0, 0.9);font-size: 17px;font-family: mp-quote, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height: 1.6;letter-spacing: 0.034em;font-style: normal;font-weight: normal;visibility: visible;">发布时间：每周一上午8点45分</span></p><p style="-webkit-tap-highlight-color: transparent;margin: 0px 0px 24px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;clear: both;min-height: 1em;color: rgba(0, 0, 0, 0.9);font-family: &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;font-size: 17px;font-style: normal;font-variant-ligatures: normal;font-variant-caps: normal;font-weight: 400;letter-spacing: 0.544px;orphans: 2;text-align: justify;text-indent: 0px;text-transform: none;widows: 2;word-spacing: 0px;-webkit-text-stroke-width: 0px;white-space: normal;text-decoration-thickness: initial;text-decoration-style: initial;text-decoration-color: initial;background-color: rgb(255, 255, 255);visibility: visible;"><span leaf="" class="js_darkmode__3" style="-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;color: rgba(0, 0, 0, 0.9);font-size: 17px;font-family: mp-quote, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height: 1.6;letter-spacing: 0.034em;font-style: normal;font-weight: normal;visibility: visible;">发布渠道：本公众账号</span></p><p style="-webkit-tap-highlight-color: transparent;margin: 0px 0px 24px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;clear: both;min-height: 1em;color: rgba(0, 0, 0, 0.9);font-family: &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;font-size: 17px;font-style: normal;font-variant-ligatures: normal;font-variant-caps: normal;font-weight: 400;letter-spacing: 0.544px;orphans: 2;text-align: justify;text-indent: 0px;text-transform: none;widows: 2;word-spacing: 0px;-webkit-text-stroke-width: 0px;white-space: normal;text-decoration-thickness: initial;text-decoration-style: initial;text-decoration-color: initial;background-color: rgb(255, 255, 255);visibility: visible;"><span leaf="" class="js_darkmode__4" style="-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;color: rgba(0, 0, 0, 0.9);font-size: 17px;font-family: mp-quote, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height: 1.6;letter-spacing: 0.034em;font-style: normal;font-weight: normal;visibility: visible;">发布数据类型：A、AAAA、CNAME、MX 4种记录类型。</span></p><p style="-webkit-tap-highlight-color: transparent;margin: 0px 0px 24px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;clear: both;min-height: 1em;color: rgba(0, 0, 0, 0.9);font-family: &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;font-size: 17px;font-style: normal;font-variant-ligatures: normal;font-variant-caps: normal;font-weight: 400;letter-spacing: 0.544px;orphans: 2;text-align: justify;text-indent: 0px;text-transform: none;widows: 2;word-spacing: 0px;-webkit-text-stroke-width: 0px;white-space: normal;text-decoration-thickness: initial;text-decoration-style: initial;text-decoration-color: initial;background-color: rgb(255, 255, 255);visibility: visible;"><span leaf="" class="js_darkmode__5" style="-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;color: rgba(0, 0, 0, 0.9);font-size: 17px;font-family: mp-quote, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height: 1.6;letter-spacing: 0.034em;font-style: normal;font-weight: normal;visibility: visible;">下载方式：RapidDNS网站。</span></p><p style="-webkit-tap-highlight-color: transparent;margin: 0px 0px 24px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;clear: both;min-height: 1em;color: rgba(0, 0, 0, 0.9);font-family: &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;font-size: 17px;font-style: normal;font-variant-ligatures: normal;font-variant-caps: normal;font-weight: 400;letter-spacing: 0.544px;orphans: 2;text-align: justify;text-indent: 0px;text-transform: none;widows: 2;word-spacing: 0px;-webkit-text-stroke-width: 0px;white-space: normal;text-decoration-thickness: initial;text-decoration-style: initial;text-decoration-color: initial;background-color: rgb(255, 255, 255);visibility: visible;"><span leaf="" class="js_darkmode__6" style="-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;color: rgba(0, 0, 0, 0.9);font-size: 17px;font-family: mp-quote, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height: 1.6;letter-spacing: 0.034em;font-style: normal;font-weight: normal;visibility: visible;">测试阶段截止时间：2025年8月11日。</span></p><p style="-webkit-tap-highlight-color: transparent;margin: 0px 0px 24px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;clear: both;min-height: 1em;color: rgba(0, 0, 0, 0.9);font-family: &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;font-size: 17px;font-style: normal;font-variant-ligatures: normal;font-variant-caps: normal;font-weight: 400;letter-spacing: 0.544px;orphans: 2;text-align: justify;text-indent: 0px;text-transform: none;widows: 2;word-spacing: 0px;-webkit-text-stroke-width: 0px;white-space: normal;text-decoration-thickness: initial;text-decoration-style: initial;text-decoration-color: initial;background-color: rgb(255, 255, 255);visibility: visible;"><span leaf="" class="js_darkmode__7" style="-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;color: rgba(0, 0, 0, 0.9);font-size: 17px;font-family: mp-quote, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height: 1.6;letter-spacing: 0.034em;font-style: normal;font-weight: normal;visibility: visible;">数据源：自研系统解析。</span></p><p style="-webkit-tap-highlight-color: transparent;margin: 0px 0px 24px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;clear: both;min-height: 1em;color: rgba(0, 0, 0, 0.9);font-family: &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;font-size: 17px;font-style: normal;font-variant-ligatures: normal;font-variant-caps: normal;font-weight: 400;letter-spacing: 0.544px;orphans: 2;text-align: justify;text-indent: 0px;text-transform: none;widows: 2;word-spacing: 0px;-webkit-text-stroke-width: 0px;white-space: normal;text-decoration-thickness: initial;text-decoration-style: initial;text-decoration-color: initial;background-color: rgb(255, 255, 255);visibility: visible;"><span leaf=""><span textstyle="" style="font-weight: bold;">注意：本次为最后一次测试数据免费提供下载更新，测试数据仅保留一个月时间，另外下载地址每次变化的情况，当前也是在测试当中，后续正式提供会采用固定方式。另外对于之前分享下载地址过期的地址，也已经进行了更新。</span></span></p><p style="-webkit-tap-highlight-color: transparent;margin: 0px 0px 24px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;clear: both;min-height: 1em;color: rgba(0, 0, 0, 0.9);font-family: &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;font-size: 17px;font-style: normal;font-variant-ligatures: normal;font-variant-caps: normal;font-weight: 400;letter-spacing: 0.544px;orphans: 2;text-align: justify;text-indent: 0px;text-transform: none;widows: 2;word-spacing: 0px;-webkit-text-stroke-width: 0px;white-space: normal;text-decoration-thickness: initial;text-decoration-style: initial;text-decoration-color: initial;background-color: rgb(255, 255, 255);visibility: visible;"><span leaf="" class="js_darkmode__8" style="-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;color: rgba(0, 0, 0, 0.9);font-size: 17px;font-family: mp-quote, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height: 1.6;letter-spacing: 0.034em;font-style: normal;font-weight: normal;visibility: visible;"><span textstyle="" style="font-weight: bold;">本次数据更新下载地址：</span></span></p><p><span data-pm-slice="0 0 []" style="-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;color: rgba(0, 0, 0, 0.9);font-family: &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;font-size: 17px;font-style: normal;font-variant-ligatures: normal;font-variant-caps: normal;font-weight: 400;letter-spacing: 0.544px;orphans: 2;text-align: justify;text-indent: 0px;text-transform: none;widows: 2;word-spacing: 0px;-webkit-text-stroke-width: 0px;background-color: rgb(255, 255, 255);text-decoration-thickness: initial;text-decoration-style: initial;text-decoration-color: initial;visibility: visible;"><span leaf="" style="-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;color: rgba(0, 0, 0, 0.9);font-size: 17px;font-family: mp-quote, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height: 1.6;letter-spacing: 0.034em;font-style: normal;font-weight: normal;visibility: visible;"><a href="https://test-data.rapiddns.io/20250810/" target="_blank">https://test-data.rapiddns.io/20250810/</a></span><span leaf="">all_aaaa_t68668469251cc4_20250810</span><span leaf="" style="-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;color: rgba(0, 0, 0, 0.9);font-size: 17px;font-family: mp-quote, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height: 1.6;letter-spacing: 0.034em;font-style: normal;font-weight: normal;visibility: visible;">.tar.gz</span><span style="-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;visibility: visible;"></span></span><span leaf="" style="-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;color: rgba(0, 0, 0, 0.9);font-family: &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;font-size: 17px;font-style: normal;font-variant-ligatures: normal;font-variant-caps: normal;font-weight: 400;letter-spacing: 0.544px;orphans: 2;text-align: justify;text-indent: 0px;text-transform: none;widows: 2;word-spacing: 0px;-webkit-text-stroke-width: 0px;background-color: rgb(255, 255, 255);text-decoration-thickness: initial;text-decoration-style: initial;text-decoration-color: initial;visibility: visible;"><br/></span><span leaf="" style="-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;color: rgba(0, 0, 0, 0.9);font-size: 17px;font-style: normal;font-variant-ligatures: normal;font-variant-caps: normal;font-weight: normal;orphans: 2;text-align: justify;text-indent: 0px;text-transform: none;widows: 2;word-spacing: 0px;-webkit-text-stroke-width: 0px;background-color: rgb(255, 255, 255);text-decoration-thickness: initial;text-decoration-style: initial;text-decoration-color: initial;font-family: mp-quote, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height: 1.6;letter-spacing: 0.034em;visibility: visible;"><a href="https://test-data.rapiddns.io/" target="_blank">https://test-data.rapiddns.io/</a></span><span data-pm-slice="0 0 []" style="-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;color: rgba(0, 0, 0, 0.9);font-family: &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;font-size: 17px;font-style: normal;font-variant-ligatures: normal;font-variant-caps: normal;font-weight: 400;letter-spacing: 0.544px;orphans: 2;text-align: justify;text-indent: 0px;text-transform: none;widows: 2;word-spacing: 0px;-webkit-text-stroke-width: 0px;background-color: rgb(255, 255, 255);text-decoration-thickness: initial;text-decoration-style: initial;text-decoration-color: initial;visibility: visible;"><span leaf="" style="-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;color: rgba(0, 0, 0, 0.9);font-size: 17px;font-family: mp-quote, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height: 1.6;letter-spacing: 0.034em;font-style: normal;font-weight: normal;visibility: visible;" data-pm-slice="1 1 [&#34;para&#34;,{&#34;tagName&#34;:&#34;section&#34;,&#34;attributes&#34;:{},&#34;namespaceURI&#34;:&#34;http://www.w3.org/1999/xhtml&#34;},&#34;node&#34;,{&#34;tagName&#34;:&#34;span&#34;,&#34;attributes&#34;:{&#34;data-pm-slice&#34;:&#34;0 0 []&#34;,&#34;style&#34;:&#34;-webkit-tap-highlight-color: transparent; margin: 0px; padding: 0px; outline: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; color: rgba(0, 0, 0, 0.9); font-family: \&#34;PingFang SC\&#34;, system-ui, -apple-system, BlinkMacSystemFont, \&#34;Helvetica Neue\&#34;, \&#34;Hiragino Sans GB\&#34;, \&#34;Microsoft YaHei UI\&#34;, \&#34;Microsoft YaHei\&#34;, Arial, sans-serif; font-size: 17px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: 0.544px; orphans: 2; text-align: justify; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px;  background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; visibility: visible;&#34;},&#34;namespaceURI&#34;:&#34;http://www.w3.org/1999/xhtml&#34;}]">20250810</span></span><span leaf="" style="-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;color: rgba(0, 0, 0, 0.9);font-size: 17px;font-style: normal;font-variant-ligatures: normal;font-variant-caps: normal;font-weight: normal;orphans: 2;text-align: justify;text-indent: 0px;text-transform: none;widows: 2;word-spacing: 0px;-webkit-text-stroke-width: 0px;background-color: rgb(255, 255, 255);text-decoration-thickness: initial;text-decoration-style: initial;text-decoration-color: initial;font-family: mp-quote, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height: 1.6;letter-spacing: 0.034em;visibility: visible;">/</span><span leaf="">all_a_t68668469251cc4_20250810</span><span leaf="" style="-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;color: rgba(0, 0, 0, 0.9);font-size: 17px;font-style: normal;font-variant-ligatures: normal;font-variant-caps: normal;font-weight: normal;orphans: 2;text-align: justify;text-indent: 0px;text-transform: none;widows: 2;word-spacing: 0px;-webkit-text-stroke-width: 0px;background-color: rgb(255, 255, 255);text-decoration-thickness: initial;text-decoration-style: initial;text-decoration-color: initial;font-family: mp-quote, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height: 1.6;letter-spacing: 0.034em;visibility: visible;">.tar.gz</span><span style="-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;color: rgba(0, 0, 0, 0.9);font-family: &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;font-size: 17px;font-style: normal;font-variant-ligatures: normal;font-variant-caps: normal;font-weight: 400;letter-spacing: 0.544px;orphans: 2;text-align: justify;text-indent: 0px;text-transform: none;widows: 2;word-spacing: 0px;-webkit-text-stroke-width: 0px;background-color: rgb(255, 255, 255);text-decoration-thickness: initial;text-decoration-style: initial;text-decoration-color: initial;visibility: visible;"></span><span leaf="" style="-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;color: rgba(0, 0, 0, 0.9);font-family: &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;font-size: 17px;font-style: normal;font-variant-ligatures: normal;font-variant-caps: normal;font-weight: 400;letter-spacing: 0.544px;orphans: 2;text-align: justify;text-indent: 0px;text-transform: none;widows: 2;word-spacing: 0px;-webkit-text-stroke-width: 0px;background-color: rgb(255, 255, 255);text-decoration-thickness: initial;text-decoration-style: initial;text-decoration-color: initial;visibility: visible;"><br/></span><span leaf="" style="-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;color: rgba(0, 0, 0, 0.9);font-size: 17px;font-style: normal;font-variant-ligatures: normal;font-variant-caps: normal;font-weight: normal;orphans: 2;text-align: justify;text-indent: 0px;text-transform: none;widows: 2;word-spacing: 0px;-webkit-text-stroke-width: 0px;background-color: rgb(255, 255, 255);text-decoration-thickness: initial;text-decoration-style: initial;text-decoration-color: initial;font-family: mp-quote, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height: 1.6;letter-spacing: 0.034em;visibility: visible;"><a href="https://test-data.rapiddns.io/" target="_blank">https://test-data.rapiddns.io/</a></span><span data-pm-slice="0 0 []" style="-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;color: rgba(0, 0, 0, 0.9);font-family: &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;font-size: 17px;font-style: normal;font-variant-ligatures: normal;font-variant-caps: normal;font-weight: 400;letter-spacing: 0.544px;orphans: 2;text-align: justify;text-indent: 0px;text-transform: none;widows: 2;word-spacing: 0px;-webkit-text-stroke-width: 0px;background-color: rgb(255, 255, 255);text-decoration-thickness: initial;text-decoration-style: initial;text-decoration-color: initial;visibility: visible;"><span leaf="" style="-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;color: rgba(0, 0, 0, 0.9);font-size: 17px;font-family: mp-quote, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height: 1.6;letter-spacing: 0.034em;font-style: normal;font-weight: normal;visibility: visible;" data-pm-slice="1 1 [&#34;para&#34;,{&#34;tagName&#34;:&#34;section&#34;,&#34;attributes&#34;:{},&#34;namespaceURI&#34;:&#34;http://www.w3.org/1999/xhtml&#34;},&#34;node&#34;,{&#34;tagName&#34;:&#34;span&#34;,&#34;attributes&#34;:{&#34;data-pm-slice&#34;:&#34;0 0 []&#34;,&#34;style&#34;:&#34;-webkit-tap-highlight-color: transparent; margin: 0px; padding: 0px; outline: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; color: rgba(0, 0, 0, 0.9); font-family: \&#34;PingFang SC\&#34;, system-ui, -apple-system, BlinkMacSystemFont, \&#34;Helvetica Neue\&#34;, \&#34;Hiragino Sans GB\&#34;, \&#34;Microsoft YaHei UI\&#34;, \&#34;Microsoft YaHei\&#34;, Arial, sans-serif; font-size: 17px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: 0.544px; orphans: 2; text-align: justify; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px;  background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; visibility: visible;&#34;},&#34;namespaceURI&#34;:&#34;http://www.w3.org/1999/xhtml&#34;}]">20250810</span></span><span leaf="" style="-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;color: rgba(0, 0, 0, 0.9);font-size: 17px;font-style: normal;font-variant-ligatures: normal;font-variant-caps: normal;font-weight: normal;orphans: 2;text-align: justify;text-indent: 0px;text-transform: none;widows: 2;word-spacing: 0px;-webkit-text-stroke-width: 0px;background-color: rgb(255, 255, 255);text-decoration-thickness: initial;text-decoration-style: initial;text-decoration-color: initial;font-family: mp-quote, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height: 1.6;letter-spacing: 0.034em;visibility: visible;">/</span><span leaf="">all_cname_t68668469251cc4_20250810</span><span leaf="" style="-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;color: rgba(0, 0, 0, 0.9);font-size: 17px;font-style: normal;font-variant-ligatures: normal;font-variant-caps: normal;font-weight: normal;orphans: 2;text-align: justify;text-indent: 0px;text-transform: none;widows: 2;word-spacing: 0px;-webkit-text-stroke-width: 0px;background-color: rgb(255, 255, 255);text-decoration-thickness: initial;text-decoration-style: initial;text-decoration-color: initial;font-family: mp-quote, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height: 1.6;letter-spacing: 0.034em;visibility: visible;">.tar.gz</span><span style="-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;color: rgba(0, 0, 0, 0.9);font-family: &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;font-size: 17px;font-style: normal;font-variant-ligatures: normal;font-variant-caps: normal;font-weight: 400;letter-spacing: 0.544px;orphans: 2;text-align: justify;text-indent: 0px;text-transform: none;widows: 2;word-spacing: 0px;-webkit-text-stroke-width: 0px;background-color: rgb(255, 255, 255);text-decoration-thickness: initial;text-decoration-style: initial;text-decoration-color: initial;visibility: visible;"></span><span leaf="" style="-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;color: rgba(0, 0, 0, 0.9);font-family: &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;font-size: 17px;font-style: normal;font-variant-ligatures: normal;font-variant-caps: normal;font-weight: 400;letter-spacing: 0.544px;orphans: 2;text-align: justify;text-indent: 0px;text-transform: none;widows: 2;word-spacing: 0px;-webkit-text-stroke-width: 0px;background-color: rgb(255, 255, 255);text-decoration-thickness: initial;text-decoration-style: initial;text-decoration-color: initial;visibility: visible;"><br/></span><span leaf="" style="-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;color: rgba(0, 0, 0, 0.9);font-size: 17px;font-style: normal;font-variant-ligatures: normal;font-variant-caps: normal;font-weight: normal;orphans: 2;text-align: justify;text-indent: 0px;text-transform: none;widows: 2;word-spacing: 0px;-webkit-text-stroke-width: 0px;background-color: rgb(255, 255, 255);text-decoration-thickness: initial;text-decoration-style: initial;text-decoration-color: initial;font-family: mp-quote, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height: 1.6;letter-spacing: 0.034em;visibility: visible;"><a href="https://test-data.rapiddns.io/" target="_blank">https://test-data.rapiddns.io/</a></span><span data-pm-slice="0 0 []" style="-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;color: rgba(0, 0, 0, 0.9);font-family: &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;font-size: 17px;font-style: normal;font-variant-ligatures: normal;font-variant-caps: normal;font-weight: 400;letter-spacing: 0.544px;orphans: 2;text-align: justify;text-indent: 0px;text-transform: none;widows: 2;word-spacing: 0px;-webkit-text-stroke-width: 0px;background-color: rgb(255, 255, 255);text-decoration-thickness: initial;text-decoration-style: initial;text-decoration-color: initial;visibility: visible;"><span leaf="" style="-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;color: rgba(0, 0, 0, 0.9);font-size: 17px;font-family: mp-quote, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height: 1.6;letter-spacing: 0.034em;font-style: normal;font-weight: normal;visibility: visible;" data-pm-slice="1 1 [&#34;para&#34;,{&#34;tagName&#34;:&#34;section&#34;,&#34;attributes&#34;:{},&#34;namespaceURI&#34;:&#34;http://www.w3.org/1999/xhtml&#34;},&#34;node&#34;,{&#34;tagName&#34;:&#34;span&#34;,&#34;attributes&#34;:{&#34;data-pm-slice&#34;:&#34;0 0 []&#34;,&#34;style&#34;:&#34;-webkit-tap-highlight-color: transparent; margin: 0px; padding: 0px; outline: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; color: rgba(0, 0, 0, 0.9); font-family: \&#34;PingFang SC\&#34;, system-ui, -apple-system, BlinkMacSystemFont, \&#34;Helvetica Neue\&#34;, \&#34;Hiragino Sans GB\&#34;, \&#34;Microsoft YaHei UI\&#34;, \&#34;Microsoft YaHei\&#34;, Arial, sans-serif; font-size: 17px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: 0.544px; orphans: 2; text-align: justify; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px;  background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; visibility: visible;&#34;},&#34;namespaceURI&#34;:&#34;http://www.w3.org/1999/xhtml&#34;}]">20250810</span></span><span leaf="" style="-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;color: rgba(0, 0, 0, 0.9);font-size: 17px;font-style: normal;font-variant-ligatures: normal;font-variant-caps: normal;font-weight: normal;orphans: 2;text-align: justify;text-indent: 0px;text-transform: none;widows: 2;word-spacing: 0px;-webkit-text-stroke-width: 0px;background-color: rgb(255, 255, 255);text-decoration-thickness: initial;text-decoration-style: initial;text-decoration-color: initial;font-family: mp-quote, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height: 1.6;letter-spacing: 0.034em;visibility: visible;">/</span><span leaf="">all_mx_t68668469251cc4_20250810</span><span leaf="" style="-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;color: rgba(0, 0, 0, 0.9);font-size: 17px;font-style: normal;font-variant-ligatures: normal;font-variant-caps: normal;font-weight: normal;orphans: 2;text-align: justify;text-indent: 0px;text-transform: none;widows: 2;word-spacing: 0px;-webkit-text-stroke-width: 0px;background-color: rgb(255, 255, 255);text-decoration-thickness: initial;text-decoration-style: initial;text-decoration-color: initial;font-family: mp-quote, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height: 1.6;letter-spacing: 0.034em;visibility: visible;">.tar.gz</span></p><div><p><span leaf="" style="-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;color: rgba(0, 0, 0, 0.9);font-size: 17px;font-style: normal;font-variant-ligatures: normal;font-variant-caps: normal;font-weight: normal;orphans: 2;text-align: justify;text-indent: 0px;text-transform: none;widows: 2;word-spacing: 0px;-webkit-text-stroke-width: 0px;background-color: rgb(255, 255, 255);text-decoration-thickness: initial;text-decoration-style: initial;text-decoration-color: initial;font-family: mp-quote, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height: 1.6;letter-spacing: 0.034em;visibility: visible;" data-pm-slice="1 1 [&#34;para&#34;,{&#34;tagName&#34;:&#34;section&#34;,&#34;attributes&#34;:{},&#34;namespaceURI&#34;:&#34;http://www.w3.org/1999/xhtml&#34;}]"><a href="https://test-data.rapiddns.io/" target="_blank">https://test-data.rapiddns.io/</a></span><span data-pm-slice="0 0 []" style="-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;color: rgba(0, 0, 0, 0.9);font-family: &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;font-size: 17px;font-style: normal;font-variant-ligatures: normal;font-variant-caps: normal;font-weight: 400;letter-spacing: 0.544px;orphans: 2;text-align: justify;text-indent: 0px;text-transform: none;widows: 2;word-spacing: 0px;-webkit-text-stroke-width: 0px;background-color: rgb(255, 255, 255);text-decoration-thickness: initial;text-decoration-style: initial;text-decoration-color: initial;visibility: visible;"><span leaf="" style="-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;color: rgba(0, 0, 0, 0.9);font-size: 17px;font-family: mp-quote, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height: 1.6;letter-spacing: 0.034em;font-style: normal;font-weight: normal;visibility: visible;" data-pm-slice="1 1 [&#34;para&#34;,{&#34;tagName&#34;:&#34;section&#34;,&#34;attributes&#34;:{},&#34;namespaceURI&#34;:&#34;http://www.w3.org/1999/xhtml&#34;},&#34;node&#34;,{&#34;tagName&#34;:&#34;span&#34;,&#34;attributes&#34;:{&#34;data-pm-slice&#34;:&#34;0 0 []&#34;,&#34;style&#34;:&#34;-webkit-tap-highlight-color: transparent; margin: 0px; padding: 0px; outline: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; color: rgba(0, 0, 0, 0.9); font-family: \&#34;PingFang SC\&#34;, system-ui, -apple-system, BlinkMacSystemFont, \&#34;Helvetica Neue\&#34;, \&#34;Hiragino Sans GB\&#34;, \&#34;Microsoft YaHei UI\&#34;, \&#34;Microsoft YaHei\&#34;, Arial, sans-serif; font-size: 17px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: 0.544px; orphans: 2; text-align: justify; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px;  background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; visibility: visible;&#34;},&#34;namespaceURI&#34;:&#34;http://www.w3.org/1999/xhtml&#34;}]">20250810</span></span><span leaf="" style="-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;color: rgba(0, 0, 0, 0.9);font-size: 17px;font-style: normal;font-variant-ligatures: normal;font-variant-caps: normal;font-weight: normal;orphans: 2;text-align: justify;text-indent: 0px;text-transform: none;widows: 2;word-spacing: 0px;-webkit-text-stroke-width: 0px;background-color: rgb(255, 255, 255);text-decoration-thickness: initial;text-decoration-style: initial;text-decoration-color: initial;font-family: mp-quote, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height: 1.6;letter-spacing: 0.034em;visibility: visible;" data-pm-slice="1 1 [&#34;para&#34;,{&#34;tagName&#34;:&#34;section&#34;,&#34;attributes&#34;:{},&#34;namespaceURI&#34;:&#34;http://www.w3.org/1999/xhtml&#34;}]">/</span><span leaf="" data-pm-slice="1 1 [&#34;para&#34;,{&#34;tagName&#34;:&#34;section&#34;,&#34;attributes&#34;:{&#34;style&#34;:&#34;-webkit-tap-highlight-color: transparent;margin: 0px 0px 24px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;color: rgba(0, 0, 0, 0.9);font-family: \&#34;PingFang SC\&#34;, system-ui, -apple-system, BlinkMacSystemFont, \&#34;Helvetica Neue\&#34;, \&#34;Hiragino Sans GB\&#34;, \&#34;Microsoft YaHei UI\&#34;, \&#34;Microsoft YaHei\&#34;, Arial, sans-serif;font-size: 17px;font-style: normal;font-variant-ligatures: normal;font-variant-caps: normal;font-weight: 400;letter-spacing: 0.544px;orphans: 2;text-align: justify;text-indent: 0px;text-transform: none;widows: 2;word-spacing: 0px;-webkit-text-stroke-width: 0px;white-space: normal;background-color: rgb(255, 255, 255);text-decoration-thickness: initial;text-decoration-style: initial;text-decoration-color: initial;visibility: visible;&#34;},&#34;namespaceURI&#34;:&#34;http://www.w3.org/1999/xhtml&#34;},&#34;para&#34;,{&#34;tagName&#34;:&#34;p&#34;,&#34;attributes&#34;:{&#34;style&#34;:&#34;-webkit-tap-highlight-color: transparent;margin: 0px 0px 24px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;clear: both;min-height: 1em;color: rgba(0, 0, 0, 0.9);font-family: \&#34;PingFang SC\&#34;, system-ui, -apple-system, BlinkMacSystemFont, \&#34;Helvetica Neue\&#34;, \&#34;Hiragino Sans GB\&#34;, \&#34;Microsoft YaHei UI\&#34;, \&#34;Microsoft YaHei\&#34;, Arial, sans-serif;font-size: 17px;font-style: normal;font-variant-ligatures: normal;font-variant-caps: normal;font-weight: 400;letter-spacing: 0.544px;orphans: 2;text-align: justify;text-indent: 0px;text-transform: none;widows: 2;word-spacing: 0px;-webkit-text-stroke-width: 0px;white-space: normal;background-color: rgb(255, 255, 255);text-decoration-thickness: initial;text-decoration-style: initial;text-decoration-color: initial;visibility: visible;&#34;},&#34;namespaceURI&#34;:&#34;http://www.w3.org/1999/xhtml&#34;}]" style="-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;visibility: visible;">hashes.txt</span></p></div><div style="-webkit-tap-highlight-color: transparent;margin: 0px 0px 24px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;color: rgba(0, 0, 0, 0.9);font-family: &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;font-size: 17px;font-style: normal;font-variant-ligatures: normal;font-variant-caps: normal;font-weight: 400;letter-spacing: 0.544px;orphans: 2;text-align: justify;text-indent: 0px;text-transform: none;widows: 2;word-spacing: 0px;-webkit-text-stroke-width: 0px;white-space: normal;background-color: rgb(255, 255, 255);text-decoration-thickness: initial;text-decoration-style: initial;text-decoration-color: initial;visibility: visible;"><p style="-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;clear: both;min-height: 1em;visibility: visible;"><span leaf="" data-pm-slice="1 1 [&#34;para&#34;,{&#34;tagName&#34;:&#34;p&#34;,&#34;attributes&#34;:{},&#34;namespaceURI&#34;:&#34;http://www.w3.org/1999/xhtml&#34;}]" style="-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;visibility: visible;"><span textstyle="" style="font-weight: bold;">往期下载地址：</span></span></p><p style="-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;clear: both;min-height: 1em;visibility: visible;"><span leaf="" data-pm-slice="1 1 [&#34;para&#34;,{&#34;tagName&#34;:&#34;p&#34;,&#34;attributes&#34;:{},&#34;namespaceURI&#34;:&#34;http://www.w3.org/1999/xhtml&#34;}]" style="-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;visibility: visible;"><span textstyle="" style="font-weight: bold;">20250801下载</span></span></p><div style="-webkit-tap-highlight-color: transparent;margin: 0px 0px 24px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;color: rgba(0, 0, 0, 0.9);font-family: &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;font-size: 17px;font-style: normal;font-variant-ligatures: normal;font-variant-caps: normal;font-weight: 400;letter-spacing: 0.544px;orphans: 2;text-align: justify;text-indent: 0px;text-transform: none;widows: 2;word-spacing: 0px;-webkit-text-stroke-width: 0px;white-space: normal;background-color: rgb(255, 255, 255);text-decoration-thickness: initial;text-decoration-style: initial;text-decoration-color: initial;visibility: visible;" data-pm-slice="3 2 []"><p style="-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;clear: both;min-height: 1em;visibility: visible;"><span leaf="" data-pm-slice="1 1 [&#34;para&#34;,{&#34;tagName&#34;:&#34;p&#34;,&#34;attributes&#34;:{},&#34;namespaceURI&#34;:&#34;http://www.w3.org/1999/xhtml&#34;}]" style="-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;visibility: visible;"><a href="https://rapiddns-1256175228.cos.ap-beijing.myqcloud.com/20250801/" target="_blank">https://rapiddns-1256175228.cos.ap-beijing.myqcloud.com/20250801/</a></span><span leaf="" style="-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;visibility: visible;">all_a_t2016613446b20_20250801.tar.gz</span></p><p style="-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;clear: both;min-height: 1em;visibility: visible;"><span leaf="" data-pm-slice="1 1 [&#34;para&#34;,{&#34;tagName&#34;:&#34;section&#34;,&#34;attributes&#34;:{},&#34;namespaceURI&#34;:&#34;http://www.w3.org/1999/xhtml&#34;},&#34;para&#34;,{&#34;tagName&#34;:&#34;p&#34;,&#34;attributes&#34;:{},&#34;namespaceURI&#34;:&#34;http://www.w3.org/1999/xhtml&#34;}]" style="-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;visibility: visible;"><a href="https://rapiddns-1256175228.cos.ap-beijing.myqcloud.com/20250801/" target="_blank">https://rapiddns-1256175228.cos.ap-beijing.myqcloud.com/20250801/</a></span><span leaf="" style="-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;visibility: visible;">all_aaaa_t2016613446b20_20250801.tar.gz</span></p><p style="-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;clear: both;min-height: 1em;visibility: visible;"><span leaf="" style="-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;visibility: visible;"><br/></span></p></div><p style="-webkit-tap-highlight-color: transparent;margin: 0px 0px 24px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;clear: both;min-height: 1em;color: rgba(0, 0, 0, 0.9);font-family: &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;font-size: 17px;font-style: normal;font-variant-ligatures: normal;font-variant-caps: normal;font-weight: 400;letter-spacing: 0.544px;orphans: 2;text-align: justify;text-indent: 0px;text-transform: none;widows: 2;word-spacing: 0px;-webkit-text-stroke-width: 0px;white-space: normal;background-color: rgb(255, 255, 255);text-decoration-thickness: initial;text-decoration-style: initial;text-decoration-color: initial;visibility: visible;"><span leaf="" data-pm-slice="1 1 [&#34;para&#34;,{&#34;tagName&#34;:&#34;section&#34;,&#34;attributes&#34;:{},&#34;namespaceURI&#34;:&#34;http://www.w3.org/1999/xhtml&#34;},&#34;para&#34;,{&#34;tagName&#34;:&#34;p&#34;,&#34;attributes&#34;:{},&#34;namespaceURI&#34;:&#34;http://www.w3.org/1999/xhtml&#34;}]" style="-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;visibility: visible;"><a href="https://rapiddns-1256175228.cos.ap-beijing.myqcloud.com/20250801/" target="_blank">https://rapiddns-1256175228.cos.ap-beijing.myqcloud.com/20250801/</a></span><span leaf="" style="-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;visibility: visible;">all_cname_t2016613446b20_20250801.tar.gz</span></p><p style="-webkit-tap-highlight-color: transparent;margin: 0px 0px 24px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;color: rgba(0, 0, 0, 0.9);font-family: &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;font-size: 17px;font-style: normal;font-variant-ligatures: normal;font-variant-caps: normal;font-weight: 400;letter-spacing: 0.544px;orphans: 2;text-align: justify;text-indent: 0px;text-transform: none;widows: 2;word-spacing: 0px;-webkit-text-stroke-width: 0px;white-space: normal;background-color: rgb(255, 255, 255);text-decoration-thickness: initial;text-decoration-style: initial;text-decoration-color: initial;visibility: visible;"><span leaf="" style="-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;visibility: visible;"><a href="https://rapiddns-1256175228.cos.ap-beijing.myqcloud.com/20250801/" target="_blank">https://rapiddns-1256175228.cos.ap-beijing.myqcloud.com/20250801/</a></span><span leaf="" style="-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;visibility: visible;">all_mx_t2016613446b20_20250801.tar.gz</span><span leaf="" style="-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;visibility: visible;"><br/></span></p><p style="-webkit-tap-highlight-color: transparent;margin: 0px 0px 24px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;clear: both;min-height: 1em;color: rgba(0, 0, 0, 0.9);font-family: &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;font-size: 17px;font-style: normal;font-variant-ligatures: normal;font-variant-caps: normal;font-weight: 400;letter-spacing: 0.544px;orphans: 2;text-align: justify;text-indent: 0px;text-transform: none;widows: 2;word-spacing: 0px;-webkit-text-stroke-width: 0px;white-space: normal;background-color: rgb(255, 255, 255);text-decoration-thickness: initial;text-decoration-style: initial;text-decoration-color: initial;visibility: visible;"><span leaf="" data-pm-slice="1 1 [&#34;para&#34;,{&#34;tagName&#34;:&#34;section&#34;,&#34;attributes&#34;:{},&#34;namespaceURI&#34;:&#34;http://www.w3.org/1999/xhtml&#34;},&#34;para&#34;,{&#34;tagName&#34;:&#34;p&#34;,&#34;attributes&#34;:{},&#34;namespaceURI&#34;:&#34;http://www.w3.org/1999/xhtml&#34;}]" style="-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;visibility: visible;"><a href="https://rapiddns-1256175228.cos.ap-beijing.myqcloud.com/20250801/hashes.txt" target="_blank">https://rapiddns-1256175228.cos.ap-beijing.myqcloud.com/20250801/hashes.txt</a></span></p></div><p style="-webkit-tap-highlight-color: transparent;margin: 0px 0px 24px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;clear: both;min-height: 1em;color: rgba(0, 0, 0, 0.9);font-family: &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;font-size: 17px;font-style: normal;font-variant-ligatures: normal;font-variant-caps: normal;font-weight: 400;letter-spacing: 0.544px;orphans: 2;text-align: justify;text-indent: 0px;text-transform: none;widows: 2;word-spacing: 0px;-webkit-text-stroke-width: 0px;white-space: normal;text-decoration-thickness: initial;text-decoration-style: initial;text-decoration-color: initial;background-color: rgb(255, 255, 255);visibility: visible;"><span leaf="" data-pm-slice="1 1 [&#34;para&#34;,{&#34;tagName&#34;:&#34;p&#34;,&#34;attributes&#34;:{&#34;style&#34;:null},&#34;namespaceURI&#34;:&#34;http://www.w3.org/1999/xhtml&#34;}]" style="-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;color: rgba(0, 0, 0, 0.9);font-size: 17px;font-family: mp-quote, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height: 1.6;letter-spacing: 0.034em;font-style: normal;font-weight: normal;visibility: visible;"><span textstyle="" style="font-weight: bold;">20250727 下载</span></span></p><p data-pm-slice="3 2 []" style="-webkit-tap-highlight-color: transparent;margin: 0px 0px 24px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;clear: both;min-height: 1em;color: rgba(0, 0, 0, 0.9);font-family: &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;font-size: 17px;font-style: normal;font-variant-ligatures: normal;font-variant-caps: normal;font-weight: 400;letter-spacing: 0.544px;orphans: 2;text-align: justify;text-indent: 0px;text-transform: none;widows: 2;word-spacing: 0px;-webkit-text-stroke-width: 0px;white-space: normal;text-decoration-thickness: initial;text-decoration-style: initial;text-decoration-color: initial;background-color: rgb(255, 255, 255);visibility: visible;"><span leaf="" data-pm-slice="1 1 [&#34;para&#34;,{&#34;tagName&#34;:&#34;p&#34;,&#34;attributes&#34;:{},&#34;namespaceURI&#34;:&#34;http://www.w3.org/1999/xhtml&#34;}]" style="-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;"><a href="https://rapiddns-1256175228.cos.ap-beijing.myqcloud.com" target="_blank">https://rapiddns-1256175228.cos.ap-beijing.myqcloud.com</a></span><span data-pm-slice="0 0 []" style="-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;visibility: visible;"><span leaf="" style="-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;color: rgba(0, 0, 0, 0.9);font-size: 17px;font-family: mp-quote, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height: 1.6;letter-spacing: 0.034em;font-style: normal;font-weight: normal;visibility: visible;">/20250727/all_aaaa_t6199919138f870_20250727.tar.gz</span><span style="-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;visibility: visible;"></span></span><span leaf="" style="-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;visibility: visible;"><br/></span></p><p data-pm-slice="3 2 []" style="-webkit-tap-highlight-color: transparent;margin: 0px 0px 24px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;clear: both;min-height: 1em;color: rgba(0, 0, 0, 0.9);font-family: &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;font-size: 17px;font-style: normal;font-variant-ligatures: normal;font-variant-caps: normal;font-weight: 400;letter-spacing: 0.544px;orphans: 2;text-align: justify;text-indent: 0px;text-transform: none;widows: 2;word-spacing: 0px;-webkit-text-stroke-width: 0px;white-space: normal;text-decoration-thickness: initial;text-decoration-style: initial;text-decoration-color: initial;background-color: rgb(255, 255, 255);visibility: visible;"><span leaf="" style="-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;visibility: visible;"><br/></span><span leaf="" data-pm-slice="1 1 [&#34;para&#34;,{&#34;tagName&#34;:&#34;p&#34;,&#34;attributes&#34;:{},&#34;namespaceURI&#34;:&#34;http://www.w3.org/1999/xhtml&#34;}]" style="-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;"><a href="https://rapiddns-1256175228.cos.ap-beijing.myqcloud.com" target="_blank">https://rapiddns-1256175228.cos.ap-beijing.myqcloud.com</a></span><span leaf="" style="-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;color: rgba(0, 0, 0, 0.9);font-size: 17px;font-family: mp-quote, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height: 1.6;letter-spacing: 0.034em;font-style: normal;font-weight: normal;visibility: visible;">/20250727/all_a_t6199919138f870_20250727.tar.gz</span><span style="-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;visibility: visible;"></span><span leaf="" style="-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;visibility: visible;"><br/></span></p><p data-pm-slice="3 2 []" style="-webkit-tap-highlight-color: transparent;margin: 0px 0px 24px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;clear: both;min-height: 1em;color: rgba(0, 0, 0, 0.9);font-family: &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;font-size: 17px;font-style: normal;font-variant-ligatures: normal;font-variant-caps: normal;font-weight: 400;letter-spacing: 0.544px;orphans: 2;text-align: justify;text-indent: 0px;text-transform: none;widows: 2;word-spacing: 0px;-webkit-text-stroke-width: 0px;white-space: normal;text-decoration-thickness: initial;text-decoration-style: initial;text-decoration-color: initial;background-color: rgb(255, 255, 255);visibility: visible;"><span leaf="" style="-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;visibility: visible;"><br/></span><span leaf="" data-pm-slice="1 1 [&#34;para&#34;,{&#34;tagName&#34;:&#34;p&#34;,&#34;attributes&#34;:{},&#34;namespaceURI&#34;:&#34;http://www.w3.org/1999/xhtml&#34;}]" style="-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;"><a href="https://rapiddns-1256175228.cos.ap-beijing.myqcloud.com" target="_blank">https://rapiddns-1256175228.cos.ap-beijing.myqcloud.com</a></span><span leaf="" style="-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;color: rgba(0, 0, 0, 0.9);font-size: 17px;font-family: mp-quote, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height: 1.6;letter-spacing: 0.034em;font-style: normal;font-weight: normal;visibility: visible;">/20250727/all_cname_t6199919138f870_20250727.tar.gz</span><span style="-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;visibility: visible;"></span><span leaf="" style="-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;visibility: visible;"><br/></span></p><p data-pm-slice="3 2 []" style="-webkit-tap-highlight-color: transparent;margin: 0px 0px 24px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;clear: both;min-height: 1em;color: rgba(0, 0, 0, 0.9);font-family: &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;font-size: 17px;font-style: normal;font-variant-ligatures: normal;font-variant-caps: normal;font-weight: 400;letter-spacing: 0.544px;orphans: 2;text-align: justify;text-indent: 0px;text-transform: none;widows: 2;word-spacing: 0px;-webkit-text-stroke-width: 0px;white-space: normal;text-decoration-thickness: initial;text-decoration-style: initial;text-decoration-color: initial;background-color: rgb(255, 255, 255);visibility: visible;"><span leaf="" style="-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;visibility: visible;"><br/></span><span leaf="" data-pm-slice="1 1 [&#34;para&#34;,{&#34;tagName&#34;:&#34;p&#34;,&#34;attributes&#34;:{},&#34;namespaceURI&#34;:&#34;http://www.w3.org/1999/xhtml&#34;}]" style="-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;"><a href="https://rapiddns-1256175228.cos.ap-beijing.myqcloud.com" target="_blank">https://rapiddns-1256175228.cos.ap-beijing.myqcloud.com</a></span><span leaf="" style="-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;color: rgba(0, 0, 0, 0.9);font-size: 17px;font-family: mp-quote, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height: 1.6;letter-spacing: 0.034em;font-style: normal;font-weight: normal;visibility: visible;">/20250727/all_mx_t6199919138f870_20250727.tar.gz</span></p><p style="-webkit-tap-highlight-color: transparent;margin: 0px 0px 24px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;clear: both;min-height: 1em;color: rgba(0, 0, 0, 0.9);font-family: &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;font-size: 17px;font-style: normal;font-variant-ligatures: normal;font-variant-caps: normal;font-weight: 400;letter-spacing: 0.544px;orphans: 2;text-align: justify;text-indent: 0px;text-transform: none;widows: 2;word-spacing: 0px;-webkit-text-stroke-width: 0px;white-space: normal;text-decoration-thickness: initial;text-decoration-style: initial;text-decoration-color: initial;background-color: rgb(255, 255, 255);visibility: visible;"><span leaf="" style="-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;visibility: visible;"><span textstyle="" style="font-weight: bold;">20250721下载</span></span></p><p><span leaf="">链接: <a href="https://pan.baidu.com/s/1RfdbLkzU58O00WXJfg5pTA?pwd=v6da" target="_blank">https://pan.baidu.com/s/1RfdbLkzU58O00WXJfg5pTA?pwd=v6da</a> 提取码: v6da </span></p><p style="-webkit-tap-highlight-color: transparent;margin: 0px 0px 24px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;clear: both;min-height: 1em;color: rgba(0, 0, 0, 0.9);font-family: &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;font-size: 17px;font-style: normal;font-variant-ligatures: normal;font-variant-caps: normal;font-weight: 400;letter-spacing: 0.544px;orphans: 2;text-align: justify;text-indent: 0px;text-transform: none;widows: 2;word-spacing: 0px;-webkit-text-stroke-width: 0px;white-space: normal;text-decoration-thickness: initial;text-decoration-style: initial;text-decoration-color: initial;background-color: rgb(255, 255, 255);visibility: visible;"><span leaf="" style="-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;color: rgba(0, 0, 0, 0.9);font-size: 17px;font-family: mp-quote, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height: 1.6;letter-spacing: 0.034em;font-style: normal;font-weight: normal;visibility: visible;"><span textstyle="" style="font-weight: bold;">20250701下载</span></span></p><p><span leaf="">链接: <a href="https://pan.baidu.com/s/1pG54sd8N-8SODffXRRnvhw?pwd=wyu8" target="_blank">https://pan.baidu.com/s/1pG54sd8N-8SODffXRRnvhw?pwd=wyu8</a> 提取码: wyu8 </span></p><p style="-webkit-tap-highlight-color: transparent;margin: 0px 0px 24px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;clear: both;min-height: 1em;color: rgba(0, 0, 0, 0.9);font-family: &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;font-size: 17px;font-style: normal;font-variant-ligatures: normal;font-variant-caps: normal;font-weight: 400;letter-spacing: 0.544px;orphans: 2;text-align: justify;text-indent: 0px;text-transform: none;widows: 2;word-spacing: 0px;-webkit-text-stroke-width: 0px;white-space: normal;text-decoration-thickness: initial;text-decoration-style: initial;text-decoration-color: initial;background-color: rgb(255, 255, 255);"><span data-pm-slice="0 0 []" style="-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;"><span leaf="" class="js_darkmode__10" style="-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;color: rgba(0, 0, 0, 0.9);font-size: 17px;font-family: mp-quote, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height: 1.6;letter-spacing: 0.034em;font-style: normal;font-weight: normal;"><span textstyle="" style="font-weight: bold;">20250713下载</span></span></span></p><p><span leaf="">链接: <a href="https://pan.baidu.com/s/1YI9g5GQXC6pLV9wLJ4CDtQ?pwd=mxwa" target="_blank">https://pan.baidu.com/s/1YI9g5GQXC6pLV9wLJ4CDtQ?pwd=mxwa</a> 提取码: mxwa </span></p><p style="-webkit-tap-highlight-color: transparent;margin: 0px 0px 24px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;clear: both;min-height: 1em;color: rgba(0, 0, 0, 0.9);font-family: &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;font-size: 17px;font-style: normal;font-variant-ligatures: normal;font-variant-caps: normal;font-weight: 400;letter-spacing: 0.544px;orphans: 2;text-align: justify;text-indent: 0px;text-transform: none;widows: 2;word-spacing: 0px;-webkit-text-stroke-width: 0px;white-space: normal;text-decoration-thickness: initial;text-decoration-style: initial;text-decoration-color: initial;background-color: rgb(255, 255, 255);"><span leaf="" class="js_darkmode__10" style="-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;color: rgba(0, 0, 0, 0.9);font-size: 17px;font-family: mp-quote, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height: 1.6;letter-spacing: 0.034em;font-style: normal;font-weight: normal;">注：针对下载更新数据，如有任何问题欢迎交流反馈。</span></p><p style="-webkit-tap-highlight-color: transparent;margin: 0px 0px 24px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;clear: both;min-height: 1em;color: rgba(0, 0, 0, 0.9);font-family: &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;font-size: 17px;font-style: normal;font-variant-ligatures: normal;font-variant-caps: normal;font-weight: 400;letter-spacing: 0.544px;orphans: 2;text-align: justify;text-indent: 0px;text-transform: none;widows: 2;word-spacing: 0px;-webkit-text-stroke-width: 0px;white-space: normal;text-decoration-thickness: initial;text-decoration-style: initial;text-decoration-color: initial;background-color: rgb(255, 255, 255);"><span leaf="" class="js_darkmode__12" style="-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;color: rgba(0, 0, 0, 0.9);font-size: 17px;font-family: mp-quote, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height: 1.6;letter-spacing: 0.034em;font-style: normal;font-weight: normal;"><span textstyle="" style="font-weight: bold;">另外本站全量数据长久出售对外开启。欢迎添加微信号 binghe346483 咨询购买。</span></span></p><p style="-webkit-tap-highlight-color: transparent;margin: 0px 0px 24px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;clear: both;min-height: 1em;color: rgba(0, 0, 0, 0.9);font-family: &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;font-size: 17px;font-style: normal;font-variant-ligatures: normal;font-variant-caps: normal;font-weight: 400;letter-spacing: 0.544px;orphans: 2;text-align: justify;text-indent: 0px;text-transform: none;widows: 2;word-spacing: 0px;-webkit-text-stroke-width: 0px;white-space: normal;text-decoration-thickness: initial;text-decoration-style: initial;text-decoration-color: initial;background-color: rgb(255, 255, 255);"><span leaf="" class="js_darkmode__13" style="-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;color: rgba(0, 0, 0, 0.9);font-size: 17px;font-family: mp-quote, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height: 1.6;letter-spacing: 0.034em;font-style: normal;font-weight: normal;"><span textstyle="" style="font-weight: bold;">💡 历史全量包</span></span></p><p style="-webkit-tap-highlight-color: transparent;margin: 0px 0px 24px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;clear: both;min-height: 1em;color: rgba(0, 0, 0, 0.9);font-family: &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;font-size: 17px;font-style: normal;font-variant-ligatures: normal;font-variant-caps: normal;font-weight: 400;letter-spacing: 0.544px;orphans: 2;text-align: justify;text-indent: 0px;text-transform: none;widows: 2;word-spacing: 0px;-webkit-text-stroke-width: 0px;white-space: normal;text-decoration-thickness: initial;text-decoration-style: initial;text-decoration-color: initial;background-color: rgb(255, 255, 255);"><span leaf="" class="js_darkmode__14" style="-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;color: rgba(0, 0, 0, 0.9);font-size: 17px;font-family: mp-quote, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height: 1.6;letter-spacing: 0.034em;font-style: normal;font-weight: normal;">定位：一次性获取截至购买日的完整DNS数据库。</span></p><p style="-webkit-tap-highlight-color: transparent;margin: 0px 0px 24px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;clear: both;min-height: 1em;color: rgba(0, 0, 0, 0.9);font-family: &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;font-size: 17px;font-style: normal;font-variant-ligatures: normal;font-variant-caps: normal;font-weight: 400;letter-spacing: 0.544px;orphans: 2;text-align: justify;text-indent: 0px;text-transform: none;widows: 2;word-spacing: 0px;-webkit-text-stroke-width: 0px;white-space: normal;text-decoration-thickness: initial;text-decoration-style: initial;text-decoration-color: initial;background-color: rgb(255, 255, 255);"><span leaf="" class="js_darkmode__15" style="-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;color: rgba(0, 0, 0, 0.9);font-size: 17px;font-family: mp-quote, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height: 1.6;letter-spacing: 0.034em;font-style: normal;font-weight: normal;">数据量：数据截止日期2025年7月1日。</span></p><p style="-webkit-tap-highlight-color: transparent;margin: 0px 0px 24px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;clear: both;min-height: 1em;color: rgba(0, 0, 0, 0.9);font-family: &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;font-size: 17px;font-style: normal;font-variant-ligatures: normal;font-variant-caps: normal;font-weight: 400;letter-spacing: 0.544px;orphans: 2;text-align: justify;text-indent: 0px;text-transform: none;widows: 2;word-spacing: 0px;-webkit-text-stroke-width: 0px;white-space: normal;text-decoration-thickness: initial;text-decoration-style: initial;text-decoration-color: initial;background-color: rgb(255, 255, 255);"><span leaf="" class="js_darkmode__16" style="-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;color: rgba(0, 0, 0, 0.9);font-size: 17px;font-family: mp-quote, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height: 1.6;letter-spacing: 0.034em;font-style: normal;font-weight: normal;">价格：<span textstyle="" style="font-weight: bold;">30,000元/份</span></span></p><p style="-webkit-tap-highlight-color: transparent;margin: 0px 0px 24px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;clear: both;min-height: 1em;color: rgba(0, 0, 0, 0.9);font-family: &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;font-size: 17px;font-style: normal;font-variant-ligatures: normal;font-variant-caps: normal;font-weight: 400;letter-spacing: 0.544px;orphans: 2;text-align: justify;text-indent: 0px;text-transform: none;widows: 2;word-spacing: 0px;-webkit-text-stroke-width: 0px;white-space: normal;text-decoration-thickness: initial;text-decoration-style: initial;text-decoration-color: initial;background-color: rgb(255, 255, 255);"><span leaf="" class="js_darkmode__18" style="-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;color: rgba(0, 0, 0, 0.9);font-size: 17px;font-family: mp-quote, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height: 1.6;letter-spacing: 0.034em;font-style: normal;font-weight: normal;"><span textstyle="" style="font-weight: bold;">🔔 您需要做的</span></span></p><p style="-webkit-tap-highlight-color: transparent;margin: 0px 0px 24px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;clear: both;min-height: 1em;color: rgba(0, 0, 0, 0.9);font-family: &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;font-size: 17px;font-style: normal;font-variant-ligatures: normal;font-variant-caps: normal;font-weight: 400;letter-spacing: 0.544px;orphans: 2;text-align: justify;text-indent: 0px;text-transform: none;widows: 2;word-spacing: 0px;-webkit-text-stroke-width: 0px;white-space: normal;text-decoration-thickness: initial;text-decoration-style: initial;text-decoration-color: initial;background-color: rgb(255, 255, 255);"><span leaf="" class="js_darkmode__19" style="-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;color: rgba(0, 0, 0, 0.9);font-size: 17px;font-family: mp-quote, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height: 1.6;letter-spacing: 0.034em;font-style: normal;font-weight: normal;">1️⃣ 立即扫码关注公众号 ↓（重要！所有链接仅此发布）</span></p><p style="-webkit-tap-highlight-color: transparent;margin: 0px 0px 24px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;clear: both;min-height: 1em;color: rgba(0, 0, 0, 0.9);font-family: &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;font-size: 17px;font-style: normal;font-variant-ligatures: normal;font-variant-caps: normal;font-weight: 400;letter-spacing: 0.544px;orphans: 2;text-align: justify;text-indent: 0px;text-transform: none;widows: 2;word-spacing: 0px;-webkit-text-stroke-width: 0px;white-space: normal;text-decoration-thickness: initial;text-decoration-style: initial;text-decoration-color: initial;background-color: rgb(255, 255, 255);"><span leaf="" class="js_darkmode__20" style="-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;color: rgba(0, 0, 0, 0.9);font-size: 17px;font-family: mp-quote, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height: 1.6;letter-spacing: 0.034em;font-style: normal;font-weight: normal;">2️⃣ 7月7日起：每周一查看公众号推文 获取下载链接</span></p><p class="mp_profile_iframe_wrp" nodeleaf=""><mp-common-profile class="js_uneditable custom_select_card mp_profile_iframe" data-pluginname="mpprofile" data-nickname="RapidDNS" data-from="1" data-headimg="http://mmbiz.qpic.cn/mmbiz_png/SYxbvhekRGcqdEsanp1GNhoH2ILlyZmzcJ8muCdpSzM2ibPq0QRYcEfibfmW6kqP8Wz0ianb9W1MfpciboRZ6dFF1w/0?wx_fmt=png" data-signature="RapidDNS.io 是一个免费开放的DNS在线查询平台。" data-id="Mzg4NDU0ODMxOQ==" data-is_biz_ban="0"></mp-common-profile></p><p data-pm-slice="0 0 []" style="-webkit-tap-highlight-color: transparent;margin: 0px 0px 24px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;clear: both;min-height: 1em;color: rgba(0, 0, 0, 0.9);font-family: &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;font-size: 17px;font-style: normal;font-variant-ligatures: normal;font-variant-caps: normal;font-weight: 400;letter-spacing: 0.544px;orphans: 2;text-indent: 0px;text-transform: none;widows: 2;word-spacing: 0px;-webkit-text-stroke-width: 0px;white-space: normal;text-decoration-thickness: initial;text-decoration-style: initial;text-decoration-color: initial;background-color: rgb(255, 255, 255);text-align: center;"><span leaf="" class="js_darkmode__21" style="-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;color: rgba(0, 0, 0, 0.9);font-size: 17px;font-family: mp-quote, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height: 1.6;letter-spacing: 0.034em;font-style: normal;font-weight: normal;">坚持免费查询 | 追求数据革新</span></p><p style="-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;clear: both;min-height: 1em;color: rgba(0, 0, 0, 0.9);font-family: &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;font-size: 17px;font-style: normal;font-variant-ligatures: normal;font-variant-caps: normal;font-weight: 400;letter-spacing: 0.544px;orphans: 2;text-indent: 0px;text-transform: none;widows: 2;word-spacing: 0px;-webkit-text-stroke-width: 0px;white-space: normal;text-decoration-thickness: initial;text-decoration-style: initial;text-decoration-color: initial;background-color: rgb(255, 255, 255);text-align: center;"><span leaf="" class="js_darkmode__22" style="-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;color: rgba(0, 0, 0, 0.9);font-size: 17px;font-family: mp-quote, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height: 1.6;letter-spacing: 0.034em;font-style: normal;font-weight: normal;">RapidDNS  | 打造全球顶尖DNS数据库</span></p><p style="display: none;"><mp-style-type data-value="3"></mp-style-type></p>



<p><a href="2247485823">阅读原文</a></p>
<p><a href="https://wechat2rss.xlab.app/link-proxy/?k=abe57567&amp;r=1&amp;u=https%3A%2F%2Fmp.weixin.qq.com%2Fs%3F__biz%3DMzg4NDU0ODMxOQ%3D%3D%26mid%3D2247485823%26idx%3D1%26sn%3D6c4ab465993fcdf4460dbb27432afa2b">跳转微信打开</a></p>
]]></content:encoded>
      <pubDate>Mon, 11 Aug 2025 08:45:00 +0800</pubDate>
    </item>
    <item>
      <title>RapidDNS 数据更新服务 2025-08-01 更新</title>
      <link>https://mp.weixin.qq.com/s?__biz=Mzg4NDU0ODMxOQ==&amp;mid=2247485813&amp;idx=1&amp;sn=9d8dcc8048b87d53965ca1a3da170b51</link>
      <description>大家好，我是老白！自研数据更新系统已开发测试，每周一8：45准时通过本公众号推送最新DNS解析包（A/AAAA/CNAME/MX记录），助您高效追踪网络资产动态！</description>
      <content:encoded><![CDATA[<p>
原创 <span>老白</span> <span>2025-08-04 08:45</span> <span style="display: inline-block;">北京</span>
</p>




<p>
<img src="https://wechat2rss.xlab.app/img-proxy/?k=71a7084b&amp;u=https%3A%2F%2Fmmbiz.qpic.cn%2Fmmbiz_jpg%2FSYxbvhekRGefIPHujj2nKyWAPBtLe1nn0dDL40vkoiaqGcUzK1iayGWRDlGKicMtPOcMhqSNog2JHWvDEyKnvGRZA%2F0%3Fwx_fmt%3Djpeg"/>
</p>


<p data-pm-slice="0 0 []" style="-webkit-tap-highlight-color: transparent;margin: 0px 0px 24px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;clear: both;min-height: 1em;color: rgba(0, 0, 0, 0.9);font-family: &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;font-size: 17px;font-style: normal;font-variant-ligatures: normal;font-variant-caps: normal;font-weight: 400;letter-spacing: 0.544px;orphans: 2;text-align: justify;text-indent: 0px;text-transform: none;widows: 2;word-spacing: 0px;-webkit-text-stroke-width: 0px;white-space: normal;background-color: rgb(255, 255, 255);text-decoration-thickness: initial;text-decoration-style: initial;text-decoration-color: initial;visibility: visible;"><span leaf="" class="js_darkmode__0" style="-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;color: rgba(0, 0, 0, 0.9);font-size: 17px;font-family: mp-quote, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height: 1.6;letter-spacing: 0.034em;font-style: normal;font-weight: normal;visibility: visible;">大家好，我是老白！自研数据更新系统已开发测试，每周一8：45准时通过本公众号推送最新DNS解析包（A/AAAA/CNAME/MX记录），助您高效追踪网络资产动态！此次更新采用全新的测试下载尝试。欢迎大家下载测试反馈。</span></p><p style="-webkit-tap-highlight-color: transparent;margin: 0px 0px 24px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;clear: both;min-height: 1em;color: rgba(0, 0, 0, 0.9);font-family: &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;font-size: 17px;font-style: normal;font-variant-ligatures: normal;font-variant-caps: normal;font-weight: 400;letter-spacing: 0.544px;orphans: 2;text-align: justify;text-indent: 0px;text-transform: none;widows: 2;word-spacing: 0px;-webkit-text-stroke-width: 0px;white-space: normal;background-color: rgb(255, 255, 255);text-decoration-thickness: initial;text-decoration-style: initial;text-decoration-color: initial;visibility: visible;"><span leaf="" class="js_darkmode__2" style="-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;color: rgba(0, 0, 0, 0.9);font-size: 17px;font-family: mp-quote, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height: 1.6;letter-spacing: 0.034em;font-style: normal;font-weight: normal;visibility: visible;">发布时间：每周一上午8点45分</span></p><p style="-webkit-tap-highlight-color: transparent;margin: 0px 0px 24px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;clear: both;min-height: 1em;color: rgba(0, 0, 0, 0.9);font-family: &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;font-size: 17px;font-style: normal;font-variant-ligatures: normal;font-variant-caps: normal;font-weight: 400;letter-spacing: 0.544px;orphans: 2;text-align: justify;text-indent: 0px;text-transform: none;widows: 2;word-spacing: 0px;-webkit-text-stroke-width: 0px;white-space: normal;background-color: rgb(255, 255, 255);text-decoration-thickness: initial;text-decoration-style: initial;text-decoration-color: initial;visibility: visible;"><span leaf="" class="js_darkmode__3" style="-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;color: rgba(0, 0, 0, 0.9);font-size: 17px;font-family: mp-quote, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height: 1.6;letter-spacing: 0.034em;font-style: normal;font-weight: normal;visibility: visible;">发布渠道：本公众账号</span></p><p style="-webkit-tap-highlight-color: transparent;margin: 0px 0px 24px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;clear: both;min-height: 1em;color: rgba(0, 0, 0, 0.9);font-family: &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;font-size: 17px;font-style: normal;font-variant-ligatures: normal;font-variant-caps: normal;font-weight: 400;letter-spacing: 0.544px;orphans: 2;text-align: justify;text-indent: 0px;text-transform: none;widows: 2;word-spacing: 0px;-webkit-text-stroke-width: 0px;white-space: normal;background-color: rgb(255, 255, 255);text-decoration-thickness: initial;text-decoration-style: initial;text-decoration-color: initial;visibility: visible;"><span leaf="" class="js_darkmode__4" style="-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;color: rgba(0, 0, 0, 0.9);font-size: 17px;font-family: mp-quote, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height: 1.6;letter-spacing: 0.034em;font-style: normal;font-weight: normal;visibility: visible;">发布数据类型：A、AAAA、CNAME、MX 4种记录类型。</span></p><p style="-webkit-tap-highlight-color: transparent;margin: 0px 0px 24px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;clear: both;min-height: 1em;color: rgba(0, 0, 0, 0.9);font-family: &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;font-size: 17px;font-style: normal;font-variant-ligatures: normal;font-variant-caps: normal;font-weight: 400;letter-spacing: 0.544px;orphans: 2;text-align: justify;text-indent: 0px;text-transform: none;widows: 2;word-spacing: 0px;-webkit-text-stroke-width: 0px;white-space: normal;background-color: rgb(255, 255, 255);text-decoration-thickness: initial;text-decoration-style: initial;text-decoration-color: initial;visibility: visible;"><span leaf="" class="js_darkmode__5" style="-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;color: rgba(0, 0, 0, 0.9);font-size: 17px;font-family: mp-quote, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height: 1.6;letter-spacing: 0.034em;font-style: normal;font-weight: normal;visibility: visible;">下载方式：RapidDNS网站。</span></p><p style="-webkit-tap-highlight-color: transparent;margin: 0px 0px 24px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;clear: both;min-height: 1em;color: rgba(0, 0, 0, 0.9);font-family: &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;font-size: 17px;font-style: normal;font-variant-ligatures: normal;font-variant-caps: normal;font-weight: 400;letter-spacing: 0.544px;orphans: 2;text-align: justify;text-indent: 0px;text-transform: none;widows: 2;word-spacing: 0px;-webkit-text-stroke-width: 0px;white-space: normal;background-color: rgb(255, 255, 255);text-decoration-thickness: initial;text-decoration-style: initial;text-decoration-color: initial;visibility: visible;"><span leaf="" class="js_darkmode__6" style="-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;color: rgba(0, 0, 0, 0.9);font-size: 17px;font-family: mp-quote, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height: 1.6;letter-spacing: 0.034em;font-style: normal;font-weight: normal;visibility: visible;">测试阶段截止时间：2025年8月11日。</span></p><p style="-webkit-tap-highlight-color: transparent;margin: 0px 0px 24px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;clear: both;min-height: 1em;color: rgba(0, 0, 0, 0.9);font-family: &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;font-size: 17px;font-style: normal;font-variant-ligatures: normal;font-variant-caps: normal;font-weight: 400;letter-spacing: 0.544px;orphans: 2;text-align: justify;text-indent: 0px;text-transform: none;widows: 2;word-spacing: 0px;-webkit-text-stroke-width: 0px;white-space: normal;background-color: rgb(255, 255, 255);text-decoration-thickness: initial;text-decoration-style: initial;text-decoration-color: initial;visibility: visible;"><span leaf="" class="js_darkmode__7" style="-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;color: rgba(0, 0, 0, 0.9);font-size: 17px;font-family: mp-quote, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height: 1.6;letter-spacing: 0.034em;font-style: normal;font-weight: normal;visibility: visible;">数据源：自研系统解析。</span></p><p style="-webkit-tap-highlight-color: transparent;margin: 0px 0px 24px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;clear: both;min-height: 1em;color: rgba(0, 0, 0, 0.9);font-family: &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;font-size: 17px;font-style: normal;font-variant-ligatures: normal;font-variant-caps: normal;font-weight: 400;letter-spacing: 0.544px;orphans: 2;text-align: justify;text-indent: 0px;text-transform: none;widows: 2;word-spacing: 0px;-webkit-text-stroke-width: 0px;white-space: normal;background-color: rgb(255, 255, 255);text-decoration-thickness: initial;text-decoration-style: initial;text-decoration-color: initial;visibility: visible;"><span leaf="" class="js_darkmode__8" style="-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;color: rgba(0, 0, 0, 0.9);font-size: 17px;font-family: mp-quote, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height: 1.6;letter-spacing: 0.034em;font-style: normal;font-weight: normal;visibility: visible;"><span textstyle="" style="font-weight: bold;">本次数据更新下载地址：</span></span></p><div><p><span leaf="" data-pm-slice="1 1 [&#34;para&#34;,{&#34;tagName&#34;:&#34;p&#34;,&#34;attributes&#34;:{},&#34;namespaceURI&#34;:&#34;http://www.w3.org/1999/xhtml&#34;}]"><a href="https://rapiddns-1256175228.cos.ap-beijing.myqcloud.com/20250801/" target="_blank">https://rapiddns-1256175228.cos.ap-beijing.myqcloud.com/20250801/</a></span><span leaf="">all_a_t2016613446b20_20250801.tar.gz</span></p><p><span leaf="" data-pm-slice="1 1 [&#34;para&#34;,{&#34;tagName&#34;:&#34;section&#34;,&#34;attributes&#34;:{},&#34;namespaceURI&#34;:&#34;http://www.w3.org/1999/xhtml&#34;},&#34;para&#34;,{&#34;tagName&#34;:&#34;p&#34;,&#34;attributes&#34;:{},&#34;namespaceURI&#34;:&#34;http://www.w3.org/1999/xhtml&#34;}]"><a href="https://rapiddns-1256175228.cos.ap-beijing.myqcloud.com/20250801/" target="_blank">https://rapiddns-1256175228.cos.ap-beijing.myqcloud.com/20250801/</a></span><span leaf="">all_aaaa_t2016613446b20_20250801.tar.gz</span></p><p><span leaf=""><br/></span></p></div><p><span leaf="" data-pm-slice="1 1 [&#34;para&#34;,{&#34;tagName&#34;:&#34;section&#34;,&#34;attributes&#34;:{},&#34;namespaceURI&#34;:&#34;http://www.w3.org/1999/xhtml&#34;},&#34;para&#34;,{&#34;tagName&#34;:&#34;p&#34;,&#34;attributes&#34;:{},&#34;namespaceURI&#34;:&#34;http://www.w3.org/1999/xhtml&#34;}]"><a href="https://rapiddns-1256175228.cos.ap-beijing.myqcloud.com/20250801/" target="_blank">https://rapiddns-1256175228.cos.ap-beijing.myqcloud.com/20250801/</a></span><span leaf="">all_cname_t2016613446b20_20250801.tar.gz</span></p><p><span leaf=""><a href="https://rapiddns-1256175228.cos.ap-beijing.myqcloud.com/20250801/" target="_blank">https://rapiddns-1256175228.cos.ap-beijing.myqcloud.com/20250801/</a></span><span leaf="">all_mx_t2016613446b20_20250801.tar.gz</span><span leaf=""><br/></span></p><p><span leaf="" data-pm-slice="1 1 [&#34;para&#34;,{&#34;tagName&#34;:&#34;section&#34;,&#34;attributes&#34;:{},&#34;namespaceURI&#34;:&#34;http://www.w3.org/1999/xhtml&#34;},&#34;para&#34;,{&#34;tagName&#34;:&#34;p&#34;,&#34;attributes&#34;:{},&#34;namespaceURI&#34;:&#34;http://www.w3.org/1999/xhtml&#34;}]"><a href="https://rapiddns-1256175228.cos.ap-beijing.myqcloud.com/20250801/hashes.txt" target="_blank">https://rapiddns-1256175228.cos.ap-beijing.myqcloud.com/20250801/hashes.txt</a></span></p><p><span leaf="">此次更新新增加hashes.txt 文件，用于文件下载校验，校验采用SHA256SUM ，这里要衷心的感谢</span><span style="color: rgb(26, 27, 28);font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;PingFang SC&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;font-size: 14px;font-style: normal;font-variant-ligatures: normal;font-variant-caps: normal;font-weight: 400;letter-spacing: normal;orphans: 2;text-align: start;text-indent: 0px;text-transform: none;widows: 2;word-spacing: 0px;-webkit-text-stroke-width: 0px;background-color: rgb(255, 255, 255);text-decoration-thickness: initial;text-decoration-style: initial;text-decoration-color: initial;display: inline !important;float: none;" data-pm-slice="0 0 []"><span leaf=""><span textstyle="" style="font-size: 17px;font-weight: bold;">灵心草 </span><span textstyle="" style="font-weight: normal;">的建议。</span></span></span></p><p style="-webkit-tap-highlight-color: transparent;margin: 0px 0px 24px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;clear: both;min-height: 1em;color: rgba(0, 0, 0, 0.9);font-family: &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;font-size: 17px;font-style: normal;font-variant-ligatures: normal;font-variant-caps: normal;font-weight: 400;letter-spacing: 0.544px;orphans: 2;text-align: justify;text-indent: 0px;text-transform: none;widows: 2;word-spacing: 0px;-webkit-text-stroke-width: 0px;white-space: normal;background-color: rgb(255, 255, 255);text-decoration-thickness: initial;text-decoration-style: initial;text-decoration-color: initial;visibility: visible;"><span leaf="" data-pm-slice="1 1 [&#34;para&#34;,{&#34;tagName&#34;:&#34;p&#34;,&#34;attributes&#34;:{&#34;style&#34;:null},&#34;namespaceURI&#34;:&#34;http://www.w3.org/1999/xhtml&#34;}]" style="-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;color: rgba(0, 0, 0, 0.9);font-size: 17px;font-family: mp-quote, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height: 1.6;letter-spacing: 0.034em;font-style: normal;font-weight: normal;visibility: visible;"><span textstyle="" style="font-weight: bold;">往期下载地址：</span></span></p><p style="-webkit-tap-highlight-color: transparent;margin: 0px 0px 24px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;clear: both;min-height: 1em;color: rgba(0, 0, 0, 0.9);font-family: &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;font-size: 17px;font-style: normal;font-variant-ligatures: normal;font-variant-caps: normal;font-weight: 400;letter-spacing: 0.544px;orphans: 2;text-align: justify;text-indent: 0px;text-transform: none;widows: 2;word-spacing: 0px;-webkit-text-stroke-width: 0px;white-space: normal;background-color: rgb(255, 255, 255);text-decoration-thickness: initial;text-decoration-style: initial;text-decoration-color: initial;visibility: visible;"><span leaf="" data-pm-slice="1 1 [&#34;para&#34;,{&#34;tagName&#34;:&#34;p&#34;,&#34;attributes&#34;:{&#34;style&#34;:null},&#34;namespaceURI&#34;:&#34;http://www.w3.org/1999/xhtml&#34;}]" style="-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;color: rgba(0, 0, 0, 0.9);font-size: 17px;font-family: mp-quote, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height: 1.6;letter-spacing: 0.034em;font-style: normal;font-weight: normal;visibility: visible;"><span textstyle="" style="font-weight: normal;">20250727 下载</span></span></p><p style="-webkit-tap-highlight-color: transparent;margin: 0px 0px 24px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;clear: both;min-height: 1em;color: rgba(0, 0, 0, 0.9);font-family: &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;font-size: 17px;font-style: normal;font-variant-ligatures: normal;font-variant-caps: normal;font-weight: 400;letter-spacing: 0.544px;orphans: 2;text-align: justify;text-indent: 0px;text-transform: none;widows: 2;word-spacing: 0px;-webkit-text-stroke-width: 0px;white-space: normal;background-color: rgb(255, 255, 255);text-decoration-thickness: initial;text-decoration-style: initial;text-decoration-color: initial;visibility: visible;" data-pm-slice="3 2 []"><span leaf="" data-pm-slice="1 1 [&#34;para&#34;,{&#34;tagName&#34;:&#34;p&#34;,&#34;attributes&#34;:{},&#34;namespaceURI&#34;:&#34;http://www.w3.org/1999/xhtml&#34;}]"><a href="https://rapiddns-1256175228.cos.ap-beijing.myqcloud.com" target="_blank">https://rapiddns-1256175228.cos.ap-beijing.myqcloud.com</a></span><span data-pm-slice="0 0 []" style="-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;visibility: visible;"><span leaf="" style="-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;color: rgba(0, 0, 0, 0.9);font-size: 17px;font-family: mp-quote, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height: 1.6;letter-spacing: 0.034em;font-style: normal;font-weight: normal;visibility: visible;">/20250727/all_aaaa_t6199919138f870_20250727.tar.gz</span><span style="-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;visibility: visible;"></span></span><span leaf="" style="-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;visibility: visible;"><br/></span></p><p style="-webkit-tap-highlight-color: transparent;margin: 0px 0px 24px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;clear: both;min-height: 1em;color: rgba(0, 0, 0, 0.9);font-family: &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;font-size: 17px;font-style: normal;font-variant-ligatures: normal;font-variant-caps: normal;font-weight: 400;letter-spacing: 0.544px;orphans: 2;text-align: justify;text-indent: 0px;text-transform: none;widows: 2;word-spacing: 0px;-webkit-text-stroke-width: 0px;white-space: normal;background-color: rgb(255, 255, 255);text-decoration-thickness: initial;text-decoration-style: initial;text-decoration-color: initial;visibility: visible;" data-pm-slice="3 2 []"><span leaf="" style="-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;visibility: visible;"><br/></span><span leaf="" data-pm-slice="1 1 [&#34;para&#34;,{&#34;tagName&#34;:&#34;p&#34;,&#34;attributes&#34;:{},&#34;namespaceURI&#34;:&#34;http://www.w3.org/1999/xhtml&#34;}]"><a href="https://rapiddns-1256175228.cos.ap-beijing.myqcloud.com" target="_blank">https://rapiddns-1256175228.cos.ap-beijing.myqcloud.com</a></span><span leaf="" style="-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;color: rgba(0, 0, 0, 0.9);font-size: 17px;font-family: mp-quote, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height: 1.6;letter-spacing: 0.034em;font-style: normal;font-weight: normal;visibility: visible;">/20250727/all_a_t6199919138f870_20250727.tar.gz</span><span style="-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;visibility: visible;"></span><span leaf="" style="-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;visibility: visible;"><br/></span></p><p style="-webkit-tap-highlight-color: transparent;margin: 0px 0px 24px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;clear: both;min-height: 1em;color: rgba(0, 0, 0, 0.9);font-family: &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;font-size: 17px;font-style: normal;font-variant-ligatures: normal;font-variant-caps: normal;font-weight: 400;letter-spacing: 0.544px;orphans: 2;text-align: justify;text-indent: 0px;text-transform: none;widows: 2;word-spacing: 0px;-webkit-text-stroke-width: 0px;white-space: normal;background-color: rgb(255, 255, 255);text-decoration-thickness: initial;text-decoration-style: initial;text-decoration-color: initial;visibility: visible;" data-pm-slice="3 2 []"><span leaf="" style="-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;visibility: visible;"><br/></span><span leaf="" data-pm-slice="1 1 [&#34;para&#34;,{&#34;tagName&#34;:&#34;p&#34;,&#34;attributes&#34;:{},&#34;namespaceURI&#34;:&#34;http://www.w3.org/1999/xhtml&#34;}]"><a href="https://rapiddns-1256175228.cos.ap-beijing.myqcloud.com" target="_blank">https://rapiddns-1256175228.cos.ap-beijing.myqcloud.com</a></span><span leaf="" style="-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;color: rgba(0, 0, 0, 0.9);font-size: 17px;font-family: mp-quote, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height: 1.6;letter-spacing: 0.034em;font-style: normal;font-weight: normal;visibility: visible;">/20250727/all_cname_t6199919138f870_20250727.tar.gz</span><span style="-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;visibility: visible;"></span><span leaf="" style="-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;visibility: visible;"><br/></span></p><p style="-webkit-tap-highlight-color: transparent;margin: 0px 0px 24px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;clear: both;min-height: 1em;color: rgba(0, 0, 0, 0.9);font-family: &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;font-size: 17px;font-style: normal;font-variant-ligatures: normal;font-variant-caps: normal;font-weight: 400;letter-spacing: 0.544px;orphans: 2;text-align: justify;text-indent: 0px;text-transform: none;widows: 2;word-spacing: 0px;-webkit-text-stroke-width: 0px;white-space: normal;background-color: rgb(255, 255, 255);text-decoration-thickness: initial;text-decoration-style: initial;text-decoration-color: initial;visibility: visible;" data-pm-slice="3 2 []"><span leaf="" style="-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;visibility: visible;"><br/></span><span leaf="" data-pm-slice="1 1 [&#34;para&#34;,{&#34;tagName&#34;:&#34;p&#34;,&#34;attributes&#34;:{},&#34;namespaceURI&#34;:&#34;http://www.w3.org/1999/xhtml&#34;}]"><a href="https://rapiddns-1256175228.cos.ap-beijing.myqcloud.com" target="_blank">https://rapiddns-1256175228.cos.ap-beijing.myqcloud.com</a></span><span leaf="" style="-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;color: rgba(0, 0, 0, 0.9);font-size: 17px;font-family: mp-quote, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height: 1.6;letter-spacing: 0.034em;font-style: normal;font-weight: normal;visibility: visible;">/20250727/all_mx_t6199919138f870_20250727.tar.gz</span></p><p style="-webkit-tap-highlight-color: transparent;margin: 0px 0px 24px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;clear: both;min-height: 1em;color: rgba(0, 0, 0, 0.9);font-family: &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;font-size: 17px;font-style: normal;font-variant-ligatures: normal;font-variant-caps: normal;font-weight: 400;letter-spacing: 0.544px;orphans: 2;text-align: justify;text-indent: 0px;text-transform: none;widows: 2;word-spacing: 0px;-webkit-text-stroke-width: 0px;white-space: normal;background-color: rgb(255, 255, 255);text-decoration-thickness: initial;text-decoration-style: initial;text-decoration-color: initial;visibility: visible;"><span leaf="" style="-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;visibility: visible;"><span textstyle="" style="font-weight: normal;">20250721下载</span></span></p><p style="-webkit-tap-highlight-color: transparent;margin: 0px 0px 24px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;clear: both;min-height: 1em;color: rgba(0, 0, 0, 0.9);font-family: &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;font-size: 17px;font-style: normal;font-variant-ligatures: normal;font-variant-caps: normal;font-weight: 400;letter-spacing: 0.544px;orphans: 2;text-align: justify;text-indent: 0px;text-transform: none;widows: 2;word-spacing: 0px;-webkit-text-stroke-width: 0px;white-space: normal;background-color: rgb(255, 255, 255);text-decoration-thickness: initial;text-decoration-style: initial;text-decoration-color: initial;visibility: visible;"><span leaf="" style="-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;color: rgba(0, 0, 0, 0.9);font-size: 17px;font-family: mp-quote, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height: 1.6;letter-spacing: 0.034em;font-style: normal;font-weight: normal;visibility: visible;"><a href="https://pan.baidu.com/s/1IG4YAEm8WBn8Piw0YXyIgw?pwd=k6f2" target="_blank">https://pan.baidu.com/s/1IG4YAEm8WBn8Piw0YXyIgw?pwd=k6f2</a></span></p><p style="-webkit-tap-highlight-color: transparent;margin: 0px 0px 24px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;clear: both;min-height: 1em;color: rgba(0, 0, 0, 0.9);font-family: &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;font-size: 17px;font-style: normal;font-variant-ligatures: normal;font-variant-caps: normal;font-weight: 400;letter-spacing: 0.544px;orphans: 2;text-align: justify;text-indent: 0px;text-transform: none;widows: 2;word-spacing: 0px;-webkit-text-stroke-width: 0px;white-space: normal;background-color: rgb(255, 255, 255);text-decoration-thickness: initial;text-decoration-style: initial;text-decoration-color: initial;visibility: visible;"><span leaf="" style="-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;color: rgba(0, 0, 0, 0.9);font-size: 17px;font-family: mp-quote, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height: 1.6;letter-spacing: 0.034em;font-style: normal;font-weight: normal;visibility: visible;">提取码: k6f2 </span></p><p style="-webkit-tap-highlight-color: transparent;margin: 0px 0px 24px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;clear: both;min-height: 1em;color: rgba(0, 0, 0, 0.9);font-family: &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;font-size: 17px;font-style: normal;font-variant-ligatures: normal;font-variant-caps: normal;font-weight: 400;letter-spacing: 0.544px;orphans: 2;text-align: justify;text-indent: 0px;text-transform: none;widows: 2;word-spacing: 0px;-webkit-text-stroke-width: 0px;white-space: normal;background-color: rgb(255, 255, 255);text-decoration-thickness: initial;text-decoration-style: initial;text-decoration-color: initial;visibility: visible;"><span leaf="" style="-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;color: rgba(0, 0, 0, 0.9);font-size: 17px;font-family: mp-quote, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height: 1.6;letter-spacing: 0.034em;font-style: normal;font-weight: normal;visibility: visible;">20250701下载</span></p><p style="-webkit-tap-highlight-color: transparent;margin: 0px 0px 24px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;clear: both;min-height: 1em;color: rgba(0, 0, 0, 0.9);font-family: &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;font-size: 17px;font-style: normal;font-variant-ligatures: normal;font-variant-caps: normal;font-weight: 400;letter-spacing: 0.544px;orphans: 2;text-align: justify;text-indent: 0px;text-transform: none;widows: 2;word-spacing: 0px;-webkit-text-stroke-width: 0px;white-space: normal;background-color: rgb(255, 255, 255);text-decoration-thickness: initial;text-decoration-style: initial;text-decoration-color: initial;visibility: visible;"><span data-pm-slice="0 0 []" style="-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;visibility: visible;"><span leaf="" class="js_darkmode__9" style="-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;color: rgba(0, 0, 0, 0.9);font-size: 17px;font-family: mp-quote, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height: 1.6;letter-spacing: 0.034em;font-style: normal;font-weight: normal;visibility: visible;"><a href="https://pan.baidu.com/s/1wq2mK55ev4MyAj7UQrCwjg?pwd=5ntj " target="_blank">https://pan.baidu.com/s/1wq2mK55ev4MyAj7UQrCwjg?pwd=5ntj </a></span></span></p><p style="-webkit-tap-highlight-color: transparent;margin: 0px 0px 24px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;clear: both;min-height: 1em;color: rgba(0, 0, 0, 0.9);font-family: &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;font-size: 17px;font-style: normal;font-variant-ligatures: normal;font-variant-caps: normal;font-weight: 400;letter-spacing: 0.544px;orphans: 2;text-align: justify;text-indent: 0px;text-transform: none;widows: 2;word-spacing: 0px;-webkit-text-stroke-width: 0px;white-space: normal;background-color: rgb(255, 255, 255);text-decoration-thickness: initial;text-decoration-style: initial;text-decoration-color: initial;"><span data-pm-slice="0 0 []" style="-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;"><span leaf="" class="js_darkmode__9" style="-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;color: rgba(0, 0, 0, 0.9);font-size: 17px;font-family: mp-quote, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height: 1.6;letter-spacing: 0.034em;font-style: normal;font-weight: normal;">提取码: 5ntj</span></span></p><p style="-webkit-tap-highlight-color: transparent;margin: 0px 0px 24px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;clear: both;min-height: 1em;color: rgba(0, 0, 0, 0.9);font-family: &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;font-size: 17px;font-style: normal;font-variant-ligatures: normal;font-variant-caps: normal;font-weight: 400;letter-spacing: 0.544px;orphans: 2;text-align: justify;text-indent: 0px;text-transform: none;widows: 2;word-spacing: 0px;-webkit-text-stroke-width: 0px;white-space: normal;background-color: rgb(255, 255, 255);text-decoration-thickness: initial;text-decoration-style: initial;text-decoration-color: initial;"><span data-pm-slice="0 0 []" style="-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;"><span leaf="" class="js_darkmode__10" style="-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;color: rgba(0, 0, 0, 0.9);font-size: 17px;font-family: mp-quote, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height: 1.6;letter-spacing: 0.034em;font-style: normal;font-weight: normal;">20250713下载</span></span></p><p style="-webkit-tap-highlight-color: transparent;margin: 0px 0px 24px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;clear: both;min-height: 1em;color: rgba(0, 0, 0, 0.9);font-family: &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;font-size: 17px;font-style: normal;font-variant-ligatures: normal;font-variant-caps: normal;font-weight: 400;letter-spacing: 0.544px;orphans: 2;text-align: justify;text-indent: 0px;text-transform: none;widows: 2;word-spacing: 0px;-webkit-text-stroke-width: 0px;white-space: normal;background-color: rgb(255, 255, 255);text-decoration-thickness: initial;text-decoration-style: initial;text-decoration-color: initial;"><span data-pm-slice="0 0 []" style="-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;"><span data-pm-slice="0 0 []" style="-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;"><span leaf="" class="js_darkmode__11" style="-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;color: rgba(0, 0, 0, 0.9);font-size: 17px;font-family: mp-quote, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height: 1.6;letter-spacing: 0.034em;font-style: normal;font-weight: normal;"><a href="https://pan.baidu.com/s/1Fo-x3scbQEKJd73RN1ncbQ?pwd=t5xb " target="_blank">https://pan.baidu.com/s/1Fo-x3scbQEKJd73RN1ncbQ?pwd=t5xb </a></span></span></span></p><p style="-webkit-tap-highlight-color: transparent;margin: 0px 0px 24px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;clear: both;min-height: 1em;color: rgba(0, 0, 0, 0.9);font-family: &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;font-size: 17px;font-style: normal;font-variant-ligatures: normal;font-variant-caps: normal;font-weight: 400;letter-spacing: 0.544px;orphans: 2;text-align: justify;text-indent: 0px;text-transform: none;widows: 2;word-spacing: 0px;-webkit-text-stroke-width: 0px;white-space: normal;background-color: rgb(255, 255, 255);text-decoration-thickness: initial;text-decoration-style: initial;text-decoration-color: initial;"><span data-pm-slice="0 0 []" style="-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;"><span data-pm-slice="0 0 []" style="-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;"><span leaf="" class="js_darkmode__11" style="-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;color: rgba(0, 0, 0, 0.9);font-size: 17px;font-family: mp-quote, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height: 1.6;letter-spacing: 0.034em;font-style: normal;font-weight: normal;">提取码: t5xb</span></span></span></p><p style="-webkit-tap-highlight-color: transparent;margin: 0px 0px 24px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;clear: both;min-height: 1em;color: rgba(0, 0, 0, 0.9);font-family: &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;font-size: 17px;font-style: normal;font-variant-ligatures: normal;font-variant-caps: normal;font-weight: 400;letter-spacing: 0.544px;orphans: 2;text-align: justify;text-indent: 0px;text-transform: none;widows: 2;word-spacing: 0px;-webkit-text-stroke-width: 0px;white-space: normal;background-color: rgb(255, 255, 255);text-decoration-thickness: initial;text-decoration-style: initial;text-decoration-color: initial;"><span leaf="" class="js_darkmode__10" style="-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;color: rgba(0, 0, 0, 0.9);font-size: 17px;font-family: mp-quote, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height: 1.6;letter-spacing: 0.034em;font-style: normal;font-weight: normal;">注：针对下载更新数据，如有任何问题欢迎交流反馈。</span></p><p style="-webkit-tap-highlight-color: transparent;margin: 0px 0px 24px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;clear: both;min-height: 1em;color: rgba(0, 0, 0, 0.9);font-family: &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;font-size: 17px;font-style: normal;font-variant-ligatures: normal;font-variant-caps: normal;font-weight: 400;letter-spacing: 0.544px;orphans: 2;text-align: justify;text-indent: 0px;text-transform: none;widows: 2;word-spacing: 0px;-webkit-text-stroke-width: 0px;white-space: normal;background-color: rgb(255, 255, 255);text-decoration-thickness: initial;text-decoration-style: initial;text-decoration-color: initial;"><span leaf="" class="js_darkmode__12" style="-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;color: rgba(0, 0, 0, 0.9);font-size: 17px;font-family: mp-quote, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height: 1.6;letter-spacing: 0.034em;font-style: normal;font-weight: normal;"><span textstyle="" style="font-weight: bold;">另外本站全量数据长久出售对外开启。欢迎添加微信号 binghe346483 咨询购买。</span></span></p><p style="-webkit-tap-highlight-color: transparent;margin: 0px 0px 24px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;clear: both;min-height: 1em;color: rgba(0, 0, 0, 0.9);font-family: &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;font-size: 17px;font-style: normal;font-variant-ligatures: normal;font-variant-caps: normal;font-weight: 400;letter-spacing: 0.544px;orphans: 2;text-align: justify;text-indent: 0px;text-transform: none;widows: 2;word-spacing: 0px;-webkit-text-stroke-width: 0px;white-space: normal;background-color: rgb(255, 255, 255);text-decoration-thickness: initial;text-decoration-style: initial;text-decoration-color: initial;"><span leaf="" class="js_darkmode__13" style="-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;color: rgba(0, 0, 0, 0.9);font-size: 17px;font-family: mp-quote, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height: 1.6;letter-spacing: 0.034em;font-style: normal;font-weight: normal;"><span textstyle="" style="font-weight: bold;">💡 历史全量包</span></span></p><p style="-webkit-tap-highlight-color: transparent;margin: 0px 0px 24px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;clear: both;min-height: 1em;color: rgba(0, 0, 0, 0.9);font-family: &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;font-size: 17px;font-style: normal;font-variant-ligatures: normal;font-variant-caps: normal;font-weight: 400;letter-spacing: 0.544px;orphans: 2;text-align: justify;text-indent: 0px;text-transform: none;widows: 2;word-spacing: 0px;-webkit-text-stroke-width: 0px;white-space: normal;background-color: rgb(255, 255, 255);text-decoration-thickness: initial;text-decoration-style: initial;text-decoration-color: initial;"><span leaf="" class="js_darkmode__14" style="-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;color: rgba(0, 0, 0, 0.9);font-size: 17px;font-family: mp-quote, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height: 1.6;letter-spacing: 0.034em;font-style: normal;font-weight: normal;">定位：一次性获取截至购买日的完整DNS数据库。</span></p><p style="-webkit-tap-highlight-color: transparent;margin: 0px 0px 24px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;clear: both;min-height: 1em;color: rgba(0, 0, 0, 0.9);font-family: &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;font-size: 17px;font-style: normal;font-variant-ligatures: normal;font-variant-caps: normal;font-weight: 400;letter-spacing: 0.544px;orphans: 2;text-align: justify;text-indent: 0px;text-transform: none;widows: 2;word-spacing: 0px;-webkit-text-stroke-width: 0px;white-space: normal;background-color: rgb(255, 255, 255);text-decoration-thickness: initial;text-decoration-style: initial;text-decoration-color: initial;"><span leaf="" class="js_darkmode__15" style="-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;color: rgba(0, 0, 0, 0.9);font-size: 17px;font-family: mp-quote, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height: 1.6;letter-spacing: 0.034em;font-style: normal;font-weight: normal;">数据量：数据截止日期2025年7月1日。</span></p><p style="-webkit-tap-highlight-color: transparent;margin: 0px 0px 24px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;clear: both;min-height: 1em;color: rgba(0, 0, 0, 0.9);font-family: &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;font-size: 17px;font-style: normal;font-variant-ligatures: normal;font-variant-caps: normal;font-weight: 400;letter-spacing: 0.544px;orphans: 2;text-align: justify;text-indent: 0px;text-transform: none;widows: 2;word-spacing: 0px;-webkit-text-stroke-width: 0px;white-space: normal;background-color: rgb(255, 255, 255);text-decoration-thickness: initial;text-decoration-style: initial;text-decoration-color: initial;"><span leaf="" class="js_darkmode__16" style="-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;color: rgba(0, 0, 0, 0.9);font-size: 17px;font-family: mp-quote, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height: 1.6;letter-spacing: 0.034em;font-style: normal;font-weight: normal;">价格：<span textstyle="" style="font-weight: bold;">30,000元/份</span></span></p><p style="-webkit-tap-highlight-color: transparent;margin: 0px 0px 24px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;clear: both;min-height: 1em;color: rgba(0, 0, 0, 0.9);font-family: &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;font-size: 17px;font-style: normal;font-variant-ligatures: normal;font-variant-caps: normal;font-weight: 400;letter-spacing: 0.544px;orphans: 2;text-align: justify;text-indent: 0px;text-transform: none;widows: 2;word-spacing: 0px;-webkit-text-stroke-width: 0px;white-space: normal;background-color: rgb(255, 255, 255);text-decoration-thickness: initial;text-decoration-style: initial;text-decoration-color: initial;"><span leaf="" class="js_darkmode__18" style="-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;color: rgba(0, 0, 0, 0.9);font-size: 17px;font-family: mp-quote, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height: 1.6;letter-spacing: 0.034em;font-style: normal;font-weight: normal;"><span textstyle="" style="font-weight: bold;">🔔 您需要做的</span></span></p><p style="-webkit-tap-highlight-color: transparent;margin: 0px 0px 24px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;clear: both;min-height: 1em;color: rgba(0, 0, 0, 0.9);font-family: &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;font-size: 17px;font-style: normal;font-variant-ligatures: normal;font-variant-caps: normal;font-weight: 400;letter-spacing: 0.544px;orphans: 2;text-align: justify;text-indent: 0px;text-transform: none;widows: 2;word-spacing: 0px;-webkit-text-stroke-width: 0px;white-space: normal;background-color: rgb(255, 255, 255);text-decoration-thickness: initial;text-decoration-style: initial;text-decoration-color: initial;"><span leaf="" class="js_darkmode__19" style="-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;color: rgba(0, 0, 0, 0.9);font-size: 17px;font-family: mp-quote, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height: 1.6;letter-spacing: 0.034em;font-style: normal;font-weight: normal;">1️⃣ 立即扫码关注公众号 ↓（重要！所有链接仅此发布）</span></p><p style="-webkit-tap-highlight-color: transparent;margin: 0px 0px 24px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;clear: both;min-height: 1em;color: rgba(0, 0, 0, 0.9);font-family: &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;font-size: 17px;font-style: normal;font-variant-ligatures: normal;font-variant-caps: normal;font-weight: 400;letter-spacing: 0.544px;orphans: 2;text-align: justify;text-indent: 0px;text-transform: none;widows: 2;word-spacing: 0px;-webkit-text-stroke-width: 0px;white-space: normal;background-color: rgb(255, 255, 255);text-decoration-thickness: initial;text-decoration-style: initial;text-decoration-color: initial;"><span leaf="" class="js_darkmode__20" style="-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;color: rgba(0, 0, 0, 0.9);font-size: 17px;font-family: mp-quote, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height: 1.6;letter-spacing: 0.034em;font-style: normal;font-weight: normal;">2️⃣ 7月7日起：每周一查看公众号推文 获取下载链接</span></p><p style="text-align: center;" nodeleaf=""><img data-imgfileid="100002012" class="rich_pages wxw-img" data-ratio="1" data-s="300,640" data-type="jpeg" data-w="258" type="block" src="https://wechat2rss.xlab.app/img-proxy/?k=083652a9&amp;u=https%3A%2F%2Fmmbiz.qpic.cn%2Fmmbiz_jpg%2FSYxbvhekRGeQjpTCTFLNlzg4dLIBSxfdiaVwqFtxLEgC8rOpXtFsTdHGQZm2zA7buCCISoZ4zWmdoNFuRTn3qmw%2F640%3Fwx_fmt%3Djpeg"/></p><p data-pm-slice="0 0 []" style="-webkit-tap-highlight-color: transparent;margin: 0px 0px 24px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;clear: both;min-height: 1em;color: rgba(0, 0, 0, 0.9);font-family: &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;font-size: 17px;font-style: normal;font-variant-ligatures: normal;font-variant-caps: normal;font-weight: 400;letter-spacing: 0.544px;orphans: 2;text-indent: 0px;text-transform: none;widows: 2;word-spacing: 0px;-webkit-text-stroke-width: 0px;white-space: normal;background-color: rgb(255, 255, 255);text-decoration-thickness: initial;text-decoration-style: initial;text-decoration-color: initial;text-align: center;"><span leaf="" class="js_darkmode__21" style="-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;color: rgba(0, 0, 0, 0.9);font-size: 17px;font-family: mp-quote, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height: 1.6;letter-spacing: 0.034em;font-style: normal;font-weight: normal;">坚持免费查询 | 追求数据革新</span></p><p style="-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;clear: both;min-height: 1em;color: rgba(0, 0, 0, 0.9);font-family: &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;font-size: 17px;font-style: normal;font-variant-ligatures: normal;font-variant-caps: normal;font-weight: 400;letter-spacing: 0.544px;orphans: 2;text-indent: 0px;text-transform: none;widows: 2;word-spacing: 0px;-webkit-text-stroke-width: 0px;white-space: normal;background-color: rgb(255, 255, 255);text-decoration-thickness: initial;text-decoration-style: initial;text-decoration-color: initial;text-align: center;"><span leaf="" class="js_darkmode__22" style="-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;color: rgba(0, 0, 0, 0.9);font-size: 17px;font-family: mp-quote, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height: 1.6;letter-spacing: 0.034em;font-style: normal;font-weight: normal;">RapidDNS  | 打造全球顶尖DNS数据库</span></p><p style="display: none;"><mp-style-type data-value="3"></mp-style-type></p>



<p><a href="2247485813">阅读原文</a></p>
<p><a href="https://wechat2rss.xlab.app/link-proxy/?k=1a50edb8&amp;r=1&amp;u=https%3A%2F%2Fmp.weixin.qq.com%2Fs%3F__biz%3DMzg4NDU0ODMxOQ%3D%3D%26mid%3D2247485813%26idx%3D1%26sn%3D9d8dcc8048b87d53965ca1a3da170b51">跳转微信打开</a></p>
]]></content:encoded>
      <pubDate>Mon, 04 Aug 2025 08:45:00 +0800</pubDate>
    </item>
    <item>
      <title>RapidDNS 数据更新服务 2025-07-27 更新</title>
      <link>https://mp.weixin.qq.com/s?__biz=Mzg4NDU0ODMxOQ==&amp;mid=2247485809&amp;idx=1&amp;sn=4e197606c59c5e7bd4abddad2065549a</link>
      <description>大家好，我是老白！自研数据更新系统已开发测试，每周一8：45准时通过本公众号推送最新DNS解析包（A/AAAA/CNAME/MX记录），助您高效追踪网络资产动态！</description>
      <content:encoded><![CDATA[<p>
原创 <span>男人老白</span> <span>2025-07-28 08:45</span> <span style="display: inline-block;">北京</span>
</p>




<p>
<img src="https://wechat2rss.xlab.app/img-proxy/?k=33af21da&amp;u=https%3A%2F%2Fmmbiz.qpic.cn%2Fmmbiz_jpg%2FSYxbvhekRGdoGumV8j7vppzkvnwY3JKASoUw4TQicZWqf6fVzkVnSJuJibO7HLXdEL9I3yJD7Xfiaia4VhHaCj808Q%2F0%3Fwx_fmt%3Djpeg"/>
</p>


<p data-pm-slice="0 0 []"><span leaf="" class="js_darkmode__0" style="color:rgba(0, 0, 0, 0.9);font-size:17px;font-family:&#34;mp-quote&#34;, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height:1.6;letter-spacing:0.034em;font-style:normal;font-weight:normal;">大家好，我是老白！自研数据更新系统已开发测试，每周一8：45准时通过本公众号推送最新DNS解析包（A/AAAA/CNAME/MX记录），助您高效追踪网络资产动态！此次更新采用全新的测试下载尝试。欢迎大家下载测试反馈。</span></p><p><span leaf="" class="js_darkmode__2" style="color:rgba(0, 0, 0, 0.9);font-size:17px;font-family:&#34;mp-quote&#34;, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height:1.6;letter-spacing:0.034em;font-style:normal;font-weight:normal;">发布时间：每周一上午8点45分</span></p><p><span leaf="" class="js_darkmode__3" style="color:rgba(0, 0, 0, 0.9);font-size:17px;font-family:&#34;mp-quote&#34;, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height:1.6;letter-spacing:0.034em;font-style:normal;font-weight:normal;">发布渠道：本公众账号</span></p><p><span leaf="" class="js_darkmode__4" style="color:rgba(0, 0, 0, 0.9);font-size:17px;font-family:&#34;mp-quote&#34;, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height:1.6;letter-spacing:0.034em;font-style:normal;font-weight:normal;">发布数据类型：A、AAAA、CNAME、MX 4种记录类型。</span></p><p><span leaf="" class="js_darkmode__5" style="color:rgba(0, 0, 0, 0.9);font-size:17px;font-family:&#34;mp-quote&#34;, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height:1.6;letter-spacing:0.034em;font-style:normal;font-weight:normal;">下载方式：RapidDNS网站。</span></p><p><span leaf="" class="js_darkmode__6" style="color:rgba(0, 0, 0, 0.9);font-size:17px;font-family:&#34;mp-quote&#34;, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height:1.6;letter-spacing:0.034em;font-style:normal;font-weight:normal;">测试阶段截止时间：2025年8月11日。</span></p><p><span leaf="" class="js_darkmode__7" style="color:rgba(0, 0, 0, 0.9);font-size:17px;font-family:&#34;mp-quote&#34;, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height:1.6;letter-spacing:0.034em;font-style:normal;font-weight:normal;">数据源：自研系统解析（非Rapid7源）。</span></p><p><span leaf="" class="js_darkmode__8" style="color:rgba(0, 0, 0, 0.9);font-size:17px;font-family:&#34;mp-quote&#34;, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height:1.6;letter-spacing:0.034em;font-style:normal;font-weight:normal;"><span textstyle="" style="font-weight: bold;">本次数据更新下载地址：</span></span></p><p><span data-pm-slice="0 0 []"><span leaf="" style="color:rgba(0, 0, 0, 0.9);font-size:17px;font-family:&#34;mp-quote&#34;, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height:1.6;letter-spacing:0.034em;font-style:normal;font-weight:normal;"><a href="https://test-data.rapiddns.io/20250727/all_aaaa_t6199919138f870_20250727.tar.gz" target="_blank">https://test-data.rapiddns.io/20250727/all_aaaa_t6199919138f870_20250727.tar.gz</a></span><span style=""></span></span><span leaf=""><br/></span><span leaf="" style="color:rgba(0, 0, 0, 0.9);font-size:17px;font-family:&#34;mp-quote&#34;, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height:1.6;letter-spacing:0.034em;font-style:normal;font-weight:normal;"><a href="https://test-data.rapiddns.io/20250727/all_a_t6199919138f870_20250727.tar.gz" target="_blank">https://test-data.rapiddns.io/20250727/all_a_t6199919138f870_20250727.tar.gz</a></span><span style=""></span><span leaf=""><br/></span><span leaf="" style="color:rgba(0, 0, 0, 0.9);font-size:17px;font-family:&#34;mp-quote&#34;, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height:1.6;letter-spacing:0.034em;font-style:normal;font-weight:normal;"><a href="https://test-data.rapiddns.io/20250727/all_cname_t6199919138f870_20250727.tar.gz" target="_blank">https://test-data.rapiddns.io/20250727/all_cname_t6199919138f870_20250727.tar.gz</a></span><span style=""></span><span leaf=""><br/></span><span leaf="" style="color:rgba(0, 0, 0, 0.9);font-size:17px;font-family:&#34;mp-quote&#34;, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height:1.6;letter-spacing:0.034em;font-style:normal;font-weight:normal;"><a href="https://test-data.rapiddns.io/20250727/all_mx_t6199919138f870_20250727.tar.gz" target="_blank">https://test-data.rapiddns.io/20250727/all_mx_t6199919138f870_20250727.tar.gz</a></span></p><p><span leaf="" style="color:rgba(0, 0, 0, 0.9);font-size:17px;font-family:&#34;mp-quote&#34;, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height:1.6;letter-spacing:0.034em;font-style:normal;font-weight:normal;" data-pm-slice="1 1 [&#34;para&#34;,{&#34;tagName&#34;:&#34;p&#34;,&#34;attributes&#34;:{&#34;style&#34;:null},&#34;namespaceURI&#34;:&#34;http://www.w3.org/1999/xhtml&#34;}]"><span textstyle="" style="font-weight: bold;">往期下载地址：</span></span></p><p><span leaf=""><span textstyle="" style="font-weight: normal;">20250721下载</span></span></p><p><span leaf="" style="color:rgba(0, 0, 0, 0.9);font-size:17px;font-family:&#34;mp-quote&#34;, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height:1.6;letter-spacing:0.034em;font-style:normal;font-weight:normal;"><a href="https://pan.baidu.com/s/1IG4YAEm8WBn8Piw0YXyIgw?pwd=k6f2" target="_blank">https://pan.baidu.com/s/1IG4YAEm8WBn8Piw0YXyIgw?pwd=k6f2</a></span></p><p><span leaf="" style="color:rgba(0, 0, 0, 0.9);font-size:17px;font-family:&#34;mp-quote&#34;, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height:1.6;letter-spacing:0.034em;font-style:normal;font-weight:normal;">提取码: k6f2 </span></p><p><span leaf="" style="color:rgba(0, 0, 0, 0.9);font-size:17px;font-family:&#34;mp-quote&#34;, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height:1.6;letter-spacing:0.034em;font-style:normal;font-weight:normal;">20250701下载</span></p><p><span data-pm-slice="0 0 []"><span leaf="" class="js_darkmode__9" style="color:rgba(0, 0, 0, 0.9);font-size:17px;font-family:&#34;mp-quote&#34;, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height:1.6;letter-spacing:0.034em;font-style:normal;font-weight:normal;"><a href="https://pan.baidu.com/s/1wq2mK55ev4MyAj7UQrCwjg?pwd=5ntj " target="_blank">https://pan.baidu.com/s/1wq2mK55ev4MyAj7UQrCwjg?pwd=5ntj </a></span></span></p><p><span data-pm-slice="0 0 []"><span leaf="" class="js_darkmode__9" style="color:rgba(0, 0, 0, 0.9);font-size:17px;font-family:&#34;mp-quote&#34;, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height:1.6;letter-spacing:0.034em;font-style:normal;font-weight:normal;">提取码: 5ntj</span></span></p><p><span data-pm-slice="0 0 []"><span leaf="" class="js_darkmode__10" style="color:rgba(0, 0, 0, 0.9);font-size:17px;font-family:&#34;mp-quote&#34;, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height:1.6;letter-spacing:0.034em;font-style:normal;font-weight:normal;">20250713下载</span></span></p><p><span data-pm-slice="0 0 []"><span data-pm-slice="0 0 []"><span leaf="" class="js_darkmode__11" style="color:rgba(0, 0, 0, 0.9);font-size:17px;font-family:&#34;mp-quote&#34;, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height:1.6;letter-spacing:0.034em;font-style:normal;font-weight:normal;"><a href="https://pan.baidu.com/s/1Fo-x3scbQEKJd73RN1ncbQ?pwd=t5xb " target="_blank">https://pan.baidu.com/s/1Fo-x3scbQEKJd73RN1ncbQ?pwd=t5xb </a></span></span></span></p><p><span data-pm-slice="0 0 []"><span data-pm-slice="0 0 []"><span leaf="" class="js_darkmode__11" style="color:rgba(0, 0, 0, 0.9);font-size:17px;font-family:&#34;mp-quote&#34;, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height:1.6;letter-spacing:0.034em;font-style:normal;font-weight:normal;">提取码: t5xb</span></span></span></p><p><span leaf="" class="js_darkmode__10" style="color:rgba(0, 0, 0, 0.9);font-size:17px;font-family:&#34;mp-quote&#34;, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height:1.6;letter-spacing:0.034em;font-style:normal;font-weight:normal;">注：针对下载更新数据，如有任何问题欢迎交流反馈。</span></p><p><span leaf="" class="js_darkmode__12" style="color:rgba(0, 0, 0, 0.9);font-size:17px;font-family:&#34;mp-quote&#34;, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height:1.6;letter-spacing:0.034em;font-style:normal;font-weight:normal;"><span textstyle="" style="font-weight: bold;">另外本站全量数据长久出售对外开启。欢迎添加微信号 binghe346483 咨询购买。</span></span></p><p><span leaf="" class="js_darkmode__13" style="color:rgba(0, 0, 0, 0.9);font-size:17px;font-family:&#34;mp-quote&#34;, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height:1.6;letter-spacing:0.034em;font-style:normal;font-weight:normal;"><span textstyle="" style="font-weight: bold;">💡 历史全量包</span></span></p><p><span leaf="" class="js_darkmode__14" style="color:rgba(0, 0, 0, 0.9);font-size:17px;font-family:&#34;mp-quote&#34;, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height:1.6;letter-spacing:0.034em;font-style:normal;font-weight:normal;">定位：一次性获取截至购买日的完整DNS数据库。</span></p><p><span leaf="" class="js_darkmode__15" style="color:rgba(0, 0, 0, 0.9);font-size:17px;font-family:&#34;mp-quote&#34;, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height:1.6;letter-spacing:0.034em;font-style:normal;font-weight:normal;">数据量：数据截止日期2025年7月1日。</span></p><p><span leaf="" class="js_darkmode__16" style="color:rgba(0, 0, 0, 0.9);font-size:17px;font-family:&#34;mp-quote&#34;, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height:1.6;letter-spacing:0.034em;font-style:normal;font-weight:normal;">价格：<span textstyle="" style="font-weight: bold;">30,000元/份</span></span></p><p><span leaf="" class="js_darkmode__18" style="color:rgba(0, 0, 0, 0.9);font-size:17px;font-family:&#34;mp-quote&#34;, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height:1.6;letter-spacing:0.034em;font-style:normal;font-weight:normal;"><span textstyle="" style="font-weight: bold;">🔔 您需要做的</span></span></p><p><span leaf="" class="js_darkmode__19" style="color:rgba(0, 0, 0, 0.9);font-size:17px;font-family:&#34;mp-quote&#34;, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height:1.6;letter-spacing:0.034em;font-style:normal;font-weight:normal;">1️⃣ 立即扫码关注公众号 ↓（重要！所有链接仅此发布）</span></p><p><span leaf="" class="js_darkmode__20" style="color:rgba(0, 0, 0, 0.9);font-size:17px;font-family:&#34;mp-quote&#34;, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height:1.6;letter-spacing:0.034em;font-style:normal;font-weight:normal;">2️⃣ 7月7日起：每周一查看公众号推文 获取下载链接</span></p><p style="text-align: center;" nodeleaf=""><img class="rich_pages wxw-img" data-imgfileid="100002012" data-ratio="1" data-s="300,640" type="block" data-type="jpeg" data-w="258" src="https://wechat2rss.xlab.app/img-proxy/?k=083652a9&amp;u=https%3A%2F%2Fmmbiz.qpic.cn%2Fmmbiz_jpg%2FSYxbvhekRGeQjpTCTFLNlzg4dLIBSxfdiaVwqFtxLEgC8rOpXtFsTdHGQZm2zA7buCCISoZ4zWmdoNFuRTn3qmw%2F640%3Fwx_fmt%3Djpeg"/></p><p data-pm-slice="0 0 []" style="text-align: center;"><span leaf="" class="js_darkmode__21" style="color: rgba(0, 0, 0, 0.9);font-size: 17px;font-family: mp-quote, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height: 1.6;letter-spacing: 0.034em;font-style: normal;font-weight: normal;">坚持免费查询 | 追求数据革新</span></p><p style="text-align: center;"><span leaf="" class="js_darkmode__22" style="color: rgba(0, 0, 0, 0.9);font-size: 17px;font-family: mp-quote, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height: 1.6;letter-spacing: 0.034em;font-style: normal;font-weight: normal;">RapidDNS  | 打造全球顶尖DNS数据库</span></p><p style="display: none;"><mp-style-type data-value="3"></mp-style-type></p>



<p><a href="2247485809">阅读原文</a></p>
<p><a href="https://wechat2rss.xlab.app/link-proxy/?k=2962f47b&amp;r=1&amp;u=https%3A%2F%2Fmp.weixin.qq.com%2Fs%3F__biz%3DMzg4NDU0ODMxOQ%3D%3D%26mid%3D2247485809%26idx%3D1%26sn%3D4e197606c59c5e7bd4abddad2065549a">跳转微信打开</a></p>
]]></content:encoded>
      <pubDate>Mon, 28 Jul 2025 08:45:00 +0800</pubDate>
    </item>
    <item>
      <title>RapidDNS 数据更新服务 2025-07-21 更新</title>
      <link>https://mp.weixin.qq.com/s?__biz=Mzg4NDU0ODMxOQ==&amp;mid=2247485805&amp;idx=1&amp;sn=49f62f2d59b6a63a2a21b1c4a52027b2</link>
      <description>大家好，我是老白！非常抱歉的，由于在优化过程中出现数据异常，所以推迟了发布。数据更新也将增加一周测试时间。</description>
      <content:encoded><![CDATA[<p>
原创 <span>老白</span> <span>2025-07-23 08:45</span> <span style="display: inline-block;">北京</span>
</p>

<p>大家好，我是老白！非常抱歉的，由于在优化过程中出现数据异常，所以推迟了发布。数据更新也将增加一周测试时间。</p>



<p>
<img src="https://wechat2rss.xlab.app/img-proxy/?k=6b4429d8&amp;u=https%3A%2F%2Fmmbiz.qpic.cn%2Fmmbiz_jpg%2FSYxbvhekRGcHHS2qia8P1CpGrSRdCMvoxKL6qiaGYiaPtAW7pxR01rQDNZOCAuYzRRxffwGwqZEcHEGOq2BWoK0bQ%2F0%3Fwx_fmt%3Djpeg"/>
</p>


<p data-pm-slice="0 0 []"><span leaf="" style="color:rgba(0, 0, 0, 0.9);font-size:17px;font-family:&#34;mp-quote&#34;, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height:1.6;letter-spacing:0.034em;font-style:normal;font-weight:normal;">大家好，我是老白！非常抱歉的，由于在优化过程中出现数据异常，现在已经修复。所以推迟了发布。所以我决定更新数据测试时间延长一周，多发布一次数据。</span></p><p><span leaf="" style="color:rgba(0, 0, 0, 0.9);font-size:17px;font-family:&#34;mp-quote&#34;, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height:1.6;letter-spacing:0.034em;font-style:normal;font-weight:normal;">发布时间：每周一上午8点45分</span></p><p><span leaf="" style="color:rgba(0, 0, 0, 0.9);font-size:17px;font-family:&#34;mp-quote&#34;, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height:1.6;letter-spacing:0.034em;font-style:normal;font-weight:normal;">发布渠道：本公众账号</span></p><p><span leaf="" style="color:rgba(0, 0, 0, 0.9);font-size:17px;font-family:&#34;mp-quote&#34;, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height:1.6;letter-spacing:0.034em;font-style:normal;font-weight:normal;">发布数据类型：A、AAAA、CNAME、MX 4种记录类型。</span></p><p><span leaf="" style="color:rgba(0, 0, 0, 0.9);font-size:17px;font-family:&#34;mp-quote&#34;, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height:1.6;letter-spacing:0.034em;font-style:normal;font-weight:normal;">下载方式：网盘（具体根据情况而定）。</span></p><p><span leaf="" style="color:rgba(0, 0, 0, 0.9);font-size:17px;font-family:&#34;mp-quote&#34;, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height:1.6;letter-spacing:0.034em;font-style:normal;font-weight:normal;">测试阶段截止时间：2025年8月11日。</span></p><p><span leaf="" style="color:rgba(0, 0, 0, 0.9);font-size:17px;font-family:&#34;mp-quote&#34;, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height:1.6;letter-spacing:0.034em;font-style:normal;font-weight:normal;">数据源：自研系统解析（非Rapid7源）。</span></p><p><span leaf="" style="color:rgba(0, 0, 0, 0.9);font-size:17px;font-family:&#34;mp-quote&#34;, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height:1.6;letter-spacing:0.034em;font-style:normal;font-weight:normal;">本次数据更新下载地址：</span></p><p><span leaf=""><span textstyle="" style="font-weight: bold;">链接: <a href="https://pan.baidu.com/s/1IG4YAEm8WBn8Piw0YXyIgw" target="_blank">https://pan.baidu.com/s/1IG4YAEm8WBn8Piw0YXyIgw</a> 提取码: k6f2 </span></span></p><p><span leaf="">往期下载地址：</span></p><p><span leaf=""><span textstyle="" style="font-weight: bold;">20250701下载</span></span></p><p><span data-pm-slice="0 0 []"><span leaf="" style="color:rgba(0, 0, 0, 0.9);font-size:17px;font-family:&#34;mp-quote&#34;, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height:1.6;letter-spacing:0.034em;font-style:normal;font-weight:normal;"><a href="https://pan.baidu.com/s/1wq2mK55ev4MyAj7UQrCwjg?pwd=5ntj" target="_blank">https://pan.baidu.com/s/1wq2mK55ev4MyAj7UQrCwjg?pwd=5ntj</a> 提取码: 5ntj</span></span></p><p><span data-pm-slice="0 0 []"><span leaf="" style="color:rgba(0, 0, 0, 0.9);font-size:17px;font-family:&#34;mp-quote&#34;, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height:1.6;letter-spacing:0.034em;font-style:normal;font-weight:normal;"><span textstyle="" style="font-weight: bold;">20250713下载</span></span></span></p><p><span data-pm-slice="0 0 []"><span data-pm-slice="0 0 []"><span leaf="" style="color:rgba(0, 0, 0, 0.9);font-size:17px;font-family:&#34;mp-quote&#34;, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height:1.6;letter-spacing:0.034em;font-style:normal;font-weight:normal;"><a href="https://pan.baidu.com/s/1Fo-x3scbQEKJd73RN1ncbQ?pwd=t5xb" target="_blank">https://pan.baidu.com/s/1Fo-x3scbQEKJd73RN1ncbQ?pwd=t5xb</a> 提取码: t5xb</span></span></span></p><p><span leaf="" style="color:rgba(0, 0, 0, 0.9);font-size:17px;font-family:&#34;mp-quote&#34;, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height:1.6;letter-spacing:0.034em;font-style:normal;font-weight:normal;">注：针对下载更新数据，如有任何问题欢迎交流反馈。</span></p><p><span leaf="" style="color:rgba(0, 0, 0, 0.9);font-size:17px;font-family:&#34;mp-quote&#34;, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height:1.6;letter-spacing:0.034em;font-style:normal;font-weight:normal;">另外本站全量数据长久出售对外开启。欢迎添加微信号 binghe346483 咨询购买。</span></p><p><span leaf="" style="color:rgba(0, 0, 0, 0.9);font-size:17px;font-family:&#34;mp-quote&#34;, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height:1.6;letter-spacing:0.034em;font-style:normal;font-weight:normal;">💡 历史全量包</span></p><p><span leaf="" style="color:rgba(0, 0, 0, 0.9);font-size:17px;font-family:&#34;mp-quote&#34;, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height:1.6;letter-spacing:0.034em;font-style:normal;font-weight:normal;">定位：一次性获取截至购买日的完整DNS数据库。</span></p><p><span leaf="" style="color:rgba(0, 0, 0, 0.9);font-size:17px;font-family:&#34;mp-quote&#34;, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height:1.6;letter-spacing:0.034em;font-style:normal;font-weight:normal;">数据量：数据截止日期2025年7月1日。</span></p><p><span leaf="" style="color:rgba(0, 0, 0, 0.9);font-size:17px;font-family:&#34;mp-quote&#34;, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height:1.6;letter-spacing:0.034em;font-style:normal;font-weight:normal;">价格：30,000元/份</span></p><p><span leaf="" style="color:rgba(0, 0, 0, 0.9);font-size:17px;font-family:&#34;mp-quote&#34;, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height:1.6;letter-spacing:0.034em;font-style:normal;font-weight:normal;">🔔 您需要做的</span></p><p><span leaf="" style="color:rgba(0, 0, 0, 0.9);font-size:17px;font-family:&#34;mp-quote&#34;, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height:1.6;letter-spacing:0.034em;font-style:normal;font-weight:normal;">1️⃣ 立即扫码关注公众号 ↓（重要！所有链接仅此发布）</span></p><p><span leaf="" style="color:rgba(0, 0, 0, 0.9);font-size:17px;font-family:&#34;mp-quote&#34;, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height:1.6;letter-spacing:0.034em;font-style:normal;font-weight:normal;">2️⃣ 7月7日起：每周一查看公众号推文 获取下载链接</span></p><p style="text-align: center;" nodeleaf=""><img data-imgfileid="100002012" class="rich_pages wxw-img" data-ratio="1" data-s="300,640" data-type="jpeg" data-w="258" type="block" src="https://wechat2rss.xlab.app/img-proxy/?k=083652a9&amp;u=https%3A%2F%2Fmmbiz.qpic.cn%2Fmmbiz_jpg%2FSYxbvhekRGeQjpTCTFLNlzg4dLIBSxfdiaVwqFtxLEgC8rOpXtFsTdHGQZm2zA7buCCISoZ4zWmdoNFuRTn3qmw%2F640%3Fwx_fmt%3Djpeg"/></p><p data-pm-slice="0 0 []" style="text-align: center;"><span leaf="" style="color: rgba(0, 0, 0, 0.9);font-size: 17px;font-family: mp-quote, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height: 1.6;letter-spacing: 0.034em;font-style: normal;font-weight: normal;">坚持免费查询 | 追求数据革新</span></p><p style="text-align: center;"><span leaf="" style="color: rgba(0, 0, 0, 0.9);font-size: 17px;font-family: mp-quote, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height: 1.6;letter-spacing: 0.034em;font-style: normal;font-weight: normal;">RapidDNS  | 打造全球顶尖DNS数据库</span></p><p style="display: none;"><mp-style-type data-value="3"></mp-style-type></p>



<p><a href="2247485805">阅读原文</a></p>
<p><a href="https://wechat2rss.xlab.app/link-proxy/?k=d2fd378a&amp;r=1&amp;u=https%3A%2F%2Fmp.weixin.qq.com%2Fs%3F__biz%3DMzg4NDU0ODMxOQ%3D%3D%26mid%3D2247485805%26idx%3D1%26sn%3D49f62f2d59b6a63a2a21b1c4a52027b2">跳转微信打开</a></p>
]]></content:encoded>
      <pubDate>Wed, 23 Jul 2025 08:45:00 +0800</pubDate>
    </item>
    <item>
      <title>关于RapidDNS 数据更新服务测试数据延迟发布通知</title>
      <link>https://mp.weixin.qq.com/s?__biz=Mzg4NDU0ODMxOQ==&amp;mid=2247485801&amp;idx=1&amp;sn=044589fe48acf5878dd3ca6588c65028</link>
      <description></description>
      <content:encoded><![CDATA[<p>
<span></span> <span>2025-07-21 08:45</span> <span style="display: inline-block;">北京</span>
</p>

<p>大家好，我是老白。由于本周任务系统优化过程中遇到数据异常，原定于2025年07月21日的RapidDNS数据更新将推迟一天发布。这里给大家带来的不变敬请谅解。当前问题已经解决，不会影响后续数据更新提供。请大家关注公众账号，方便第一时间获得最新更新动态。</p>




<div id="js_top_profile" class="profile_area_hide"><div id="follow_placeholder" aria-hidden="true" class="wx_follow_context wx_follow_primary wx_follow_smart wx_follow_top "><div class="wx_follow_media weui-flex weui-flex_align-center "><div class="wx_follow_hd "><img src="http://mmbiz.qpic.cn/mmbiz_png/SYxbvhekRGcqdEsanp1GNhoH2ILlyZmzcJ8muCdpSzM2ibPq0QRYcEfibfmW6kqP8Wz0ianb9W1MfpciboRZ6dFF1w/300?wx_fmt=png" class="wx_follow_avatar "/></div> <div class="wx_follow_bd weui-flex__item "><div class="wx_follow_info "><div class="wx_follow_nickname ">RapidDNS</div></div></div></div></div></div> <div class="share_notice js_share_notice_dom  "><h1 id="js_text_title" class="rich_media_title ">关于RapidDNS 数据更新服务测试数据延迟发布通知</h1> <p id="js_text_desc" class="share_notice_inner js_underline_content "></p></div> <!---->   <!----> <!----> <!----> <!----> <!----> <!----> <!----> <!----> 




<p><a href="https://wechat2rss.xlab.app/link-proxy/?k=181aef58&amp;r=1&amp;u=https%3A%2F%2Fmp.weixin.qq.com%2Fs%3F__biz%3DMzg4NDU0ODMxOQ%3D%3D%26mid%3D2247485801%26idx%3D1%26sn%3D044589fe48acf5878dd3ca6588c65028">跳转微信打开</a></p>
]]></content:encoded>
      <pubDate>Mon, 21 Jul 2025 08:45:00 +0800</pubDate>
    </item>
    <item>
      <title>RapidDNS 数据更新服务 2025-07-13 更新</title>
      <link>https://mp.weixin.qq.com/s?__biz=Mzg4NDU0ODMxOQ==&amp;mid=2247485799&amp;idx=1&amp;sn=7b4bf4977af17cafb9767802c4cae267</link>
      <description>大家好，我是老白！自研数据更新系统已开发测试，每周一8：45准时通过本公众号推送最新DNS解析包（A/AAAA/CNAME/MX记录），助您高效追踪网络资产动态！</description>
      <content:encoded><![CDATA[<p>
原创 <span>老白</span> <span>2025-07-14 08:45</span> <span style="display: inline-block;">北京</span>
</p>

<p>大家好，我是老白！自研数据更新系统已开发测试，每周一8：45准时通过本公众号推送最新DNS解析包（A/AAAA/CNAME/MX记录），助您高效追踪网络资产动态！</p>
<p></p>



<p>
<img src="https://wechat2rss.xlab.app/img-proxy/?k=bf88ffd9&amp;u=https%3A%2F%2Fmmbiz.qpic.cn%2Fmmbiz_jpg%2FSYxbvhekRGf2jl4ibz0Vp0XkRibIRlG15o6NiaVYVwnyThliaUjejT8Kp6kvyoTsA9RTrOSQbyvzmv53cwMiasEF2vw%2F0%3Fwx_fmt%3Djpeg"/>
</p>


<p data-pm-slice="0 0 []"><span leaf="" style="color:rgba(0, 0, 0, 0.9);font-size:17px;font-family:&#34;mp-quote&#34;, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height:1.6;letter-spacing:0.034em;font-style:normal;font-weight:normal;">大家好，我是老白！自研数据更新系统已开发测试，每周一8：45准时通过本公众号推送最新DNS解析包（A/AAAA/CNAME/MX记录），助您高效追踪网络资产动态！</span></p><p><span leaf="" style="color:rgba(0, 0, 0, 0.9);font-size:17px;font-family:&#34;mp-quote&#34;, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height:1.6;letter-spacing:0.034em;font-style:normal;font-weight:normal;">发布时间：每周一上午8点45分</span></p><p><span leaf="" style="color:rgba(0, 0, 0, 0.9);font-size:17px;font-family:&#34;mp-quote&#34;, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height:1.6;letter-spacing:0.034em;font-style:normal;font-weight:normal;">发布渠道：本公众账号</span></p><p><span leaf="" style="color:rgba(0, 0, 0, 0.9);font-size:17px;font-family:&#34;mp-quote&#34;, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height:1.6;letter-spacing:0.034em;font-style:normal;font-weight:normal;">发布数据类型：A、AAAA、CNAME、MX 4种记录类型。</span></p><p><span leaf="" style="color:rgba(0, 0, 0, 0.9);font-size:17px;font-family:&#34;mp-quote&#34;, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height:1.6;letter-spacing:0.034em;font-style:normal;font-weight:normal;">下载方式：网盘（具体根据情况而定）。</span></p><p><span leaf="" style="color:rgba(0, 0, 0, 0.9);font-size:17px;font-family:&#34;mp-quote&#34;, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height:1.6;letter-spacing:0.034em;font-style:normal;font-weight:normal;">测试阶段截止时间：2025年8月4日。</span></p><p><span leaf="" style="color:rgba(0, 0, 0, 0.9);font-size:17px;font-family:&#34;mp-quote&#34;, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height:1.6;letter-spacing:0.034em;font-style:normal;font-weight:normal;">数据源：自研系统解析（非Rapid7源）。</span></p><p><span leaf="" style="color:rgba(0, 0, 0, 0.9);font-size:17px;font-family:&#34;mp-quote&#34;, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height:1.6;letter-spacing:0.034em;font-style:normal;font-weight:normal;">本次数据更新下载地址：</span></p><p><span leaf=""><a href="https://pan.baidu.com/s/1Fo-x3scbQEKJd73RN1ncbQ?pwd=t5xb" target="_blank">https://pan.baidu.com/s/1Fo-x3scbQEKJd73RN1ncbQ?pwd=t5xb</a> 提取码: t5xb</span></p><p><span leaf="" style="color:rgba(0, 0, 0, 0.9);font-size:17px;font-family:&#34;mp-quote&#34;, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height:1.6;letter-spacing:0.034em;font-style:normal;font-weight:normal;">注：针对下载更新数据，如有任何问题欢迎交流反馈。</span></p><p><span leaf="" style="color:rgba(0, 0, 0, 0.9);font-size:17px;font-family:&#34;mp-quote&#34;, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height:1.6;letter-spacing:0.034em;font-style:normal;font-weight:normal;">另外本站全量数据长久出售对外开启。欢迎添加微信号 binghe346483 咨询购买。</span></p><p><span leaf="" style="color:rgba(0, 0, 0, 0.9);font-size:17px;font-family:&#34;mp-quote&#34;, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height:1.6;letter-spacing:0.034em;font-style:normal;font-weight:normal;"><span textstyle="" style="font-weight: bold;">💡 历史全量包</span></span></p><p><span leaf="" style="color:rgba(0, 0, 0, 0.9);font-size:17px;font-family:&#34;mp-quote&#34;, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height:1.6;letter-spacing:0.034em;font-style:normal;font-weight:normal;">定位：一次性获取截至购买日的完整DNS数据库。</span></p><p><span leaf="" style="color:rgba(0, 0, 0, 0.9);font-size:17px;font-family:&#34;mp-quote&#34;, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height:1.6;letter-spacing:0.034em;font-style:normal;font-weight:normal;">数据量：数据截止日期2025年7月1日。</span></p><p><span leaf="" style="color:rgba(0, 0, 0, 0.9);font-size:17px;font-family:&#34;mp-quote&#34;, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height:1.6;letter-spacing:0.034em;font-style:normal;font-weight:normal;">价格：30,000元/份</span></p><p><span leaf="" style="color:rgba(0, 0, 0, 0.9);font-size:17px;font-family:&#34;mp-quote&#34;, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height:1.6;letter-spacing:0.034em;font-style:normal;font-weight:normal;"><span textstyle="" style="font-weight: bold;">🔔 您需要做的</span></span></p><p><span leaf="" style="color:rgba(0, 0, 0, 0.9);font-size:17px;font-family:&#34;mp-quote&#34;, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height:1.6;letter-spacing:0.034em;font-style:normal;font-weight:normal;">1️⃣ 立即扫码关注公众号 ↓（重要！所有链接仅此发布）</span></p><p><span leaf="" style="color:rgba(0, 0, 0, 0.9);font-size:17px;font-family:&#34;mp-quote&#34;, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height:1.6;letter-spacing:0.034em;font-style:normal;font-weight:normal;">2️⃣ 7月7日起：每周一查看公众号推文 获取下载链接</span></p><p style="text-align: center;" nodeleaf=""><img data-imgfileid="100002012" class="rich_pages wxw-img" data-ratio="1" data-s="300,640" data-type="jpeg" data-w="258" type="block" src="https://wechat2rss.xlab.app/img-proxy/?k=083652a9&amp;u=https%3A%2F%2Fmmbiz.qpic.cn%2Fmmbiz_jpg%2FSYxbvhekRGeQjpTCTFLNlzg4dLIBSxfdiaVwqFtxLEgC8rOpXtFsTdHGQZm2zA7buCCISoZ4zWmdoNFuRTn3qmw%2F640%3Fwx_fmt%3Djpeg"/></p><p data-pm-slice="0 0 []" style="text-align: center;"><span leaf="" style="color: rgba(0, 0, 0, 0.9);font-size: 17px;font-family: mp-quote, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height: 1.6;letter-spacing: 0.034em;font-style: normal;font-weight: normal;">坚持免费查询 | 追求数据革新</span></p><p style="text-align: center;"><span leaf="" style="color: rgba(0, 0, 0, 0.9);font-size: 17px;font-family: mp-quote, &#34;PingFang SC&#34;, system-ui, -apple-system, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;line-height: 1.6;letter-spacing: 0.034em;font-style: normal;font-weight: normal;">RapidDNS  | 打造全球顶尖DNS数据库</span></p><p style="display: none;"><mp-style-type data-value="3"></mp-style-type></p>



<p><a href="2247485799">阅读原文</a></p>
<p><a href="https://wechat2rss.xlab.app/link-proxy/?k=76f3685a&amp;r=1&amp;u=https%3A%2F%2Fmp.weixin.qq.com%2Fs%3F__biz%3DMzg4NDU0ODMxOQ%3D%3D%26mid%3D2247485799%26idx%3D1%26sn%3D7b4bf4977af17cafb9767802c4cae267">跳转微信打开</a></p>
]]></content:encoded>
      <pubDate>Mon, 14 Jul 2025 08:45:00 +0800</pubDate>
    </item>
    <item>
      <title>RapidDNS 数据更新服务免费测试正式启动！​</title>
      <link>https://mp.weixin.qq.com/s?__biz=Mzg4NDU0ODMxOQ==&amp;mid=2247485794&amp;idx=1&amp;sn=88477398fcb19be7e18b1cac5fe73e4a</link>
      <description>RapidDNS 数据更新免费测试正式开启</description>
      <content:encoded><![CDATA[<p>
原创 <span>BaCde</span> <span>2025-07-07 08:45</span> <span style="display: inline-block;">北京</span>
</p>

<p>RapidDNS 数据更新免费测试正式开启</p>
<p></p>



<p>
<img src="https://wechat2rss.xlab.app/img-proxy/?k=8c001602&amp;u=https%3A%2F%2Fmmbiz.qpic.cn%2Fmmbiz_jpg%2FSYxbvhekRGcibwTgcwrWhg728KQNNkdPbU9UMro3WxU2rMKlsJ5K9YhicMq5HLMPZq2OYsYmF5Be06EpDUYRR9Ng%2F0%3Fwx_fmt%3Djpeg"/>
</p>


<p style="text-align: center;" nodeleaf=""><img class="rich_pages wxw-img" data-imgfileid="100002139" data-ratio="0.578118691966088" data-s="300,640" type="block" data-type="png" data-w="2477" src="https://wechat2rss.xlab.app/img-proxy/?k=6c42c345&amp;u=https%3A%2F%2Fmmbiz.qpic.cn%2Fmmbiz_png%2FSYxbvhekRGfNOCFckqJzAIqxfcknRVzC3Fiayk5q9aDYKgCMqROzbN2Xn83bodfvFa2HF57XpOcrciczESYsyEhw%2F640%3Fwx_fmt%3Dpng%26from%3Dappmsg"/></p><p data-pm-slice="0 0 []"><span style="color: #cccccc;"><span leaf=""><span textstyle="" style="color: rgb(0, 0, 0);">大家好，我是BaCde！自研数据更新系统即日起开放测试，每周一8：45准时通过本公众号推送最新DNS解析包（A/AAAA/CNAME/MX记录），助您高效追踪网络资产动态！</span></span></span></p><p><span leaf="">发布时间：每周一上午8点45分</span></p><p><span leaf="">发布渠道：本公众账号</span></p><p><span leaf="">发布数据类型：</span><span leaf="" data-pm-slice="1 1 [&#34;para&#34;,null]">A、AAAA、CNAME、MX 4种记录类型。</span></p><p><span leaf="">下载方式：网盘（具体根据情况而定）。</span></p><p><span leaf="">测试阶段截止时间：2025年8月4日。</span></p><p><span leaf="">数据源：自研系统解析（非Rapid7源）。</span></p><p><span leaf=""><span textstyle="" style="font-size: 17px;">本次数据更新下载地址（任意一个地址均可）：</span></span></p><p><span leaf=""><span textstyle="" style="font-size: 17px;"><a href="https://pan.baidu.com/s/1wq2mK55ev4MyAj7UQrCwjg?pwd=5ntj" target="_blank">https://pan.baidu.com/s/1wq2mK55ev4MyAj7UQrCwjg?pwd=5ntj</a> 提取码: 5ntj</span></span></p><p><span style="white-space:pre-wrap;color: rgba(0, 0, 0, 0.85);font-family: -apple-system, BlinkMacSystemFont, Roboto, &#34;Segoe UI&#34;, &#34;Helvetica Neue&#34;, &#34;PingFang SC&#34;, &#34;Noto Sans&#34;, &#34;Noto Sans CJK SC&#34;, &#34;Microsoft YaHei&#34;, 微软雅黑, sans-serif;font-size: 16px;font-style: normal;font-variant-ligatures: normal;font-variant-caps: normal;font-weight: 400;letter-spacing: normal;orphans: 2;text-align: start;text-indent: 0px;text-transform: none;widows: 2;word-spacing: 0px;-webkit-text-stroke-width: 0px;text-decoration-thickness: initial;text-decoration-style: initial;text-decoration-color: initial;display: inline !important;float: none;" data-pm-slice="0 0 []"><span leaf=""><span textstyle="" style="font-size: 17px;"><a href="https://www.alipan.com/s/G1kMV3Rbb53 " target="_blank">https://www.alipan.com/s/G1kMV3Rbb53 </a></span></span></span></p><p><span leaf="">注：针对下载更新数据，如有任何问题欢迎交流反馈。</span></p><p><span leaf=""><br/></span></p><p><span leaf=""><span textstyle="" style="font-size: 17px;font-weight: bold;">另外本站全量数据长久出售对外开启。欢迎</span></span><span leaf="" data-pm-slice="1 1 [&#34;para&#34;,{&#34;tagName&#34;:&#34;section&#34;,&#34;attributes&#34;:{},&#34;namespaceURI&#34;:&#34;http://www.w3.org/1999/xhtml&#34;}]"><span textstyle="" style="font-size: 17px;font-weight: bold;">添加微信号 binghe346483 </span></span><span leaf=""><span textstyle="" style="font-size: 17px;font-weight: bold;">咨询购买。</span></span></p><p data-pm-slice="0 0 []"><span style="color: #cccccc;"><span leaf=""><span textstyle="" style="color: rgb(0, 0, 0);">💡 历史全量包</span></span></span></p><p><span style="color: #cccccc;"><span leaf=""><span textstyle="" style="color: rgb(0, 0, 0);">定位：一次性获取截至购买日的完整DNS数据库。</span></span></span></p><p><span style="color: #cccccc;"><span leaf=""><span textstyle="" style="color: rgb(0, 0, 0);">数据量：数据截止日期2025年7月1日。</span></span></span></p><p><span style="color: #cccccc;"><span leaf=""><span textstyle="" style="color: rgb(0, 0, 0);">价格：30,000元/份</span></span></span></p><p data-pm-slice="0 0 []"><span style="color: #cccccc;"><span leaf=""><span textstyle="" style="color: rgb(0, 0, 0);">🔔 您需要做的</span></span></span></p><p><span style="color: #cccccc;"><span leaf=""><span textstyle="" style="color: rgb(0, 0, 0);">1️⃣ 立即扫码关注公众号 ↓（重要！所有链接仅此发布）</span></span></span></p><p><span style="color: #cccccc;"><span leaf=""><span textstyle="" style="color: rgb(0, 0, 0);">2️⃣ 7月7日起：每周一查看公众号推文 获取下载链接</span></span></span></p><p style="text-align: center;" nodeleaf=""><img data-imgfileid="100002012" class="rich_pages wxw-img" data-ratio="1" data-s="300,640" data-type="jpeg" data-w="258" type="block" src="https://wechat2rss.xlab.app/img-proxy/?k=083652a9&amp;u=https%3A%2F%2Fmmbiz.qpic.cn%2Fmmbiz_jpg%2FSYxbvhekRGeQjpTCTFLNlzg4dLIBSxfdiaVwqFtxLEgC8rOpXtFsTdHGQZm2zA7buCCISoZ4zWmdoNFuRTn3qmw%2F640%3Fwx_fmt%3Djpeg"/></p><p style="text-align: center;"><span style="color: rgb(204, 204, 204);"><span leaf=""><span textstyle="" style="color: rgb(0, 0, 0);">坚持免费查询 | 追求数据革新</span></span></span></p><p style="text-align: center;"><span style="color: rgb(204, 204, 204);"><span leaf=""><span textstyle="" style="color: rgb(0, 0, 0);">RapidDNS  | 打造全球顶尖DNS数据库</span></span></span></p><p style="display: none;"><mp-style-type data-value="3"></mp-style-type></p>


<p><img src="https://wechat2rss.xlab.app/img-proxy/?k=f3ce65ad&amp;u=https%3A%2F%2Fmmbiz.qpic.cn%2Fmmbiz_png%2FSYxbvhekRGfNOCFckqJzAIqxfcknRVzC3Fiayk5q9aDYKgCMqROzbN2Xn83bodfvFa2HF57XpOcrciczESYsyEhw%2F640%3Fwx_fmt%3Dpng"/></p>
<p><img src="https://wechat2rss.xlab.app/img-proxy/?k=083652a9&amp;u=https%3A%2F%2Fmmbiz.qpic.cn%2Fmmbiz_jpg%2FSYxbvhekRGeQjpTCTFLNlzg4dLIBSxfdiaVwqFtxLEgC8rOpXtFsTdHGQZm2zA7buCCISoZ4zWmdoNFuRTn3qmw%2F640%3Fwx_fmt%3Djpeg"/></p>



<p><a href="2247485794">阅读原文</a></p>
<p><a href="https://wechat2rss.xlab.app/link-proxy/?k=2bbcc9e4&amp;r=1&amp;u=https%3A%2F%2Fmp.weixin.qq.com%2Fs%3F__biz%3DMzg4NDU0ODMxOQ%3D%3D%26mid%3D2247485794%26idx%3D1%26sn%3D88477398fcb19be7e18b1cac5fe73e4a">跳转微信打开</a></p>
]]></content:encoded>
      <pubDate>Mon, 07 Jul 2025 08:45:00 +0800</pubDate>
    </item>
    <item>
      <title>RapidDNS 自研数据更新系统上线！限时免费测试通道即将开启！​</title>
      <link>https://mp.weixin.qq.com/s?__biz=Mzg4NDU0ODMxOQ==&amp;mid=2247485790&amp;idx=1&amp;sn=8064a7cd0101289a355bd10a5350dd5f</link>
      <description>大家好！我是BaCde。感谢大家五年来的信任与支持！经过无数个日日夜夜的开发和测试，RapidDNS 自研数据更新服务正式发布！</description>
      <content:encoded><![CDATA[<p>
原创 <span>BaCde</span> <span>2025-07-01 08:45</span> <span style="display: inline-block;">北京</span>
</p>

<p>大家好！我是BaCde。感谢大家五年来的信任与支持！经过无数个日日夜夜的开发和测试，RapidDNS 自研数据更新服务正式发布！</p>
<p></p>



<p>
<img src="https://wechat2rss.xlab.app/img-proxy/?k=3b6857a0&amp;u=https%3A%2F%2Fmmbiz.qpic.cn%2Fmmbiz_jpg%2FSYxbvhekRGfNOCFckqJzAIqxfcknRVzCRms6icYibpibghG6FWvxVE1HlwoHSyGyMljp07mk9oOYJianckRUgQDAYA%2F0%3Fwx_fmt%3Djpeg"/>
</p>


<p data-pm-slice="0 0 []"><span style="color: #cccccc;"><span leaf=""><span textstyle="" style="color: rgb(0, 0, 0);">大家好！我是BaCde。感谢大家五年来的信任与支持！经过无数个日日夜夜的开发和测试，RapidDNS 自研数据更新服务正式发布！即将发布覆盖 A/AAAA/MX/CNAME 记录的海量DNS数据更新服务，为安全研究、开发与网络空间测绘等提供强大助力！</span></span></span></p><p><span style="color: #cccccc;"><span leaf=""><span textstyle="" style="font-size: 20px;color: rgb(0, 0, 0);font-weight: bold;">🔍 核心服务亮点</span></span></span></p><p><span style="color: #cccccc;"><span leaf=""><span textstyle="" style="color: rgb(0, 0, 0);">100%独立研发：彻底摆脱外部依赖，数据采集全链路自主可控！</span></span></span></p><p><span style="color: #cccccc;"><span leaf=""><span textstyle="" style="color: rgb(0, 0, 0);">高频数据更新：每周提供全量更新数据（含每日增量），动态捕捉网络变化</span></span></span></p><p><span style="color: #cccccc;"><span leaf=""><span textstyle="" style="color: rgb(0, 0, 0);">标准化交付：数据以 CSV格式输出，开箱即用</span></span></span></p><p><span style="color: #cccccc;"><span leaf=""><span textstyle="" style="font-size: 20px;color: rgb(0, 0, 0);font-weight: bold;">🚀 限时免费测试计划</span></span></span></p><p><span style="color: #cccccc;"><span leaf=""><span textstyle="" style="color: rgb(0, 0, 0);">⏰ 测试期限：2025年7月7日 至 2025年7月30日</span></span></span></p><p><span style="color: #cccccc;"><span leaf=""><span textstyle="" style="color: rgb(0, 0, 0);">📥 获取方式：</span></span></span></p><p><span style="color: #cccccc;"><span leaf=""><span textstyle="" style="color: rgb(0, 0, 0);">🔹 仅通过本公众号发布</span></span></span></p><p><span style="color: #cccccc;"><span leaf=""><span textstyle="" style="color: rgb(0, 0, 0);">🔹 每周更新下载链接</span></span></span></p><p><span style="color: #cccccc;"><span leaf=""><span textstyle="" style="color: rgb(0, 0, 0);">测试期提供完整字段数据，验证系统可靠性！</span></span></span></p><p><span style="color: #cccccc;"><span leaf=""><span textstyle="" style="font-size: 20px;color: rgb(0, 0, 0);font-weight: bold;">💡 未来付费订阅规划</span></span></span></p><p><span style="color: #cccccc;"><span leaf=""><span textstyle="" style="color: rgb(0, 0, 0);">测试结束后优化服务，2025年8月启动付费订阅：</span></span></span></p><p><span style="color: #cccccc;"><span leaf=""><span textstyle="" style="color: rgb(0, 0, 0);font-weight: bold;">订阅模式：</span><span textstyle="" style="color: rgb(0, 0, 0);">按年付费订阅</span></span></span></p><p><span style="color: #cccccc;"><span leaf=""><span textstyle="" style="color: rgb(0, 0, 0);font-weight: bold;">价格目标：</span><span textstyle="" style="color: rgb(0, 0, 0);">打造开发者用得起的专业级数据</span></span></span></p><p><span style="color: #cccccc;"><span leaf=""><span textstyle="" style="color: rgb(0, 0, 0);font-weight: bold;">收益反哺：</span><span textstyle="" style="color: rgb(0, 0, 0);">提升系统稳定性与数据覆盖维度</span></span></span></p><p data-pm-slice="0 0 []"><span style="color: #cccccc;"><span style="color: #cccccc;"><span leaf="" data-pm-slice="1 1 [&#34;para&#34;,{&#34;tagName&#34;:&#34;p&#34;,&#34;attributes&#34;:{},&#34;namespaceURI&#34;:&#34;http://www.w3.org/1999/xhtml&#34;},&#34;node&#34;,{&#34;tagName&#34;:&#34;span&#34;,&#34;attributes&#34;:{&#34;style&#34;:&#34;color: #cccccc;&#34;},&#34;namespaceURI&#34;:&#34;http://www.w3.org/1999/xhtml&#34;}]"><span textstyle="" style="color: rgb(0, 0, 0);">💡 </span></span></span><span leaf=""><span textstyle="" style="color: rgb(0, 0, 0);">历史全量包</span></span></span></p><p><span style="color: #cccccc;"><span leaf=""><span textstyle="" style="color: rgb(0, 0, 0);font-weight: bold;">定位：</span><span textstyle="" style="color: rgb(0, 0, 0);">一次性获取截至购买日的完整DNS数据库</span></span></span></p><p><span style="color: #cccccc;"><span leaf=""><span textstyle="" style="color: rgb(0, 0, 0);font-weight: bold;">数据量：</span><span textstyle="" style="color: rgb(0, 0, 0);">与当前网站查询库完全一致（持续扩容中）</span></span></span></p><p><span style="color: #cccccc;"><span leaf=""><span textstyle="" style="color: rgb(0, 0, 0);font-weight: bold;">价格：</span><span textstyle="" style="color: rgb(0, 0, 0);">30,000元/份</span></span></span></p><p><span style="color: #cccccc;"><span leaf=""><span textstyle="" style="color: rgb(0, 0, 0);font-weight: bold;">获取方式：</span></span></span></p><p><span leaf=""><span textstyle="" style="color: rgb(0, 0, 0);">可添加微信binghe346483进行沟通</span></span></p><p><span style="color: #cccccc;"><span leaf=""><span textstyle="" style="font-size: 20px;color: rgb(0, 0, 0);font-weight: bold;">❓ FAQ</span></span></span></p><p><span style="color: #cccccc;"><span leaf=""><span textstyle="" style="color: rgb(0, 0, 0);">Q1：为什么更新数据不免费提供？</span></span></span></p><p><span style="color: #cccccc;"><span leaf=""><span textstyle="" style="color: rgb(0, 0, 0);">A：数据更新需要较高服务器与带宽成本（非商业公司运营），付费订阅可形成良性循环，保障服务长期稳定。</span></span></span></p><p><span style="color: #cccccc;"><span leaf=""><span textstyle="" style="color: rgb(0, 0, 0);">Q2：数据更新的来源是？</span></span></span></p><p><span style="color: #cccccc;"><span leaf=""><span textstyle="" style="color: rgb(0, 0, 0);">A：含RapidDNS全站域名重解析、每日新增域名、自研空间测绘数据等。</span></span></span></p><p><span style="color: #cccccc;"><span leaf=""><span textstyle="" style="color: rgb(0, 0, 0);">Q3：付费价格和机制？</span></span></span></p><p><span style="color: #cccccc;"><span leaf=""><span textstyle="" style="color: rgb(0, 0, 0);">A：主要采用按年订阅制，目标让大多数用户可负担（具体价格测试后公布）。</span></span></span></p><p><span style="color: #cccccc;"><span leaf=""><span textstyle="" style="color: rgb(0, 0, 0);">Q4：更新的DNS类型有哪些？</span></span></span></p><p><span style="color: #cccccc;"><span leaf=""><span textstyle="" style="color: rgb(0, 0, 0);">A：当前含 A、AAAA、MX、CNAME，后续计划增加NS、PTR记录。</span></span></span></p><p><span style="color: #cccccc;"><span leaf=""><span textstyle="" style="color: rgb(0, 0, 0);">Q5：数据更新系统是否对外售卖？</span></span></span></p><p><span style="color: #cccccc;"><span leaf=""><span textstyle="" style="color: rgb(0, 0, 0);">A：暂不考虑。</span></span></span></p><p><span style="color: #cccccc;"><span leaf=""><span textstyle="" style="color: rgb(0, 0, 0);">Q6：数据更新周期？</span></span></span></p><p><span style="color: #cccccc;"><span leaf=""><span textstyle="" style="color: rgb(0, 0, 0);">A：每周提供一次全量数据（包含每日增量）。</span></span></span></p><p><span style="color: #cccccc;"><span leaf=""><span textstyle="" style="color: rgb(0, 0, 0);">Q7：数据提供格式？</span></span></span></p><p><span style="color: #cccccc;"><span leaf=""><span textstyle="" style="color: rgb(0, 0, 0);">A：CSV格式。</span></span></span></p><p><span style="color: #cccccc;"><span leaf=""><span textstyle="" style="color: rgb(0, 0, 0);">Q8：全量数据是否还在售卖？价格？</span></span></span></p><p><span style="color: #cccccc;"><span leaf=""><span textstyle="" style="color: rgb(0, 0, 0);">A：仍在售，价格</span></span><span style="color: #cccccc;"><span leaf="" data-pm-slice="1 1 [&#34;para&#34;,{&#34;tagName&#34;:&#34;p&#34;,&#34;attributes&#34;:{},&#34;namespaceURI&#34;:&#34;http://www.w3.org/1999/xhtml&#34;},&#34;node&#34;,{&#34;tagName&#34;:&#34;span&#34;,&#34;attributes&#34;:{&#34;style&#34;:&#34;color: #cccccc;&#34;},&#34;namespaceURI&#34;:&#34;http://www.w3.org/1999/xhtml&#34;}]"><span textstyle="" style="color: rgb(0, 0, 0);">30,000元/份</span></span></span><span leaf=""><span textstyle="" style="color: rgb(0, 0, 0);">（与网站现有数据量一致）。</span></span></span></p><p><span style="color: #cccccc;"><span leaf=""><span textstyle="" style="color: rgb(0, 0, 0);">Q9：正式服务何时开放？</span></span></span></p><p><span style="color: #cccccc;"><span leaf=""><span textstyle="" style="color: rgb(0, 0, 0);">A：免费测试：2025.7.7-2025.7.30；付费订阅计划于2025年8月启动（如有调整将通过公众号通知）。</span></span></span></p><p><span style="color: #cccccc;"><span leaf=""><span textstyle="" style="font-size: 20px;color: rgb(0, 0, 0);font-weight: bold;">🔔 您需要做的</span></span></span></p><p><span style="color: #cccccc;"><span leaf=""><span textstyle="" style="color: rgb(0, 0, 0);">1️⃣ 立即扫码关注公众号 ↓（重要！所有链接仅此发布）</span></span></span></p><p><span style="color: #cccccc;"><span leaf=""><span textstyle="" style="color: rgb(0, 0, 0);">2️⃣ 7月7日起：每周一查看公众号推文 获取下载链接</span></span></span></p><p style="text-align: center;" nodeleaf=""><img data-imgfileid="100002012" class="rich_pages wxw-img" data-ratio="1" data-s="300,640" data-type="jpeg" data-w="258" type="block" src="https://wechat2rss.xlab.app/img-proxy/?k=083652a9&amp;u=https%3A%2F%2Fmmbiz.qpic.cn%2Fmmbiz_jpg%2FSYxbvhekRGeQjpTCTFLNlzg4dLIBSxfdiaVwqFtxLEgC8rOpXtFsTdHGQZm2zA7buCCISoZ4zWmdoNFuRTn3qmw%2F640%3Fwx_fmt%3Djpeg"/></p><p data-pm-slice="0 0 []" style="text-align: center;"><span style="color: rgb(204, 204, 204);"><span leaf=""><span textstyle="" style="color: rgb(0, 0, 0);">坚持免费查询 | 追求数据革新</span></span></span></p><p style="text-align: center;"><span style="color: rgb(204, 204, 204);"><span leaf=""><span textstyle="" style="color: rgb(0, 0, 0);">RapidDNS  | 打造全球顶尖DNS数据库</span></span></span></p><p style="display: none;"><mp-style-type data-value="3"></mp-style-type></p>


<p><img src="https://wechat2rss.xlab.app/img-proxy/?k=083652a9&amp;u=https%3A%2F%2Fmmbiz.qpic.cn%2Fmmbiz_jpg%2FSYxbvhekRGeQjpTCTFLNlzg4dLIBSxfdiaVwqFtxLEgC8rOpXtFsTdHGQZm2zA7buCCISoZ4zWmdoNFuRTn3qmw%2F640%3Fwx_fmt%3Djpeg"/></p>



<p><a href="2247485790">阅读原文</a></p>
<p><a href="https://wechat2rss.xlab.app/link-proxy/?k=c3413db9&amp;r=1&amp;u=https%3A%2F%2Fmp.weixin.qq.com%2Fs%3F__biz%3DMzg4NDU0ODMxOQ%3D%3D%26mid%3D2247485790%26idx%3D1%26sn%3D8064a7cd0101289a355bd10a5350dd5f">跳转微信打开</a></p>
]]></content:encoded>
      <pubDate>Tue, 01 Jul 2025 08:45:00 +0800</pubDate>
    </item>
    <item>
      <title>【赛博堡垒】VED: Linux内核的保护神</title>
      <link>https://mp.weixin.qq.com/s?__biz=Mzg4NDU0ODMxOQ==&amp;mid=2247485785&amp;idx=1&amp;sn=404692ca0db67c74399f763954eadba7</link>
      <description>友情帮转，shawn哥公司的产品。大家有需要的可直接联系。</description>
      <content:encoded><![CDATA[<p>
原创 <span>HardenedVault</span> <span>2023-07-10 08:45</span> <span style="display: inline-block;">北京</span>
</p>

<p>友情帮转，shawn哥公司的产品。大家有需要的可直接联系。</p>
<p></p>



<p>
<img src="https://wechat2rss.xlab.app/img-proxy/?k=443d82ed&amp;u=https%3A%2F%2Fmmbiz.qpic.cn%2Fmmbiz_jpg%2FSYxbvhekRGc4UfxrCjJtxMxVzesIicdcd3TBHBFaiaLMKDMMIwkTyiaibQicm6jkHG5mLXlMI40kkLEs1UfOZLJI3zw%2F0%3Fwx_fmt%3Djpeg"/>
</p>


<section style="text-align: left;margin-bottom: 24px;margin-top: 0px;"><span style="color: rgb(255, 104, 39);">友情帮转，shawn哥公司的产品。大家有需要的可直接联系。</span></section><section style="text-align: center;margin-bottom: 24px;margin-top: 0px;"><img class="rich_pages wxw-img" data-ratio="0.7111111111111111" data-type="other" data-w="180" style="height: auto !important;" src="https://wechat2rss.xlab.app/img-proxy/?k=922c2ae4&amp;u=https%3A%2F%2Fmmbiz.qpic.cn%2Fmmbiz_jpg%2FSYxbvhekRGc4UfxrCjJtxMxVzesIicdcdN39UoqnmZYz3Kb802A5yM57ZoD2m6x2ODaDymARChreCx5K1v0P3aQ%2F640%3Fwx_fmt%3Dother"/></section><section style="color: rgb(0, 0, 0);font-family: -apple-system, BlinkMacSystemFont, &#34;Segoe WPC&#34;, &#34;Segoe UI&#34;, Ubuntu, &#34;Droid Sans&#34;, sans-serif, Meiryo;font-size: 14px;letter-spacing: normal;text-align: start;text-wrap: wrap;margin-bottom: 24px;margin-top: 0px;line-height: 1.75em;"><span style="font-size: 16px;">我们是HardenedVault, 专为各种 Linux </span><span style="font-size: 16px;">操作系统创设了 Vault Exploits Defense (VED) 作为其根</span><span style="font-size: 16px;">本的安全防护层。内核级别的防护长期以来一直是网络空中挑战最为严峻的技术难题之一。然而，HardenedVault 利用创新的方式，实现了运行时的全面防护。我们的产品 Vault Exploits Defense (VED) 能有效地检测并阻止已知（Nday）和未知（0day）的 Linux 内核漏洞利用，而这些漏洞利用往往具备极大的破坏力，并且十分难以侦测。</span></section><section style="color: rgb(0, 0, 0);font-family: -apple-system, BlinkMacSystemFont, &#34;Segoe WPC&#34;, &#34;Segoe UI&#34;, Ubuntu, &#34;Droid Sans&#34;, sans-serif, Meiryo;font-size: 14px;letter-spacing: normal;text-align: start;text-wrap: wrap;margin-bottom: 24px;margin-top: 0px;line-height: 1.75em;"><span style="font-size: 16px;">在最新的测试中，即使在没有任何安全补丁的情况下，VED 仍然能为 Linux 提供保护，成功抵御了 96% 的公开的针对 Linux 的漏洞利用。这一数据基于 Ubuntu 安全跟踪器、MITRE 以及公共 PoC/Exploits 的统计信息。</span></section><section style="color: rgb(0, 0, 0);font-family: -apple-system, BlinkMacSystemFont, &#34;Segoe WPC&#34;, &#34;Segoe UI&#34;, Ubuntu, &#34;Droid Sans&#34;, sans-serif, Meiryo;font-size: 14px;letter-spacing: normal;text-align: start;text-wrap: wrap;margin-bottom: 24px;margin-top: 0px;line-height: 1.75em;"><span style="color: rgb(27, 144, 214);"><strong><span style="font-size: 18px;">Linux内核防护面临的挑战</span></strong></span></section><p style="color: rgb(0, 0, 0);font-family: -apple-system, BlinkMacSystemFont, &#34;Segoe WPC&#34;, &#34;Segoe UI&#34;, Ubuntu, &#34;Droid Sans&#34;, sans-serif, Meiryo;font-size: 14px;letter-spacing: normal;text-align: start;text-wrap: wrap;margin-bottom: 24px;margin-top: 0px;line-height: 1.75em;"><span style="font-size: 16px;">操作系统内核常遭受的漏洞利用典型表现为内存污染、进程凭证窃取等。这些漏洞利用往往在操作系统内核内部甚至更深的地方发生，使得它们极为难以侦测和追踪。更加令人担忧的是，内核漏洞利用因其深入系统的最底层并具有最高级别的操作权限，所以其破坏力异常巨大。</span></p><p style="color: rgb(0, 0, 0);font-family: -apple-system, BlinkMacSystemFont, &#34;Segoe WPC&#34;, &#34;Segoe UI&#34;, Ubuntu, &#34;Droid Sans&#34;, sans-serif, Meiryo;font-size: 14px;letter-spacing: normal;text-align: start;text-wrap: wrap;margin-bottom: 24px;margin-top: 0px;line-height: 1.75em;"><span style="font-size: 16px;">尽管安全始终是现代操作系统内核的核心考量，但漏洞依然屡见不鲜。更为严重的是，由于内核级别的漏洞利用更具攻击力和致命性，它们已成功地绕过了内建的安全防护。</span></p><p style="color: rgb(0, 0, 0);font-family: -apple-system, BlinkMacSystemFont, &#34;Segoe WPC&#34;, &#34;Segoe UI&#34;, Ubuntu, &#34;Droid Sans&#34;, sans-serif, Meiryo;font-size: 14px;letter-spacing: normal;text-align: start;text-wrap: wrap;margin-bottom: 24px;margin-top: 0px;line-height: 1.75em;"><span style="font-size: 16px;">下图展示的便是一例典型的内核漏洞利用。一处位于 Linux 堆中的漏洞，令整个系统在长达数年时间内暴露在攻击者的瞄准之下，这个漏洞直到 2021 年才被发现，而在此期间并未被察觉。</span></p><p style="text-align: center;"><img class="rich_pages wxw-img js_insertlocalimg" data-ratio="0.6696969696969697" data-s="300,640" data-type="png" data-w="330" style="height: auto !important;" src="https://wechat2rss.xlab.app/img-proxy/?k=af0d6d15&amp;u=https%3A%2F%2Fmmbiz.qpic.cn%2Fmmbiz_png%2FSYxbvhekRGc4UfxrCjJtxMxVzesIicdcddYksTun87Rib7cabAaYBrwQBZ7Ah5wJaL97FSSia5dhEbWpzWWj1Nj8A%2F640%3Fwx_fmt%3Dpng"/></p><p style="color: rgb(0, 0, 0);font-family: -apple-system, BlinkMacSystemFont, &#34;Segoe WPC&#34;, &#34;Segoe UI&#34;, Ubuntu, &#34;Droid Sans&#34;, sans-serif, Meiryo;font-size: 14px;letter-spacing: normal;text-align: start;text-wrap: wrap;margin-bottom: 24px;margin-top: 0px;line-height: 1.75em;"><span style="font-size: 16px;">显然，当前的内核安全机制并无法有效地检测，更不用说防御这样的攻击了。尽管这些机制提供了一定的保护，但它们主要基于已知恶意行为，采用策略驱动的防护手段。因此，为了从根本上保障系统安全，抵御此类已知以及未来未知的威胁，我们急需创新的安全防护机制。</span></p><p><span style="color: rgb(27, 144, 214);"><strong><span style="color: rgb(27, 144, 214);font-size: 18px;">VED是如何工作的</span></strong></span></p><p style="color: rgb(0, 0, 0);font-family: -apple-system, BlinkMacSystemFont, &#34;Segoe WPC&#34;, &#34;Segoe UI&#34;, Ubuntu, &#34;Droid Sans&#34;, sans-serif, Meiryo;font-size: 14px;letter-spacing: normal;text-align: start;text-wrap: wrap;margin-bottom: 24px;margin-top: 0px;line-height: 1.75em;"><span style="font-size: 16px;">VED 是一种面向 Linux 内核的运行时保护解决方案，其主要任务是防止 0day/Nday 漏洞的利用，并针对后期攻击进行检测。VED 已经构建了一系列的防御机制，具体包括：</span></p><ul class="list-paddingleft-1" style="color: rgb(0, 0, 0);font-family: -apple-system, BlinkMacSystemFont, &#34;Segoe WPC&#34;, &#34;Segoe UI&#34;, Ubuntu, &#34;Droid Sans&#34;, sans-serif, Meiryo;font-size: 14px;letter-spacing: normal;text-align: start;text-wrap: wrap;margin-bottom: 24px;margin-top: 0px;line-height: 1.75em;"><li style="color: rgb(0, 0, 0);font-family: -apple-system, BlinkMacSystemFont, &#34;Segoe WPC&#34;, &#34;Segoe UI&#34;, Ubuntu, &#34;Droid Sans&#34;, sans-serif, Meiryo;font-size: 14px;letter-spacing: normal;text-align: start;text-wrap: wrap;margin-bottom: 24px;margin-top: 0px;line-height: 1.75em;"><p style="color: rgb(0, 0, 0);font-family: -apple-system, BlinkMacSystemFont, &#34;Segoe WPC&#34;, &#34;Segoe UI&#34;, Ubuntu, &#34;Droid Sans&#34;, sans-serif, Meiryo;font-size: 14px;letter-spacing: normal;text-align: start;text-wrap: wrap;margin-bottom: 24px;margin-top: 0px;line-height: 1.75em;"><span style="font-size: 16px;">特定代码路径检测（wCFI）：wCFI 主动地检测攻击者用以构建 ROP 链的常用函数，一旦 ROP 攻击被识别，将立即对其进行阻断。</span></p></li><li style="color: rgb(0, 0, 0);font-family: -apple-system, BlinkMacSystemFont, &#34;Segoe WPC&#34;, &#34;Segoe UI&#34;, Ubuntu, &#34;Droid Sans&#34;, sans-serif, Meiryo;font-size: 14px;letter-spacing: normal;text-align: start;text-wrap: wrap;margin-bottom: 24px;margin-top: 0px;line-height: 1.75em;"><p style="color: rgb(0, 0, 0);font-family: -apple-system, BlinkMacSystemFont, &#34;Segoe WPC&#34;, &#34;Segoe UI&#34;, Ubuntu, &#34;Droid Sans&#34;, sans-serif, Meiryo;font-size: 14px;letter-spacing: normal;text-align: start;text-wrap: wrap;margin-bottom: 24px;margin-top: 0px;line-height: 1.75em;"><span style="font-size: 16px;">完整性校验：攻击者经常通过覆写重要的数据结构来达到权限提升的目的。针对这一情况，VED 对这些数据结构进行完整性校验，一旦发现任何非法修改，将立即予以阻止并发出警报。</span></p></li><li style="color: rgb(0, 0, 0);font-family: -apple-system, BlinkMacSystemFont, &#34;Segoe WPC&#34;, &#34;Segoe UI&#34;, Ubuntu, &#34;Droid Sans&#34;, sans-serif, Meiryo;font-size: 14px;letter-spacing: normal;text-align: start;text-wrap: wrap;margin-bottom: 24px;margin-top: 0px;line-height: 1.75em;"><p style="color: rgb(0, 0, 0);font-family: -apple-system, BlinkMacSystemFont, &#34;Segoe WPC&#34;, &#34;Segoe UI&#34;, Ubuntu, &#34;Droid Sans&#34;, sans-serif, Meiryo;font-size: 14px;letter-spacing: normal;text-align: start;text-wrap: wrap;margin-bottom: 24px;margin-top: 0px;line-height: 1.75em;"><span style="font-size: 16px;">自我保护机制：自我保护是安全产品的核心，因为如果产品本身受到攻击，整个系统可能会处于危险之中。VED 的设计目标是阻止攻击手法（即利用手法），而非仅针对单个漏洞。</span></p></li><li style="color: rgb(0, 0, 0);font-family: -apple-system, BlinkMacSystemFont, &#34;Segoe WPC&#34;, &#34;Segoe UI&#34;, Ubuntu, &#34;Droid Sans&#34;, sans-serif, Meiryo;font-size: 14px;letter-spacing: normal;text-align: start;text-wrap: wrap;margin-bottom: 24px;margin-top: 0px;line-height: 1.75em;"><p style="color: rgb(0, 0, 0);font-family: -apple-system, BlinkMacSystemFont, &#34;Segoe WPC&#34;, &#34;Segoe UI&#34;, Ubuntu, &#34;Droid Sans&#34;, sans-serif, Meiryo;font-size: 14px;letter-spacing: normal;text-align: start;text-wrap: wrap;margin-bottom: 24px;margin-top: 0px;line-height: 1.75em;"><span style="font-size: 16px;">后期攻击威胁检测和阻止：例如，当 VED 运行在一个已被侵入的主机上时，它具备检测并阻止系统内隐藏的 rootkit 的能力。</span></p></li></ul><p><br/></p><p style="text-align: center;"><img class="rich_pages wxw-img js_insertlocalimg" data-ratio="0.5632530120481928" data-s="300,640" data-type="png" data-w="332" style="height: auto !important;" src="https://wechat2rss.xlab.app/img-proxy/?k=1ae4e574&amp;u=https%3A%2F%2Fmmbiz.qpic.cn%2Fmmbiz_png%2FSYxbvhekRGc4UfxrCjJtxMxVzesIicdcd2SWhHCtCVlGe6PtxdQEQ8Qo9IlX2jhHMrrmLOfOcpxxZia8zx6miam6Q%2F640%3Fwx_fmt%3Dpng"/></p><h1 style="padding-bottom: 0cm;letter-spacing: 0.578px;text-wrap: wrap;border-bottom: 0cm none rgb(217, 217, 227);"><strong><span style="color: rgb(27, 144, 214);font-size: 18px;">适用场景</span></strong><o:p></o:p></h1><p style="text-wrap: wrap;color: rgb(0, 0, 0);font-family: -apple-system, BlinkMacSystemFont, &#34;Segoe WPC&#34;, &#34;Segoe UI&#34;, Ubuntu, &#34;Droid Sans&#34;, sans-serif, Meiryo;font-size: 14px;letter-spacing: normal;text-align: start;line-height: 1.75em;"><span style="font-size: 16px;">VED可以应用于各种应用环境，特别是对于那些需要高水平安全保护和防止有针对性攻击的环境来说。</span><o:p></o:p></p><ul class="list-paddingleft-1" style="width: 577.422px;letter-spacing: 0.578px;text-wrap: wrap;list-style-type: square;"><li><h2 style="margin-bottom: 24px;font-size: 14px;color: rgb(0, 0, 0);font-family: -apple-system, BlinkMacSystemFont, &#34;Segoe WPC&#34;, &#34;Segoe UI&#34;, Ubuntu, &#34;Droid Sans&#34;, sans-serif, Meiryo;letter-spacing: normal;text-align: start;line-height: 1.75em;"><span style="font-size: 16px;">直接的行业市场</span><o:p></o:p></h2></li></ul><p style="text-wrap: wrap;color: rgb(0, 0, 0);font-family: -apple-system, BlinkMacSystemFont, &#34;Segoe WPC&#34;, &#34;Segoe UI&#34;, Ubuntu, &#34;Droid Sans&#34;, sans-serif, Meiryo;font-size: 14px;letter-spacing: normal;text-align: start;line-height: 1.75em;"><span style="font-size: 16px;">金融、医疗保健或政府等行业可能需要保护敏感信息，以防止未经授权的访问并遭受高级攻击者使用复杂攻击技术侵犯其系统的攻击。在这些情况下，像 VED 这样的额外安全增强措施是必要的保护层，可以有效地抵御这些威胁。</span><o:p></o:p></p><ul class="list-paddingleft-1" style="width: 577.422px;letter-spacing: 0.578px;text-wrap: wrap;list-style-type: square;"><li><h2 style="margin-bottom: 24px;font-size: 14px;color: rgb(0, 0, 0);font-family: -apple-system, BlinkMacSystemFont, &#34;Segoe WPC&#34;, &#34;Segoe UI&#34;, Ubuntu, &#34;Droid Sans&#34;, sans-serif, Meiryo;letter-spacing: normal;text-align: start;line-height: 1.75em;"><span style="font-size: 16px;">关键基础设施系统或服务器</span><o:p></o:p></h2></li></ul><p style="text-wrap: wrap;color: rgb(0, 0, 0);font-family: -apple-system, BlinkMacSystemFont, &#34;Segoe WPC&#34;, &#34;Segoe UI&#34;, Ubuntu, &#34;Droid Sans&#34;, sans-serif, Meiryo;font-size: 14px;letter-spacing: normal;text-align: start;line-height: 1.75em;"><span style="font-size: 16px;">像Web服务器或数据库服务器这样的系统，也可能受益于额外的内核安全增强。这些系统经常成为攻击者的目标，攻击者试图破坏其运营或窃取敏感数据，并且可能需要超出基本 Linux 内核提供的安全措施的额外安全措施。</span><o:p></o:p></p><ul class="list-paddingleft-1" style="width: 577.422px;letter-spacing: 0.578px;text-wrap: wrap;list-style-type: square;"><li><h2 style="margin-bottom: 24px;font-size: 14px;color: rgb(0, 0, 0);font-family: -apple-system, BlinkMacSystemFont, &#34;Segoe WPC&#34;, &#34;Segoe UI&#34;, Ubuntu, &#34;Droid Sans&#34;, sans-serif, Meiryo;letter-spacing: normal;text-align: start;line-height: 1.75em;"><span style="font-size: 16px;">无人监督的系统</span><o:p></o:p></h2></li></ul><p style="text-wrap: wrap;color: rgb(0, 0, 0);font-family: -apple-system, BlinkMacSystemFont, &#34;Segoe WPC&#34;, &#34;Segoe UI&#34;, Ubuntu, &#34;Droid Sans&#34;, sans-serif, Meiryo;font-size: 14px;letter-spacing: normal;text-align: start;line-height: 1.75em;"><span style="font-size: 16px;">物联网系统，特别是在开放领域和甚至在敌对网络和物理环境中运行的系统，需要更高的安全强度来防御外部威胁。</span><o:p></o:p></p><ul class="list-paddingleft-1" style="width: 577.422px;letter-spacing: 0.578px;text-wrap: wrap;list-style-type: square;"><li><h2 style="margin-bottom: 24px;font-size: 14px;color: rgb(0, 0, 0);font-family: -apple-system, BlinkMacSystemFont, &#34;Segoe WPC&#34;, &#34;Segoe UI&#34;, Ubuntu, &#34;Droid Sans&#34;, sans-serif, Meiryo;letter-spacing: normal;text-align: start;line-height: 1.75em;"><span style="font-size: 16px;">钱包，以太坊质押节点，区块链验证节点</span><o:p></o:p></h2></li></ul><p style="text-wrap: wrap;color: rgb(0, 0, 0);font-family: -apple-system, BlinkMacSystemFont, &#34;Segoe WPC&#34;, &#34;Segoe UI&#34;, Ubuntu, &#34;Droid Sans&#34;, sans-serif, Meiryo;font-size: 14px;letter-spacing: normal;text-align: start;line-height: 1.75em;"><span style="font-size: 16px;">基于通用计算平台的钱包，链下节点以及验证节点的密钥都是重要资产，攻击者对于这类资产通常会精心打造从信息搜集，漏洞利用到通过rootkits进行持久化和横向移动的定向打击链条，VED不仅可以提供运行时防护，也可以针对已经被攻陷的系统的rootkits后门进行检测和阻断。</span><o:p></o:p></p><p style="text-wrap: wrap;color: rgb(0, 0, 0);font-family: -apple-system, BlinkMacSystemFont, &#34;Segoe WPC&#34;, &#34;Segoe UI&#34;, Ubuntu, &#34;Droid Sans&#34;, sans-serif, Meiryo;font-size: 14px;letter-spacing: normal;text-align: start;line-height: 1.75em;"><span style="font-size: 16px;">最后，普通用户也可以选择使用额外的内核安全增强措施来提高系统的整体安全性，并保护其个人数据免受未经授权的访问。这些用户通常重视安全和隐私。</span></p><h2 style="color: rgb(0, 0, 0);font-family: -apple-system, BlinkMacSystemFont, &#34;Segoe WPC&#34;, &#34;Segoe UI&#34;, Ubuntu, &#34;Droid Sans&#34;, sans-serif, Meiryo;letter-spacing: normal;text-align: start;text-wrap: wrap;margin-bottom: 24px;margin-top: 0px;"><strong><span style="font-size: 18px;color: rgb(27, 144, 214);">效果与实例分析</span></strong></h2><p style="color: rgb(0, 0, 0);font-family: -apple-system, BlinkMacSystemFont, &#34;Segoe WPC&#34;, &#34;Segoe UI&#34;, Ubuntu, &#34;Droid Sans&#34;, sans-serif, Meiryo;font-size: 14px;letter-spacing: normal;text-align: start;text-wrap: wrap;margin-bottom: 24px;margin-top: 0px;line-height: 1.75em;"><span style="font-size: 16px;">目前，VED 可以阻止超过 96% 的已知漏洞利用。由于 VED 技术不是针对特定具有CVE编号的漏洞，因此可以推断 VED 对未知漏洞利用的阻止比例也会很高。</span></p><p style="color: rgb(0, 0, 0);font-family: -apple-system, BlinkMacSystemFont, &#34;Segoe WPC&#34;, &#34;Segoe UI&#34;, Ubuntu, &#34;Droid Sans&#34;, sans-serif, Meiryo;font-size: 14px;letter-spacing: normal;text-align: start;text-wrap: wrap;margin-bottom: 24px;margin-top: 0px;line-height: 1.75em;"><span style="font-size: 16px;">虽然也有一些漏洞无法防护，但目前仅占 CVE 数量的&lt;4%。此外，由于 VED 还具有后期攻击保护功能，因此实际的影响可能会更小</span></p><section style="color: rgb(0, 0, 0);font-family: -apple-system, BlinkMacSystemFont, &#34;Segoe WPC&#34;, &#34;Segoe UI&#34;, Ubuntu, &#34;Droid Sans&#34;, sans-serif, Meiryo;font-size: 14px;letter-spacing: normal;text-align: start;text-wrap: wrap;margin-bottom: 24px;margin-top: 0px;line-height: 1.75em;"><strong><span style="font-size: 16px;">案例 1: 云原生 Kubernetes 环境安全事故</span></strong><span style="font-size: 16px;"></span></section><ul style="color: rgb(0, 0, 0);font-family: -apple-system, BlinkMacSystemFont, &#34;Segoe WPC&#34;, &#34;Segoe UI&#34;, Ubuntu, &#34;Droid Sans&#34;, sans-serif, Meiryo;font-size: 14px;letter-spacing: normal;text-align: start;text-wrap: wrap;margin-bottom: 24px;margin-top: 0px;line-height: 1.75em;" class="list-paddingleft-1"><li style="color: rgb(0, 0, 0);font-family: -apple-system, BlinkMacSystemFont, &#34;Segoe WPC&#34;, &#34;Segoe UI&#34;, Ubuntu, &#34;Droid Sans&#34;, sans-serif, Meiryo;font-size: 14px;letter-spacing: normal;text-align: start;text-wrap: wrap;margin-bottom: 24px;margin-top: 0px;line-height: 1.75em;"><section style="color: rgb(0, 0, 0);font-family: -apple-system, BlinkMacSystemFont, &#34;Segoe WPC&#34;, &#34;Segoe UI&#34;, Ubuntu, &#34;Droid Sans&#34;, sans-serif, Meiryo;font-size: 14px;letter-spacing: normal;text-align: start;text-wrap: wrap;margin-bottom: 24px;margin-top: 0px;line-height: 1.75em;"><span style="font-size: 16px;">环境: 虽然拥有了 HIDS、EDR、XDR、SIEM 和 SOC 的全方位安全合规环境，但对于定向攻击仍然无能为力。</span></section></li><li style="color: rgb(0, 0, 0);font-family: -apple-system, BlinkMacSystemFont, &#34;Segoe WPC&#34;, &#34;Segoe UI&#34;, Ubuntu, &#34;Droid Sans&#34;, sans-serif, Meiryo;font-size: 14px;letter-spacing: normal;text-align: start;text-wrap: wrap;margin-bottom: 24px;margin-top: 0px;line-height: 1.75em;"><section style="color: rgb(0, 0, 0);font-family: -apple-system, BlinkMacSystemFont, &#34;Segoe WPC&#34;, &#34;Segoe UI&#34;, Ubuntu, &#34;Droid Sans&#34;, sans-serif, Meiryo;font-size: 14px;letter-spacing: normal;text-align: start;text-wrap: wrap;margin-bottom: 24px;margin-top: 0px;line-height: 1.75em;"><span style="font-size: 16px;">事件: 服务器被勒索软件定向攻击。</span></section></li><li style="color: rgb(0, 0, 0);font-family: -apple-system, BlinkMacSystemFont, &#34;Segoe WPC&#34;, &#34;Segoe UI&#34;, Ubuntu, &#34;Droid Sans&#34;, sans-serif, Meiryo;font-size: 14px;letter-spacing: normal;text-align: start;text-wrap: wrap;margin-bottom: 24px;margin-top: 0px;line-height: 1.75em;"><section style="color: rgb(0, 0, 0);font-family: -apple-system, BlinkMacSystemFont, &#34;Segoe WPC&#34;, &#34;Segoe UI&#34;, Ubuntu, &#34;Droid Sans&#34;, sans-serif, Meiryo;font-size: 14px;letter-spacing: normal;text-align: start;text-wrap: wrap;margin-bottom: 24px;margin-top: 0px;line-height: 1.75em;"><span style="font-size: 16px;">解决方案: VED 提供运行时防护，使得攻击者利用的漏洞无法得逞。</span></section></li></ul><section style="color: rgb(0, 0, 0);font-family: -apple-system, BlinkMacSystemFont, &#34;Segoe WPC&#34;, &#34;Segoe UI&#34;, Ubuntu, &#34;Droid Sans&#34;, sans-serif, Meiryo;font-size: 14px;letter-spacing: normal;text-align: start;text-wrap: wrap;margin-bottom: 24px;margin-top: 0px;line-height: 1.75em;"><strong><span style="font-size: 16px;">案例 2: Linux 服务器，以太坊验证节点</span></strong><span style="font-size: 16px;"></span></section><ul style="color: rgb(0, 0, 0);font-family: -apple-system, BlinkMacSystemFont, &#34;Segoe WPC&#34;, &#34;Segoe UI&#34;, Ubuntu, &#34;Droid Sans&#34;, sans-serif, Meiryo;font-size: 14px;letter-spacing: normal;text-align: start;text-wrap: wrap;margin-bottom: 24px;margin-top: 0px;line-height: 1.75em;" class="list-paddingleft-1"><li style="color: rgb(0, 0, 0);font-family: -apple-system, BlinkMacSystemFont, &#34;Segoe WPC&#34;, &#34;Segoe UI&#34;, Ubuntu, &#34;Droid Sans&#34;, sans-serif, Meiryo;font-size: 14px;letter-spacing: normal;text-align: start;text-wrap: wrap;margin-bottom: 24px;margin-top: 0px;line-height: 1.75em;"><section style="color: rgb(0, 0, 0);font-family: -apple-system, BlinkMacSystemFont, &#34;Segoe WPC&#34;, &#34;Segoe UI&#34;, Ubuntu, &#34;Droid Sans&#34;, sans-serif, Meiryo;font-size: 14px;letter-spacing: normal;text-align: start;text-wrap: wrap;margin-bottom: 24px;margin-top: 0px;line-height: 1.75em;"><span style="font-size: 16px;">环境: 该区块链服务器是一个 Linux 服务器，以太坊存储在冷钱包中，但验证密钥存储在 Linux 服务器上。</span></section></li><li style="color: rgb(0, 0, 0);font-family: -apple-system, BlinkMacSystemFont, &#34;Segoe WPC&#34;, &#34;Segoe UI&#34;, Ubuntu, &#34;Droid Sans&#34;, sans-serif, Meiryo;font-size: 14px;letter-spacing: normal;text-align: start;text-wrap: wrap;margin-bottom: 24px;margin-top: 0px;line-height: 1.75em;"><section style="color: rgb(0, 0, 0);font-family: -apple-system, BlinkMacSystemFont, &#34;Segoe WPC&#34;, &#34;Segoe UI&#34;, Ubuntu, &#34;Droid Sans&#34;, sans-serif, Meiryo;font-size: 14px;letter-spacing: normal;text-align: start;text-wrap: wrap;margin-bottom: 24px;margin-top: 0px;line-height: 1.75em;"><span style="font-size: 16px;">操作: 存储以太坊验证节点的私钥。</span></section></li><li style="color: rgb(0, 0, 0);font-family: -apple-system, BlinkMacSystemFont, &#34;Segoe WPC&#34;, &#34;Segoe UI&#34;, Ubuntu, &#34;Droid Sans&#34;, sans-serif, Meiryo;font-size: 14px;letter-spacing: normal;text-align: start;text-wrap: wrap;margin-bottom: 24px;margin-top: 0px;line-height: 1.75em;"><section style="color: rgb(0, 0, 0);font-family: -apple-system, BlinkMacSystemFont, &#34;Segoe WPC&#34;, &#34;Segoe UI&#34;, Ubuntu, &#34;Droid Sans&#34;, sans-serif, Meiryo;font-size: 14px;letter-spacing: normal;text-align: start;text-wrap: wrap;margin-bottom: 24px;margin-top: 0px;line-height: 1.75em;"><span style="font-size: 16px;">解决方案: VED 提供了运行时及后期攻击的保护，通过阻止已经植入的 rootkit 启动，确保私钥的安全。</span></section></li></ul><section style="color: rgb(0, 0, 0);font-family: -apple-system, BlinkMacSystemFont, &#34;Segoe WPC&#34;, &#34;Segoe UI&#34;, Ubuntu, &#34;Droid Sans&#34;, sans-serif, Meiryo;font-size: 14px;letter-spacing: normal;text-align: start;text-wrap: wrap;margin-bottom: 24px;margin-top: 0px;line-height: 1.75em;"><strong><span style="font-size: 16px;">案例 3: 边缘计算网关（ARM64）的安全防护</span></strong><span style="font-size: 16px;"></span></section><ul style="color: rgb(0, 0, 0);font-family: -apple-system, BlinkMacSystemFont, &#34;Segoe WPC&#34;, &#34;Segoe UI&#34;, Ubuntu, &#34;Droid Sans&#34;, sans-serif, Meiryo;font-size: 14px;letter-spacing: normal;text-align: start;text-wrap: wrap;margin-bottom: 24px;margin-top: 0px;line-height: 1.75em;" class="list-paddingleft-1"><li style="color: rgb(0, 0, 0);font-family: -apple-system, BlinkMacSystemFont, &#34;Segoe WPC&#34;, &#34;Segoe UI&#34;, Ubuntu, &#34;Droid Sans&#34;, sans-serif, Meiryo;font-size: 14px;letter-spacing: normal;text-align: start;text-wrap: wrap;margin-bottom: 24px;margin-top: 0px;line-height: 1.75em;"><section style="color: rgb(0, 0, 0);font-family: -apple-system, BlinkMacSystemFont, &#34;Segoe WPC&#34;, &#34;Segoe UI&#34;, Ubuntu, &#34;Droid Sans&#34;, sans-serif, Meiryo;font-size: 14px;letter-spacing: normal;text-align: start;text-wrap: wrap;margin-bottom: 24px;margin-top: 0px;line-height: 1.75em;"><span style="font-size: 16px;">环境: 运行 Linux 的边缘物联网网关，与 PLC 和 RFID 连接。</span></section></li><li style="color: rgb(0, 0, 0);font-family: -apple-system, BlinkMacSystemFont, &#34;Segoe WPC&#34;, &#34;Segoe UI&#34;, Ubuntu, &#34;Droid Sans&#34;, sans-serif, Meiryo;font-size: 14px;letter-spacing: normal;text-align: start;text-wrap: wrap;margin-bottom: 24px;margin-top: 0px;line-height: 1.75em;"><section style="color: rgb(0, 0, 0);font-family: -apple-system, BlinkMacSystemFont, &#34;Segoe WPC&#34;, &#34;Segoe UI&#34;, Ubuntu, &#34;Droid Sans&#34;, sans-serif, Meiryo;font-size: 14px;letter-spacing: normal;text-align: start;text-wrap: wrap;margin-bottom: 24px;margin-top: 0px;line-height: 1.75em;"><span style="font-size: 16px;">操作: 搜集并处理部分数据，将其回传到云端。</span></section></li><li style="color: rgb(0, 0, 0);font-family: -apple-system, BlinkMacSystemFont, &#34;Segoe WPC&#34;, &#34;Segoe UI&#34;, Ubuntu, &#34;Droid Sans&#34;, sans-serif, Meiryo;font-size: 14px;letter-spacing: normal;text-align: start;text-wrap: wrap;margin-bottom: 24px;margin-top: 0px;line-height: 1.75em;"><section style="color: rgb(0, 0, 0);font-family: -apple-system, BlinkMacSystemFont, &#34;Segoe WPC&#34;, &#34;Segoe UI&#34;, Ubuntu, &#34;Droid Sans&#34;, sans-serif, Meiryo;font-size: 14px;letter-spacing: normal;text-align: start;text-wrap: wrap;margin-bottom: 24px;margin-top: 0px;line-height: 1.75em;"><span style="font-size: 16px;">解决方案: VED 提供运行时保护，并与其他安全解决方案（如强制访问控制、基于 Seccomp 的沙箱、防火墙策略等）协同工作。</span></section></li></ul><p style="color: rgb(0, 0, 0);font-family: -apple-system, BlinkMacSystemFont, &#34;Segoe WPC&#34;, &#34;Segoe UI&#34;, Ubuntu, &#34;Droid Sans&#34;, sans-serif, Meiryo;font-size: 14px;letter-spacing: normal;text-align: start;text-wrap: wrap;margin-bottom: 24px;margin-top: 0px;line-height: 1.75em;"><span style="font-size: 16px;"></span></p><h2 style="color: rgb(0, 0, 0);font-family: -apple-system, BlinkMacSystemFont, &#34;Segoe WPC&#34;, &#34;Segoe UI&#34;, Ubuntu, &#34;Droid Sans&#34;, sans-serif, Meiryo;letter-spacing: normal;text-align: start;text-wrap: wrap;margin-bottom: 24px;margin-top: 0px;"><strong><span style="color: rgb(27, 144, 214);font-size: 18px;">漏洞利用方法的最新发展</span></strong></h2><p style="color: rgb(0, 0, 0);font-family: -apple-system, BlinkMacSystemFont, &#34;Segoe WPC&#34;, &#34;Segoe UI&#34;, Ubuntu, &#34;Droid Sans&#34;, sans-serif, Meiryo;font-size: 14px;letter-spacing: normal;text-align: start;text-wrap: wrap;margin-bottom: 24px;margin-top: 0px;line-height: 1.75em;"><span style="font-size: 16px;">消除一两个漏洞利用方法比硬编码的防御一堆0day漏洞利用更有价值。无论是已知或者未知(n-day/0-day)的漏洞都可以利用新的漏洞利用方法重新构造漏洞利用，这种数字军火的更替会使防御体系难以应对。因此，未公开的漏洞利用方法的危险程度远高于一堆0day漏洞。VED 经过数年的进化，其特性达到了在预防利用和利用阶段之间的效果，不仅对于绕过 Tetragon 或者 Pipe primitive 这类漏洞利用方法具备免疫能力，甚至一些常见的漏洞利用方法也会在早期被 VED 检测和阻止。</span></p><section style="color: rgb(0, 0, 0);font-family: -apple-system, BlinkMacSystemFont, &#34;Segoe WPC&#34;, &#34;Segoe UI&#34;, Ubuntu, &#34;Droid Sans&#34;, sans-serif, Meiryo;font-size: 14px;letter-spacing: normal;text-align: start;text-wrap: wrap;margin-bottom: 24px;margin-top: 0px;"><img class="rich_pages wxw-img js_insertlocalimg" data-ratio="0.47435897435897434" data-s="300,640" data-type="png" data-w="624" style="letter-spacing: 0.578px;text-align: center;height: auto !important;" src="https://wechat2rss.xlab.app/img-proxy/?k=c507168c&amp;u=https%3A%2F%2Fmmbiz.qpic.cn%2Fmmbiz_png%2FSYxbvhekRGc4UfxrCjJtxMxVzesIicdcdk6hQqxcl11CLMBN7A80KUCjSv1Ho9wEdPL61bQicYnZZDMlpfUTLsIQ%2F640%3Fwx_fmt%3Dpng"/></section><section style="color: rgb(0, 0, 0);font-family: -apple-system, BlinkMacSystemFont, &#34;Segoe WPC&#34;, &#34;Segoe UI&#34;, Ubuntu, &#34;Droid Sans&#34;, sans-serif, Meiryo;font-size: 14px;letter-spacing: normal;text-align: start;text-wrap: wrap;margin-bottom: 24px;margin-top: 0px;"><span style="font-size: 16px;">我们期待与你深入比较 VED 与 GRSecurity 或其他内核安全解决方案的优劣差异。</span></section><section style="text-align: center;margin-bottom: 24px;margin-top: 0px;"><img class="rich_pages wxw-img js_insertlocalimg" data-ratio="0.7790697674418605" data-s="300,640" data-type="png" data-w="688" style="height: auto !important;" src="https://wechat2rss.xlab.app/img-proxy/?k=a1f091d8&amp;u=https%3A%2F%2Fmmbiz.qpic.cn%2Fmmbiz_png%2FSYxbvhekRGc4UfxrCjJtxMxVzesIicdcd4MbduBLRTPzlF4XFFbgPKCGXSIHEVPllD0NI60TIsQqjq5ic05k0KbA%2F640%3Fwx_fmt%3Dpng"/></section><section style="color: rgb(0, 0, 0);font-family: -apple-system, BlinkMacSystemFont, &#34;Segoe WPC&#34;, &#34;Segoe UI&#34;, Ubuntu, &#34;Droid Sans&#34;, sans-serif, Meiryo;font-size: 14px;letter-spacing: normal;text-align: start;text-wrap: wrap;margin-bottom: 24px;margin-top: 0px;line-height: 1.75em;"><span style="font-size: 16px;">对运行时和rootkits防护有兴趣的币圈，链圈，电商圈，X圈的朋友们可以尝试AWS的安全加固镜像（集成了基础长期维护版本的VED）：</span><o:p></o:p></section><section style="color: rgb(0, 0, 0);font-family: -apple-system, BlinkMacSystemFont, &#34;Segoe WPC&#34;, &#34;Segoe UI&#34;, Ubuntu, &#34;Droid Sans&#34;, sans-serif, Meiryo;font-size: 14px;letter-spacing: normal;text-align: start;text-wrap: wrap;margin-bottom: 24px;margin-top: 0px;line-height: 1.75em;"><span style="font-size: 16px;"><a href="https://aws.amazon.com/marketplace/pp/prodview-4nur74fayxeis" target="_blank">https://aws.amazon.com/marketplace/pp/prodview-4nur74fayxeis</a></span></section><section style="color: rgb(0, 0, 0);font-family: -apple-system, BlinkMacSystemFont, &#34;Segoe WPC&#34;, &#34;Segoe UI&#34;, Ubuntu, &#34;Droid Sans&#34;, sans-serif, Meiryo;font-size: 14px;letter-spacing: normal;text-align: start;text-wrap: wrap;margin-bottom: 24px;margin-top: 0px;line-height: 1.75em;"><span style="font-size: 16px;">对高级版有兴趣的可以私信。</span><o:p></o:p></section><section style="color: rgb(0, 0, 0);font-family: -apple-system, BlinkMacSystemFont, &#34;Segoe WPC&#34;, &#34;Segoe UI&#34;, Ubuntu, &#34;Droid Sans&#34;, sans-serif, Meiryo;font-size: 14px;letter-spacing: normal;text-align: start;text-wrap: wrap;margin-bottom: 24px;margin-top: 0px;line-height: 1.75em;"><span style="font-size: 16px;">详细内容请见，也可以阅读原文：</span><o:p></o:p></section><section style="color: rgb(0, 0, 0);font-family: -apple-system, BlinkMacSystemFont, &#34;Segoe WPC&#34;, &#34;Segoe UI&#34;, Ubuntu, &#34;Droid Sans&#34;, sans-serif, Meiryo;font-size: 14px;letter-spacing: normal;text-align: start;text-wrap: wrap;margin-bottom: 24px;margin-top: 0px;line-height: 1.75em;"><span style="font-size: 16px;"><a href="https://hardenedvault.net/zh-cn/blog/2023-07-09-protecting-linux-kernel-why-how/" target="_blank">https://hardenedvault.net/zh-cn/blog/2023-07-09-protecting-linux-kernel-why-how/</a></span><o:p></o:p></section><section style="margin-bottom: 24px;margin-top: 0px;"><span style="font-size: 16px;"><br/></span></section><section style="margin-bottom: 24px;margin-top: 0px;"><strong><span style="color: rgb(27, 144, 214);font-size: 18px;">联系HardenedVault</span></strong><br/></section><section style="color: rgb(0, 0, 0);font-family: -apple-system, BlinkMacSystemFont, &#34;Segoe WPC&#34;, &#34;Segoe UI&#34;, Ubuntu, &#34;Droid Sans&#34;, sans-serif, Meiryo;font-size: 14px;letter-spacing: normal;text-align: start;text-wrap: wrap;margin-bottom: 24px;margin-top: 0px;line-height: 1.75em;"><span style="font-size: 16px;">邮箱：Contact@hardenedvault.net</span></section><section style="color: rgb(0, 0, 0);font-family: -apple-system, BlinkMacSystemFont, &#34;Segoe WPC&#34;, &#34;Segoe UI&#34;, Ubuntu, &#34;Droid Sans&#34;, sans-serif, Meiryo;font-size: 14px;letter-spacing: normal;text-align: start;text-wrap: wrap;margin-bottom: 24px;margin-top: 0px;line-height: 1.75em;"><span style="font-size: 16px;">手机：+852 5442 6181</span></section><section style="color: rgb(0, 0, 0);font-family: -apple-system, BlinkMacSystemFont, &#34;Segoe WPC&#34;, &#34;Segoe UI&#34;, Ubuntu, &#34;Droid Sans&#34;, sans-serif, Meiryo;font-size: 14px;letter-spacing: normal;text-align: start;text-wrap: wrap;margin-bottom: 24px;margin-top: 0px;line-height: 1.75em;"><span style="font-size: 16px;">官网：<a href="https://hardenedvault.net/" target="_blank">https://hardenedvault.net/</a></span></section><section style="margin-bottom: 24px;margin-top: 0px;"><br/></section><p style="display: none;"><mp-style-type data-value="3"></mp-style-type></p>



<p><a href="https://hardenedvault.net/zh-cn/blog/2023-07-09-protecting-linux-kernel-why-how/">阅读原文</a></p>
<p><a href="https://wechat2rss.xlab.app/link-proxy/?k=35f00bdd&amp;r=1&amp;u=https%3A%2F%2Fmp.weixin.qq.com%2Fs%3F__biz%3DMzg4NDU0ODMxOQ%3D%3D%26mid%3D2247485785%26idx%3D1%26sn%3D404692ca0db67c74399f763954eadba7%26subscene%3D0">跳转微信打开</a></p>
]]></content:encoded>
      <pubDate>Mon, 10 Jul 2023 08:45:00 +0800</pubDate>
    </item>
    <item>
      <title>Afuzz 一款适用于自动化Bug Bounty的敏文文件或路径发现工具</title>
      <link>https://mp.weixin.qq.com/s?__biz=Mzg4NDU0ODMxOQ==&amp;mid=2247485771&amp;idx=1&amp;sn=40d3e9812e2bffc6693be1ad30c88cd9</link>
      <description>大家好，我是BaCde，过年期间开发了Afuzz这款工具。今天给大家详细介绍介绍。</description>
      <content:encoded><![CDATA[<p>
原创 <span>BaCde</span> <span>2023-07-03 08:45</span> <span style="display: inline-block;">北京</span>
</p>

<p>大家好，我是BaCde，过年期间开发了Afuzz这款工具。今天给大家详细介绍介绍。</p>
<p></p>



<p>
<img src="https://wechat2rss.xlab.app/img-proxy/?k=22423466&amp;u=https%3A%2F%2Fmmbiz.qpic.cn%2Fmmbiz_jpg%2FSYxbvhekRGf9xRF4ekTgJAiabD8cGF7MlSc5Zl4onHcUdibmVnX5eGXpVSzX5PzyqDKtIAmkUUuLvic2TjHZcycXg%2F0%3Fwx_fmt%3Djpeg"/>
</p>


<p>大家好，我是BaCde，过年期间开发了Afuzz这款工具。主要用于自动化Bug Bounty中的一部分，前段时间上传到了Github上。今天我就来给大家介绍一下它与其他同类工具的不同，并欢迎大家试用并反馈问题。</p><p><span style="letter-spacing: 0.034em;">项目地址：</span></p><p><span style="letter-spacing: 0.034em;"><a href="https://github.com/rapiddns/Afuzz" target="_blank">https://github.com/rapiddns/Afuzz</a></span></p><p><br/></p><p><span style="color: rgb(61, 170, 214);"><strong><span style="color: rgb(61, 170, 214);font-size: 18px;">为什么造这个轮子？</span></strong></span><br/></p><p>在漏洞挖掘中，获得更多的输入点是发现漏洞的重要途径之一。这里其中就包括更多的路径和文件，例如爬虫爬不到的页面。这个时候采用爆破的方式就是一种发现的手段之一。但是目前开源的工具在单一站点，配合手动设置参数，效果非常好，比如dirsearch。在面对大量目标情况下，自动化方式会产生大量的结果，这样就会导致重要的信息被遗漏，而且效率也降低。在这样的情况下，我就想设计和开发一款适用我的自动化漏洞挖系统的模块，于是就有了Afuzz这个工具。<br/></p><p><strong style="color: rgb(61, 170, 214);letter-spacing: 0.578px;text-wrap: wrap;"><span style="font-size: 18px;">其他工具在多目标场景下的问题是什么？</span></strong></p><p><span style="letter-spacing: 0.034em;">发现文件路径，比较关键的就是针对404页面的检查和处理。第一是判断状态码，另外就是根据获得404页面内容，与后续的请求内容进行比对。这里会面临如下问题：</span></p><p><span style="letter-spacing: 0.034em;">首先，当遇到有动态或随机内容（包含请求路径、uuid、eventid、时间戳等）时，因为每次都不同，</span><span style="letter-spacing: 0.034em;">在目标多时，则没办法有效过滤</span><span style="letter-spacing: 0.034em;">所以</span><span style="letter-spacing: 0.034em;">会产生大量结果</span></p><p><span style="letter-spacing: 0.034em;">因为现在站点防护手段多，</span><span style="letter-spacing: 0.034em;">因为速率问题会会出现拦截，或者发现攻击行为出现拦截页面，这时也会遗漏，导致产生大量结果。</span></p><p><span style="letter-spacing: 0.034em;">目录与文件状态和返回不同，单纯的404页面没办法处理目录的情况而产生大量结果。</span></p><p><span style="letter-spacing: 0.034em;">包含特定关键词的地址，重定向到特定页面或链接。</span></p><p>目前工具大多需要手动设置过滤内容或者参数。不适用于自动化系统环境。</p><p>除404页面处理方面，字典固定，对于一些以子域名的部分做目录或备份文件的站点没办法处理。</p><p><strong style="letter-spacing: 0.578px;text-wrap: wrap;color: rgb(61, 170, 214);"><span style="font-size: 18px;">Afuzz思路是什么？</span></strong></p><p>Afuzz设计和思路是工具简单高效，不需要输入太多的参数，通过提升准确率，更多的判断交给程序代码自动来处理，针对上面的场景和问题新增了些手段来处理，包括：</p><ol class="list-paddingleft-1" style="list-style-type: decimal;"><li><p> 会优先获取404页面和不存在目录的状态。</p></li><li><p>移除页面中动态或随机内容，如时间戳、eventid、uuid、请求路径等内容。</p></li><li><p>通过统计分析的方法过滤掉大量重复内容和页面。对于仍有个别站点仍然出现过多的页面，最多只保留20个结果，大大降低结果数量，提高分析的效率。</p></li><li><p>黑名单机制，过滤掉waf等拦截页面的内容。<br/></p></li><li><p>增加白名单机制，对于包含敏感内容的信息，可以方便快速定位。</p></li><li><p>目录和不同的判断方法。针对302、301等进行处理。</p></li><li><p>动态字典，根据传入的域名动态生成字典，如sub部分，subdomain、rootdomain、domain等几个部分动态变量。同时也支持后缀的变量.使其字典生成更丰富。</p></li><li><p>结果展示优化，支持表格和json格式的结果。通过asciitable的形式，结果展示更加友好。结果多时，也更方便处理。同时在结果中还包含了word数，行数，content-type,title等字段。以及是哪种方式命中的，文件还是文件夹，命中哪个白名单规则。</p></li><li><p>对于黑白名单规则支持匹配header、content、支持正则匹配和包含两种方式。</p></li><li><p>自动判断所使用的语言和技术，自动选择后缀并生成字典，达到每个站点数量不同，减少无效请求。提升效率。</p></li><li><p>使用协程方式实现，性能高效，同时支持HTTP2。<br/></p></li></ol><p><br/></p><p><span style="color: rgb(255, 0, 0);"><strong>关于更多的使用请打开项目地址（<span style="letter-spacing: 0.578px;text-wrap: wrap;"><a href="https://github.com/rapiddns/Afuzz" target="_blank">https://github.com/rapiddns/Afuzz</a></span>）查看。如果大家有需要，后续可单独在写一篇使用的文章</strong></span>。</p><p><strong style="letter-spacing: 0.578px;text-wrap: wrap;color: rgb(61, 170, 214);"><span style="font-size: 18px;">Afuzz表现结果如何？</span></strong></p><p><span style="letter-spacing: 0.578px;text-wrap: wrap;">说了这么多，结果如何呢？通过与dirsearch进行对比，Afuzz展示效果效果和结果更加精准。目前也已经加入到我的自动化系统中，更多结果还在测试中。大家也可以自行进行比对测试，欢迎反馈结果给我。Afuzz会持续进行改进。</span></p><p><span style="letter-spacing: 0.578px;text-wrap: wrap;"><strong style="letter-spacing: 0.578px;text-wrap: wrap;color: rgb(61, 170, 214);"><span style="font-size: 18px;">Afuzz后续计划？</span></strong></span></p><p>还是有很多可以进行优化的，比如在404页面比对可以加入dom树的结果比对，字典的优化、多级目录的爆破优化等。也欢迎感兴趣的大佬们，加入进来，欢迎提交。一起完善。</p><p><br/></p><p style="text-align: center;">关注我，安全不迷路</p><section class="mp_profile_iframe_wrp"><mp-common-profile class="js_uneditable custom_select_card mp_profile_iframe" data-pluginname="mpprofile" data-id="Mzg4NDU0ODMxOQ==" data-headimg="http://mmbiz.qpic.cn/mmbiz_png/SYxbvhekRGcqdEsanp1GNhoH2ILlyZmzcJ8muCdpSzM2ibPq0QRYcEfibfmW6kqP8Wz0ianb9W1MfpciboRZ6dFF1w/0?wx_fmt=png" data-nickname="RapidDNS" data-alias="" data-signature="RapidDNS.io 是一个免费开放的DNS在线查询平台。" data-from="0" data-is_biz_ban="0"></mp-common-profile></section><p style="display: none;"><mp-style-type data-value="3"></mp-style-type></p>



<p><a href="2247485771">阅读原文</a></p>
<p><a href="https://wechat2rss.xlab.app/link-proxy/?k=8bb909ac&amp;r=1&amp;u=https%3A%2F%2Fmp.weixin.qq.com%2Fs%3F__biz%3DMzg4NDU0ODMxOQ%3D%3D%26mid%3D2247485771%26idx%3D1%26sn%3D40d3e9812e2bffc6693be1ad30c88cd9%26subscene%3D0">跳转微信打开</a></p>
]]></content:encoded>
      <pubDate>Mon, 03 Jul 2023 08:45:00 +0800</pubDate>
    </item>
    <item>
      <title>RapidDNS 私有化方案</title>
      <link>https://mp.weixin.qq.com/s?__biz=Mzg4NDU0ODMxOQ==&amp;mid=2247485771&amp;idx=2&amp;sn=404a8ec8d1972ac115a1475453ea8214</link>
      <description>RapidDNS私有化部署方案</description>
      <content:encoded><![CDATA[<p>
原创 <span>BaCde</span> <span>2023-07-03 08:45</span> <span style="display: inline-block;">北京</span>
</p>

<p>RapidDNS私有化部署方案</p>
<p></p>



<p>
<img src="https://wechat2rss.xlab.app/img-proxy/?k=ad71bbe4&amp;u=https%3A%2F%2Fmmbiz.qpic.cn%2Fmmbiz_jpg%2FSYxbvhekRGc7RzgoiaCjJh1C6tayJYVd8F4T9eNwibe38YgqVxqwANxqW4Loa6InmbOhpEFn3ZAIwAsgvhrxqN5g%2F0%3Fwx_fmt%3Djpeg"/>
</p>


<section style="line-height: 1.6em;margin-bottom: 16px;"><span style="letter-spacing: 0.5px;">大家好，我是BaCde，今天正式推出RapidDNS私有化方案，大家请看下面详情。</span></section><section style="line-height: 1.6em;margin-bottom: 16px;"><span style="letter-spacing: 0.5px;">RapidDNS.io是一个在线域名查询和IP反向查询的DNS数据开放平台。网站于2020年4月上线，现有超过44亿条记录，支持4种（A,AAAA,CNAME,MX）DNS数据类型。RapidDNS.io以智能化、精准、快速、数据类型多样为特点，搜索采用智能化技术，高并发且毫秒级查询速度保证良好的查询体验。同时，支持使用搜索语法进行高级检索，并提供API接口方便对接到各系统中使用。RapidDNS.io已被众多知名开源项目作为数据来源之一（如OSINT、Amass、OneForAll、theHarvester、subfinder等），并在多个场景中发挥重要作用，如仿冒网站、SRC漏洞挖掘、APT渗透、攻击面管理、IP地址溯源等。</span></section><h1 style="line-height: 1.6em;margin-bottom: 16px;"><span style="letter-spacing: 0.5px;"><strong><span style="font-size: 20px;">RapidDNS的数据量</span></strong></span></h1><section style="line-height: 1.6em;margin-bottom: 16px;"><span style="letter-spacing: 0.5px;">RapidDNS当前共有 <strong>4,480,184,907（44亿8千万）</strong>记录，其中A记录26亿9千万、AAAA记录2亿3千万、CNAME记录6亿6千万、MX记录8亿8千万。子域名数据11亿2千万、根域名2亿6千万。最早数据记录2021年7月，最新数据2023年3月。</span></section><section style="line-height: 1.6em;margin-bottom: 16px;"><span style="letter-spacing: 0.5px;"><strong><span style="font-size: 18px;">数据来源</span></strong></span></section><section style="line-height: 1.6em;margin-bottom: 16px;"><span style="letter-spacing: 0.5px;">最早基于Rapid7 Open data，后加入自己收集的6亿子域名、每日新增域名数据（主动+被动获取），以及网站自身搜索数据。网站全量数据从2023年开始，每月至少更新一次解析。同时未来也将加入更多的数据源。</span></section><section style="line-height: 1.6em;margin-bottom: 16px;"><span style="font-size: 20px;"><strong><span style="font-size: 20px;letter-spacing: 0.5px;">售卖内容</span></strong></span></section><section style="line-height: 1.6em;margin-bottom: 16px;"><span style="letter-spacing: 0.5px;">RapidDNS主要分为三部分，数据、查询系统、任务系统（更新数据、收集数据等）。</span></section><section style="line-height: 1.6em;margin-bottom: 16px;"><span style="letter-spacing: 0.5px;">此次售卖包括全量数据、RapidDNS查询系统。任务系统不出售。</span></section><section style="line-height: 1.6em;margin-bottom: 16px;"><span style="letter-spacing: 0.5px;">赠送：rapid7 2021年12月DNS数据（JSON格式）。</span></section><h2 style="line-height: 1.6em;margin-bottom: 16px;"><span style="letter-spacing: 0.5px;"><strong><span style="font-size: 20px;">售卖数量</span></strong></span></h2><section style="line-height: 1.6em;margin-bottom: 16px;"><span style="letter-spacing: 0.5px;">售卖20份。因为考虑到全量数据和网站源码，可能存在竞争问题，故只少量售卖。</span></section><h1 style="line-height: 1.6em;margin-bottom: 16px;"><span style="letter-spacing: 0.5px;"><strong><span style="font-size: 20px;">数据格式与提供</span></strong></span></h1><section style="line-height: 1.6em;margin-bottom: 16px;"><span style="letter-spacing: 0.5px;">数据格式为Elasticsearch格式存储，可直接启动查询。</span></section><section style="line-height: 1.6em;margin-bottom: 16px;"><span style="letter-spacing: 0.5px;">数据会保存在2TB的M.2 SSD中（另外也可选择SATA的2TB SSD），拿到后可直接启动，同时附带部署说明文档。拿到硬盘后，即开即用。</span></section><section style="line-height: 1.6em;margin-bottom: 16px;"><span style="letter-spacing: 0.5px;">购买者赠送10份RapidDNS贴纸，会一起邮寄。</span></section><h2 style="line-height: 1.6em;margin-bottom: 16px;"><span style="letter-spacing: 0.5px;"><strong><span style="font-size: 20px;">价格与优惠</span></strong></span></h2><section style="line-height: 1.6em;margin-bottom: 16px;"><span style="letter-spacing: 0.5px;">全量数据（44亿）售价<strong>5万元</strong>。全量数据提供优惠，前5名购买者售价<span style="letter-spacing: 0.5px;color: rgb(255, 0, 0);"><strong>2万元</strong></span>，6-10名购买者售价3万元，11-15名购买者售价4万元，16-20名购买者售价5万元。价格上不讲价。</span></section><section style="line-height: 1.6em;margin-bottom: 16px;"><span style="letter-spacing: 0.5px;">RapidDNS查询系统 购买全量数据基础上<strong>5000元</strong>，如果不购买全量数据，只需要查询系统则售价10000元。（查询系统1-3个月后开放售卖，可提前预订）</span></section><section style="line-height: 1.6em;margin-bottom: 16px;"><span style="letter-spacing: 0.5px;"><strong>另外凡是通过推荐方式并最终成功交易或促成交易的朋友，均可获得交易金额的20%作为酬谢。</strong></span></section><h1 style="line-height: 1.6em;margin-bottom: 16px;"><span style="letter-spacing: 0.5px;"><strong><span style="font-size: 20px;">交易方式</span></strong></span></h1><section style="line-height: 1.6em;margin-bottom: 16px;"><span style="letter-spacing: 0.5px;">淘宝交易，</span></section><section style="line-height: 1.6em;margin-bottom: 16px;"><span style="letter-spacing: 0.5px;">事先两点说明：</span></section><section style="line-height: 1.6em;margin-bottom: 16px;"><span style="letter-spacing: 0.5px;">一是我属于个人，所以暂时无法提供发票。(需要发票的可备注上)</span></section><section style="line-height: 1.6em;margin-bottom: 16px;"><span style="letter-spacing: 0.5px;">二是软件和数据为虚拟商品，一旦售出不退不换。有维护，详见<strong>售后服务</strong>的部分。</span></section><h2 style="line-height: 1.6em;margin-bottom: 16px;"><span style="letter-spacing: 0.5px;"><strong><span style="font-size: 20px;">售卖对象</span></strong></span></h2><section style="line-height: 1.6em;margin-bottom: 16px;"><span style="letter-spacing: 0.5px;">企业和个人，原价售卖。允许多人合资购买。</span></section><section style="line-height: 1.6em;margin-bottom: 16px;"><span style="letter-spacing: 0.5px;">监管机构、国家部委、省市级政府部门等单位,以及高校和科研院所，<span style="letter-spacing: 0.5px;color: rgb(255, 0, 0);"><strong>半价</strong></span>出售<strong>。</strong></span><span style="letter-spacing: 0.5px;"></span></section><section style="line-height: 1.6em;margin-bottom: 16px;"><span style="letter-spacing: 0.5px;"></span></section><h1 style="line-height: 1.6em;margin-bottom: 16px;"><span style="letter-spacing: 0.5px;"><strong><span style="font-size: 20px;">售后服务</span></strong></span></h1><section style="line-height: 1.6em;margin-bottom: 16px;"><span style="letter-spacing: 0.5px;">支持3个月内使用中的问题维护，程序Bug修改。不提供二次开发需求。不提供更新数据。更新数据部分后续会单独推出相应服务，计划是按年订阅付费制。费用大概在几千块，预计3个月内推出。</span></section><section style="line-height: 1.6em;margin-bottom: 16px;"><br/></section><section style="line-height: 1.6em;margin-bottom: 16px;">对于本篇公众号文章，凡是转载至朋友圈，均可留言或发转发截图给我，免费赠送贴纸一套（9张，包邮）。</section><section style="line-height: 1.6em;margin-bottom: 16px;"><br/></section><section style="line-height: 1.6em;margin-bottom: 16px;"><span style="letter-spacing: 0.5px;">如有任何相关疑问，可微信后台私信或留言。</span></section><section style="line-height: 1.6em;margin-bottom: 16px;text-align: center;"><strong><span style="letter-spacing: 0.5px;">结束语</span></strong><span style="letter-spacing: 0.5px;"><br/></span></section><section style="line-height: 1.6em;margin-bottom: 16px;"><span style="letter-spacing: 0.5px;">RapidDNS成立3年来，一直免费持续运营到现在，收到很多鼓励和赞扬，感谢大家的支持。</span><span style="letter-spacing: 0.5px;">这</span><span style="letter-spacing: 0.5px;">是RapidDNS首次尝试</span><span style="letter-spacing: 0.5px;">商业模</span><span style="letter-spacing: 0.5px;">式</span><span style="letter-spacing: 0.5px;">，无论结果如何，RapidDNS都会</span><span style="letter-spacing: 0.5px;">运营下</span><span style="letter-spacing: 0.5px;">去</span><span style="letter-spacing: 0.5px;">，现有服务会免费下去，</span><span style="letter-spacing: 0.5px;">并会推出更多功能。</span></section><section style="line-height: 1.6em;margin-bottom: 16px;"><br/></section><section style="line-height: 1.6em;margin-bottom: 16px;"><section style="display: none;line-height: 1.5em;"><br/></section></section><p style="display: none;"><mp-style-type data-value="3"></mp-style-type></p>



<p><a href="2247485771">阅读原文</a></p>
<p><a href="https://wechat2rss.xlab.app/link-proxy/?k=b154f9a2&amp;r=1&amp;u=https%3A%2F%2Fmp.weixin.qq.com%2Fs%3F__biz%3DMzg4NDU0ODMxOQ%3D%3D%26mid%3D2247485771%26idx%3D2%26sn%3D404a8ec8d1972ac115a1475453ea8214%26subscene%3D0">跳转微信打开</a></p>
]]></content:encoded>
      <pubDate>Mon, 03 Jul 2023 08:45:00 +0800</pubDate>
    </item>
    <item>
      <title>使用RapidDNS的数据自动化提交FOFA赚取F点</title>
      <link>https://mp.weixin.qq.com/s?__biz=Mzg4NDU0ODMxOQ==&amp;mid=2247485764&amp;idx=1&amp;sn=e024430dba242bea42c5681cfb99c73d</link>
      <description>大家好，我是BaCde。今天教你30分钟实现自动化刷FOFA F点。</description>
      <content:encoded><![CDATA[<p>
原创 <span>BaCde</span> <span>2023-05-15 08:43</span> <span style="display: inline-block;">北京</span>
</p>

<p>大家好，我是BaCde。今天教你30分钟实现自动化刷FOFA F点。</p>
<p></p>



<p>
<img src="https://wechat2rss.xlab.app/img-proxy/?k=3d9327d7&amp;u=https%3A%2F%2Fmmbiz.qpic.cn%2Fmmbiz_jpg%2FSYxbvhekRGfMO9NibPyKxvPt8kDU6S0LsC112WGXg7KrF9CCFd09shULtlgj5yKQ9LNVZXNORPbFwr0adNGVQUQ%2F0%3Fwx_fmt%3Djpeg"/>
</p>


<p>大家好，我是BaCde。本周FOFA公开了赚取F点的文章，推出的功能是数据奖励功能，提交IP、域名、IP+端口资源，去重后，并且通过数据抓取后，最终可以换取F点。今天分享一下30分钟利用RapidDNS的数据，并开发自动化提交数据赚取F点的内容。方法简单易用。<br/></p><p><span style="font-size: 24px;"><strong>准备工作</strong></span></p><p>python3.10</p><p>从RapidDNS提取了大概80万DNS数据</p><p>FOFA账号一个或多个<br/></p><p><span style="font-size: 24px;"><strong>分析过程</strong></span></p><p>首先先走一遍流程，启动Burp Suite，开启代理，并设置浏览器代理。访问<a href="https://fofa.info，登录，进入个人中心，点击数据奖励页面，挑选数据提交。接下来查看数据奖励的请求信息。" target="_blank">https://fofa.info，登录，进入个人中心，点击数据奖励页面，挑选数据提交。接下来查看数据奖励的请求信息。</a></p><p style="text-align: center;"><img class="rich_pages wxw-img js_insertlocalimg" data-ratio="0.5925925925925926" data-s="300,640" style="" data-type="png" data-w="1080" src="https://wechat2rss.xlab.app/img-proxy/?k=8390b5e1&amp;u=https%3A%2F%2Fmmbiz.qpic.cn%2Fmmbiz_png%2FSYxbvhekRGfMO9NibPyKxvPt8kDU6S0LsjLib2SxYGmO4RfHiaibol15rG4xhVX6PRw1YnHzW32xCWq0dlA2Gsm5Sw%2F640%3Fwx_fmt%3Dpng"/></p><p>这里会有两个问题需要解决，一是登录时的验证码，二提交数据每次都会有签名。</p><p><span style="font-size: 24px;"><strong>实现过程</strong></span></p><p>我不打算耗费在这块太多时间，实现目的即可。所以我选择使用playwright。使用playwright的codegen功能来实现。</p><p>安装playwright只需要如下两条命令即可。<span style="letter-spacing: 0.034em;"></span></p><section class="code-snippet__fix code-snippet__js"><ul class="code-snippet__line-index code-snippet__js"><li></li><li></li></ul><pre class="code-snippet__js" data-lang="properties"><code><span class="code-snippet_outer"><span class="code-snippet__attr">pip</span> <span class="code-snippet__string">install playwright</span></span></code><code><span class="code-snippet_outer"><span class="code-snippet__attr">playwright</span> <span class="code-snippet__string">install</span></span></code></pre></section><p>查看playwright codegen --help，根据其中选项来看是否有需要的信息。<br/></p><p>这里我们需要两步完成上述的需求，第一步是记录登录信息，第二步是提交数据。</p><section class="code-snippet__fix code-snippet__js"><ul class="code-snippet__line-index code-snippet__js"><li></li></ul><pre class="code-snippet__js" data-lang="nginx"><code><span class="code-snippet_outer"><span class="code-snippet__attribute">playwright</span> codegen <a href="https://fofa.info" target="_blank">https://fofa.info</a> --save-storage fofa_user.json</span></code></pre></section><p>然后点击登录按钮，输入用户名、密码、验证码，选中记录登录。登录完成后关闭页面。这时我们的登录信息就保存在了<span style="white-space:pre-wrap;color: rgb(51, 51, 51);font-family: Consolas, &#34;Liberation Mono&#34;, Menlo, Courier, monospace;font-size: 14px;letter-spacing: 0.578px;text-align: left;background-color: rgb(250, 250, 250);">fofa_user.json </span>这个文件中。接下来进行第二步。</p><section class="code-snippet__fix code-snippet__js"><ul class="code-snippet__line-index code-snippet__js"><li></li></ul><pre class="code-snippet__js" data-lang="nginx"><code><span class="code-snippet_outer"><span class="code-snippet__attribute">playwright</span> codegen <a href="https://fofa.info/userInfo/dataAward" target="_blank">https://fofa.info/userInfo/dataAward</a> --load-storage fofa_user.json -o fofa_dataAward.py</span></code></pre></section><p>然后就是点击 “提交数据奖励”，按照要求提交我们的域名数据。点击提交。成功后，关闭窗口即可。这时在我们的当前文件夹下会生成一个<span style="white-space:pre-wrap;color: rgb(51, 51, 51);font-family: Consolas, &#34;Liberation Mono&#34;, Menlo, Courier, monospace;font-size: 14px;letter-spacing: 0.578px;text-align: left;background-color: rgb(250, 250, 250);">fo</span><span style="white-space:pre-wrap;color: rgb(51, 51, 51);font-family: Consolas, &#34;Liberation Mono&#34;, Menlo, Courier, monospace;font-size: 14px;letter-spacing: 0.578px;text-align: left;background-color: rgb(250, 250, 250);">fa_dataAward.py </span><span style="letter-spacing: 0.034em;">的</span><span style="letter-spacing: 0.034em;">文件</span><span style="letter-spacing: 0.034em;">。这个就是提交数据奖励的代码。</span><img class="rich_pages wxw-img js_insertlocalimg" data-ratio="0.49907407407407406" data-s="300,640" style="text-align: center;letter-spacing: 0.034em;" data-type="png" data-w="1080" src="https://wechat2rss.xlab.app/img-proxy/?k=a2910722&amp;u=https%3A%2F%2Fmmbiz.qpic.cn%2Fmmbiz_png%2FSYxbvhekRGfMO9NibPyKxvPt8kDU6S0LsNTjVBxwvTwXxFnscJI2q92YIDSGyV0SdwopMALYmKoeyQeRvev6MCg%2F640%3Fwx_fmt%3Dpng"/></p><p><span style="letter-spacing: 0.034em;">我们</span><span style="letter-spacing: 0.034em;">还需</span><span style="letter-spacing: 0.034em;">要在编辑一下，在提交事件后添加如下代码</span><span style="letter-spacing: 0.034em;"></span></p><section class="code-snippet__fix code-snippet__js"><ul class="code-snippet__line-index code-snippet__js"><li></li></ul><pre class="code-snippet__js" data-lang="javascript"><code><span class="code-snippet_outer">page.wait_for_load_state(<span class="code-snippet__string">&#34;networkidle&#34;</span>,timeout=<span class="code-snippet__number">360000</span>)</span></code></pre></section><p><span style="letter-spacing: 0.034em;">然后增加一段读取文件批量提交的代码就完成了。直接运行即可，完成代码示例如下，还有其他需求可自行调整，如修改单次提交条数（这里默认100），也可以改成多线程、多进程等。这里就看大家自己了。<br/></span></p><section class="code-snippet__fix code-snippet__js"><ul class="code-snippet__line-index code-snippet__js"><li></li><li></li><li></li><li></li><li></li><li></li><li></li><li></li><li></li><li></li><li></li><li></li><li></li><li></li><li></li><li></li><li></li><li></li><li></li><li></li><li></li><li></li><li></li><li></li><li></li><li></li><li></li><li></li><li></li><li></li><li></li><li></li><li></li><li></li><li></li><li></li></ul><pre class="code-snippet__js" data-lang="python"><code><span class="code-snippet_outer"><span class="code-snippet__keyword">from</span> playwright.sync_api <span class="code-snippet__keyword">import</span> Playwright, sync_playwright, expect</span></code><code><span class="code-snippet_outer"><br/></span></code><code><span class="code-snippet_outer"><br/></span></code><code><span class="code-snippet_outer"><span class="code-snippet__function"><span class="code-snippet__keyword">def</span> <span class="code-snippet__title">run</span><span class="code-snippet__params">(playwright: Playwright,domains)</span> -&gt; <span class="code-snippet__keyword">None</span>:</span></span></code><code><span class="code-snippet_outer">    <span class="code-snippet__keyword">try</span>:</span></code><code><span class="code-snippet_outer">        browser = playwright.chromium.launch(headless=<span class="code-snippet__keyword">False</span>)</span></code><code><span class="code-snippet_outer">        context = browser.new_context(storage_state=<span class="code-snippet__string">&#34;fofa.json&#34;</span>)</span></code><code><span class="code-snippet_outer">        page = context.new_page()</span></code><code><span class="code-snippet_outer">        page.goto(<span class="code-snippet__string">&#34;<a href="https://fofa.info/userInfo/dataAward" target="_blank">https://fofa.info/userInfo/dataAward</a>&#34;</span>)</span></code><code><span class="code-snippet_outer">        page.get_by_text(<span class="code-snippet__string">&#34;提交数据奖励&#34;</span>).click()</span></code><code><span class="code-snippet_outer">        page.get_by_placeholder(<span class="code-snippet__string">&#34;可粘贴Nmap XML格式文本， nmap、masscan输出文本，或者任意文本，支持ip、域名智能提取;单次任务最多提交1000条。&#34;</span>).click()</span></code><code><span class="code-snippet_outer">        page.get_by_placeholder(<span class="code-snippet__string">&#34;可粘贴Nmap XML格式文本， nmap、masscan输出文本，或者任意文本，支持ip、域名智能提取;单次任务最多提交1000条。&#34;</span>).fill(domains)</span></code><code><span class="code-snippet_outer">        page.get_by_role(<span class="code-snippet__string">&#34;button&#34;</span>, name=<span class="code-snippet__string">&#34;提交&#34;</span>).click()</span></code><code><span class="code-snippet_outer">        page.wait_for_load_state(<span class="code-snippet__string">&#34;networkidle&#34;</span>,timeout=<span class="code-snippet__number">360000</span>)</span></code><code><span class="code-snippet_outer">        page.close()</span></code><code><span class="code-snippet_outer"><br/></span></code><code><span class="code-snippet_outer">        <span class="code-snippet__comment"># ---------------------</span></span></code><code><span class="code-snippet_outer">        context.close()</span></code><code><span class="code-snippet_outer">        browser.close()</span></code><code><span class="code-snippet_outer">    <span class="code-snippet__keyword">except</span> :</span></code><code><span class="code-snippet_outer">        <span class="code-snippet__keyword">pass</span></span></code><code><span class="code-snippet_outer"><br/></span></code><code><span class="code-snippet_outer"><br/></span></code><code><span class="code-snippet_outer">i = <span class="code-snippet__number">0</span> </span></code><code><span class="code-snippet_outer">domains = []</span></code><code><span class="code-snippet_outer"><span class="code-snippet__keyword">with</span> open(<span class="code-snippet__string">&#34;links.txt&#34;</span>,<span class="code-snippet__string">&#34;r&#34;</span>,encoding=<span class="code-snippet__string">&#34;utf-8&#34;</span>) <span class="code-snippet__keyword">as</span> fp:</span></code><code><span class="code-snippet_outer">    <span class="code-snippet__keyword">for</span> line <span class="code-snippet__keyword">in</span> fp :</span></code><code><span class="code-snippet_outer">        line = line.strip()</span></code><code><span class="code-snippet_outer">        i += <span class="code-snippet__number">1</span></span></code><code><span class="code-snippet_outer">        domains.append(line)</span></code><code><span class="code-snippet_outer">        <span class="code-snippet__keyword">if</span> i % <span class="code-snippet__number">100</span> ==<span class="code-snippet__number">0</span>:</span></code><code><span class="code-snippet_outer">            <span class="code-snippet__keyword">with</span> sync_playwright() <span class="code-snippet__keyword">as</span> playwright:</span></code><code><span class="code-snippet_outer">                run(playwright,<span class="code-snippet__string">&#34;\n&#34;</span>.join(domains))</span></code><code><span class="code-snippet_outer">            domains = []</span></code><code><span class="code-snippet_outer">            print(<span class="code-snippet__string">&#34;当前提交域名%d&#34;</span> % i)</span></code><code><span class="code-snippet_outer"><br/></span></code></pre></section><p>方法就是这么简单方便，且快速，整个过程不到30分钟即可实现。以上不用每次都需要两步，具体要看登录信息的过期时间，如果不过期可以一直使用，直接运行脚本即可。下图为我提交的截图</p><p style="text-align: center;"><img class="rich_pages wxw-img js_insertlocalimg" data-ratio="0.5868200836820083" data-s="300,640" style="" data-type="png" data-w="956" src="https://wechat2rss.xlab.app/img-proxy/?k=ce11f0db&amp;u=https%3A%2F%2Fmmbiz.qpic.cn%2Fmmbiz_png%2FSYxbvhekRGfMO9NibPyKxvPt8kDU6S0LspJmYzuvibTa892egclkIwuuatjiciaibvq9eVhq7X3WU7FImVSlNtiaCg7w%2F640%3Fwx_fmt%3Dpng"/></p><p>通过实际运行，当提交次数或数量到达一定值时，fofa官方会提示受到限制，说明账号每天提交是有限的。上图中可看到，已经50多万了，但是只有2000多条提交记录。</p><p><span style="font-size: 24px;"><strong>结尾</strong></span><br/></p><p>技术的发展带来了极大的效率提升，包括成本、时间、入手难度等。这将使我们更加高效的实现自己的需求。</p><p>另外RapidDNS私有化方案火热售卖中，有意者可与我联系。也欢迎大家推荐或转发，交易成功后有返点。详情可点击 <a target="_blank" href="http://mp.weixin.qq.com/s?__biz=Mzg4NDU0ODMxOQ==&amp;mid=2247485756&amp;idx=1&amp;sn=9890fc71f610c856b672e859a764b32d&amp;chksm=cfb73e8cf8c0b79a7eb93ca6b12da8ae3f6a4be0e8d0d2be93457e5aed6e815191369bff771e&amp;scene=21#wechat_redirect" textvalue="RapidDNS 私有化方案" linktype="text" imgurl="" imgdata="null" data-itemshowtype="0" tab="innerlink" style="letter-spacing: 0.034em;" data-linktype="2">RapidDNS 私有化方案</a></p><p><br/></p><p style="text-align: center;"><span style="font-size: 15px;">点击关注我，从此不迷路</span><br/></p><section class="mp_profile_iframe_wrp"><mp-common-profile class="js_uneditable custom_select_card mp_profile_iframe" data-pluginname="mpprofile" data-weui-theme="light" data-id="Mzg4NDU0ODMxOQ==" data-headimg="http://mmbiz.qpic.cn/mmbiz_png/SYxbvhekRGcqdEsanp1GNhoH2ILlyZmzcJ8muCdpSzM2ibPq0QRYcEfibfmW6kqP8Wz0ianb9W1MfpciboRZ6dFF1w/0?wx_fmt=png" data-nickname="RapidDNS" data-alias="" data-signature="RapidDNS.io 是一个免费开放的DNS在线查询平台。" data-from="0" data-is_biz_ban="0"></mp-common-profile></section><p style="display: none;"><mp-style-type data-value="3"></mp-style-type></p>



<p><a href="2247485764">阅读原文</a></p>
<p><a href="https://wechat2rss.xlab.app/link-proxy/?k=f870a420&amp;r=1&amp;u=https%3A%2F%2Fmp.weixin.qq.com%2Fs%3F__biz%3DMzg4NDU0ODMxOQ%3D%3D%26mid%3D2247485764%26idx%3D1%26sn%3De024430dba242bea42c5681cfb99c73d%26subscene%3D0">跳转微信打开</a></p>
]]></content:encoded>
      <pubDate>Mon, 15 May 2023 08:43:00 +0800</pubDate>
    </item>
    <item>
      <title>RapidDNS 私有化方案</title>
      <link>https://mp.weixin.qq.com/s?__biz=Mzg4NDU0ODMxOQ==&amp;mid=2247485764&amp;idx=2&amp;sn=eb4f978a5a326d10bf67ab99985b8b6d</link>
      <description>RapidDNS私有化部署方案</description>
      <content:encoded><![CDATA[<p>
原创 <span>BaCde</span> <span>2023-05-15 08:43</span> <span style="display: inline-block;">北京</span>
</p>

<p>RapidDNS私有化部署方案</p>
<p></p>



<p>
<img src="https://wechat2rss.xlab.app/img-proxy/?k=ad71bbe4&amp;u=https%3A%2F%2Fmmbiz.qpic.cn%2Fmmbiz_jpg%2FSYxbvhekRGc7RzgoiaCjJh1C6tayJYVd8F4T9eNwibe38YgqVxqwANxqW4Loa6InmbOhpEFn3ZAIwAsgvhrxqN5g%2F0%3Fwx_fmt%3Djpeg"/>
</p>


<section style="line-height: 1.6em;margin-bottom: 16px;"><span style="letter-spacing: 0.5px;">大家好，我是BaCde，今天正式推出RapidDNS私有化方案，大家请看下面详情。</span></section><section style="line-height: 1.6em;margin-bottom: 16px;"><span style="letter-spacing: 0.5px;">RapidDNS.io是一个在线域名查询和IP反向查询的DNS数据开放平台。网站于2020年4月上线，现有超过44亿条记录，支持4种（A,AAAA,CNAME,MX）DNS数据类型。RapidDNS.io以智能化、精准、快速、数据类型多样为特点，搜索采用智能化技术，高并发且毫秒级查询速度保证良好的查询体验。同时，支持使用搜索语法进行高级检索，并提供API接口方便对接到各系统中使用。RapidDNS.io已被众多知名开源项目作为数据来源之一（如OSINT、Amass、OneForAll、theHarvester、subfinder等），并在多个场景中发挥重要作用，如仿冒网站、SRC漏洞挖掘、APT渗透、攻击面管理、IP地址溯源等。</span></section><h1 style="line-height: 1.6em;margin-bottom: 16px;"><span style="letter-spacing: 0.5px;"><strong><span style="font-size: 20px;">RapidDNS的数据量</span></strong></span></h1><section style="line-height: 1.6em;margin-bottom: 16px;"><span style="letter-spacing: 0.5px;">RapidDNS当前共有 <strong>4,480,184,907（44亿8千万）</strong>记录，其中A记录26亿9千万、AAAA记录2亿3千万、CNAME记录6亿6千万、MX记录8亿8千万。子域名数据11亿2千万、根域名2亿6千万。最早数据记录2021年7月，最新数据2023年3月。</span></section><section style="line-height: 1.6em;margin-bottom: 16px;"><span style="letter-spacing: 0.5px;"><strong><span style="font-size: 18px;">数据来源</span></strong></span></section><section style="line-height: 1.6em;margin-bottom: 16px;"><span style="letter-spacing: 0.5px;">最早基于Rapid7 Open data，后加入自己收集的6亿子域名、每日新增域名数据（主动+被动获取），以及网站自身搜索数据。网站全量数据从2023年开始，每月至少更新一次解析。同时未来也将加入更多的数据源。</span></section><section style="line-height: 1.6em;margin-bottom: 16px;"><span style="font-size: 20px;"><strong><span style="font-size: 20px;letter-spacing: 0.5px;">售卖内容</span></strong></span></section><section style="line-height: 1.6em;margin-bottom: 16px;"><span style="letter-spacing: 0.5px;">RapidDNS主要分为三部分，数据、查询系统、任务系统（更新数据、收集数据等）。</span></section><section style="line-height: 1.6em;margin-bottom: 16px;"><span style="letter-spacing: 0.5px;">此次售卖包括全量数据、RapidDNS查询系统。任务系统不出售。</span></section><section style="line-height: 1.6em;margin-bottom: 16px;"><span style="letter-spacing: 0.5px;">赠送：rapid7 2021年12月DNS数据（JSON格式）。</span></section><h2 style="line-height: 1.6em;margin-bottom: 16px;"><span style="letter-spacing: 0.5px;"><strong><span style="font-size: 20px;">售卖数量</span></strong></span></h2><section style="line-height: 1.6em;margin-bottom: 16px;"><span style="letter-spacing: 0.5px;">售卖20份。因为考虑到全量数据和网站源码，可能存在竞争问题，故只少量售卖。</span></section><h1 style="line-height: 1.6em;margin-bottom: 16px;"><span style="letter-spacing: 0.5px;"><strong><span style="font-size: 20px;">数据格式与提供</span></strong></span></h1><section style="line-height: 1.6em;margin-bottom: 16px;"><span style="letter-spacing: 0.5px;">数据格式为Elasticsearch格式存储，可直接启动查询。</span></section><section style="line-height: 1.6em;margin-bottom: 16px;"><span style="letter-spacing: 0.5px;">数据会保存在2TB的M.2 SSD中（另外也可选择SATA的2TB SSD），拿到后可直接启动，同时附带部署说明文档。拿到硬盘后，即开即用。</span></section><section style="line-height: 1.6em;margin-bottom: 16px;"><span style="letter-spacing: 0.5px;">购买者赠送10份RapidDNS贴纸，会一起邮寄。</span></section><h2 style="line-height: 1.6em;margin-bottom: 16px;"><span style="letter-spacing: 0.5px;"><strong><span style="font-size: 20px;">价格与优惠</span></strong></span></h2><section style="line-height: 1.6em;margin-bottom: 16px;"><span style="letter-spacing: 0.5px;">全量数据（44亿）售价<strong>5万元</strong>。全量数据提供优惠，前5名购买者售价<span style="letter-spacing: 0.5px;color: rgb(255, 0, 0);"><strong>2万元</strong></span>，6-10名购买者售价3万元，11-15名购买者售价4万元，16-20名购买者售价5万元。价格上不讲价。</span></section><section style="line-height: 1.6em;margin-bottom: 16px;"><span style="letter-spacing: 0.5px;">RapidDNS查询系统 购买全量数据基础上<strong>5000元</strong>，如果不购买全量数据，只需要查询系统则售价10000元。（查询系统1-3个月后开放售卖，可提前预订）</span></section><section style="line-height: 1.6em;margin-bottom: 16px;"><span style="letter-spacing: 0.5px;"><strong>另外凡是通过推荐方式并最终成功交易或促成交易的朋友，均可获得交易金额的20%作为酬谢。</strong></span></section><h1 style="line-height: 1.6em;margin-bottom: 16px;"><span style="letter-spacing: 0.5px;"><strong><span style="font-size: 20px;">交易方式</span></strong></span></h1><section style="line-height: 1.6em;margin-bottom: 16px;"><span style="letter-spacing: 0.5px;">淘宝交易，</span></section><section style="line-height: 1.6em;margin-bottom: 16px;"><span style="letter-spacing: 0.5px;">事先两点说明：</span></section><section style="line-height: 1.6em;margin-bottom: 16px;"><span style="letter-spacing: 0.5px;">一是我属于个人，所以暂时无法提供发票。(需要发票的可备注上)</span></section><section style="line-height: 1.6em;margin-bottom: 16px;"><span style="letter-spacing: 0.5px;">二是软件和数据为虚拟商品，一旦售出不退不换。有维护，详见<strong>售后服务</strong>的部分。</span></section><h2 style="line-height: 1.6em;margin-bottom: 16px;"><span style="letter-spacing: 0.5px;"><strong><span style="font-size: 20px;">售卖对象</span></strong></span></h2><section style="line-height: 1.6em;margin-bottom: 16px;"><span style="letter-spacing: 0.5px;">企业和个人，原价售卖。允许多人合资购买。</span></section><section style="line-height: 1.6em;margin-bottom: 16px;"><span style="letter-spacing: 0.5px;">监管机构、国家部委、省市级政府部门等单位,以及高校和科研院所，<span style="letter-spacing: 0.5px;color: rgb(255, 0, 0);"><strong>半价</strong></span>出售<strong>。</strong></span><span style="letter-spacing: 0.5px;"></span></section><section style="line-height: 1.6em;margin-bottom: 16px;"><span style="letter-spacing: 0.5px;"></span></section><h1 style="line-height: 1.6em;margin-bottom: 16px;"><span style="letter-spacing: 0.5px;"><strong><span style="font-size: 20px;">售后服务</span></strong></span></h1><section style="line-height: 1.6em;margin-bottom: 16px;"><span style="letter-spacing: 0.5px;">支持3个月内使用中的问题维护，程序Bug修改。不提供二次开发需求。不提供更新数据。更新数据部分后续会单独推出相应服务，计划是按年订阅付费制。费用大概在几千块，预计3个月内推出。</span></section><section style="line-height: 1.6em;margin-bottom: 16px;"><br/></section><section style="line-height: 1.6em;margin-bottom: 16px;">对于本篇公众号文章，凡是转载至朋友圈，均可留言或发转发截图给我，免费赠送贴纸一套（9张，包邮）。</section><section style="line-height: 1.6em;margin-bottom: 16px;"><br/></section><section style="line-height: 1.6em;margin-bottom: 16px;"><span style="letter-spacing: 0.5px;">如有任何相关疑问，可微信后台私信或留言。</span></section><section style="line-height: 1.6em;margin-bottom: 16px;text-align: center;"><strong><span style="letter-spacing: 0.5px;">结束语</span></strong><span style="letter-spacing: 0.5px;"><br/></span></section><section style="line-height: 1.6em;margin-bottom: 16px;"><span style="letter-spacing: 0.5px;">RapidDNS成立3年来，一直免费持续运营到现在，收到很多鼓励和赞扬，感谢大家的支持。</span><span style="letter-spacing: 0.5px;">这</span><span style="letter-spacing: 0.5px;">是RapidDNS首次尝试</span><span style="letter-spacing: 0.5px;">商业模</span><span style="letter-spacing: 0.5px;">式</span><span style="letter-spacing: 0.5px;">，无论结果如何，RapidDNS都会</span><span style="letter-spacing: 0.5px;">运营下</span><span style="letter-spacing: 0.5px;">去</span><span style="letter-spacing: 0.5px;">，现有服务会免费下去，</span><span style="letter-spacing: 0.5px;">并会推出更多功能。</span></section><section style="line-height: 1.6em;margin-bottom: 16px;"><br/></section><section style="line-height: 1.6em;margin-bottom: 16px;"><section style="display: none;line-height: 1.5em;"><br/></section></section><p style="display: none;"><mp-style-type data-value="3"></mp-style-type></p>



<p><a href="2247485764">阅读原文</a></p>
<p><a href="https://wechat2rss.xlab.app/link-proxy/?k=088da330&amp;r=1&amp;u=https%3A%2F%2Fmp.weixin.qq.com%2Fs%3F__biz%3DMzg4NDU0ODMxOQ%3D%3D%26mid%3D2247485764%26idx%3D2%26sn%3Deb4f978a5a326d10bf67ab99985b8b6d%26subscene%3D0">跳转微信打开</a></p>
]]></content:encoded>
      <pubDate>Mon, 15 May 2023 08:43:00 +0800</pubDate>
    </item>
    <item>
      <title>RapidDNS 私有化方案</title>
      <link>https://mp.weixin.qq.com/s?__biz=Mzg4NDU0ODMxOQ==&amp;mid=2247485756&amp;idx=1&amp;sn=9890fc71f610c856b672e859a764b32d</link>
      <description>RapidDNS私有化部署方案</description>
      <content:encoded><![CDATA[<p>
原创 <span>BaCde</span> <span>2023-05-07 19:19</span> <span style="display: inline-block;">北京</span>
</p>

<p>RapidDNS私有化部署方案</p>
<p></p>



<p>
<img src="https://wechat2rss.xlab.app/img-proxy/?k=ad71bbe4&amp;u=https%3A%2F%2Fmmbiz.qpic.cn%2Fmmbiz_jpg%2FSYxbvhekRGc7RzgoiaCjJh1C6tayJYVd8F4T9eNwibe38YgqVxqwANxqW4Loa6InmbOhpEFn3ZAIwAsgvhrxqN5g%2F0%3Fwx_fmt%3Djpeg"/>
</p>


<section style="line-height: 1.6em;margin-bottom: 16px;"><span style="letter-spacing: 0.5px;">大家好，我是BaCde，今天正式推出RapidDNS私有化方案，大家请看下面详情。</span></section><section style="line-height: 1.6em;margin-bottom: 16px;"><span style="letter-spacing: 0.5px;">RapidDNS.io是一个在线域名查询和IP反向查询的DNS数据开放平台。网站于2020年4月上线，现有超过44亿条记录，支持4种（A,AAAA,CNAME,MX）DNS数据类型。RapidDNS.io以智能化、精准、快速、数据类型多样为特点，搜索采用智能化技术，高并发且毫秒级查询速度保证良好的查询体验。同时，支持使用搜索语法进行高级检索，并提供API接口方便对接到各系统中使用。RapidDNS.io已被众多知名开源项目作为数据来源之一（如OSINT、Amass、OneForAll、theHarvester、subfinder等），并在多个场景中发挥重要作用，如仿冒网站、SRC漏洞挖掘、APT渗透、攻击面管理、IP地址溯源等。</span></section><h1 style="line-height: 1.6em;margin-bottom: 16px;"><span style="letter-spacing: 0.5px;"><strong><span style="font-size: 20px;">RapidDNS的数据量</span></strong></span></h1><section style="line-height: 1.6em;margin-bottom: 16px;"><span style="letter-spacing: 0.5px;">RapidDNS当前共有 <strong>4,480,184,907（44亿8千万）</strong>记录，其中A记录26亿9千万、AAAA记录2亿3千万、CNAME记录6亿6千万、MX记录8亿8千万。子域名数据11亿2千万、根域名2亿6千万。最早数据记录2021年7月，最新数据2023年3月。</span></section><section style="line-height: 1.6em;margin-bottom: 16px;"><span style="letter-spacing: 0.5px;"><strong><span style="font-size: 18px;">数据来源</span></strong></span></section><section style="line-height: 1.6em;margin-bottom: 16px;"><span style="letter-spacing: 0.5px;">最早基于Rapid7 Open data，后加入自己收集的6亿子域名、每日新增域名数据（主动+被动获取），以及网站自身搜索数据。网站全量数据从2023年开始，每月至少更新一次解析。同时未来也将加入更多的数据源。</span></section><section style="line-height: 1.6em;margin-bottom: 16px;"><span style="font-size: 20px;"><strong><span style="font-size: 20px;letter-spacing: 0.5px;">售卖内容</span></strong></span></section><section style="line-height: 1.6em;margin-bottom: 16px;"><span style="letter-spacing: 0.5px;">RapidDNS主要分为三部分，数据、查询系统、任务系统（更新数据、收集数据等）。</span></section><section style="line-height: 1.6em;margin-bottom: 16px;"><span style="letter-spacing: 0.5px;">此次售卖包括全量数据、RapidDNS查询系统。任务系统不出售。</span></section><section style="line-height: 1.6em;margin-bottom: 16px;"><span style="letter-spacing: 0.5px;">赠送：rapid7 2021年12月DNS数据（JSON格式）。</span></section><h2 style="line-height: 1.6em;margin-bottom: 16px;"><span style="letter-spacing: 0.5px;"><strong><span style="font-size: 20px;">售卖数量</span></strong></span></h2><section style="line-height: 1.6em;margin-bottom: 16px;"><span style="letter-spacing: 0.5px;">售卖20份。因为考虑到全量数据和网站源码，可能存在竞争问题，故只少量售卖。</span></section><h1 style="line-height: 1.6em;margin-bottom: 16px;"><span style="letter-spacing: 0.5px;"><strong><span style="font-size: 20px;">数据格式与提供</span></strong></span></h1><section style="line-height: 1.6em;margin-bottom: 16px;"><span style="letter-spacing: 0.5px;">数据格式为Elasticsearch格式存储，可直接启动查询。</span></section><section style="line-height: 1.6em;margin-bottom: 16px;"><span style="letter-spacing: 0.5px;">数据会保存在2TB的M.2 SSD中（另外也可选择SATA的2TB SSD），拿到后可直接启动，同时附带部署说明文档。拿到硬盘后，即开即用。</span></section><section style="line-height: 1.6em;margin-bottom: 16px;"><span style="letter-spacing: 0.5px;">购买者赠送10份RapidDNS贴纸，会一起邮寄。</span></section><h2 style="line-height: 1.6em;margin-bottom: 16px;"><span style="letter-spacing: 0.5px;"><strong><span style="font-size: 20px;">价格与优惠</span></strong></span></h2><section style="line-height: 1.6em;margin-bottom: 16px;"><span style="letter-spacing: 0.5px;">全量数据（44亿）售价<strong>5万元</strong>。全量数据提供优惠，前5名购买者售价<span style="letter-spacing: 0.5px;color: rgb(255, 0, 0);"><strong>2万元</strong></span>，6-10名购买者售价3万元，11-15名购买者售价4万元，16-20名购买者售价5万元。价格上不讲价。</span></section><section style="line-height: 1.6em;margin-bottom: 16px;"><span style="letter-spacing: 0.5px;">RapidDNS查询系统 购买全量数据基础上<strong>5000元</strong>，如果不购买全量数据，只需要查询系统则售价10000元。（查询系统1-3个月后开放售卖，可提前预订）</span></section><section style="line-height: 1.6em;margin-bottom: 16px;"><span style="letter-spacing: 0.5px;"><strong>另外凡是通过推荐方式并最终成功交易或促成交易的朋友，均可获得交易金额的20%作为酬谢。</strong></span></section><h1 style="line-height: 1.6em;margin-bottom: 16px;"><span style="letter-spacing: 0.5px;"><strong><span style="font-size: 20px;">交易方式</span></strong></span></h1><section style="line-height: 1.6em;margin-bottom: 16px;"><span style="letter-spacing: 0.5px;">淘宝交易，</span></section><section style="line-height: 1.6em;margin-bottom: 16px;"><span style="letter-spacing: 0.5px;">事先两点说明：</span></section><section style="line-height: 1.6em;margin-bottom: 16px;"><span style="letter-spacing: 0.5px;">一是我属于个人，所以暂时无法提供发票。(需要发票的可备注上)</span></section><section style="line-height: 1.6em;margin-bottom: 16px;"><span style="letter-spacing: 0.5px;">二是软件和数据为虚拟商品，一旦售出不退不换。有维护，详见<strong>售后服务</strong>的部分。</span></section><h2 style="line-height: 1.6em;margin-bottom: 16px;"><span style="letter-spacing: 0.5px;"><strong><span style="font-size: 20px;">售卖对象</span></strong></span></h2><section style="line-height: 1.6em;margin-bottom: 16px;"><span style="letter-spacing: 0.5px;">企业和个人，原价售卖。允许多人合资购买。</span></section><section style="line-height: 1.6em;margin-bottom: 16px;"><span style="letter-spacing: 0.5px;">监管机构、国家部委、省市级政府部门等单位,以及高校和科研院所，<span style="letter-spacing: 0.5px;color: rgb(255, 0, 0);"><strong>半价</strong></span>出售<strong>。</strong></span><span style="letter-spacing: 0.5px;"></span></section><section style="line-height: 1.6em;margin-bottom: 16px;"><span style="letter-spacing: 0.5px;"></span></section><h1 style="line-height: 1.6em;margin-bottom: 16px;"><span style="letter-spacing: 0.5px;"><strong><span style="font-size: 20px;">售后服务</span></strong></span></h1><section style="line-height: 1.6em;margin-bottom: 16px;"><span style="letter-spacing: 0.5px;">支持3个月内使用中的问题维护，程序Bug修改。不提供二次开发需求。不提供更新数据。更新数据部分后续会单独推出相应服务，计划是按年订阅付费制。费用大概在几千块，预计3个月内推出。</span></section><section style="line-height: 1.6em;margin-bottom: 16px;"><br/></section><section style="line-height: 1.6em;margin-bottom: 16px;">对于本篇公众号文章，凡是转载至朋友圈，均可留言或发转发截图给我，免费赠送贴纸一套（9张，包邮）。</section><section style="line-height: 1.6em;margin-bottom: 16px;"><br/></section><section style="line-height: 1.6em;margin-bottom: 16px;"><span style="letter-spacing: 0.5px;">如有任何相关疑问，可微信后台私信或留言。</span></section><section style="line-height: 1.6em;margin-bottom: 16px;text-align: center;"><strong><span style="letter-spacing: 0.5px;">结束语</span></strong><span style="letter-spacing: 0.5px;"><br/></span></section><section style="line-height: 1.6em;margin-bottom: 16px;"><span style="letter-spacing: 0.5px;">RapidDNS成立3年来，一直免费持续运营到现在，收到很多鼓励和赞扬，感谢大家的支持。</span><span style="letter-spacing: 0.5px;">这</span><span style="letter-spacing: 0.5px;">是RapidDNS首次尝试</span><span style="letter-spacing: 0.5px;">商业模</span><span style="letter-spacing: 0.5px;">式</span><span style="letter-spacing: 0.5px;">，无论结果如何，RapidDNS都会</span><span style="letter-spacing: 0.5px;">运营下</span><span style="letter-spacing: 0.5px;">去</span><span style="letter-spacing: 0.5px;">，现有服务会免费下去，</span><span style="letter-spacing: 0.5px;">并会推出更多功能。</span></section><section style="line-height: 1.6em;margin-bottom: 16px;"><br/></section><section style="line-height: 1.6em;margin-bottom: 16px;"><section style="display: none;line-height: 1.5em;"><br/></section></section><p style="display: none;"><mp-style-type data-value="3"></mp-style-type></p>



<p><a href="2247485756">阅读原文</a></p>
<p><a href="https://wechat2rss.xlab.app/link-proxy/?k=1ffb329a&amp;r=1&amp;u=https%3A%2F%2Fmp.weixin.qq.com%2Fs%3F__biz%3DMzg4NDU0ODMxOQ%3D%3D%26mid%3D2247485756%26idx%3D1%26sn%3D9890fc71f610c856b672e859a764b32d%26subscene%3D0">跳转微信打开</a></p>
]]></content:encoded>
      <pubDate>Sun, 07 May 2023 19:19:00 +0800</pubDate>
    </item>
    <item>
      <title>RapidDNS：过去、现在和未来</title>
      <link>https://mp.weixin.qq.com/s?__biz=Mzg4NDU0ODMxOQ==&amp;mid=2247485751&amp;idx=1&amp;sn=a72285f07ece239075267cea439b8f66</link>
      <description>RapdiDNS的过去、现在和将来。</description>
      <content:encoded><![CDATA[<p>
原创 <span>BaCde</span> <span>2022-12-31 16:35</span> <span style="display: inline-block;">北京</span>
</p>

<p>RapdiDNS的过去、现在和将来。</p>
<p></p>



<p>
<img src="https://wechat2rss.xlab.app/img-proxy/?k=67cec5ef&amp;u=https%3A%2F%2Fmmbiz.qpic.cn%2Fmmbiz_jpg%2FSYxbvhekRGeibwHF178KdnPp3F5bc7h0uGibzibsLBOL3kS7M165rJdgzg0cEfr1bicEbjO2e5MibYsXWSvlGoaDEfQ%2F0%3Fwx_fmt%3Djpeg"/>
</p>


<p>大家好，我是BaCde。随着2022年尾声的到来，RapidDNS将迎来第四个年头。当初我也没有想到，网站能够坚持到现在。这与家人的支持，朋友的帮助，以及RapidDNS的用户的正反馈分不开。聊一下这几年来的经历、并与大家分享下RapidDNS 2023年的有一些规划。</p><p>2020年 RapidDNS 以Rapid7数据为基础，靠着我家里用了6年的一台笔记本，在2020年4月正式上线。</p><p>网站一直秉持免费、开放原则。截至目前RapidDNS拥有 42.6 亿条记录。累计查询量超过20亿次，网站全球排名91140。Twitter关注数2906。</p><p style="text-align: center;"><img class="rich_pages wxw-img" data-galleryid="" data-ratio="0.45794392523364486" data-s="300,640" style="" data-type="png" data-w="1819" src="https://wechat2rss.xlab.app/img-proxy/?k=da1b08c0&amp;u=https%3A%2F%2Fmmbiz.qpic.cn%2Fmmbiz_png%2FSYxbvhekRGeibwHF178KdnPp3F5bc7h0uk3yesEbMAZQNSKWvrLBUDUhRDMP3ukEIwMmSnacEWSsYnD04hvUP3w%2F640%3Fwx_fmt%3Dpng"/></p><p><strong><span style="color: rgb(61, 170, 214);">过去</span></strong></p><p>这3年来，网站界面看上去变化不大，但是也做过多次调整和优化。当然最主要的工作在后端，服务器方面由原来的笔记本换成了更高配置的服务器。除了支持更多的功能外，数据的来源也不断增加，对系统运行机制做调整。随着2022年Rapid7不再开放数据下载开始，当大家都在问我如何获取Rapid7数据的时候，我已经开始研究如何以低成本实现针对数十亿DNS解析的访问。并在今年11月完成测试运行。在我看来，要想达成全球第一的目标，这一步对我来说是必须要进行突破的。</p><p>2021年，RapidDNS由专业的设计师设计了电脑贴纸，也是第一款周边完成。并通过公众号的活动以及线下免费送给大家。同时在2021年参加的补天白帽大会上获得“最佳安全工具”称号。因为主要还是业余搞，针对这类活动参与不多。</p><p style="text-align: center;"><img class="rich_pages wxw-img" data-galleryid="" data-ratio="1.3328125" data-s="300,640" style="" data-type="jpeg" data-w="1280" src="https://wechat2rss.xlab.app/img-proxy/?k=91499949&amp;u=https%3A%2F%2Fmmbiz.qpic.cn%2Fmmbiz_jpg%2FSYxbvhekRGeibwHF178KdnPp3F5bc7h0ub34ic3NNDicD8MbUhEREsxepEic4gyf2bhNZ2bE62PKeANfSDLdjx7HqQ%2F640%3Fwx_fmt%3Djpeg"/></p><p>当然运行这3年来，国内的许多用户对RapidDNS都发来好评，还有不少国内的公司或者机构联系我聊合作，当然大部分最后不了了之。不过在今年也有成功的商业付费合作，值得高兴。</p><p>不过期间也遇到不少问题，比如有多家公司发邮件要告我，还有一些欧洲地区和北美地区的用户投诉，导致2021年底服务器和Twitter号被封，网站停止运行半个月之久，数据还因此丢失了一部分。花了很多时间在恢复数据上，除此之外还要跟机房等进行沟通扯皮。Twitter的申诉一直不通过，在加上工作和家里的事情，那段时间身心疲惫，甚至有过关站的冲动，不过一切都过来了，现在RapidDNS还在运行着，而且更好。</p><p style="text-align: center;"><img class="rich_pages wxw-img" data-galleryid="" data-ratio="0.40233236151603496" data-s="300,640" style="" data-type="png" data-w="686" src="https://wechat2rss.xlab.app/img-proxy/?k=7de7f5e4&amp;u=https%3A%2F%2Fmmbiz.qpic.cn%2Fmmbiz_png%2FSYxbvhekRGeibwHF178KdnPp3F5bc7h0u5iaK49DIcPQhkZyw47HTtbCnUHJuGKibksicph5DXP3OiaAW1o1NBakGUA%2F640%3Fwx_fmt%3Dpng"/></p><p><span style="color:#3daad6;"><strong>现在</strong></span></p><p>RapidDNS已经在这个月完成新一轮服务器升级和数据迁移工作。可以更好的支撑每月2亿次的查询请求，系统运行更加稳定。在2023年开始每月会更新一次全量数据。目前新版本已经在设计和开发当中。</p><p><span style="color:#3daad6;"><strong>未来</strong></span></p><p>RapidDNS致力于成为全球第一的DNS数据记录查询网站。将会在现有功能保持免费的前提下，计划推出付费服务。也就是说现在的查询仍然会免费开放，但是会针对企业或者有更强需求的用户提供付费服务，如每月更新数据下载服务等。具体还在设计和开发中。</p><p>先说下2023年的计划：</p><ol class="list-paddingleft-1" style="list-style-type: decimal;"><li><p>增加子域名查询功能，不包含解析内容，只是子域名。方便挖SRC的场景。<br/></p></li><li><p>支持高级搜索语法功能，支持更加丰富的查询。方便过滤一些不需要的内容。</p></li><li><p>增加用户注册、登录功能。</p></li><li><p>增加api查询接口</p></li><li><p>增加更多的DNS类型数据</p></li><li><p>付费服务相关功能等。</p></li></ol><p><br/></p><p>除了功能上的变化，公众号的更新上也会做一些调整。这里要特别说一下，公众号更新完全随机化，感谢大家一直以来的关注。</p><ol class="list-paddingleft-1" style="list-style-type: decimal;"><li><p>2023年公众号计划推出漏洞赏金日的一个栏目。针对每周最新的一些有趣的、特别的、经典的赏金漏洞进行解析。</p></li><li><p>多发布一些关于漏洞赏金，RapidDNS相关技术等的技术文章。</p></li><li><p>RapidDNS最新更新内容。</p></li></ol><p><br/></p><p>2023年也会尽量多参与一些安全会议或活动，期待与大家的线下面基。</p><p>最后，感谢大家一路相伴，提前祝大家元旦快乐！2023年一飞冲天。</p><p><br/></p><section><mp-common-profile class="js_uneditable custom_select_card mp_profile_iframe" data-pluginname="mpprofile" data-weui-theme="light" data-id="Mzg4NDU0ODMxOQ==" data-headimg="http://mmbiz.qpic.cn/mmbiz_png/SYxbvhekRGcqdEsanp1GNhoH2ILlyZmzcJ8muCdpSzM2ibPq0QRYcEfibfmW6kqP8Wz0ianb9W1MfpciboRZ6dFF1w/0?wx_fmt=png" data-nickname="RapidDNS" data-alias="" data-signature="RapidDNS.io 是一个免费开放的DNS在线查询平台。" data-from="0" data-is_biz_ban="0"></mp-common-profile></section><p style="display: none;"><mp-style-type data-value="3"></mp-style-type></p>



<p><a href="2247485751">阅读原文</a></p>
<p><a href="https://wechat2rss.xlab.app/link-proxy/?k=aa9dffae&amp;r=1&amp;u=https%3A%2F%2Fmp.weixin.qq.com%2Fs%3F__biz%3DMzg4NDU0ODMxOQ%3D%3D%26mid%3D2247485751%26idx%3D1%26sn%3Da72285f07ece239075267cea439b8f66%26subscene%3D0">跳转微信打开</a></p>
]]></content:encoded>
      <pubDate>Sat, 31 Dec 2022 16:35:00 +0800</pubDate>
    </item>
    <item>
      <title>【自动化赏金之路】漏洞挖掘纵横理论之横篇</title>
      <link>https://mp.weixin.qq.com/s?__biz=Mzg4NDU0ODMxOQ==&amp;mid=2247485742&amp;idx=1&amp;sn=619d1dab717ace77778748f2c5f28d25</link>
      <description>随便聊聊自己开发自动化的一点心得体会。</description>
      <content:encoded><![CDATA[<p>
原创 <span>BaCde</span> <span>2022-08-29 09:10</span> <span style="display: inline-block;">北京</span>
</p>

<p>随便聊聊自己开发自动化的一点心得体会。</p>
<p></p>



<p>
<img src="https://wechat2rss.xlab.app/img-proxy/?k=07a132d9&amp;u=https%3A%2F%2Fmmbiz.qpic.cn%2Fmmbiz_jpg%2FSYxbvhekRGc7QichpMxeIoecOWncBMOkvaJeGs663XAEMB4FDJyTr7dFicgs1hg5aOaVzftmdHicrLniaQAqs15JKA%2F0%3Fwx_fmt%3Djpeg"/>
</p>


<p>大家好，我是BaCde。上篇文章总结了下之前自动化挖掘到的一些漏洞总结，这次写一下我在实践过程中的心得体会。</p><p><br/></p><p>之所以先聊理论，是因为在开发工具之前，总结过往的一些经验，并分析漏洞挖掘最根本的重要因素，基于此总结一套出一套理论，工具的开发都是围绕这套理论来展开和进行。</p><p><br/></p><p><span style="font-size: 20px;color: rgb(61, 170, 214);"><strong>纵横理论</strong></span><br/></p><p><span style="font-size: 20px;"><strong><br/></strong></span></p><p>纵横理论是我自己习惯的叫法，我觉得很贴切。至于有没有其他人提出，我并没有去进行搜索或分析。<br/></p><p><br/></p><p>漏洞挖掘需要满足两个要求，即输入入口和危险函数。无论是web漏洞、二进制漏洞都是如此。其本质在于用户的数据可以被当成代码执行。当然代码也可以被当作数据，这也是受到计算机由冯诺依曼体系架构的影响。</p><p><br/></p><p>再看漏洞挖掘，我们围绕上述两个来展开，即寻找输入点，看是否会进入到可能造成漏洞的危险函数中；或从危险含函数追溯，看是否数据可控。</p><p><br/></p><p>现在大家都在谈攻击面，其实就是为了寻找到更多的可控入口，比如发现更多的子域名，扫描IP的端口、寻找软件或网络攻击面等都是如此，这种方式称为横。而还有一种就是在有限的几个点或面中去死磕，比如看似不可能的情况下，去进行绕过，或者结合场景下去进行利用等，去深入的挖掘可能性，这种我称为纵。合起来就是纵横理论。这两种方式的运用网络中都有大量的资料，对于初学者或者一些行内的朋友，资料都太过零散，不够体系化。所以，需要收集和整理。当然各位大佬，也都有各自的一套方法论。</p><p><br/></p><p><span style="font-size: 20px;color: rgb(61, 170, 214);"><strong>演变过程</strong></span><br/></p><p><br/></p><p>我也在不断思考，有没有一种方式能够快速实现自动化的发现漏洞。也依据上面的思考，开始进行尝试，首先就是实践 “<strong>横</strong>” 这种方式。即自动化获取子域名、证书信息、DNS解析、IP、端口、web页面信息、url地址等信息，同时自动化覆盖大量SRC厂商，来获得最多的输入点。而为了尝试，工具也经过3次变化。简单点，目标越多，发现漏洞的可能性就越多。</p><p><br/></p><p>第一次，就是采用国外喜欢的bash脚本，使用Python实现，流程是线性执行的。代码总共加起来500行左右。信息全部由文本保存。<span style="color: rgb(51, 51, 51);font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;PingFang SC&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;font-size: 17px;font-style: normal;font-variant-ligatures: normal;font-variant-caps: normal;font-weight: 400;letter-spacing: normal;orphans: 2;text-align: justify;text-indent: 0px;text-transform: none;widows: 2;word-spacing: 0px;-webkit-text-stroke-width: 0px;text-decoration-thickness: initial;text-decoration-style: initial;text-decoration-color: initial;display: inline !important;float: none;">这种方式，就是利用开源程序，快速实现信息收集</span><span style="color: rgb(51, 51, 51);font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;PingFang SC&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;font-size: 17px;font-style: normal;font-variant-ligatures: normal;font-variant-caps: normal;font-weight: 400;letter-spacing: normal;orphans: 2;text-align: justify;text-indent: 0px;text-transform: none;widows: 2;word-spacing: 0px;-webkit-text-stroke-width: 0px;text-decoration-thickness: initial;text-decoration-style: initial;text-decoration-color: initial;display: inline !important;float: none;">，并进行存储，使用文件搜索等方式实现自己感兴趣的信息。开发速度快，依赖的环境少。不断扩大目标，</span>通过这种方式也确实可以发现一些漏洞并提交。但是还是比较麻烦，随着目标的增加，线性执行的时间需要太久，效率太差，也算是验证思路有效。 下图就是最开始的程序目录结构。由于使用公开程序或者github上有现成的工具，大家也都有一些自己的流程和方法，网络上也有公开一些文章来讲如何做的的，大家都在使用，撞洞可能性极高，完全看运气，所以最主要的还是不断挖掘新的资产发现方法是 <span style="color: rgb(51, 51, 51);font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;PingFang SC&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;font-size: 17px;font-style: normal;font-variant-ligatures: normal;font-variant-caps: normal;font-weight: 400;letter-spacing: normal;orphans: 2;text-align: justify;text-indent: 0px;text-transform: none;widows: 2;word-spacing: 0px;-webkit-text-stroke-width: 0px;text-decoration-thickness: initial;text-decoration-style: initial;text-decoration-color: initial;display: inline !important;float: none;">“</span><strong style="margin: 0px;padding: 0px;color: rgb(51, 51, 51);font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;PingFang SC&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;font-size: 17px;font-style: normal;font-variant-ligatures: normal;font-variant-caps: normal;letter-spacing: normal;orphans: 2;text-align: justify;text-indent: 0px;text-transform: none;white-space: normal;widows: 2;word-spacing: 0px;-webkit-text-stroke-width: 0px;text-decoration-thickness: initial;text-decoration-style: initial;text-decoration-color: initial;">横</strong><span style="color: rgb(51, 51, 51);font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;PingFang SC&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;font-size: 17px;font-style: normal;font-variant-ligatures: normal;font-variant-caps: normal;font-weight: 400;letter-spacing: normal;orphans: 2;text-align: justify;text-indent: 0px;text-transform: none;widows: 2;word-spacing: 0px;-webkit-text-stroke-width: 0px;text-decoration-thickness: initial;text-decoration-style: initial;text-decoration-color: initial;display: inline !important;float: none;">” 这种方式的重点。</span></p><p style="text-align: center;margin-bottom: 0em;"><img class="rich_pages wxw-img js_insertlocalimg" data-ratio="0.6607717041800643" data-s="300,640" style="" data-type="png" data-w="622" src="https://wechat2rss.xlab.app/img-proxy/?k=03d9eb52&amp;u=https%3A%2F%2Fmmbiz.qpic.cn%2Fmmbiz_png%2FSYxbvhekRGc7QichpMxeIoecOWncBMOkvHfhmicoxwGy9tx3QuJticXnhal5RUNicibB8kkFhnzFtN02HpKyUvAgAbQ%2F640%3Fwx_fmt%3Dpng"/></p><p>保存内容包括如下这些内容。<br/></p><p style="text-align: center;margin-bottom: 0em;"><img class="rich_pages wxw-img" data-galleryid="" data-ratio="0.568733153638814" data-s="300,640" style="" data-type="png" data-w="371" src="https://wechat2rss.xlab.app/img-proxy/?k=e3e587b9&amp;u=https%3A%2F%2Fmmbiz.qpic.cn%2Fmmbiz_png%2FSYxbvhekRGc7QichpMxeIoecOWncBMOkvv0KXLqcZMIlyAxy7V7yjnicZhLtr33OibRviarYZYHuiaU9Tblm5oazfcA%2F640%3Fwx_fmt%3Dpng"/></p><p>第二次就是使用多进程方式改进上面的版本。实现并行化的一些操作，这里不多讲了。</p><p><br/></p><p>第三次就是修改为分布式，就是上一篇文章中的流程图的架构。随着目标的增多，增加机器数量即可。同时也可不断增加自己想要增加的一些资产发现方法等。现在云服务也是非常方便，随用随开即可。现在就是在不断完善这套工具的阶段。借助许多公开软件，实现起来也很快速。使用到的软件有subfinder、xray、nuclei、masscasn、nmap、waybackurl、findomain、amass、rad等。这里要特别感谢伟大的软件开发者们。当然这里就是部署起来会比较麻烦，但是后续会很方便。<span style="color: rgb(51, 51, 51);font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;PingFang SC&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;font-size: 17px;font-style: normal;font-variant-ligatures: normal;font-variant-caps: normal;font-weight: 400;letter-spacing: normal;orphans: 2;text-align: justify;text-indent: 0px;text-transform: none;widows: 2;word-spacing: 0px;-webkit-text-stroke-width: 0px;text-decoration-thickness: initial;text-decoration-style: initial;text-decoration-color: initial;display: inline !important;float: none;">当然还用到RapidDNS（全量数据</span><span style="color: rgb(51, 51, 51);font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;PingFang SC&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;font-size: 17px;font-style: normal;font-variant-ligatures: normal;font-variant-caps: normal;font-weight: 400;letter-spacing: normal;orphans: 2;text-align: justify;text-indent: 0px;text-transform: none;widows: 2;word-spacing: 0px;-webkit-text-stroke-width: 0px;text-decoration-thickness: initial;text-decoration-style: initial;text-decoration-color: initial;display: inline !important;float: none;">）。</span></p><p><br/></p><p>云服务很方便，在面对大量目标时，不断增加机器即可，使用一台机器跑一个月跟30台机器跑一天，结果可能差不多，但是效率却大大提升。</p><p><span style="color: rgb(51, 51, 51);font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &#34;Helvetica Neue&#34;, &#34;PingFang SC&#34;, &#34;Hiragino Sans GB&#34;, &#34;Microsoft YaHei UI&#34;, &#34;Microsoft YaHei&#34;, Arial, sans-serif;font-size: 17px;font-style: normal;font-variant-ligatures: normal;font-variant-caps: normal;font-weight: 400;letter-spacing: normal;orphans: 2;text-align: justify;text-indent: 0px;text-transform: none;widows: 2;word-spacing: 0px;-webkit-text-stroke-width: 0px;text-decoration-thickness: initial;text-decoration-style: initial;text-decoration-color: initial;display: inline !important;float: none;"></span><br/></p><p><br/></p><p>当然，现在有不少优秀的开源工具大家可以使用。这些工具各有优点，大家也都有自己的喜好，这里只是分享下我的一点点心得体会，自己研发的好处是拓展上更快、后续主要集中在新的方法的挖掘上，同时增加的新的方法可以快速的应用。</p><p><br/>大家如果想看上一篇的，我在这里推送也加上了。大家可以点第二篇即可。</p><p><br/></p><p><br/></p><p style="text-align: center;">喜欢请点赞，有用请关注，谢谢！<br/></p><section class="mp_profile_iframe_wrp"><mp-common-profile class="js_uneditable custom_select_card mp_profile_iframe" data-pluginname="mpprofile" data-id="Mzg4NDU0ODMxOQ==" data-headimg="http://mmbiz.qpic.cn/mmbiz_png/SYxbvhekRGcqdEsanp1GNhoH2ILlyZmzcJ8muCdpSzM2ibPq0QRYcEfibfmW6kqP8Wz0ianb9W1MfpciboRZ6dFF1w/0?wx_fmt=png" data-nickname="RapidDNS" data-alias="" data-signature="RapidDNS.io 是一个免费开放的DNS在线查询平台。" data-from="0" data-is_biz_ban="0"></mp-common-profile></section>



<p><a href="2247485742">阅读原文</a></p>
<p><a href="https://wechat2rss.xlab.app/link-proxy/?k=f08e5b27&amp;r=1&amp;u=https%3A%2F%2Fmp.weixin.qq.com%2Fs%3F__biz%3DMzg4NDU0ODMxOQ%3D%3D%26mid%3D2247485742%26idx%3D1%26sn%3D619d1dab717ace77778748f2c5f28d25%26subscene%3D0">跳转微信打开</a></p>
]]></content:encoded>
      <pubDate>Mon, 29 Aug 2022 09:10:00 +0800</pubDate>
    </item>
  </channel>
</rss>