Hostname
brock.ac.uk
Last fetched
brock.ac.uk resolves to 1 IPv4 address operated by AS12488 in GB.
Nutrition Label
Resolution chain
brock.ac.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 |
|---|---|---|---|---|
| 185.199.222.154 | 185.199.220.0/22 | AS12488 | — | GB |
WHOIS identity
- Registrar
- —
- Organization
- paul shepherd it services manager brockenhurst college
- Contact emails
- —
Subdomains
12 observed subdomains of brock.ac.uk.
Web-graph footprint
Distinct hostnames that link to or from brock.ac.uk in the public web crawl.
179 sites link to this hostname.
122 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
10 SPF mechanisms authorising senders for brock.ac.uk.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | cirqahosting.com |
| SPF_INCLUDE | mandrillapp.com |
| SPF_INCLUDE | servers.mcsv.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 146.177.29.199/32 |
| SPF_IP | 194.83.233.100 |
| SPF_IP | 23.249.219.83/32 |
| SPF_IP | 23.249.219.86/32 |
| SPF_IP | 2603:10a6:4:29:0:0:0:12 |
| SPF_MX | brock.ac.uk |
Related pages
Pivot deeper into the graph from brock.ac.uk.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "brock.ac.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.