Hostname
bingx.com
Last fetched
bingx.com resolves to 10 IPv4 addresses operated by CLOUDFLARENET - Cloudflare, Inc. in CA. WHOIS lists iana:146 as the registrar.
Nutrition Label
Resolution chain
bingx.com resolves to 10 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 104.18.41.43 | 104.18.41.0/24 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 172.64.146.213 | 172.64.146.0/24 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 18.239.83.125 | 18.239.80.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | NL |
| 18.239.83.128 | 18.239.80.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | NL |
| 18.239.83.17 | 18.239.80.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | NL |
| 18.239.83.74 | 18.239.80.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | NL |
| 65.8.131.117 | 65.8.130.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 65.8.131.23 | 65.8.130.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 65.8.131.36 | 65.8.130.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 65.8.131.62 | 65.8.130.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
WHOIS identity
- Registrar
- iana:146
- Organization
- domain admin
- Contact emails
Subdomains
24 observed subdomains of bingx.com.
Web-graph footprint
Distinct hostnames that link to or from bingx.com in the public web crawl.
2,899 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
8 SPF mechanisms authorising senders for bingx.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | mail.zendesk.com |
| SPF_INCLUDE | spf.onlarksuite.com |
| SPF_IP | 18.138.9.4 |
| SPF_IP | 3.0.43.137 |
| SPF_IP | 3.1.249.47 |
| SPF_IP | 54.254.37.24 |
Related pages
Pivot deeper into the graph from bingx.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "bingx.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.