Hostname
wrky.com
Last fetched
wrky.com resolves to 1 IPv4 address operated by AMAZON-02 - Amazon.com, Inc. in IE. WHOIS lists iana:468 as the registrar.
Nutrition Label
Resolution chain
wrky.com resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 52.49.193.37 | 52.48.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IE |
WHOIS identity
- Registrar
- iana:468
- Organization
- on behalf of wrky.com owner
- Contact emails
- 156303898@qq.com
- 215696@qq.com
- sir-su@163.com
- 1a9b1d24-bfb5-430c-a189-146fbf023dde@identity-protect.org
- 5315b983-1bea-4f67-9fe9-483b87a8a576@identity-protect.org
- 5fe6d562-faed-475b-abfc-57bd5760d8ed@identity-protect.org
- 6d263675-ea4d-4945-b710-26e52fe383da@identity-protect.org
- c72fc56c-0527-4c24-af9f-4689adca1eab@identity-protect.org
- d48ea081-6345-4e1f-89d1-916ae2567f9e@identity-protect.org
- owner-3942178@wrky.com.whoisprivacyservice.org
- owner-6672698@wrky.com.whoisprivacyservice.org
Subdomains
13 observed subdomains of wrky.com.
Web-graph footprint
Distinct hostnames that link to or from wrky.com in the public web crawl.
6 sites link to this hostname.
13 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
2 SPF mechanisms authorising senders for wrky.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | amazonses.com |
Related pages
Pivot deeper into the graph from wrky.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "wrky.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.