Hostname
bcastro.pt
Last fetched
bcastro.pt appears in WhisperGraph with partial WHOIS records but no current public IPv4 resolution.
Nutrition Label
Resolution chain
bcastro.pt has no current public IPv4 resolution in WhisperGraph. The WHOIS record below is the only graph data we have on this hostname.
WHOIS identity
- Registrar
- —
- Organization
- bernardino castro - serviços festivos lda.
- Contact emails
- —
Subdomains
1 observed subdomain of bcastro.pt.
| Subdomain |
|---|
| www.bcastro.pt |
Web-graph footprint
Distinct hostnames that link to or from bcastro.pt in the public web crawl.
4 sites linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
- bcastro.pt
SPF policy
7 SPF mechanisms authorising senders for bcastro.pt.
| Mechanism | Target |
|---|---|
| SPF_A | bcastro.pt |
| SPF_INCLUDE | _spf.ptservidor.net |
| SPF_IP | 185.32.188.30 |
| SPF_IP | 185.32.188.31/32 |
| SPF_IP | 185.32.188.59 |
| SPF_IP | 185.32.190.108 |
| SPF_MX | bcastro.pt |
Related pages
Pivot deeper into the graph from bcastro.pt.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "bcastro.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.