Hostname
melon.ukhost4u.com
Last fetched
melon.ukhost4u.com resolves to 2 IPv4 addresses operated by UKHOST4U in GB.
Nutrition Label
Resolution chain
melon.ukhost4u.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 |
|---|---|---|---|---|
| 188.64.190.47 | 188.64.190.0/23 | AS47625 | UKHOST4U | GB |
| 188.64.190.48 | 188.64.190.0/23 | AS47625 | UKHOST4U | GB |
WHOIS identity
No WHOIS records are currently associated with melon.ukhost4u.com in WhisperGraph.
Threat posture
History
Mail and authentication
SPF policy
5 SPF mechanisms authorising senders for melon.ukhost4u.com.
| Mechanism | Target |
|---|---|
| SPF_A | melon.ukhost4u.com |
| SPF_IP | 188.64.190.46 |
| SPF_IP | 188.64.190.47 |
| SPF_IP | 188.64.190.48 |
| SPF_IP | 188.64.190.49 |
Related pages
Pivot deeper into the graph from melon.ukhost4u.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "melon.ukhost4u.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.