Skip to content

Hostname

embed.c-spanvideo.org

Last fetched

embed.c-spanvideo.org resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in BR.

Nutrition Label

WHISPER CANON · embed.c-spanvideo.orgRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/embed.c-spanvideo.org

Resolution chain

embed.c-spanvideo.org resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
143.204.23.39143.204.20.0/22AS16509AMAZON-02 - Amazon.com, Inc.BR
143.204.23.57143.204.20.0/22AS16509AMAZON-02 - Amazon.com, Inc.BR
143.204.23.78143.204.20.0/22AS16509AMAZON-02 - Amazon.com, Inc.BR
143.204.23.89143.204.20.0/22AS16509AMAZON-02 - Amazon.com, Inc.BR
3.164.230.1033.164.224.0/21AS16509AMAZON-02 - Amazon.com, Inc.SE
3.164.230.1133.164.224.0/21AS16509AMAZON-02 - Amazon.com, Inc.SE
3.164.230.1273.164.224.0/21AS16509AMAZON-02 - Amazon.com, Inc.SE
3.164.230.543.164.224.0/21AS16509AMAZON-02 - Amazon.com, Inc.SE

WHOIS identity

No WHOIS records are currently associated with embed.c-spanvideo.org in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from embed.c-spanvideo.org.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "embed.c-spanvideo.org"})-[: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.