Hostname
ccrpvt.com
Last fetched
ccrpvt.com resolves to 2 IPv4 addresses operated by WATEEN-IMS-PK-AS-AP National WiMAXIMS environment in PK. WHOIS lists iana:886 as the registrar.
Nutrition Label
Resolution chain
ccrpvt.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 |
|---|---|---|---|---|
| 110.39.130.11 | 110.39.128.0/22 | AS38264 | WATEEN-IMS-PK-AS-AP National WiMAXIMS environment | PK |
| 58.27.209.130 | 58.27.209.0/24 | AS38264 | WATEEN-IMS-PK-AS-AP National WiMAXIMS environment | PK |
WHOIS identity
- Registrar
- iana:886
- Organization
- naeem haq
- Contact emails
Subdomains
2 observed subdomains of ccrpvt.com.
| Subdomain |
|---|
| mail.ccrpvt.com |
| mail2.ccrpvt.com |
Threat posture
History
Mail and authentication
MX records
SPF policy
13 SPF mechanisms authorising senders for ccrpvt.com.
| Mechanism | Target |
|---|---|
| SPF_A | ccrpvt.com |
| SPF_A | nayatel.com |
| SPF_A | smtp.nayatel.com |
| SPF_A | smtpgw1.nayatel.com |
| SPF_A | smtpgw2.nayatel.com |
| SPF_A | smtpgw3.nayatel.com |
| SPF_IP | 115.186.154.158/32 |
| SPF_IP | 115.186.188.0/24 |
| SPF_IP | 203.82.48.0/24 |
| SPF_IP | 203.99.62.160/29 |
| SPF_IP | 58.65.135.118/32 |
| SPF_IP | 58.65.135.86/32 |
| SPF_MX | ccrpvt.com |
Related pages
Pivot deeper into the graph from ccrpvt.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ccrpvt.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.