Hostname
pgsea.com.br
Last fetched
pgsea.com.br resolves to 1 IPv4 address operated by AS63949 in US.
Nutrition Label
Resolution chain
pgsea.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 |
|---|---|---|---|---|
| 45.33.119.94 | 45.33.112.0/20 | AS63949 | — | US |
WHOIS identity
No WHOIS records are currently associated with pgsea.com.br in WhisperGraph.
Subdomains
2 observed subdomains of pgsea.com.br.
| Subdomain |
|---|
| mail.pgsea.com.br |
| www.pgsea.com.br |
Threat posture
History
Mail and authentication
MX records
SPF policy
9 SPF mechanisms authorising senders for pgsea.com.br.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.cloudezmail.io |
| SPF_IP | 2600:3c00:0:0:2000:76ff:fe12:329b |
| SPF_IP | 2600:3c00:0:0:f03c:92ff:fe2d:5de8 |
| SPF_IP | 2600:3c00:0:0:f03c:92ff:fed4:5185 |
| SPF_IP | 2600:3c00:0:0:f03c:93ff:fef5:688c |
| SPF_IP | 45.33.119.94 |
| SPF_IP | 45.56.123.98 |
| SPF_IP | 45.79.50.39 |
| SPF_IP | 96.126.127.91 |
Related pages
Pivot deeper into the graph from pgsea.com.br.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "pgsea.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.