Skip to content

Hostname

atebc.kwaaa.org

Last fetched

atebc.kwaaa.org resolves to 4 IPv4 addresses operated by AS204800 in SG.

Nutrition Label

WHISPER CANON · atebc.kwaaa.orgRouting diversity3.0/10Peering density9.5/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint0.0/10canon.whisper.security/host/atebc.kwaaa.org

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.

IPPrefixASNOperatorCountry
103.138.189.71103.138.189.0/24AS204800SG
3.28.20.683.28.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.AE
3.29.218.2213.28.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.AE
51.112.184.7951.112.0.0/16AS16509AMAZON-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.

Threat posture

History

Mail and authentication

SPF policy

4 SPF mechanisms authorising senders for atebc.kwaaa.org.

MechanismTarget
SPF_Aatebc.kwaaa.org
SPF_INCLUDEspf.mysecurecloudhost.com
SPF_IP103.138.189.71
SPF_MXatebc.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 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.