Skip to content

Hostname

live.streamed-up.com

Last fetched

live.streamed-up.com resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in BH.

Nutrition Label

WHISPER CANON · live.streamed-up.comRouting diversity3.0/10Peering density9.5/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint8.3/10canon.whisper.security/host/live.streamed-up.com

Resolution chain

live.streamed-up.com resolves to 12 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
18.165.220.11118.164.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.BH
18.165.220.12818.164.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.BH
18.165.220.4818.164.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.BH
18.165.220.9218.164.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.BH
3.160.90.613.160.88.0/22AS16509AMAZON-02 - Amazon.com, Inc.AR
3.160.90.623.160.88.0/22AS16509AMAZON-02 - Amazon.com, Inc.AR
3.160.90.73.160.88.0/22AS16509AMAZON-02 - Amazon.com, Inc.AR
3.160.90.813.160.88.0/22AS16509AMAZON-02 - Amazon.com, Inc.AR
3.161.94.303.161.88.0/21AS16509AMAZON-02 - Amazon.com, Inc.ZA
3.161.94.373.161.88.0/21AS16509AMAZON-02 - Amazon.com, Inc.ZA
3.161.94.413.161.88.0/21AS16509AMAZON-02 - Amazon.com, Inc.ZA
3.161.94.883.161.88.0/21AS16509AMAZON-02 - Amazon.com, Inc.ZA

WHOIS identity

No WHOIS records are currently associated with live.streamed-up.com in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from live.streamed-up.com.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "live.streamed-up.com"})-[: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.