Hostname
proposito.com.pt
Last fetched
proposito.com.pt resolves to 3 IPv4 addresses operated by AS47583 in BR.
Nutrition Label
Resolution chain
proposito.com.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 |
|---|---|---|---|---|
| 103.199.186.103 | 103.199.184.0/22 | AS47583 | — | BR |
| 104.21.37.78 | 104.21.32.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 172.67.205.229 | 172.67.192.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
WHOIS identity
No WHOIS records are currently associated with proposito.com.pt in WhisperGraph.
Subdomains
2 observed subdomains of proposito.com.pt.
| Subdomain |
|---|
| a680d61c20ca.proposito.com.pt |
Showing 1 of 2. View all subdomains →
Threat posture
History
Mail and authentication
MX records
- _dc-mx.a680d61c20ca.proposito.com.pt
- proposito.com.pt
SPF policy
3 SPF mechanisms authorising senders for proposito.com.pt.
| Mechanism | Target |
|---|---|
| SPF_A | proposito.com.pt |
| SPF_IP | 103.199.186.103 |
| SPF_MX | proposito.com.pt |
Related pages
Pivot deeper into the graph from proposito.com.pt.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "proposito.com.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.