Hostname
apdc.pt
Last fetched
apdc.pt resolves to 1 IPv4 address operated by EQUINIX in PT.
Nutrition Label
Resolution chain
apdc.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 |
|---|---|---|---|---|
| 95.142.10.219 | 95.142.10.0/24 | AS15830 | EQUINIX | PT |
WHOIS identity
- Registrar
- —
- Organization
- apdc - assoc. port. p/ desenvol. das comunicacoes
- Contact emails
- —
Subdomains
36 observed subdomains of apdc.pt.
Showing 25 of 36. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from apdc.pt in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
17 SPF mechanisms authorising senders for apdc.pt.
| Mechanism | Target |
|---|---|
| SPF_A | apdc.pt |
| SPF_INCLUDE | _spf.kmitd.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 13.110.0.0/16 |
| SPF_IP | 136.146.0.0/15 |
| SPF_IP | 182.50.76.0/22 |
| SPF_IP | 199.127.232.0/22 |
| SPF_IP | 199.242.204.116 |
| SPF_IP | 204.14.232.0/21 |
| SPF_IP | 207.46.101.128/26 |
| SPF_IP | 23.103.128.0/19 |
| SPF_IP | 40.92.0.0/15 |
| SPF_IP | 52.100.0.0/14 |
| SPF_IP | 64.18.0.0/20 |
| SPF_IP | 95.142.10.233 |
| SPF_IP | 95.142.10.240 |
| SPF_MX | apdc.pt |
Related pages
Pivot deeper into the graph from apdc.pt.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "apdc.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.