Hostname
discusbytes.cloud
Last fetched
discusbytes.cloud resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in EG. WHOIS lists iana:433 as the registrar.
Nutrition Label
Resolution chain
discusbytes.cloud 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.159.120.18 | 108.159.120.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | EG |
| 108.159.120.62 | 108.159.120.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | EG |
| 108.159.120.87 | 108.159.120.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | EG |
| 108.159.120.89 | 108.159.120.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | EG |
| 13.35.37.124 | 13.35.32.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SG |
| 13.35.37.64 | 13.35.32.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SG |
| 13.35.37.66 | 13.35.32.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SG |
| 13.35.37.69 | 13.35.32.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SG |
| 18.65.48.24 | 18.65.48.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BR |
| 18.65.48.34 | 18.65.48.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BR |
| 18.65.48.39 | 18.65.48.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BR |
| 18.65.48.60 | 18.65.48.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BR |
WHOIS identity
- Registrar
- iana:433
- Organization
- discusbytes bv
- Contact emails
- —
Subdomains
12 observed subdomains of discusbytes.cloud.
Showing 2 of 12. View all subdomains →
Threat posture
History
Related pages
Pivot deeper into the graph from discusbytes.cloud.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "discusbytes.cloud"})-[: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.