Skip to content

Hostname

dev-easylend.akeodev.com

Last fetched

dev-easylend.akeodev.com resolves to 2 IPv4 addresses operated by SONETTEL-TRANSIT-AS-AP SONET Pty Ltd Transit AS Co-Location Web Hosting in IN.

Nutrition Label

WHISPER CANON · dev-easylend.akeodev.comRouting diversity2.4/10Peering density10.0/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint0.0/10canon.whisper.security/host/dev-easylend.akeodev.com

Resolution chain

dev-easylend.akeodev.com resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
14.98.239.22114.98.239.0/24AS45820SONETTEL-TRANSIT-AS-AP SONET Pty Ltd Transit AS Co-Location Web HostingIN
3.109.101.1323.108.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.IN

WHOIS identity

No WHOIS records are currently associated with dev-easylend.akeodev.com in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from dev-easylend.akeodev.com.

Cypher and MCP

Reproduce the resolution chain directly against graph.whisper.security:

MATCH (h:HOSTNAME {name: "dev-easylend.akeodev.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 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.