Hostname
key.pexa.com.au
Last fetched
key.pexa.com.au resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in FI.
Nutrition Label
Resolution chain
key.pexa.com.au 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 |
|---|---|---|---|---|
| 13.33.235.119 | 13.33.232.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | FI |
| 13.33.235.124 | 13.33.232.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | FI |
| 13.33.235.64 | 13.33.232.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | FI |
| 13.33.235.71 | 13.33.232.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | FI |
| 18.160.249.116 | 18.160.248.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.160.249.119 | 18.160.248.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.160.249.54 | 18.160.248.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.160.249.82 | 18.160.248.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
No WHOIS records are currently associated with key.pexa.com.au in WhisperGraph.
Web-graph footprint
Distinct hostnames that link to or from key.pexa.com.au in the public web crawl.
8 sites link to this hostname.
11 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
9 SPF mechanisms authorising senders for key.pexa.com.au.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | mktomail.com |
| SPF_INCLUDE | pexa.net.au |
| SPF_INCLUDE | spf.messagelabs.com |
| SPF_IP | 117.120.16.147 |
| SPF_IP | 208.74.204.5/32 |
| SPF_IP | 208.74.204.9/24 |
| SPF_IP | 46.19.168.11 |
| SPF_IP | 46.19.168.15 |
| SPF_MX | key.pexa.com.au |
Related pages
Pivot deeper into the graph from key.pexa.com.au.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "key.pexa.com.au"})-[: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.