Skip to content

Hostname

learning.makeuk.org

Last fetched

learning.makeuk.org resolves to 1 IPv4 address operated by RACKSPACE-LON in GB.

Nutrition Label

WHISPER CANON · learning.makeuk.orgRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/learning.makeuk.org

Resolution chain

learning.makeuk.org resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
164.177.135.204164.177.128.0/19AS15395RACKSPACE-LONGB

WHOIS identity

No WHOIS records are currently associated with learning.makeuk.org in WhisperGraph.

Threat posture

History

Mail and authentication

SPF policy

3 SPF mechanisms authorising senders for learning.makeuk.org.

MechanismTarget
SPF_INCLUDE_spf-eu.ppe-hosted.com
SPF_INCLUDEsendgrid.net
SPF_INCLUDEspf.protection.outlook.com

Related pages

Pivot deeper into the graph from learning.makeuk.org.

Cypher and MCP

Reproduce the resolution chain directly against graph.whisper.security:

MATCH (h:HOSTNAME {name: "learning.makeuk.org"})-[: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 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.