Hostname
pccu.ca
Last fetched
pccu.ca resolves to 2 IPv4 addresses operated by AS205787 in DE. WHOIS lists iana:456 as the registrar.
Nutrition Label
Resolution chain
pccu.ca 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 |
|---|---|---|---|---|
| 185.206.180.130 | 185.206.180.0/24 | AS205787 | — | DE |
| 46.166.184.109 | 46.166.184.0/24 | AS43350 | — | NL |
WHOIS identity
- Registrar
- iana:456
- Organization
- celero solutions
- Contact emails
Subdomains
18 observed subdomains of pccu.ca.
Web-graph footprint
Distinct hostnames that link to or from pccu.ca in the public web crawl.
20 sites link to this hostname.
1 site linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
8 SPF mechanisms authorising senders for pccu.ca.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.celero.ca |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.zohomail360.com |
| SPF_IP | 149.72.156.125/32 |
| SPF_IP | 198.161.254.130 |
| SPF_IP | 198.161.254.131 |
| SPF_IP | 209.202.9.117/32 |
| SPF_MX | pccu.ca |
Related pages
Pivot deeper into the graph from pccu.ca.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "pccu.ca"})-[: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.