Hostname
cap.pt
Last fetched
cap.pt resolves to 1 IPv4 address operated by AS24768 in PT.
Nutrition Label
Resolution chain
cap.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 |
|---|---|---|---|---|
| 94.46.26.116 | 94.46.26.0/24 | AS24768 | — | PT |
WHOIS identity
- Registrar
- —
- Organization
- confederação dos agricultores de portugal
- Contact emails
- —
Subdomains
9 observed subdomains of cap.pt.
Web-graph footprint
Distinct hostnames that link to or from cap.pt in the public web crawl.
192 sites link to this hostname.
271 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
15 SPF mechanisms authorising senders for cap.pt.
| Mechanism | Target |
|---|---|
| SPF_A | plca697.servidoresdns.net |
| SPF_A | smtp.serviciodecorreo.es |
| SPF_INCLUDE | _spf.signed.pt |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 212.55.154.16/28 |
| SPF_IP | 217.76.150.128/25 |
| SPF_IP | 217.76.151.12/32 |
| SPF_IP | 217.76.151.9 |
| SPF_IP | 54.36.128.125 |
| SPF_IP | 62.28.13.72 |
| SPF_IP | 62.28.13.73 |
| SPF_IP | 62.28.13.74 |
| SPF_IP | 62.28.62.242 |
| SPF_IP | 82.223.190.1/32 |
| SPF_MX | cap.pt |
Related pages
Pivot deeper into the graph from cap.pt.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "cap.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.