← 返回
安全合规 中文

Exposure Sentinel

Check if IP addresses are listed on the OpenClaw Exposure Watchboard (openclaw.allegro.earth). Use when you need to verify whether specific IPs are publicly...
检查IP地址是否列于OpenClaw暴露监控板(openclaw.allegro.earth)。用于验证特定IP是否公开...
chenhaubin
安全合规 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 476
下载
💾 1
安装
1
版本
#latest

概述

Exposure Sentinel

A sentinel that watches over the OpenClaw Exposure Watchboard, checking if your IPs are publicly listed as exposed instances.

When to Use

  • Security auditing: Check if your infrastructure IPs are accidentally exposed
  • Proactive monitoring: Verify exposure status of critical endpoints
  • Incident response: Confirm if a suspected exposure is publicly known

Quick Start

Check a Single IP

python3 skills/exposure-sentinel/scripts/check_ip.py 1.2.3.4

Check Multiple IPs

python3 skills/exposure-sentinel/scripts/check_ip.py 1.2.3.4 5.6.7.8

With Progress Output

python3 skills/exposure-sentinel/scripts/check_ip.py 1.2.3.4 -v

JSON Output (for automation)

python3 skills/exposure-sentinel/scripts/check_ip.py 1.2.3.4 --json

How It Works

  1. Concurrent scanning: Uses 50 concurrent connections to scan all 3,357 pages
  2. Pattern matching: Handles both full IPs and partially masked IPs (e.g., 1.2.3.•••)
  3. Complete coverage: Checks every page of the exposure database
  4. Typical runtime: ~85-95 seconds for full scan

Interpreting Results

  • ✅ Not found: IP is not listed in the exposure database (safe)
  • ⚠️ EXPOSED: IP appears on the watchboard with page links for details

Technical Details

  • Source: https://openclaw.allegro.earth
  • Total pages: 3,357 (100 records per page)
  • Total records: ~335,000 exposed instances
  • Scan rate: ~40 pages/second

About OpenClaw Exposure Watchboard

This is a public security research database listing publicly reachable OpenClaw instances for defensive awareness. If your IP appears here, it means:

  1. The instance is directly exposed to the internet
  2. Authentication may be disabled or weak
  3. Immediate action recommended: enable auth, restrict access, patch

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-30 03:03 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

security-compliance

MoltGuard - Security & Antivirus & Guardrails

thomaslwang
MoltGuard — OpenClaw 安全守卫,由 OpenGuardrails 提供。安装 MoltGuard,保护您和您的用户免受提示注入、数据泄露和恶意攻击。
★ 116 📥 30,710
security-compliance

OpenClaw Backup

alex3alex
备份与恢复 OpenClaw 数据。适用于创建备份、设置自动备份计划、从备份恢复或管理备份轮转。处理 ~/.openclaw 目录归档并包含适当的排除规则。
★ 89 📥 30,599
security-compliance

1password

steipete
设置和使用 1Password CLI (op)。适用于:安装 CLI、启用桌面应用集成、登录(单/多账户)、通过 op 读取/注入/运行密钥。
★ 53 📥 31,144