Hostname
levate.it
Last fetched
levate.it resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in IN.
Nutrition Label
Resolution chain
levate.it resolves to 12 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 108.158.61.124 | 108.158.56.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 108.158.61.6 | 108.158.56.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 108.158.61.81 | 108.158.56.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 108.158.61.97 | 108.158.56.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 13.249.213.124 | 13.249.213.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | MY |
| 13.249.213.58 | 13.249.213.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | MY |
| 13.249.213.75 | 13.249.213.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | MY |
| 13.249.213.76 | 13.249.213.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | MY |
| 18.65.63.129 | 18.65.62.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 18.65.63.57 | 18.65.62.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 18.65.63.71 | 18.65.62.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 18.65.63.91 | 18.65.62.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
WHOIS identity
No WHOIS records are currently associated with levate.it in WhisperGraph.
Subdomains
1 observed subdomain of levate.it.
| Subdomain |
|---|
| www.levate.it |
Threat posture
History
Related pages
Pivot deeper into the graph from levate.it.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "levate.it"})-[: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.