Hostname
karllagerfeld.com
Last fetched
karllagerfeld.com has no current public IPv4 resolution in WhisperGraph; WHOIS lists iana:299 as the registrar.
Nutrition Label
Resolution chain
karllagerfeld.com has no current public IPv4 resolution in WhisperGraph. The WHOIS record below is the only graph data we have on this hostname.
WHOIS identity
- Registrar
- iana:299
- Organization
- karl lagerfeld b.v.
- Contact emails
Subdomains
12 observed subdomains of karllagerfeld.com.
Web-graph footprint
Distinct hostnames that link to or from karllagerfeld.com in the public web crawl.
414 sites link to this hostname.
28 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
21 SPF mechanisms authorising senders for karllagerfeld.com.
| Mechanism | Target |
|---|---|
| SPF_A | karllagerfeld.com |
| SPF_A | nlclsmtp01.em2.oraclecloud.com |
| SPF_A | production.eu01.karllagerfeld.demandware.net |
| SPF_INCLUDE | _spf.elasticemail.com |
| SPF_INCLUDE | _spf.salesforce.com |
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | spf.exclaimer.net |
| SPF_INCLUDE | spf.mandrillapp.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 140.86.58.4 |
| SPF_IP | 159.183.70.75 |
| SPF_IP | 160.34.31.19/32 |
| SPF_IP | 195.78.51.188 |
| SPF_IP | 209.206.1.152 |
| SPF_IP | 212.113.86.3 |
| SPF_IP | 217.194.124.137/32 |
| SPF_IP | 77.77.175.137 |
| SPF_IP | 80.246.183.47 |
| SPF_IP | 81.80.60.90 |
| SPF_IP | 85.255.20.124 |
| SPF_IP | 91.205.116.247/32 |
Related pages
Pivot deeper into the graph from karllagerfeld.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "karllagerfeld.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.