Hostname
brasp.com.br
Last fetched
brasp.com.br resolves to 1 IPv4 address operated by ORACLE-BMC-31898 - Oracle Corporation in BR.
Nutrition Label
Resolution chain
brasp.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 |
|---|---|---|---|---|
| 144.22.224.45 | 144.22.224.0/19 | AS31898 | ORACLE-BMC-31898 - Oracle Corporation | BR |
WHOIS identity
- Registrar
- —
- Organization
- brasp informatica ltda
- Contact emails
Subdomains
9 observed subdomains of brasp.com.br.
Web-graph footprint
Distinct hostnames that link to or from brasp.com.br in the public web crawl.
Threat posture
History
Mail and authentication
MX records
SPF policy
23 SPF mechanisms authorising senders for brasp.com.br.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf0000000.brasp.com.br |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 101.97.36.0/24 |
| SPF_IP | 103.89.74.0/24 |
| SPF_IP | 103.89.75.0/24 |
| SPF_IP | 104.47.0.0/17 |
| SPF_IP | 117.20.43.11/32 |
| SPF_IP | 135.84.80.0/24 |
| SPF_IP | 135.84.81.0/24 |
| SPF_IP | 135.84.82.0/24 |
| SPF_IP | 135.84.83.0/24 |
| SPF_IP | 199.67.64.0/24 |
| SPF_IP | 199.67.84.0/24 |
| SPF_IP | 199.67.86.0/24 |
| SPF_IP | 204.141.32.0/23 |
| SPF_IP | 204.141.42.0/23 |
| SPF_IP | 4.14.143.68/32 |
| SPF_IP | 40.107.0.0/16 |
| SPF_IP | 40.92.0.0/15 |
| SPF_IP | 52.100.0.0/14 |
| SPF_IP | 65.154.166.0/24 |
| SPF_IP | 8.39.54.0/23 |
| SPF_IP | 8.40.222.0/23 |
Related pages
Pivot deeper into the graph from brasp.com.br.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "brasp.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.