Hostname
x3d.pt
Last fetched
x3d.pt resolves to 3 IPv4 addresses operated by AS3243 in PT.
Nutrition Label
Resolution chain
x3d.pt resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 213.13.6.11 | 213.13.0.0/16 | AS3243 | — | PT |
| 213.30.68.102 | 213.30.0.0/17 | AS12353 | — | PT |
| 213.30.69.142 | 213.30.0.0/17 | AS12353 | — | PT |
WHOIS identity
- Registrar
- —
- Organization
- isicom it - tecnologias de informação, lda
- Contact emails
- —
Subdomains
8 observed subdomains of x3d.pt.
Web-graph footprint
Distinct hostnames that link to or from x3d.pt in the public web crawl.
7 sites link to this hostname.
30 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
7 SPF mechanisms authorising senders for x3d.pt.
| Mechanism | Target |
|---|---|
| SPF_A | x3d.pt |
| SPF_INCLUDE | _spf.kmitd.com |
| SPF_IP | 213.13.6.11 |
| SPF_IP | 213.30.68.102 |
| SPF_IP | 213.30.69.142 |
| SPF_IP | 94.46.15.240 |
| SPF_MX | x3d.pt |
Related pages
Pivot deeper into the graph from x3d.pt.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "x3d.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.