Hostname
lightyearsahead.co.uk
Last fetched
lightyearsahead.co.uk resolves to 2 IPv4 addresses operated by AS20860 in GB. WHOIS lists registrar:123-reg limited t/a 123-reg [tag = 123-reg] as the registrar.
Nutrition Label
Resolution chain
lightyearsahead.co.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.181.124.113 | 185.181.124.0/22 | AS20860 | — | GB |
| 46.101.75.165 | 46.101.72.0/21 | AS14061 | DIGITALOCEAN-ASN - DigitalOcean, LLC | GB |
WHOIS identity
- Registrar
- registrar:123-reg limited t/a 123-reg [tag = 123-reg]
- Organization
- anthony macdonald
- Contact emails
- —
Subdomains
1 observed subdomain of lightyearsahead.co.uk.
| Subdomain |
|---|
| www.lightyearsahead.co.uk |
Threat posture
History
Mail and authentication
SPF policy
5 SPF mechanisms authorising senders for lightyearsahead.co.uk.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.mlsend.com |
| SPF_INCLUDE | one.zoho.eu |
| SPF_INCLUDE | spf-esec-uk.heimdalsecurity.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.uk.exclaimer.net |
Related pages
Pivot deeper into the graph from lightyearsahead.co.uk.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "lightyearsahead.co.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.