Skip to content

Hostname

leapdev.info

Last fetched

leapdev.info resolves to 16 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in AU. WHOIS lists iana:81 as the registrar.

Nutrition Label

WHISPER CANON · leapdev.infoRouting diversity5.2/10Peering density9.3/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency10.0/10Resolver footprint8.3/10canon.whisper.security/host/leapdev.info

Resolution chain

leapdev.info resolves to 16 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
3.5.164.2373.5.164.0/24AS16509AMAZON-02 - Amazon.com, Inc.AU
3.5.165.1083.5.165.0/24AS16509AMAZON-02 - Amazon.com, Inc.AU
3.5.166.613.5.166.0/24AS16509AMAZON-02 - Amazon.com, Inc.AU
3.5.167.03.5.167.0/24AS16509AMAZON-02 - Amazon.com, Inc.AU
3.5.167.1143.5.167.0/24AS16509AMAZON-02 - Amazon.com, Inc.AU
3.5.169.1393.5.169.0/24AS16509AMAZON-02 - Amazon.com, Inc.AU
3.5.169.1593.5.169.0/24AS16509AMAZON-02 - Amazon.com, Inc.AU
3.5.169.1903.5.169.0/24AS16509AMAZON-02 - Amazon.com, Inc.AU
3.5.169.2043.5.169.0/24AS16509AMAZON-02 - Amazon.com, Inc.AU
3.5.169.593.5.169.0/24AS16509AMAZON-02 - Amazon.com, Inc.AU
52.95.128.19352.95.128.0/24AS16509AMAZON-02 - Amazon.com, Inc.AU
52.95.129.17552.95.129.0/24AS16509AMAZON-02 - Amazon.com, Inc.AU
52.95.130.9952.95.130.0/24AS16509AMAZON-02 - Amazon.com, Inc.AU
52.95.131.17152.95.131.0/24AS16509AMAZON-02 - Amazon.com, Inc.AU
52.95.131.5152.95.131.0/24AS16509AMAZON-02 - Amazon.com, Inc.AU
52.95.132.8152.95.132.0/24AS16509AMAZON-02 - Amazon.com, Inc.AU

WHOIS identity

Registrar
iana:81
Organization
leap software developments pty.
Contact emails

Threat posture

History

Related pages

Pivot deeper into the graph from leapdev.info.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "leapdev.info"})-[: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.