Hostname
ee.ee
Last fetched
ee.ee resolves to 1 IPv4 address operated by AS199800 in EE. WHOIS lists registrar:elion|elion ettevõtted as as the registrar.
Nutrition Label
Resolution chain
ee.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 |
|---|---|---|---|---|
| 185.45.141.51 | 185.45.140.0/22 | AS199800 | — | EE |
WHOIS identity
- Registrar
- registrar:elion|elion ettevõtted as
- Organization
- —
- Contact emails
- —
Subdomains
14 observed subdomains of ee.ee.
Web-graph footprint
Distinct hostnames that link to or from ee.ee in the public web crawl.
42 sites link to this hostname.
3 sites linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
7 SPF mechanisms authorising senders for ee.ee.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.mailigen.com |
| SPF_INCLUDE | spf.mandrillapp.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 194.204.63.1/26 |
| SPF_IP | 86.109.249.96/27 |
| SPF_IP | 90.190.145.137 |
| SPF_MX | ee.ee |
Related pages
Pivot deeper into the graph from ee.ee.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ee.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.