Hostname
weaang.co
Last fetched
weaang.co resolves to 6 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in SE.
Nutrition Label
Resolution chain
weaang.co resolves to 6 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 13.61.226.54 | 13.107.4.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SE |
| 13.62.178.85 | 13.107.6.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SE |
| 13.62.6.92 | 13.107.6.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SE |
| 35.180.177.209 | 35.184.48.0/20 | AS16509 | AMAZON-02 - Amazon.com, Inc. | FR |
| 35.181.20.227 | 35.184.64.0/20 | AS16509 | AMAZON-02 - Amazon.com, Inc. | FR |
| 35.181.209.96 | 35.184.64.0/20 | AS16509 | AMAZON-02 - Amazon.com, Inc. | FR |
WHOIS identity
No WHOIS records are currently associated with weaang.co in WhisperGraph.
Subdomains
1 observed subdomain of weaang.co.
| Subdomain |
|---|
| gapi.weaang.co |
Threat posture
History
Related pages
Pivot deeper into the graph from weaang.co.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "weaang.co"})-[: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.