Hostname
dakshcctv.com
Last fetched
dakshcctv.com resolves to 2 IPv4 addresses operated by AS24940 in DE. WHOIS lists iana:1495 as the registrar.
Nutrition Label
Resolution chain
dakshcctv.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 |
|---|---|---|---|---|
| 142.132.155.239 | 142.132.128.0/17 | AS24940 | — | DE |
| 65.108.108.217 | 65.108.0.0/16 | AS24940 | — | FI |
WHOIS identity
- Registrar
- iana:1495
- Organization
- daksh cctv india pvt
- Contact emails
Subdomains
20 observed subdomains of dakshcctv.com.
Web-graph footprint
Distinct hostnames that link to or from dakshcctv.com in the public web crawl.
760 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
3 SPF mechanisms authorising senders for dakshcctv.com.
| Mechanism | Target |
|---|---|
| SPF_A | dakshcctv.com |
| SPF_IP | 65.108.108.217 |
| SPF_MX | dakshcctv.com |
Related pages
Pivot deeper into the graph from dakshcctv.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "dakshcctv.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.