Hostname
cdsind.com
Last fetched
cdsind.com resolves to 2 IPv4 addresses operated by AS51167 in GB. WHOIS lists iana:2 as the registrar.
Nutrition Label
Resolution chain
cdsind.com 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 |
|---|---|---|---|---|
| 167.86.87.178 | 167.86.86.0/23 | AS51167 | — | GB |
| 170.187.254.252 | 170.187.248.0/21 | AS63949 | — | IN |
WHOIS identity
- Registrar
- iana:2
- Organization
- mohunta, harsh
- Contact emails
Subdomains
2 observed subdomains of cdsind.com.
| Subdomain |
|---|
| mail.cdsind.com |
| www.cdsind.com |
Web-graph footprint
Distinct hostnames that link to or from cdsind.com in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
1 SPF mechanism authorising senders for cdsind.com.
| Mechanism | Target |
|---|---|
| SPF_REDIRECT | _spf.rediffmailpro.com |
Related pages
Pivot deeper into the graph from cdsind.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "cdsind.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.