Hostname
zcsend.in
Last fetched
zcsend.in resolves to 2 IPv4 addresses operated by ZOHO-IN Zoho Corporation Pvt. Ltd in IN. WHOIS lists iana:299 as the registrar.
Nutrition Label
Resolution chain
zcsend.in resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 103.103.196.99 | 103.103.196.0/23 | AS56201 | ZOHO-IN Zoho Corporation Pvt. Ltd | IN |
| 169.148.148.99 | 169.148.148.0/23 | AS56201 | ZOHO-IN Zoho Corporation Pvt. Ltd | IN |
WHOIS identity
- Registrar
- iana:299
- Organization
- zoho corporation pvt.
- Contact emails
Subdomains
7 observed subdomains of zcsend.in.
Web-graph footprint
Distinct hostnames that link to or from zcsend.in in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
4 SPF mechanisms authorising senders for zcsend.in.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | zcsend.net |
| SPF_IP | 103.103.198.0/24 |
| SPF_IP | 103.103.199.0/24 |
| SPF_IP | 169.148.137.0/24 |
Related pages
Pivot deeper into the graph from zcsend.in.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "zcsend.in"})-[: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.