Hostname
imagin.com
Last fetched
imagin.com resolves to 2 IPv4 addresses operated by AS16383 in ES. WHOIS lists iana:1052 as the registrar.
Nutrition Label
Resolution chain
imagin.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 |
|---|---|---|---|---|
| 217.148.70.66 | 217.148.70.0/24 | AS16383 | — | ES |
| 217.148.72.66 | 217.148.72.0/24 | AS16383 | — | ES |
WHOIS identity
- Registrar
- iana:1052
- Organization
- caixabank
- Contact emails
Subdomains
30 observed subdomains of imagin.com.
Web-graph footprint
Distinct hostnames that link to or from imagin.com in the public web crawl.
225 sites link to this hostname.
67 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
2 SPF mechanisms authorising senders for imagin.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf-0027ec02.pphosted.com |
| SPF_INCLUDE | spf-0027ec03.pphosted.com |
Related pages
Pivot deeper into the graph from imagin.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "imagin.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.