Skip to content

Hostname

learning.marshberry.com

Last fetched

learning.marshberry.com resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in DE.

Nutrition Label

WHISPER CANON · learning.marshberry.comRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/learning.marshberry.com

Resolution chain

learning.marshberry.com resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
18.245.86.10018.245.84.0/22AS16509AMAZON-02 - Amazon.com, Inc.DE
18.245.86.10118.245.84.0/22AS16509AMAZON-02 - Amazon.com, Inc.DE
18.245.86.3518.245.84.0/22AS16509AMAZON-02 - Amazon.com, Inc.DE
18.245.86.5418.245.84.0/22AS16509AMAZON-02 - Amazon.com, Inc.DE
3.164.240.1273.164.240.0/21AS16509AMAZON-02 - Amazon.com, Inc.SE
3.164.240.153.164.240.0/21AS16509AMAZON-02 - Amazon.com, Inc.SE
3.164.240.783.164.240.0/21AS16509AMAZON-02 - Amazon.com, Inc.SE
3.164.240.903.164.240.0/21AS16509AMAZON-02 - Amazon.com, Inc.SE

WHOIS identity

No WHOIS records are currently associated with learning.marshberry.com in WhisperGraph.

Subdomains

1 observed subdomain of learning.marshberry.com.

Threat posture

History

Related pages

Pivot deeper into the graph from learning.marshberry.com.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "learning.marshberry.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.