Hostname
lloyd-davis.com
Last fetched
lloyd-davis.com resolves to 2 IPv4 addresses operated by CDN77 - Datacamp Limited in DE. WHOIS lists iana:433 as the registrar.
Nutrition Label
Resolution chain
lloyd-davis.com 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 |
|---|---|---|---|---|
| 138.199.36.7 | 138.199.122.0/23 | AS60068 | CDN77 - Datacamp Limited | DE |
| 185.111.111.159 | 185.112.32.0/24 | AS212238 | CDNEXT - Datacamp Limited | DE |
WHOIS identity
- Registrar
- iana:433
- Organization
- callixo
- Contact emails
Subdomains
2 observed subdomains of lloyd-davis.com.
Web-graph footprint
Distinct hostnames that link to or from lloyd-davis.com in the public web crawl.
20 sites link to this hostname.
40 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
5 SPF mechanisms authorising senders for lloyd-davis.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | mx.ovh.com |
| SPF_INCLUDE | spf.mailjet.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_MX | lloyd-davis.com |
Related pages
Pivot deeper into the graph from lloyd-davis.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "lloyd-davis.com"})-[: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.