Hostname
prc.cm
Last fetched
prc.cm resolves to 1 IPv4 address operated by CAMNET-AS in CM. WHOIS lists registrar:registrar antic as the registrar.
Nutrition Label
Resolution chain
prc.cm 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 |
|---|---|---|---|---|
| 165.210.33.254 | 165.210.33.0/24 | AS15964 | CAMNET-AS | CM |
WHOIS identity
- Registrar
- registrar:registrar antic
- Organization
- presidence de la republique du cameroun
- Contact emails
Subdomains
2 observed subdomains of prc.cm.
| Subdomain |
|---|
| mail.prc.cm |
| www.prc.cm |
Web-graph footprint
Distinct hostnames that link to or from prc.cm in the public web crawl.
571 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
4 SPF mechanisms authorising senders for prc.cm.
| Mechanism | Target |
|---|---|
| SPF_A | prc.cm |
| SPF_IP | 165.210.33.253/32 |
| SPF_IP | 165.210.33.30/32 |
| SPF_MX | prc.cm |
Related pages
Pivot deeper into the graph from prc.cm.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "prc.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.