Hostname
thetwinkleproject.com
Last fetched
thetwinkleproject.com resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in HK. WHOIS lists iana:48 as the registrar.
Nutrition Label
Resolution chain
thetwinkleproject.com 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 |
|---|---|---|---|---|
| 13.35.185.118 | 13.35.185.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | HK |
| 13.35.185.61 | 13.35.185.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | HK |
| 13.35.185.66 | 13.35.185.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | HK |
| 13.35.185.94 | 13.35.185.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | HK |
| 3.161.20.128 | 3.161.20.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | MX |
| 3.161.20.49 | 3.161.20.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | MX |
| 3.161.20.86 | 3.161.20.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | MX |
| 3.161.20.98 | 3.161.20.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | MX |
WHOIS identity
- Registrar
- iana:48
- Organization
- lydia elliott
- Contact emails
- —
Subdomains
1 observed subdomain of thetwinkleproject.com.
| Subdomain |
|---|
| www.thetwinkleproject.com |
Threat posture
History
Mail and authentication
MX records
SPF policy
3 SPF mechanisms authorising senders for thetwinkleproject.com.
| Mechanism | Target |
|---|---|
| SPF_A | thetwinkleproject.com |
| SPF_INCLUDE | _spf.google.com |
| SPF_MX | thetwinkleproject.com |
Related pages
Pivot deeper into the graph from thetwinkleproject.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "thetwinkleproject.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.