Hostname
builder.robsonhost.com.br
Last fetched
builder.robsonhost.com.br resolves to 1 IPv4 address operated by AS16276 in CA.
Nutrition Label
Resolution chain
builder.robsonhost.com.br resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 158.69.4.253 | 158.69.0.0/16 | AS16276 | — | CA |
WHOIS identity
No WHOIS records are currently associated with builder.robsonhost.com.br in WhisperGraph.
Subdomains
7 observed subdomains of builder.robsonhost.com.br.
Threat posture
History
Mail and authentication
MX records
- builder.robsonhost.com.br
SPF policy
12 SPF mechanisms authorising senders for builder.robsonhost.com.br.
| Mechanism | Target |
|---|---|
| SPF_A | builder.robsonhost.com.br |
| SPF_IP | 144.217.123.135 |
| SPF_IP | 144.217.77.6 |
| SPF_IP | 158.69.101.28 |
| SPF_IP | 158.69.101.54 |
| SPF_IP | 158.69.251.125 |
| SPF_IP | 158.69.4.253 |
| SPF_IP | 198.27.68.145 |
| SPF_IP | 46.4.101.120 |
| SPF_IP | 51.79.79.62 |
| SPF_IP | 54.39.202.2 |
| SPF_MX | builder.robsonhost.com.br |
Related pages
Pivot deeper into the graph from builder.robsonhost.com.br.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "builder.robsonhost.com.br"})-[: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.