Skip to content

Hostname

content-service.mx.pearsonprd.tech

Last fetched

content-service.mx.pearsonprd.tech resolves to 6 IPv4 addresses operated by AMAZON-AES - Amazon.com, Inc. in US.

Nutrition Label

WHISPER CANON · content-service.mx.pearsonprd.techRouting diversity3.9/10Peering density7.0/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint7.6/10canon.whisper.security/host/content-service.mx.pearsonprd.tech

Resolution chain

content-service.mx.pearsonprd.tech resolves to 6 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
100.49.114.42101.0.13.0/24AS14618AMAZON-AES - Amazon.com, Inc.US
100.49.177.96101.0.13.0/24AS14618AMAZON-AES - Amazon.com, Inc.US
50.17.186.5650.20.117.0/24AS14618AMAZON-AES - Amazon.com, Inc.US
54.158.66.154.179.0.0/17AS14618AMAZON-AES - Amazon.com, Inc.US
54.237.220.8354.239.117.0/24AS14618AMAZON-AES - Amazon.com, Inc.US
98.85.152.24298.96.192.0/22AS14618AMAZON-AES - Amazon.com, Inc.US

WHOIS identity

No WHOIS records are currently associated with content-service.mx.pearsonprd.tech in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from content-service.mx.pearsonprd.tech.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "content-service.mx.pearsonprd.tech"})-[: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.