Hostname
qualityw.com.br
Last fetched
qualityw.com.br resolves to 2 IPv4 addresses operated by AS263449 in BR.
Nutrition Label
Resolution chain
qualityw.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 |
|---|---|---|---|---|
| 177.91.240.179 | 177.91.240.0/21 | AS263449 | — | BR |
| 2.18.248.241 | 2.18.248.0/24 | AS20940 | — | BR |
WHOIS identity
No WHOIS records are currently associated with qualityw.com.br in WhisperGraph.
Subdomains
1 observed subdomain of qualityw.com.br.
| Subdomain |
|---|
| www.qualityw.com.br |
Threat posture
History
Mail and authentication
SPF policy
4 SPF mechanisms authorising senders for qualityw.com.br.
| Mechanism | Target |
|---|---|
| SPF_A | qualityw.com.br |
| SPF_IP | 177.91.240.178 |
| SPF_IP | 177.91.240.179 |
| SPF_MX | qualityw.com.br |
Related pages
Pivot deeper into the graph from qualityw.com.br.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "qualityw.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.