Hostname
sipag.com.br
Last fetched
sipag.com.br resolves to 2 IPv4 addresses operated by AS16735 in BR.
Nutrition Label
Resolution chain
sipag.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.69.251.149 | 177.70.68.0/23 | AS16735 | — | BR |
| 200.252.238.34 | 201.3.224.0/20 | AS4230 | — | BR |
WHOIS identity
- Registrar
- —
- Organization
- banco cooperativo sicoob s/a
- Contact emails
Subdomains
10 observed subdomains of sipag.com.br.
Web-graph footprint
Distinct hostnames that link to or from sipag.com.br in the public web crawl.
22 sites link to this hostname.
Threat posture
History
Mail and authentication
SPF policy
11 SPF mechanisms authorising senders for sipag.com.br.
| Mechanism | Target |
|---|---|
| SPF_A | sipag.com.br |
| SPF_INCLUDE | spf.elasticemail.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.tpimidia.com |
| SPF_INCLUDE | spf1.auinmeio.com.br |
| SPF_INCLUDE | spf2.auinmeio.com.br |
| SPF_IP | 177.53.251.110 |
| SPF_IP | 200.175.177.248/29 |
| SPF_IP | 200.252.238.0/26 |
| SPF_IP | 200.252.238.2 |
| SPF_MX | sipag.com.br |
Related pages
Pivot deeper into the graph from sipag.com.br.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "sipag.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.