Hostname
cnps.cm
Last fetched
cnps.cm resolves to 6 IPv4 addresses operated by CAMNET-AS in CM. WHOIS lists registrar:mtn ns as the registrar.
Nutrition Label
Resolution chain
cnps.cm resolves to 6 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 195.24.201.4 | 195.24.201.0/24 | AS15964 | CAMNET-AS | CM |
| 192.168.159.129 | 0.0.0.0/0 | AS64073 | DCPL-IN DEV COLLECTION PRIVATE LIMITED | — |
| 192.168.197.161 | 0.0.0.0/0 | AS64073 | DCPL-IN DEV COLLECTION PRIVATE LIMITED | — |
| 192.168.122.239 | 0.0.0.0/0 | AS64073 | DCPL-IN DEV COLLECTION PRIVATE LIMITED | — |
| 192.168.100.222 | 0.0.0.0/0 | AS64073 | DCPL-IN DEV COLLECTION PRIVATE LIMITED | — |
| 192.168.132.128 | 0.0.0.0/0 | AS64073 | DCPL-IN DEV COLLECTION PRIVATE LIMITED | — |
WHOIS identity
- Registrar
- registrar:mtn ns
- Organization
- caisse nationale de prevoyance sociale
- Contact emails
Subdomains
12 observed subdomains of cnps.cm.
Web-graph footprint
Distinct hostnames that link to or from cnps.cm in the public web crawl.
69 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
5 SPF mechanisms authorising senders for cnps.cm.
| Mechanism | Target |
|---|---|
| SPF_A | cnps.cm |
| SPF_INCLUDE | _spf.google.com |
| SPF_IP | 172.17.15.18/32 |
| SPF_IP | 195.24.201.5/32 |
| SPF_MX | cnps.cm |
Related pages
Pivot deeper into the graph from cnps.cm.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "cnps.cm"})-[: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.