Hostname
asab.com
Last fetched
asab.com resolves to 1 IPv4 address operated by AMAZON-02 - Amazon.com, Inc. in US. WHOIS lists iana:472 as the registrar.
Nutrition Label
Resolution chain
asab.com resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 54.215.31.113 | 54.215.0.0/17 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
- Registrar
- iana:472
- Organization
- 1sutter street
- Contact emails
- nocontactsfound@secureserver.net
- pw-25118a16d94c093690fcfb84b3573ac0@privacyguardian.org
- pw-60707899d800cc6717aff11ee3339ad7@privacyguardian.org
- pw-6119c1c322c92724c257d1ab60cec9d1@privacyguardian.org
- pw-70e35725e21426f531e7a38db0b61c7a@privacyguardian.org
- pw-8269ee540b278dec6a0ac8eff58fc81d@privacyguardian.org
- pw-9b36e6e04abc4a4d6e8803cfbd3e84fd@privacyguardian.org
- pw-cc145a1fb3ba2497867e80bdc8523316@privacyguardian.org
Subdomains
1 observed subdomain of asab.com.
| Subdomain |
|---|
| www.asab.com |
Web-graph footprint
Distinct hostnames that link to or from asab.com in the public web crawl.
Sample inbound links
Threat posture
History
Related pages
Pivot deeper into the graph from asab.com.
- IP · 54.215.31.113
- ASN · AS16509AMAZON-02 - Amazon.com, Inc.
- Registrar · iana:472
- Country · US
- Email · nocontactsfound@secureserver.net
- TLD · .com
- Browse hostnames · as…
- Glossary · What is a hostname?
- Whisper Internet Directory — home
- Live MOAS conflicts feed
- Threat feed · Spamhaus DROP
- United States internet infrastructure
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "asab.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.