Hostname
nginx.jelastic.saveincloud.net
Last fetched
nginx.jelastic.saveincloud.net resolves to 2 IPv4 addresses operated by AS263511 - Saveincloud Hospedagem na Internet Ltda in BR.
Nutrition Label
Resolution chain
nginx.jelastic.saveincloud.net resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 191.243.197.161 | 191.243.197.0/24 | AS263511 | AS263511 - Saveincloud Hospedagem na Internet Ltda | BR |
| 200.150.203.222 | 200.150.203.0/24 | AS263511 | AS263511 - Saveincloud Hospedagem na Internet Ltda | BR |
WHOIS identity
No WHOIS records are currently associated with nginx.jelastic.saveincloud.net in WhisperGraph.
Threat posture
History
Related pages
Pivot deeper into the graph from nginx.jelastic.saveincloud.net.
- IP · 191.243.197.161
- ASN · AS263511AS263511 - Saveincloud Hospedagem na Internet Ltda
- Country · BR
- Apex domain · saveincloud.net
- Parent domain · jelastic.saveincloud.net
- TLD · .net
- Browse hostnames · ng…
- Glossary · What is a hostname?
- Whisper Internet Directory — home
- Live MOAS conflicts feed
- Threat feed · Spamhaus DROP
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "nginx.jelastic.saveincloud.net"})-[: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.