Hostname
www.priczone.com
Last fetched
www.priczone.com resolves to 2 IPv4 addresses operated by NAMECHEAP-NET - Namecheap, Inc. in US.
Nutrition Label
Resolution chain
www.priczone.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 |
|---|---|---|---|---|
| 104.207.67.55 | 104.207.67.0/24 | AS22612 | NAMECHEAP-NET - Namecheap, Inc. | US |
| 192.64.119.108 | 192.64.119.0/24 | AS22612 | NAMECHEAP-NET - Namecheap, Inc. | US |
WHOIS identity
No WHOIS records are currently associated with www.priczone.com in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
SPF policy
16 SPF mechanisms authorising senders for www.priczone.com.
| Mechanism | Target |
|---|---|
| SPF_A | www.priczone.com |
| SPF_INCLUDE | spf.hosting.registrar-servers.com |
| SPF_IP | 104.207.67.55 |
| SPF_IP | 159.198.74.92 |
| SPF_IP | 162.254.32.217 |
| SPF_IP | 162.254.35.234 |
| SPF_IP | 184.94.215.77 |
| SPF_IP | 199.188.205.51 |
| SPF_IP | 199.188.205.64 |
| SPF_IP | 199.188.205.83 |
| SPF_IP | 199.192.19.201 |
| SPF_IP | 209.74.80.128 |
| SPF_IP | 209.74.80.129 |
| SPF_IP | 63.250.41.221 |
| SPF_IP | 63.250.41.95 |
| SPF_MX | www.priczone.com |
Related pages
Pivot deeper into the graph from www.priczone.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "www.priczone.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.