Hostname
ip-zone.com
Last fetched
ip-zone.com resolves to 1 IPv4 address operated by ALLSOUTH-INTERNET - AllSouth Federal Credit Union in DE. WHOIS lists iana:303 as the registrar.
Nutrition Label
Resolution chain
ip-zone.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.56.22.12 | 5.56.16.0/21 | AS201011 | ALLSOUTH-INTERNET - AllSouth Federal Credit Union | DE |
WHOIS identity
- Registrar
- iana:303
- Organization
- servicios informaticos sl cpc
- Contact emails
Subdomains
8,267 observed subdomains of ip-zone.com.
Showing 25 of 8,267. View all subdomains →
Threat posture
History
Mail and authentication
MX records
SPF policy
1 SPF mechanism authorising senders for ip-zone.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.ipzmarketing.com |
Related pages
Pivot deeper into the graph from ip-zone.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ip-zone.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.