Hostname
morrisfed.org.uk
Last fetched
morrisfed.org.uk resolves to 2 IPv4 addresses operated by AS12488 in GB. WHOIS lists iana:123 as the registrar.
Nutrition Label
Resolution chain
morrisfed.org.uk resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 185.194.90.20 | 185.194.88.0/22 | AS12488 | — | GB |
| 77.72.2.135 | 77.72.0.0/21 | AS12488 | — | GB |
WHOIS identity
- Registrar
- iana:123
- Organization
- kevin taylor
- Contact emails
- —
Subdomains
14 observed subdomains of morrisfed.org.uk.
Showing 11 of 14. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from morrisfed.org.uk in the public web crawl.
92 sites link to this hostname.
120 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
8 SPF mechanisms authorising senders for morrisfed.org.uk.
| Mechanism | Target |
|---|---|
| SPF_A | morrisfed.org.uk |
| SPF_INCLUDE | relay.k.io |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | u3300229.wl230.sendgrid.net |
| SPF_IP | 185.194.90.20 |
| SPF_IP | 77.72.1.16 |
| SPF_IP | 77.72.2.135 |
| SPF_MX | morrisfed.org.uk |
Related pages
Pivot deeper into the graph from morrisfed.org.uk.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "morrisfed.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.