d955cf226f3481477e1f3ec3cd07d678182ccb61
arcline-check
CLI tool that checks whether a domain is genuinely self-hosted or routing through a CDN or cloud provider (Cloudflare, Fastly, AWS CloudFront, etc.).
Core to the Arcline brand — useful as a standalone tool for anyone who wants to verify a host's transparency claims.
Status
Planned. Not yet started.
Stack
- Go — single static binary
- Targets: linux/amd64, darwin/arm64, windows/amd64
- No runtime dependencies
Usage
arcline-check example.com
arcline-check example.com --json
arcline-check example.com --watch 30
How it works
- Resolves domain to IP
- PTR/rDNS lookup
- ASN/org lookup (ip-api.com or self-hosted fallback)
- Checks IP against known CDN/cloud CIDR ranges
- Fetches HTTP headers and inspects for CDN fingerprints (CF-Ray, X-Served-By, Via, X-Cache)
See todo.md for the full task list and output format spec.
License
MIT — see LICENSE.
Description
Languages
Markdown
100%