Hostname
avdl.ctmail.com
Last fetched
avdl.ctmail.com resolves to 6 IPv4 addresses operated by CONTABO-40021 - Contabo Inc. in US.
Nutrition Label
Resolution chain
avdl.ctmail.com resolves to 6 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 154.53.38.101 | 154.53.32.0/21 | AS40021 | CONTABO-40021 - Contabo Inc. | US |
| 66.94.101.186 | 66.94.96.0/21 | AS40021 | CONTABO-40021 - Contabo Inc. | US |
| 66.94.123.175 | 66.94.120.0/21 | AS40021 | CONTABO-40021 - Contabo Inc. | US |
| 81.0.248.101 | 81.0.248.0/23 | AS51167 | — | GB |
| 81.0.248.131 | 81.0.248.0/23 | AS51167 | — | GB |
| 85.239.238.172 | 85.239.232.0/21 | AS40021 | CONTABO-40021 - Contabo Inc. | US |
WHOIS identity
No WHOIS records are currently associated with avdl.ctmail.com in WhisperGraph.
Subdomains
1 observed subdomain of avdl.ctmail.com.
| Subdomain |
|---|
| oem.avdl.ctmail.com |
Web-graph footprint
Distinct hostnames that link to or from avdl.ctmail.com in the public web crawl.
Sample inbound links
Threat posture
History
Related pages
Pivot deeper into the graph from avdl.ctmail.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "avdl.ctmail.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.