Hostname
bsdc.ac.uk
Last fetched
bsdc.ac.uk resolves to 1 IPv4 address operated by AS34282 in GB.
Nutrition Label
Resolution chain
bsdc.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 |
|---|---|---|---|---|
| 85.92.72.111 | 85.92.64.0/19 | AS34282 | — | GB |
WHOIS identity
- Registrar
- —
- Organization
- head of it
- Contact emails
Subdomains
19 observed subdomains of bsdc.ac.uk.
Web-graph footprint
Distinct hostnames that link to or from bsdc.ac.uk in the public web crawl.
79 sites link to this hostname.
111 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
14 SPF mechanisms authorising senders for bsdc.ac.uk.
| Mechanism | Target |
|---|---|
| SPF_A | bsdc.ac.uk |
| SPF_INCLUDE | _spf.createsend.com |
| SPF_INCLUDE | _spf.vivantio.com |
| SPF_INCLUDE | mailanyone.net |
| SPF_INCLUDE | one.zoho.eu |
| SPF_INCLUDE | relay.mailchannels.net |
| SPF_INCLUDE | sendgrid.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.resdiary.com |
| SPF_INCLUDE | spf.zohomail360.eu |
| SPF_INCLUDE | stackmail.com |
| SPF_IP | 109.73.120.249/32 |
| SPF_IP | 194.81.42.253 |
| SPF_MX | bsdc.ac.uk |
Related pages
Pivot deeper into the graph from bsdc.ac.uk.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "bsdc.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.