Hostname
uow.appiancloud.com
Last fetched
uow.appiancloud.com resolves to 7 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in IN.
Nutrition Label
Resolution chain
uow.appiancloud.com resolves to 7 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 13.127.65.155 | 13.126.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 13.234.168.91 | 13.232.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 15.207.9.241 | 15.206.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 52.20.225.203 | 52.20.0.0/14 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 52.204.19.209 | 52.200.0.0/13 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 52.7.57.208 | 52.4.0.0/14 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 52.87.19.225 | 52.86.0.0/15 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
WHOIS identity
No WHOIS records are currently associated with uow.appiancloud.com in WhisperGraph.
Web-graph footprint
Distinct hostnames that link to or from uow.appiancloud.com in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
5 SPF mechanisms authorising senders for uow.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 uow.appiancloud.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "uow.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.