Hostname
avenla.com
Last fetched
avenla.com resolves to 2 IPv4 addresses operated by AS41993 in FI. WHOIS lists iana:113 as the registrar.
Nutrition Label
Resolution chain
avenla.com 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 |
|---|---|---|---|---|
| 185.82.145.5 | 185.82.144.0/22 | AS41993 | — | FI |
| 185.82.145.6 | 185.82.144.0/22 | AS41993 | — | FI |
WHOIS identity
- Registrar
- iana:113
- Organization
- avenla oy
- Contact emails
Subdomains
38 observed subdomains of avenla.com.
Showing 25 of 38. View all subdomains →
Threat posture
History
Mail and authentication
SPF policy
8 SPF mechanisms authorising senders for avenla.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | cmail.avenla.com |
| SPF_IP | 185.82.144.140 |
| SPF_IP | 185.82.144.189 |
| SPF_IP | 185.82.145.32/28 |
| SPF_IP | 213.145.214.171 |
| SPF_IP | 2a05:9100:20:0:0:0:0:13 |
| SPF_IP | 2a05:9100:20:0:0:0:0:71 |
| SPF_MX | avenla.com |
Related pages
Pivot deeper into the graph from avenla.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "avenla.com"})-[: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.