Hostname
consistencyzone.com
Last fetched
consistencyzone.com resolves to 1 IPv4 address operated by AS25369 in GB. WHOIS lists iana:440 as the registrar.
Nutrition Label
Resolution chain
consistencyzone.com resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 5.226.139.91 | 5.226.136.0/21 | AS25369 | — | GB |
WHOIS identity
- Registrar
- iana:440
- Organization
- —
- Contact emails
- —
Subdomains
3 observed subdomains of consistencyzone.com.
Threat posture
History
Mail and authentication
SPF policy
14 SPF mechanisms authorising senders for consistencyzone.com.
| Mechanism | Target |
|---|---|
| SPF_A | consistencyzone.com |
| SPF_IP | 102.215.230.16/32 |
| SPF_IP | 102.215.230.17/32 |
| SPF_IP | 102.215.230.18/32 |
| SPF_IP | 102.215.230.19/32 |
| SPF_IP | 102.215.230.32/32 |
| SPF_IP | 102.215.230.33/32 |
| SPF_IP | 102.215.230.34/32 |
| SPF_IP | 102.215.230.35/32 |
| SPF_IP | 45.85.158.207/32 |
| SPF_IP | 45.85.158.208/32 |
| SPF_IP | 45.85.158.209/32 |
| SPF_IP | 45.85.158.210/32 |
| SPF_MX | consistencyzone.com |
Related pages
Pivot deeper into the graph from consistencyzone.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "consistencyzone.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.