ICP 备案信息查询工具集 / ICP Filing Information Query Toolkit
基于 Go · 公司 ↔ 域名 ↔ 小程序 / App 资产测绘
把「人肉点验证码查 ICP 备案」变成可编程、可批量化的查询原语。
| 能力 | 说明 |
|---|---|
| 🏢 公司 → 域名 | 输入公司名,反查名下所有已备案域名 |
| 🌐 域名 → 公司 | 输入域名,解析备案主体、备案号、审核日期 |
| 📱 小程序 / App | 通过备案主体关联微信小程序与 App |
| 🛡️ 创宇盾对接 | 内置知道创宇盾 API 适配,凭证池与限速自动化 |
| 👁️ 点选 OCR | 集成点选验证码识别接口,突破人机校验 |
| 🐹 Go 原生 | 单二进制,CLI / Go SDK / HTTP API 三形态 |
go install github.com/cyberspacesec/go-icp/cmd/go-icp@latest
export ZHUDUN_KEY_1="你的创宇盾API Key"
go-icp company "某科技有限公司"📖 完整文档:https://cyberspacesec.github.io/icp-skills/
Turns "manually solving captchas to look up ICP filings" into programmable, batchable query primitives.
ICP filing is mandatory for websites served in mainland China. It natively binds a company entity to its domains / mini-programs / apps — a strong, publicly queryable asset-relationship chain. ICP Skills makes that chain programmable.
| Capability | Description |
|---|---|
| 🏢 Company → Domain | Given a company name, return all its filed domains |
| 🌐 Domain → Company | Given a domain, resolve the filing entity, ICP number, audit date |
| 📱 Mini-Program / App | Associate WeChat mini-programs and apps via the filing entity |
| 🛡️ ZhuDun Integration | Built-in Zhidun (ZhiDao ChuangYu) API adapter with credential pooling & rate limiting |
| 👁️ Click-Captcha OCR | Integrated click-select captcha recognition to bypass human verification |
| 🐹 Native Go | Single binary; CLI / Go SDK / HTTP API forms |
go install github.com/cyberspacesec/go-icp/cmd/go-icp@latest
export ZHUDUN_KEY_1="your-zhudun-api-key"
go-icp company "Example Technology Co., Ltd."📖 Full docs: https://cyberspacesec.github.io/icp-skills/
icp-skills/
├─ .github/workflows/ # GitHub Actions: build & deploy to Pages
├─ website/ # VitePress docs site
│ ├─ docs/ # 300+ Markdown pages
│ └─ .vitepress/ # site config
├─ go.mod
└─ README.md
cd website
npm install
npm run dev # http://localhost:5173/icp-skills/
npm run build # production build → website/docs/.vitepress/distMade with ❤️ by cyberspacesec