Hostname
sagarkhatri.com
Last fetched
sagarkhatri.com resolves to 1 IPv4 address operated by AS213230 in US. WHOIS lists iana:468 as the registrar.
Nutrition Label
Resolution chain
sagarkhatri.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 |
|---|---|---|---|---|
| 5.161.161.183 | 5.161.160.0/22 | AS213230 | — | US |
WHOIS identity
- Registrar
- iana:468
- Organization
- on behalf of sagarkhatri.com owner
- Contact emails
- sagarkhatri200@hotmail.com
- 3afa9f2e-664e-4d71-a028-293351afa574@identity-protect.org
- 49aaa3ef-6edd-4bc7-8b12-f9f80cf461a8@identity-protect.org
- 92f57fc0-a61b-4b7a-9685-22195e59a481@identity-protect.org
- b7818148-4e56-447f-9b74-626e670614a8@identity-protect.org
- c7d11ef5-717e-4f13-a132-ff4fc875fccc@identity-protect.org
- dd5d543d-20bb-4392-8008-83ebea1500a9@identity-protect.org
- owner-9496794@sagarkhatri.com.whoisprivacyservice.org
Subdomains
1 observed subdomain of sagarkhatri.com.
| Subdomain |
|---|
| prod.sagarkhatri.com |
Threat posture
History
Related pages
Pivot deeper into the graph from sagarkhatri.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "sagarkhatri.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.