Hostname
wavlex.com
Last fetched
wavlex.com resolves to 1 IPv4 address operated by AS21499 in DE. WHOIS lists iana:1390 as the registrar.
Nutrition Label
Resolution chain
wavlex.com 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 |
|---|---|---|---|---|
| 92.205.188.177 | 92.205.176.0/20 | AS21499 | — | DE |
WHOIS identity
- Registrar
- iana:1390
- Organization
- entec akzente
- Contact emails
Subdomains
2 observed subdomains of wavlex.com.
| Subdomain |
|---|
| mail.wavlex.com |
| www.wavlex.com |
Threat posture
History
Mail and authentication
MX records
SPF policy
6 SPF mechanisms authorising senders for wavlex.com.
| Mechanism | Target |
|---|---|
| SPF_A | wavlex.com |
| SPF_INCLUDE | agenturserver.de |
| SPF_INCLUDE | secureserver.net |
| SPF_IP | 2a01:488:66:1000:523:f2e0:0:1 |
| SPF_IP | 5.35.242.224 |
| SPF_MX | wavlex.com |
Related pages
Pivot deeper into the graph from wavlex.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "wavlex.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.