Hostname
ebanx.com.br
Last fetched
ebanx.com.br resolves to 16 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.
Nutrition Label
Resolution chain
ebanx.com.br resolves to 16 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
WHOIS identity
- Registrar
- —
- Organization
- —
- Contact emails
Subdomains
1 observed subdomain of ebanx.com.br.
| Subdomain |
|---|
| www.ebanx.com.br |
Web-graph footprint
Distinct hostnames that link to or from ebanx.com.br in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
8 SPF mechanisms authorising senders for ebanx.com.br.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | servers.mcsv.net |
| SPF_INCLUDE | spf-00853d01.pphosted.com |
| SPF_IP | 186.233.144.0/21 |
| SPF_IP | 189.21.116.0/23 |
| SPF_IP | 189.21.117.0/24 |
| SPF_IP | 189.77.232.0/23 |
| SPF_IP | 189.77.233.0/24 |
Related pages
Pivot deeper into the graph from ebanx.com.br.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ebanx.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.