Hacker News 中文摘要

RSS订阅

看来OpenAI正在抓取[证书透明度]日志 -- It seems that OpenAI is scraping [certificate transparency] logs

文章摘要

作者发现OpenAI的爬虫在TLS证书发布后立即访问了他的网站robots.txt文件,推测OpenAI通过监控证书透明日志来寻找可爬取的新网站。其他用户回应称这种行为类似wp-login.php爬虫的长期做法。

文章总结

主要内容概述:

  1. OpenAI爬取CT日志的发现

    • 用户benjojo在2025年12月12日发布了一个新的TLS证书后,发现OpenAI的搜索机器人(OAI-SearchBot)几乎立即访问了他的网站autoconfig.benjojo.ukrobots.txt文件(返回404状态)。
    • 他推测OpenAI正在通过证书透明度(CT)日志爬取新域名,作为其搜索引擎的数据来源。
  2. 关于CT日志的讨论

    • 用户wolf480pl指出,类似行为(如爬取wp-login.php)早已存在,因此OpenAI这样做并不意外。
    • benjojo认为这是一种“非糟糕”的方式,可用于为搜索引擎“播种”初始数据。
  3. CT日志隐私与安全性的探讨

    • wolf480pl提出假设:如果CT日志以哈希形式存储域名(结合随机数),是否可避免域名明文暴露?
    • benjojo反驳称,CT日志的核心目的是公开验证证书颁发机构(CA)的行为,任何修改都会破坏系统的可验证性和安全性。
    • wolf480pl最终认同这一观点,并提到域名本身并非机密,若依赖其保密性则存在问题。
  4. 其他技术建议

    • benjojo建议使用通配符证书(wildcard certs)来减少域名暴露风险。
    • wolf480pl反问为何还需要DNSSEC和NSEC3(域名系统安全扩展技术),benjojo回应称这些技术实际用途有限。
  5. 补充观察

    • 用户jamesog提到,通过观察服务器日志可以了解哪些服务对CT日志更新反应最快。

删减内容:
- 重复的图片链接和用户个人主页URL。
- 部分技术讨论中的冗余细节(如具体的时间戳、哈希算法假设)。
- 与核心主题(CT日志与爬取行为)无关的次要对话。

保留重点:
- OpenAI通过CT日志快速发现新域名的行为。
- CT日志设计的公开性与隐私权衡。
- 通配符证书和DNSSEC的实用性讨论。

评论总结

总结评论内容如下:

  1. 关于OpenAI数据抓取的争议

    • 支持抓取的观点认为这是公开信息,且证书透明日志本就是为此设计
      "It’s public information...if my job was to scrape the entire internet I’d probably start there" (mxlje)
      "The certificate transparency logs are literally meant to be read by absolutely whoever wants to read them" (throwaway150)
    • 反对观点认为这侵犯隐私,且已成为行业普遍现象
      "Your content is stolen for training the moment you put it up" (matt3210)
      "privacy doesnt exist in this world" (kirito1337)
  2. 技术规避建议

    • 使用通配符证书隐藏子域名
      "get a wildcard certificate...Then all they know is the main domain" (bombcar)
      "Anyone went with wildcard certificates to avoid disclosing subdomains" (8cvor6j844qw_d6)
  3. 对透明日志的认知差异

    • 技术派强调其设计初衷就是公开可读
      "The clue is right in the name. It’s transparency logs!" (throwaway150)
    • 普通用户对抓取行为表示担忧
      "I wonder if this can be used to contaminate OpenAI search indexes?" (pdp)
  4. 行业现状观察

    • 多家机构都在监控证书日志
      "Thousands of systems...actively watch the certificate transparency logs" (827a)
    • 模仿头部公司行为已成常态
      "smaller AI players to present themselves as the largest players" (Aurornis)

(注:所有评论均无评分数据,故未体现认可度差异)