Hostname
babankdev.appiancloud.com
Last fetched
babankdev.appiancloud.com resolves to 6 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.
Nutrition Label
Resolution chain
babankdev.appiancloud.com resolves to 6 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 18.117.62.170 | 18.116.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.12.12.201 | 3.12.0.0/16 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.136.45.131 | 3.136.0.0/13 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.35.93.23 | 3.34.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | KR |
| 3.37.231.213 | 3.36.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | KR |
| 54.180.203.156 | 54.180.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | KR |
WHOIS identity
No WHOIS records are currently associated with babankdev.appiancloud.com in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
SPF policy
5 SPF mechanisms authorising senders for babankdev.appiancloud.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | ap-southeast-2.spf.appiancloud.com |
| SPF_INCLUDE | ap-southeast-2.spf.outbound-mail.appian-customer.com |
| SPF_IP | 52.64.142.168 |
| SPF_IP | 54.206.25.87 |
| SPF_IP | 54.206.25.97 |
Related pages
Pivot deeper into the graph from babankdev.appiancloud.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "babankdev.appiancloud.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.