Hostname
wap.bk.com
Last fetched
wap.bk.com resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.
Nutrition Label
Resolution chain
wap.bk.com resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 3.167.138.112 | 3.167.138.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.167.138.56 | 3.167.138.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.167.138.81 | 3.167.138.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.167.138.87 | 3.167.138.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.171.171.106 | 3.171.168.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.171.171.41 | 3.171.168.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.171.171.48 | 3.171.168.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.171.171.59 | 3.171.168.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
WHOIS data is temporarily unavailable. Refresh in a moment to retry.
Subdomains
Subdomain count is temporarily unavailable. Refresh in a moment to retry.
Threat posture
History
Mail and authentication
MX records
SPF policy
11 SPF mechanisms authorising senders for wap.bk.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | bluehornet.com |
| SPF_INCLUDE | campaign.beanstalkdata.com |
| SPF_INCLUDE | spf.mandrillapp.com |
| SPF_IP | 129.33.240.27 |
| SPF_IP | 129.41.76.145 |
| SPF_IP | 205.220.160.138 |
| SPF_IP | 205.220.172.138 |
| SPF_IP | 208.73.7.72 |
| SPF_IP | 52.86.214.120 |
| SPF_IP | 54.86.40.108 |
| SPF_MX | wap.bk.com |
Related pages
Pivot deeper into the graph from wap.bk.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "wap.bk.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.