Hostname
athanbe.com
Last fetched
athanbe.com resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in PL. WHOIS lists iana:244 as the registrar.
Nutrition Label
Resolution chain
athanbe.com 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.227.146.108 | 13.227.146.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | PL |
| 13.227.146.36 | 13.227.146.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | PL |
| 13.227.146.37 | 13.227.146.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | PL |
| 13.227.146.61 | 13.227.146.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | PL |
| 3.165.102.10 | 3.165.96.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SG |
| 3.165.102.119 | 3.165.96.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SG |
| 3.165.102.30 | 3.165.96.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SG |
| 3.165.102.48 | 3.165.96.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SG |
WHOIS identity
- Registrar
- iana:244
- Organization
- kim myo jung
- Contact emails
Subdomains
1 observed subdomain of athanbe.com.
| Subdomain |
|---|
| www.athanbe.com |
Web-graph footprint
Distinct hostnames that link to or from athanbe.com in the public web crawl.
Threat posture
History
Mail and authentication
MX records
SPF policy
1 SPF mechanism authorising senders for athanbe.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.daum.net |
Related pages
Pivot deeper into the graph from athanbe.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "athanbe.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.