Hostname
direct.aderant.com
Last fetched
direct.aderant.com resolves to 5 IPv4 addresses operated by AS64073 in NZ.
Nutrition Label
Resolution chain
direct.aderant.com resolves to 5 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 202.37.138.15 | 0.0.0.0/0 | AS64073 | — | NZ |
| 208.45.254.229 | 208.44.0.0/14 | AS209 | CENTURYLINK-US-LEGACY-QWEST - CenturyLink Communications, LLC | US |
| 216.2.246.67 | 216.0.0.0/14 | AS2828 | XO-AS15 - Verizon Business | US |
| 217.111.161.20 | 217.110.0.0/15 | AS8220 | COLT COLT Technology Services Group Limited | DE |
| 63.144.216.38 | 63.144.0.0/12 | AS209 | CENTURYLINK-US-LEGACY-QWEST - CenturyLink Communications, LLC | US |
WHOIS identity
WHOIS data is temporarily unavailable. Refresh in a moment to retry.
Subdomains
Subdomain count is temporarily unavailable. Refresh in a moment to retry.
Threat posture
History
Related pages
Pivot deeper into the graph from direct.aderant.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "direct.aderant.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.