Hostname
cafelaunay.com
Last fetched
cafelaunay.com resolves to 1 IPv4 address operated by AS12876 in FR. WHOIS lists iana:1673 as the registrar.
Nutrition Label
Resolution chain
cafelaunay.com resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 212.83.151.241 | 212.83.128.0/19 | AS12876 | — | FR |
WHOIS identity
- Registrar
- iana:1673
- Organization
- cafe launay
- Contact emails
Subdomains
3 observed subdomains of cafelaunay.com.
Web-graph footprint
Distinct hostnames that link to or from cafelaunay.com in the public web crawl.
11 sites link to this hostname.
14 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
12 SPF mechanisms authorising senders for cafelaunay.com.
| Mechanism | Target |
|---|---|
| SPF_A | cafelaunay.com |
| SPF_A | hardweb7.distrilog.net |
| SPF_A | smtp-gw1.silae.fr |
| SPF_A | smtp5.silae.fr |
| SPF_INCLUDE | coaxis.com |
| SPF_INCLUDE | spf.mailjet.com |
| SPF_IP | 158.58.180.12/32 |
| SPF_IP | 158.58.180.140/32 |
| SPF_IP | 185.168.190.8/32 |
| SPF_IP | 185.255.86.168/32 |
| SPF_IP | 185.255.86.169/32 |
| SPF_IP | 5.226.2.176/28 |
Related pages
Pivot deeper into the graph from cafelaunay.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "cafelaunay.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.