Hostname
aba-net.com
Last fetched
aba-net.com resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in PL.
Nutrition Label
Resolution chain
aba-net.com resolves to 12 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 13.227.146.120 | 13.227.146.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | PL |
| 13.227.146.127 | 13.227.146.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | PL |
| 13.227.146.25 | 13.227.146.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | PL |
| 13.227.146.35 | 13.227.146.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | PL |
| 216.137.44.126 | 216.137.44.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
| 216.137.44.16 | 216.137.44.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
| 216.137.44.45 | 216.137.44.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
| 216.137.44.52 | 216.137.44.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
| 65.8.131.40 | 65.8.130.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 65.8.131.48 | 65.8.130.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 65.8.131.68 | 65.8.130.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 65.8.131.92 | 65.8.130.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
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.
Web-graph footprint
Distinct hostnames that link to or from aba-net.com in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
4 SPF mechanisms authorising senders for aba-net.com.
| Mechanism | Target |
|---|---|
| SPF_IP | 153.150.36.2 |
| SPF_IP | 18.178.105.184 |
| SPF_IP | 54.168.130.241 |
| SPF_IP | 54.238.77.100 |
Related pages
Pivot deeper into the graph from aba-net.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "aba-net.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.