Hostname
mail.baseis.org.py
Last fetched
mail.baseis.org.py resolves to 1 IPv4 address operated by AS47583 in US.
Nutrition Label
Resolution chain
mail.baseis.org.py 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 |
|---|---|---|---|---|
| 92.249.45.128 | 92.249.44.0/23 | AS47583 | — | US |
WHOIS identity
No WHOIS records are currently associated with mail.baseis.org.py in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
- baseis.org.py
- correo.baseis.org.py
- mail.baseis.org.py
- zimbra.baseis.org.py
SPF policy
9 SPF mechanisms authorising senders for mail.baseis.org.py.
| Mechanism | Target |
|---|---|
| SPF_A | mail.baseis.org.py |
| SPF_INCLUDE | relay.mailchannels.net |
| SPF_IP | 153.92.215.1 |
| SPF_IP | 181.94.222.169 |
| SPF_IP | 212.1.212.180 |
| SPF_IP | 212.1.212.4 |
| SPF_IP | 212.1.215.200 |
| SPF_IP | 92.249.45.104 |
| SPF_MX | mail.baseis.org.py |
Related pages
Pivot deeper into the graph from mail.baseis.org.py.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "mail.baseis.org.py"})-[: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.