Hostname
atebc.kwaaa.org
Last fetched
atebc.kwaaa.org resolves to 4 IPv4 addresses operated by AS204800 in SG.
Nutrition Label
Resolution chain
atebc.kwaaa.org 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 |
|---|---|---|---|---|
| 103.138.189.71 | 103.138.189.0/24 | AS204800 | — | SG |
| 3.28.20.68 | 3.28.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | AE |
| 3.29.218.221 | 3.28.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | AE |
| 51.112.184.79 | 51.112.0.0/16 | AS16509 | AMAZON-02 - Amazon.com, Inc. | AE |
WHOIS identity
No WHOIS records are currently associated with atebc.kwaaa.org in WhisperGraph.
Subdomains
1 observed subdomain of atebc.kwaaa.org.
| Subdomain |
|---|
| www.atebc.kwaaa.org |
Threat posture
History
Mail and authentication
SPF policy
4 SPF mechanisms authorising senders for atebc.kwaaa.org.
| Mechanism | Target |
|---|---|
| SPF_A | atebc.kwaaa.org |
| SPF_INCLUDE | spf.mysecurecloudhost.com |
| SPF_IP | 103.138.189.71 |
| SPF_MX | atebc.kwaaa.org |
Related pages
Pivot deeper into the graph from atebc.kwaaa.org.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "atebc.kwaaa.org"})-[: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.