Hostname
saol.com.br
Last fetched
saol.com.br resolves to 1 IPv4 address operated by AS34931 in GB.
Nutrition Label
Resolution chain
saol.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 |
|---|---|---|---|---|
| 149.255.62.176 | 149.255.60.0/22 | AS34931 | — | GB |
WHOIS identity
- Registrar
- —
- Organization
- edvaldo souza pereira
- Contact emails
Subdomains
13 observed subdomains of saol.com.br.
Web-graph footprint
Distinct hostnames that link to or from saol.com.br in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
- saol.com.br
SPF policy
11 SPF mechanisms authorising senders for saol.com.br.
| Mechanism | Target |
|---|---|
| SPF_A | saol.com.br |
| SPF_INCLUDE | relay.thundermail.uk |
| SPF_IP | 143.208.8.66/24 |
| SPF_IP | 143.208.8.72 |
| SPF_IP | 149.255.62.176 |
| SPF_IP | 186.227.194.219 |
| SPF_IP | 186.227.198.219 |
| SPF_IP | 187.45.181.168 |
| SPF_IP | 31.170.163.156 |
| SPF_IP | 66.7.213.120 |
| SPF_MX | saol.com.br |
Related pages
Pivot deeper into the graph from saol.com.br.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "saol.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.