Hostname
substack.cc
Last fetched
substack.cc resolves to 2 IPv4 addresses operated by CLOUDFLARENET - Cloudflare, Inc. in CA. WHOIS lists iana:468 as the registrar.
Nutrition Label
Resolution chain
substack.cc resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 104.21.59.155 | 104.21.48.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 172.67.179.219 | 172.67.176.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
WHOIS identity
- Registrar
- iana:468
- Organization
- on behalf of substack.cc owner
- Contact emails
- 0d0832d7-55ae-473c-8bba-4105ebee2519@identity-protect.org
- 1f86ee4b-e745-4327-9b47-08b433aea2b8@identity-protect.org
- 9379ce56-52a7-4c30-b5b3-b046cdb9efcd@identity-protect.org
- b7dfa251-9eab-400c-b71c-f0682d8c574d@identity-protect.org
- bc2893ae-a96a-4167-964c-01be93e8bb99@identity-protect.org
- f8f51f17-8675-474d-a7ea-a6a751dfb2b3@identity-protect.org
Web-graph footprint
Distinct hostnames that link to or from substack.cc in the public web crawl.
Sample inbound links
Threat posture
History
Related pages
Pivot deeper into the graph from substack.cc.
- IP · 104.21.59.155
- ASN · AS13335CLOUDFLARENET - Cloudflare, Inc.
- Registrar · iana:468
- Country · CA
- Email · 0d0832d7-55ae-473c-8bba-4105ebee2519@identity-protect.org
- TLD · .cc
- Browse hostnames · su…
- Glossary · What is a hostname?
- Whisper Internet Directory — home
- Live MOAS conflicts feed
- Threat feed · Spamhaus DROP
- United States internet infrastructure
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "substack.cc"})-[:RESOLVES_TO]->(ip:IPV4)
-[:ANNOUNCED_BY]->(ap:ANNOUNCED_PREFIX)
-[:ROUTES]->(asn:ASN)-[:HAS_NAME]->(n:ASN_NAME)
RETURN ip.name AS ip, ap.name AS prefix, asn.name AS asn, n.name AS operator
LIMIT 20Or query Whisper from your own LLM workflow via the Whisper MCP server.