Hostname
conectaimobi.com.br
Last fetched
conectaimobi.com.br resolves to 4 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in HK.
Nutrition Label
Resolution chain
conectaimobi.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 |
|---|---|---|---|---|
| 54.230.71.109 | 54.230.108.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | HK |
| 54.230.71.72 | 54.230.108.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | HK |
| 54.230.71.88 | 54.230.108.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | HK |
| 54.230.71.9 | 54.230.108.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | HK |
WHOIS identity
- Registrar
- —
- Organization
- vivareal internet ltda
- Contact emails
Subdomains
11 observed subdomains of conectaimobi.com.br.
Web-graph footprint
Distinct hostnames that link to or from conectaimobi.com.br in the public web crawl.
49 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
2 SPF mechanisms authorising senders for conectaimobi.com.br.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
| SPF_IP | 108.179.246.139 |
Related pages
Pivot deeper into the graph from conectaimobi.com.br.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "conectaimobi.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.