Hostname
cavalor.com
Last fetched
cavalor.com resolves to 1 IPv4 address operated by EWSCHOD-AS in NL. WHOIS lists iana:106 as the registrar.
Nutrition Label
Resolution chain
cavalor.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 |
|---|---|---|---|---|
| 45.84.218.20 | 45.84.218.0/24 | AS61029 | EWSCHOD-AS | NL |
WHOIS identity
- Registrar
- iana:106
- Organization
- frank van hove
- Contact emails
Subdomains
17 observed subdomains of cavalor.com.
Web-graph footprint
Distinct hostnames that link to or from cavalor.com in the public web crawl.
204 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
9 SPF mechanisms authorising senders for cavalor.com.
| Mechanism | Target |
|---|---|
| SPF_A | www.cavalorgames.com |
| SPF_INCLUDE | _spf_c2.wpmanaged.nl |
| SPF_INCLUDE | emsd1.com |
| SPF_INCLUDE | spf-westeu.emailsignatures365.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 194.78.253.34 |
| SPF_IP | 81.241.228.233 |
| SPF_IP | 94.140.187.189 |
| SPF_MX | cavalor.com |
Related pages
Pivot deeper into the graph from cavalor.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "cavalor.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.