Hostname
mail.ee-network.org
Last fetched
mail.ee-network.org resolves to 1 IPv4 address operated by AS24768 in PT.
Nutrition Label
Resolution chain
mail.ee-network.org 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 |
|---|---|---|---|---|
| 109.71.43.219 | 109.71.43.0/24 | AS24768 | — | PT |
WHOIS identity
No WHOIS records are currently associated with mail.ee-network.org in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
SPF policy
23 SPF mechanisms authorising senders for mail.ee-network.org.
| Mechanism | Target |
|---|---|
| SPF_A | filter1-out3.cleanmx.pt |
| SPF_A | filter2-out3.cleanmx.pt |
| SPF_A | filter3-out3.cleanmx.pt |
| SPF_A | filter4-out3.cleanmx.pt |
| SPF_A | filter5-out3.cleanmx.pt |
| SPF_A | filter6-out3.cleanmx.pt |
| SPF_A | mail.ee-network.org |
| SPF_INCLUDE | filter1-out3.cleanmx.pt |
| SPF_INCLUDE | filter2-out3.cleanmx.pt |
| SPF_INCLUDE | filter3-out3.cleanmx.pt |
| SPF_INCLUDE | filter4-out3.cleanmx.pt |
| SPF_INCLUDE | filter5-out3.cleanmx.pt |
| SPF_INCLUDE | filter6-out3.cleanmx.pt |
| SPF_IP | 109.71.43.219 |
| SPF_IP | 109.71.43.223 |
| SPF_IP | 109.71.43.242 |
| SPF_MX | filter1-out3.cleanmx.pt |
| SPF_MX | filter2-out3.cleanmx.pt |
| SPF_MX | filter3-out3.cleanmx.pt |
| SPF_MX | filter4-out3.cleanmx.pt |
| SPF_MX | filter5-out3.cleanmx.pt |
| SPF_MX | filter6-out3.cleanmx.pt |
| SPF_MX | mail.ee-network.org |
Related pages
Pivot deeper into the graph from mail.ee-network.org.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "mail.ee-network.org"})-[: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.