Hostname
com.edc.pt
Last fetched
com.edc.pt resolves to 2 IPv4 addresses operated by AS24768 in PT.
Nutrition Label
Resolution chain
com.edc.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 |
|---|---|---|---|---|
| 109.71.43.203 | 109.71.43.0/24 | AS24768 | — | PT |
| 62.193.192.6 | 62.193.192.0/20 | AS34762 | — | PT |
WHOIS identity
No WHOIS records are currently associated with com.edc.pt in WhisperGraph.
Subdomains
2 observed subdomains of com.edc.pt.
| Subdomain |
|---|
| inst.com.edc.pt |
| www.com.edc.pt |
Threat posture
History
Mail and authentication
SPF policy
6 SPF mechanisms authorising senders for com.edc.pt.
| Mechanism | Target |
|---|---|
| SPF_A | com.edc.pt |
| SPF_INCLUDE | _spf.cleanmx.pt |
| SPF_IP | 109.71.43.203 |
| SPF_IP | 62.193.192.13 |
| SPF_IP | 62.193.192.6 |
| SPF_MX | com.edc.pt |
Related pages
Pivot deeper into the graph from com.edc.pt.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "com.edc.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.