Hostname
braspine.com.br
Last fetched
braspine.com.br resolves to 2 IPv4 addresses operated by FORTINET - Fortinet Inc. in US.
Nutrition Label
Resolution chain
braspine.com.br 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 |
|---|---|---|---|---|
| 208.91.112.55 | 208.91.112.0/24 | AS40934 | FORTINET - Fortinet Inc. | US |
| 208.91.112.55 | 208.91.112.0/24 | AS40934 | FORTINET - Fortinet Inc. | CA |
| 62.72.62.57 | 62.72.60.0/22 | AS47583 | — | BR |
WHOIS identity
- Registrar
- —
- Organization
- armando giacomet
- Contact emails
Subdomains
11 observed subdomains of braspine.com.br.
Web-graph footprint
Distinct hostnames that link to or from braspine.com.br in the public web crawl.
17 sites link to this hostname.
19 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
6 SPF mechanisms authorising senders for braspine.com.br.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.emailsignatures365.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 177.92.10.98 |
| SPF_IP | 200.101.134.98 |
| SPF_IP | 200.140.226.26 |
| SPF_IP | 200.195.169.186 |
Related pages
Pivot deeper into the graph from braspine.com.br.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "braspine.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.