Hostname
ccip.pt
Last fetched
ccip.pt resolves to 1 IPv4 address operated by RACKFIBER in PT.
Nutrition Label
Resolution chain
ccip.pt 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 |
|---|---|---|---|---|
| 185.118.115.209 | 185.118.112.0/22 | AS39384 | RACKFIBER | PT |
WHOIS identity
WHOIS data is temporarily unavailable. Refresh in a moment to retry.
Subdomains
Subdomain count is temporarily unavailable. Refresh in a moment to retry.
Web-graph footprint
Distinct hostnames that link to or from ccip.pt in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
9 SPF mechanisms authorising senders for ccip.pt.
| Mechanism | Target |
|---|---|
| SPF_A | ccip.pt |
| SPF_INCLUDE | _spf.kmitd.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 213.13.153.88 |
| SPF_IP | 213.63.129.40/24 |
| SPF_IP | 213.63.129.43/24 |
| SPF_IP | 213.63.137.11/24 |
| SPF_IP | 62.28.189.110 |
| SPF_MX | ccip.pt |
Related pages
Pivot deeper into the graph from ccip.pt.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ccip.pt"})-[: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.