Hostname
euso2016.ee
Last fetched
euso2016.ee resolves to 1 IPv4 address operated by PAGM-AS in EE.
Nutrition Label
Resolution chain
euso2016.ee 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 |
|---|---|---|---|---|
| 5.45.114.229 | 5.45.114.0/24 | AS198068 | PAGM-AS | EE |
WHOIS identity
No WHOIS records are currently associated with euso2016.ee in WhisperGraph.
Subdomains
2 observed subdomains of euso2016.ee.
| Subdomain |
|---|
| mail.euso2016.ee |
| www.euso2016.ee |
Web-graph footprint
Distinct hostnames that link to or from euso2016.ee in the public web crawl.
27 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
4 SPF mechanisms authorising senders for euso2016.ee.
| Mechanism | Target |
|---|---|
| SPF_A | euso2016.ee |
| SPF_IP | 2a03:f480:1:18:0:0:0:77 |
| SPF_IP | 5.45.114.229 |
| SPF_MX | euso2016.ee |
Related pages
Pivot deeper into the graph from euso2016.ee.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "euso2016.ee"})-[: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.