Skip to content

Hostname

catalog.cs4md.com

Last fetched

catalog.cs4md.com resolves to 6 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.

Nutrition Label

WHISPER CANON · catalog.cs4md.comRouting diversity3.0/10Peering density9.5/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint0.0/10canon.whisper.security/host/catalog.cs4md.com

Resolution chain

catalog.cs4md.com resolves to 6 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
35.161.102.13335.185.32.0/19AS16509AMAZON-02 - Amazon.com, Inc.US
44.224.104.19745.3.34.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
44.227.29.3545.3.34.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
44.231.30.6145.3.34.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
52.41.55.24452.46.88.0/22AS16509AMAZON-02 - Amazon.com, Inc.US
52.43.147.21552.46.88.0/22AS16509AMAZON-02 - Amazon.com, Inc.US

WHOIS identity

No WHOIS records are currently associated with catalog.cs4md.com in WhisperGraph.

Web-graph footprint

Distinct hostnames that link to or from catalog.cs4md.com in the public web crawl.

5 sites linked to from this hostname.

Threat posture

History

Related pages

Pivot deeper into the graph from catalog.cs4md.com.

Cypher and MCP

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

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