Hostname
decora.ee
Last fetched
decora.ee resolves to 2 IPv4 addresses operated by HETZNER-AS in FI. WHOIS lists iana:1241 as the registrar.
Nutrition Label
Resolution chain
decora.ee resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 135.181.67.185 | 135.181.0.0/16 | AS24940 | HETZNER-AS | FI |
| 185.158.177.42 | 185.158.176.0/22 | AS202635 | SERVERFARM | EE |
WHOIS identity
- Registrar
- iana:1241
- Organization
- —
- Contact emails
- —
Subdomains
32 observed subdomains of decora.ee.
Showing 25 of 32. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from decora.ee in the public web crawl.
143 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
8 SPF mechanisms authorising senders for decora.ee.
| Mechanism | Target |
|---|---|
| SPF_A | directo.gate.ee |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf1.jotform.com |
| SPF_INCLUDE | spf2.jotform.com |
| SPF_IP | 135.181.67.177 |
| SPF_IP | 135.181.67.185 |
| SPF_IP | 185.158.177.40/29 |
| SPF_IP | 80.250.114.239 |
Related pages
Pivot deeper into the graph from decora.ee.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "decora.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.