Hostname
thoryk.com
Last fetched
thoryk.com resolves to 1 IPv4 address operated by AMAZON-AES - Amazon.com, Inc. in US. WHOIS lists iana:468 as the registrar.
Nutrition Label
Resolution chain
thoryk.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 |
|---|---|---|---|---|
| 54.86.218.80 | 54.86.0.0/16 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
WHOIS identity
- Registrar
- iana:468
- Organization
- on behalf of thoryk.com owner
- Contact emails
- ryan@tliquest.net
- 18291eca-a39e-40ef-8394-a750a95e0449@identity-protect.org
- 3e847f3a-ca3b-4377-a05f-bff56e4e3748@identity-protect.org
- d19f5c7e-ec13-41e2-a216-6266355c7fc3@identity-protect.org
- f8fd9770-aff8-420e-8efd-58b874e93f78@identity-protect.org
- fa414b44-6853-4cc5-ace2-d0e321adb8e9@identity-protect.org
Subdomains
5 observed subdomains of thoryk.com.
Threat posture
History
Mail and authentication
MX records
SPF policy
3 SPF mechanisms authorising senders for thoryk.com.
| Mechanism | Target |
|---|---|
| SPF_IP | 2600:1f18:254c:800:0:0:0:4 |
| SPF_IP | 54.86.218.80 |
| SPF_MX | thoryk.com |
Related pages
Pivot deeper into the graph from thoryk.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "thoryk.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.