Hostname
casaboucas.com
Last fetched
casaboucas.com resolves to 2 IPv4 addresses operated by AS208277 in PT. WHOIS lists iana:303 as the registrar.
Nutrition Label
Resolution chain
casaboucas.com 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 |
|---|---|---|---|---|
| 176.221.38.187 | 176.221.38.0/24 | AS208277 | — | PT |
| 185.99.234.78 | 185.99.234.0/24 | AS15525 | — | PT |
WHOIS identity
- Registrar
- iana:303
- Organization
- tecla predileta, lda
- Contact emails
Subdomains
12 observed subdomains of casaboucas.com.
Web-graph footprint
Distinct hostnames that link to or from casaboucas.com in the public web crawl.
7 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
- casaboucas.com
SPF policy
12 SPF mechanisms authorising senders for casaboucas.com.
| Mechanism | Target |
|---|---|
| SPF_A | casaboucas.com |
| SPF_INCLUDE | spf.ciberserver.com |
| SPF_INCLUDE | spf.mailbox.pt |
| SPF_IP | 176.221.38.185 |
| SPF_IP | 176.221.38.187 |
| SPF_IP | 185.240.248.101 |
| SPF_IP | 185.240.248.75 |
| SPF_IP | 185.99.234.70 |
| SPF_IP | 185.99.234.75 |
| SPF_IP | 185.99.234.78 |
| SPF_IP | 94.126.169.163 |
| SPF_MX | casaboucas.com |
Related pages
Pivot deeper into the graph from casaboucas.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "casaboucas.com"})-[: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.