Hostname
ccprc.com
Last fetched
ccprc.com resolves to 2 IPv4 addresses operated by SWA-INET - Southwest Airlines Co. in US. WHOIS lists iana:146 as the registrar.
Nutrition Label
Resolution chain
ccprc.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 |
|---|---|---|---|---|
| 208.90.190.199 | 208.90.188.0/22 | AS36489 | SWA-INET - Southwest Airlines Co. | US |
| 34.74.254.27 | 34.74.240.0/20 | AS396982 | QOSL-AS-AP Qovic Online Solutions LLP | US |
WHOIS identity
Subdomains
6 observed subdomains of ccprc.com.
Web-graph footprint
Distinct hostnames that link to or from ccprc.com in the public web crawl.
927 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
5 SPF mechanisms authorising senders for ccprc.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | outboundmail.blackbaud.net |
| SPF_INCLUDE | spf.civicplus.com |
| SPF_INCLUDE | spf.constantcontact.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 159.183.187.37 |
Related pages
Pivot deeper into the graph from ccprc.com.
- IP · 208.90.190.199
- ASN · AS36489SWA-INET - Southwest Airlines Co.
- Registrar · iana:146
- Country · US
- Email · dns@civicplus.com
- TLD · .com
- Browse hostnames · cc…
- Glossary · What is a hostname?
- Whisper Internet Directory — home
- Live MOAS conflicts feed
- Threat feed · Spamhaus DROP
- United States internet infrastructure
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ccprc.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.