Hostname
wk8.me
Last fetched
wk8.me resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in SG.
Nutrition Label
Resolution chain
wk8.me 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 |
|---|---|---|---|---|
| 108.156.144.102 | 108.156.144.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SG |
| 108.156.144.111 | 108.156.144.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SG |
| 108.156.144.113 | 108.156.144.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SG |
| 108.156.144.64 | 108.156.144.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SG |
| 18.161.156.25 | 18.161.152.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.161.156.52 | 18.161.152.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.161.156.67 | 18.161.152.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.161.156.83 | 18.161.152.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
No WHOIS records are currently associated with wk8.me in WhisperGraph.
Subdomains
2 observed subdomains of wk8.me.
| Subdomain |
|---|
| im.wk8.me |
| www.wk8.me |
Threat posture
History
Related pages
Pivot deeper into the graph from wk8.me.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "wk8.me"})-[: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.