Hostname
cgd.pt
Last fetched
cgd.pt resolves to 2 IPv4 addresses operated by AS25253 in PT.
Nutrition Label
Resolution chain
cgd.pt 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 |
|---|---|---|---|---|
| 195.234.134.131 | 195.234.134.0/24 | AS25253 | — | PT |
| 195.234.134.174 | 195.234.134.0/24 | AS25253 | — | PT |
WHOIS identity
- Registrar
- —
- Organization
- caixa geral de depositos
- Contact emails
- —
Subdomains
71 observed subdomains of cgd.pt.
Showing 25 of 71. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from cgd.pt in the public web crawl.
1,032 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
3 SPF mechanisms authorising senders for cgd.pt.
| Mechanism | Target |
|---|---|
| SPF_IP | 195.234.134.113 |
| SPF_IP | 212.113.188.227 |
| SPF_IP | 62.28.115.52 |
Related pages
Pivot deeper into the graph from cgd.pt.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "cgd.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.