Hostname
sintage.com
Last fetched
sintage.com resolves to 3 IPv4 addresses operated by AMAZON-AES - Amazon.com, Inc. in US. WHOIS lists iana:468 as the registrar.
Nutrition Label
Resolution chain
sintage.com resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 34.192.70.82 | 34.192.0.0/12 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 34.234.165.189 | 34.224.0.0/12 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 44.219.200.55 | 44.192.0.0/11 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
WHOIS identity
- Registrar
- iana:468
- Organization
- on behalf of sintage.com owner
- Contact emails
- jbl@juwin.cc
- 563134512@qq.com
- a2vqet4xmkyh4le@proxy.dreamhost.com
- 2e478a19-e5de-4839-b4dc-a9f7084eaa12@identity-protect.org
- 35b86cd6-a3f4-48dd-aadd-9262f1d3de60@identity-protect.org
- 3cbe2efc-2391-41ab-818e-3b7659dfc470@identity-protect.org
- 55fa0f79-0a15-49e6-8c83-287bd74a6ff4@identity-protect.org
- 8ba9e587-45c6-4a74-b979-5c971570a070@identity-protect.org
- aa8f1588-2032-4a39-bc1e-ec115d7fc965@identity-protect.org
- f2ab1729-8be2-4e6a-9414-8f6ca48fa3ea@identity-protect.org
Subdomains
1 observed subdomain of sintage.com.
| Subdomain |
|---|
| www.sintage.com |
Threat posture
History
Related pages
Pivot deeper into the graph from sintage.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "sintage.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.