Hostname
asba.ptly.com
Last fetched
asba.ptly.com resolves to 4 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in AU.
Nutrition Label
Resolution chain
asba.ptly.com resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 13.54.97.25 | 13.60.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | AU |
| 52.63.11.51 | 52.75.0.0/16 | AS16509 | AMAZON-02 - Amazon.com, Inc. | AU |
| 54.153.183.100 | 54.172.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | AU |
| 54.252.147.232 | 55.2.8.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | AU |
WHOIS identity
No WHOIS records are currently associated with asba.ptly.com in WhisperGraph.
Web-graph footprint
Distinct hostnames that link to or from asba.ptly.com in the public web crawl.
10 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
3 SPF mechanisms authorising senders for asba.ptly.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | eu-west-1.amazonses.com |
| SPF_INCLUDE | spf.protection.outlook.com |
Related pages
Pivot deeper into the graph from asba.ptly.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "asba.ptly.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.