Hostname
agblue.com.br
Last fetched
agblue.com.br resolves to 2 IPv4 addresses operated by AS22548 in BR.
Nutrition Label
Resolution chain
agblue.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 |
|---|---|---|---|---|
| 200.160.2.95 | 200.160.0.0/20 | AS22548 | — | BR |
| 200.201.217.227 | 200.201.192.0/18 | AS10733 | — | BR |
WHOIS identity
- Registrar
- —
- Organization
- supplay comercio de cartuchos ltda
- Contact emails
Subdomains
2 observed subdomains of agblue.com.br.
Threat posture
History
Mail and authentication
SPF policy
5 SPF mechanisms authorising senders for agblue.com.br.
| Mechanism | Target |
|---|---|
| SPF_A | agblue.com.br |
| SPF_IP | 158.101.120.133/32 |
| SPF_IP | 158.101.127.89/32 |
| SPF_IP | 192.175.104.0/24 |
| SPF_MX | agblue.com.br |
Related pages
Pivot deeper into the graph from agblue.com.br.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "agblue.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.