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
Resolution chain
leapdev.info resolves to 16 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 3.5.164.237 | 3.5.164.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | AU |
| 3.5.165.108 | 3.5.165.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | AU |
| 3.5.166.61 | 3.5.166.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | AU |
| 3.5.167.0 | 3.5.167.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | AU |
| 3.5.167.114 | 3.5.167.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | AU |
| 3.5.169.139 | 3.5.169.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | AU |
| 3.5.169.159 | 3.5.169.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | AU |
| 3.5.169.190 | 3.5.169.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | AU |
| 3.5.169.204 | 3.5.169.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | AU |
| 3.5.169.59 | 3.5.169.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | AU |
| 52.95.128.193 | 52.95.128.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | AU |
| 52.95.129.175 | 52.95.129.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | AU |
| 52.95.130.99 | 52.95.130.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | AU |
| 52.95.131.171 | 52.95.131.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | AU |
| 52.95.131.51 | 52.95.131.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | AU |
| 52.95.132.81 | 52.95.132.0/24 | AS16509 | AMAZON-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 20Or query Whisper from your own LLM workflow via the Whisper MCP server.