All hostnames work.celo.com resolves to 16 IPv4 addresses operated by LEVEL3 - Level 3 Parent, LLC in NL.
Nutrition Label WHISPER CANON · work.celo.com Routing diversity — Peering density — MOAS conflict — Threat-feed listings — WHOIS transparency — Resolver footprint — canon.whisper.security/host/work.celo.com Resolution chain work.celo.com resolves to 16 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
IP Prefix ASN Operator Country 207.120.37.101 207.120.0.0/14 AS3356 LEVEL3 - Level 3 Parent, LLC NL 207.120.37.102 207.120.0.0/14 AS3356 LEVEL3 - Level 3 Parent, LLC NL 207.120.37.104 207.120.0.0/14 AS3356 LEVEL3 - Level 3 Parent, LLC NL 207.120.37.105 207.120.0.0/14 AS3356 LEVEL3 - Level 3 Parent, LLC NL 207.120.37.109 207.120.0.0/14 AS3356 LEVEL3 - Level 3 Parent, LLC NL 207.120.37.197 207.120.0.0/14 AS3356 LEVEL3 - Level 3 Parent, LLC NL 207.120.37.200 207.120.0.0/14 AS3356 LEVEL3 - Level 3 Parent, LLC NL 207.120.37.201 207.120.0.0/14 AS3356 LEVEL3 - Level 3 Parent, LLC NL 207.120.40.100 207.120.0.0/14 AS3356 LEVEL3 - Level 3 Parent, LLC JP 207.120.40.101 207.120.0.0/14 AS3356 LEVEL3 - Level 3 Parent, LLC JP 207.120.40.102 207.120.0.0/14 AS3356 LEVEL3 - Level 3 Parent, LLC JP 207.120.40.106 207.120.0.0/14 AS3356 LEVEL3 - Level 3 Parent, LLC JP 207.120.40.227 207.120.0.0/14 AS3356 LEVEL3 - Level 3 Parent, LLC JP 207.120.40.228 207.120.0.0/14 AS3356 LEVEL3 - Level 3 Parent, LLC JP 207.120.40.230 207.120.0.0/14 AS3356 LEVEL3 - Level 3 Parent, LLC JP 207.120.40.237 207.120.0.0/14 AS3356 LEVEL3 - Level 3 Parent, LLC JP
WHOIS identity No WHOIS records are currently associated with work.celo.com in WhisperGraph.
Web-graph footprint Distinct hostnames that link to or from work.celo.com in the public web crawl.
Related pages Pivot deeper into the graph from work.celo.com.
Cypher and MCP Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "work.celo.com"})-[: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 .