Hostname
hgi.org.uk
Last fetched
hgi.org.uk resolves to 1 IPv4 address operated by AS12519 in GB. WHOIS lists registrar:cloudflare, inc. [tag = cloudflare] as the registrar.
Nutrition Label
Resolution chain
hgi.org.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 |
|---|---|---|---|---|
| 82.148.46.4 | 82.148.32.0/19 | AS12519 | — | GB |
WHOIS identity
- Registrar
- registrar:cloudflare, inc. [tag = cloudflare]
- Organization
- mindfields college
- Contact emails
- —
Subdomains
2 observed subdomains of hgi.org.uk.
| Subdomain |
|---|
| mail.hgi.org.uk |
| www.hgi.org.uk |
Web-graph footprint
Distinct hostnames that link to or from hgi.org.uk in the public web crawl.
298 sites link to this hostname.
281 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
4 SPF mechanisms authorising senders for hgi.org.uk.
| Mechanism | Target |
|---|---|
| SPF_A | hgi.org.uk |
| SPF_A | mailforwards.extendcp.co.uk |
| SPF_A | server.mindfields.org.uk |
| SPF_MX | hgi.org.uk |
Related pages
Pivot deeper into the graph from hgi.org.uk.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "hgi.org.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.