Hostname
gardners.com
Last fetched
gardners.com resolves to 2 IPv4 addresses operated by WAVENET-AS21267 Wavenet offer a range of products from in GB.
Nutrition Label
Resolution chain
gardners.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 |
|---|---|---|---|---|
| 94.142.173.151 | 94.142.168.0/21 | AS21267 | WAVENET-AS21267 Wavenet offer a range of products from | GB |
| 185.91.239.151 | 185.91.239.0/24 | AS213534 | GARDNERSBOOKS | GB |
WHOIS identity
WHOIS data is temporarily unavailable. Refresh in a moment to retry.
Subdomains
Subdomain count is temporarily unavailable. Refresh in a moment to retry.
Web-graph footprint
Distinct hostnames that link to or from gardners.com in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
11 SPF mechanisms authorising senders for gardners.com.
| Mechanism | Target |
|---|---|
| SPF_A | gardners.com |
| SPF_A | node2.mailhostuk.com |
| SPF_INCLUDE | _spf.psm.knowbe4.com |
| SPF_INCLUDE | mailanyone.net |
| SPF_INCLUDE | servers.mcsv.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 185.91.236.0/23 |
| SPF_IP | 198.2.128.0/18 |
| SPF_IP | 205.201.128.0/20 |
| SPF_IP | 94.142.173.128/25 |
| SPF_MX | gardners.com |
Related pages
Pivot deeper into the graph from gardners.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "gardners.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.