Hostname
dentalevo.com
Last fetched
dentalevo.com resolves to 2 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in CA. WHOIS lists iana:303 as the registrar.
Nutrition Label
Resolution chain
dentalevo.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 |
|---|---|---|---|---|
| 15.197.240.20 | 15.197.240.0/20 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CA |
| 176.223.167.1 | 176.223.167.0/24 | AS203053 | — | RO |
WHOIS identity
- Registrar
- iana:303
- Organization
- mihai vasilescu
- Contact emails
Subdomains
7 observed subdomains of dentalevo.com.
Web-graph footprint
Distinct hostnames that link to or from dentalevo.com in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
- dentalevo.com
SPF policy
8 SPF mechanisms authorising senders for dentalevo.com.
| Mechanism | Target |
|---|---|
| SPF_A | dentalevo.com |
| SPF_IP | 176.223.167.1 |
| SPF_IP | 31.14.56.110 |
| SPF_IP | 86.107.43.25 |
| SPF_IP | 86.107.43.60 |
| SPF_IP | 86.107.43.67 |
| SPF_IP | 89.42.13.254 |
| SPF_MX | dentalevo.com |
Related pages
Pivot deeper into the graph from dentalevo.com.
- IP · 15.197.240.20
- ASN · AS16509AMAZON-02 - Amazon.com, Inc.
- Registrar · iana:303
- Country · CA
- Email · gdpr-masking@gdpr-masked.com
- TLD · .com
- Browse hostnames · de…
- Glossary · What is a hostname?
- Whisper Internet Directory — home
- Live MOAS conflicts feed
- Threat feed · Spamhaus DROP
- United States internet infrastructure
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "dentalevo.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.