Hostname
kew.org
Last fetched
kew.org resolves to 1 IPv4 address operated by AS5089 in GB. WHOIS lists iana:2 as the registrar.
Nutrition Label
Resolution chain
kew.org 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 |
|---|---|---|---|---|
| 213.48.60.82 | 213.48.0.0/18 | AS5089 | — | GB |
WHOIS identity
- Registrar
- iana:2
- Organization
- royal botanic gardens - kew
- Contact emails
Subdomains
75 observed subdomains of kew.org.
Showing 25 of 75. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from kew.org in the public web crawl.
7,741 sites link to this hostname.
Threat posture
History
Mail and authentication
SPF policy
19 SPF mechanisms authorising senders for kew.org.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | 144231005.spf03.hubspotemail.net |
| SPF_INCLUDE | _spf.distribution.vueliopm.com |
| SPF_INCLUDE | _spf.elasticemail.com |
| SPF_INCLUDE | em2842.kew.org |
| SPF_INCLUDE | em7758.kew.org |
| SPF_INCLUDE | eu._netblocks.mimecast.com |
| SPF_INCLUDE | spf.mailjet.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 146.177.29.199/32 |
| SPF_IP | 146.75.73.124 |
| SPF_IP | 162.13.196.15 |
| SPF_IP | 213.48.60.0/24 |
| SPF_IP | 217.72.254.250/32 |
| SPF_IP | 37.244.88.0/24 |
| SPF_IP | 46.101.38.42 |
| SPF_IP | 5.28.62.147 |
| SPF_IP | 82.219.36.242 |
| SPF_IP | 85.133.123.0/24 |
| SPF_IP | 85.133.123.250/32 |
Related pages
Pivot deeper into the graph from kew.org.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "kew.org"})-[: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.