Skip to content

Hostname

api-crmam.paramountmsc.com

Last fetched

api-crmam.paramountmsc.com resolves to 3 IPv4 addresses operated by AKAMAI-AS - Akamai Technologies, Inc. in IN.

Nutrition Label

WHISPER CANON · api-crmam.paramountmsc.comRouting diversity3.0/10Peering density4.3/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint0.0/10canon.whisper.security/host/api-crmam.paramountmsc.com

Resolution chain

api-crmam.paramountmsc.com resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
23.200.50.7323.200.48.0/22AS16625AKAMAI-AS - Akamai Technologies, Inc.IN
23.204.252.24623.204.252.0/22AS16625AKAMAI-AS - Akamai Technologies, Inc.IN
72.246.165.4072.246.164.0/22AS16625AKAMAI-AS - Akamai Technologies, Inc.US

WHOIS identity

No WHOIS records are currently associated with api-crmam.paramountmsc.com in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from api-crmam.paramountmsc.com.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "api-crmam.paramountmsc.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.