Hostname
www.vinrad.is
Last fetched
www.vinrad.is resolves to 2 IPv4 addresses operated by AS60690 in IS.
Nutrition Label
Resolution chain
www.vinrad.is 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 |
|---|---|---|---|---|
| 178.248.20.153 | 178.249.96.0/24 | AS60690 | — | IS |
| 52.29.63.197 | 52.46.28.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
WHOIS identity
No WHOIS records are currently associated with www.vinrad.is in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
SPF policy
3 SPF mechanisms authorising senders for www.vinrad.is.
| Mechanism | Target |
|---|---|
| SPF_A | www.vinrad.is |
| SPF_IP | 178.248.20.101 |
| SPF_MX | www.vinrad.is |
Related pages
Pivot deeper into the graph from www.vinrad.is.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "www.vinrad.is"})-[: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.