Hostname
danytur.com.br
Last fetched
danytur.com.br resolves to 4 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in BR.
Nutrition Label
Resolution chain
danytur.com.br resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 18.229.26.65 | 18.229.0.0/16 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BR |
| 52.67.153.74 | 52.67.0.0/16 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BR |
| 54.20.1.81 | 54.20.0.0/16 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BR |
| 54.94.146.198 | 54.94.128.0/18 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BR |
WHOIS identity
- Registrar
- —
- Organization
- danytur excursoes e viagens ltda
- Contact emails
Subdomains
8 observed subdomains of danytur.com.br.
Web-graph footprint
Distinct hostnames that link to or from danytur.com.br in the public web crawl.
11 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
3 SPF mechanisms authorising senders for danytur.com.br.
| Mechanism | Target |
|---|---|
| SPF_A | danytur.com.br |
| SPF_INCLUDE | zeus.hostsrv.org |
| SPF_MX | danytur.com.br |
Related pages
Pivot deeper into the graph from danytur.com.br.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "danytur.com.br"})-[: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.