Hostname
banxe.com
Last fetched
banxe.com resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in DE. WHOIS lists iana:146 as the registrar.
Nutrition Label
Resolution chain
banxe.com resolves to 12 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 13.226.244.102 | 13.226.244.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 13.226.244.122 | 13.226.244.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 13.226.244.25 | 13.226.244.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 13.226.244.49 | 13.226.244.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 18.160.10.124 | 18.160.8.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.160.10.49 | 18.160.8.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.160.10.80 | 18.160.8.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.160.10.84 | 18.160.8.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.169.231.125 | 3.169.228.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.169.231.41 | 3.169.228.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.169.231.75 | 3.169.228.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.169.231.98 | 3.169.228.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
- Registrar
- iana:146
- Organization
- banxe
- Contact emails
Subdomains
39 observed subdomains of banxe.com.
Showing 25 of 39. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from banxe.com in the public web crawl.
237 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
4 SPF mechanisms authorising senders for banxe.com.
| Mechanism | Target |
|---|---|
| SPF_A | banxe.com |
| SPF_INCLUDE | _spf.google.com |
| SPF_IP | 18.191.226.169 |
| SPF_MX | banxe.com |
Related pages
Pivot deeper into the graph from banxe.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "banxe.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.