Hostname
gloscol.ac.uk
Last fetched
gloscol.ac.uk resolves to 1 IPv4 address operated by AS51713 in GB.
Nutrition Label
Resolution chain
gloscol.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.17.183.92 | 185.17.180.0/22 | AS51713 | — | GB |
WHOIS identity
- Registrar
- —
- Organization
- james billingham gloucestershire college cheltenham campus
- Contact emails
Subdomains
25 observed subdomains of gloscol.ac.uk.
Showing 23 of 25. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from gloscol.ac.uk in the public web crawl.
175 sites link to this hostname.
230 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
9 SPF mechanisms authorising senders for gloscol.ac.uk.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | customers.clickdimensions.com |
| SPF_INCLUDE | mail153.suw121.mcdlv.net |
| SPF_INCLUDE | sendgrid.net |
| SPF_INCLUDE | spf.ess.uk.barracudanetworks.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.topdesk.net |
| SPF_IP | 212.219.57.101 |
| SPF_IP | 51.104.49.199 |
| SPF_IP | 80.6.91.150/32 |
Related pages
Pivot deeper into the graph from gloscol.ac.uk.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "gloscol.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.