Hostname
basingstoke.gov.uk
Last fetched
basingstoke.gov.uk resolves to 1 IPv4 address operated by AS5413 in GB.
Nutrition Label
Resolution chain
basingstoke.gov.uk 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 |
|---|---|---|---|---|
| 62.232.49.140 | 62.232.0.0/16 | AS5413 | — | GB |
WHOIS identity
- Registrar
- —
- Organization
- ben naylor civic offices
- Contact emails
Subdomains
76 observed subdomains of basingstoke.gov.uk.
Showing 25 of 76. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from basingstoke.gov.uk in the public web crawl.
455 sites link to this hostname.
613 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
12 SPF mechanisms authorising senders for basingstoke.gov.uk.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.elasticemail.com |
| SPF_INCLUDE | eu._netblocks.mimecast.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | technologyforge-com.mta.uksmtp.co.uk |
| SPF_IP | 185.19.19.208/28 |
| SPF_IP | 212.84.172.240/28 |
| SPF_IP | 23.249.219.83/32 |
| SPF_IP | 23.249.219.86/32 |
| SPF_IP | 5.187.26.224/28 |
| SPF_IP | 62.232.49.128/25 |
| SPF_IP | 62.233.124.16/28 |
| SPF_IP | 82.33.221.20/32 |
Related pages
Pivot deeper into the graph from basingstoke.gov.uk.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "basingstoke.gov.uk"})-[: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.