Hostname
crowngears.com
Last fetched
crowngears.com resolves to 2 IPv4 addresses operated by AS20940 in US. WHOIS lists iana:1485 as the registrar.
Nutrition Label
Resolution chain
crowngears.com 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 |
|---|---|---|---|---|
| 23.48.224.73 | 23.48.224.0/24 | AS20940 | — | US |
| 23.48.224.76 | 23.48.224.0/24 | AS20940 | — | US |
WHOIS identity
- Registrar
- iana:1485
- Organization
- sagawa satoshi
- Contact emails
Subdomains
4 observed subdomains of crowngears.com.
Web-graph footprint
Distinct hostnames that link to or from crowngears.com in the public web crawl.
358 sites link to this hostname.
30 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
4 SPF mechanisms authorising senders for crowngears.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | fc75193.cuenote.jp |
| SPF_INCLUDE | md38.maildealer.jp |
| SPF_IP | 210.148.51.0/26 |
Related pages
Pivot deeper into the graph from crowngears.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "crowngears.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.