Hostname
coffeelaviva.com
Last fetched
coffeelaviva.com resolves to 1 IPv4 address operated by AS196733 in TR. WHOIS lists iana:1534 as the registrar.
Nutrition Label
Resolution chain
coffeelaviva.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 |
|---|---|---|---|---|
| 93.89.72.35 | 93.89.72.0/21 | AS196733 | — | TR |
WHOIS identity
- Registrar
- iana:1534
- Organization
- domain admin
- Contact emails
Subdomains
1 observed subdomain of coffeelaviva.com.
| Subdomain |
|---|
| mail.coffeelaviva.com |
Threat posture
History
Mail and authentication
MX records
SPF policy
4 SPF mechanisms authorising senders for coffeelaviva.com.
| Mechanism | Target |
|---|---|
| SPF_A | coffeelaviva.com |
| SPF_IP | 93.89.72.35 |
| SPF_IP | 93.89.72.36 |
| SPF_MX | coffeelaviva.com |
Related pages
Pivot deeper into the graph from coffeelaviva.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "coffeelaviva.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.