Skip to content

Hostname

dsp-api.proofpoint.com

Last fetched

dsp-api.proofpoint.com resolves to 16 IPv4 addresses operated by AMAZON-AES - Amazon.com, Inc. in US.

Nutrition Label

WHISPER CANON · dsp-api.proofpoint.comRouting diversity5.7/10Peering density9.7/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint0.0/10canon.whisper.security/host/dsp-api.proofpoint.com

Resolution chain

dsp-api.proofpoint.com resolves to 16 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
3.209.126.773.208.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
35.155.217.15835.155.0.0/16AS16509AMAZON-02 - Amazon.com, Inc.US
44.195.6.22144.192.0.0/11AS14618AMAZON-AES - Amazon.com, Inc.US
44.231.154.22344.224.0.0/11AS16509AMAZON-02 - Amazon.com, Inc.US
44.233.56.21344.224.0.0/11AS16509AMAZON-02 - Amazon.com, Inc.US
44.250.73.16544.224.0.0/11AS16509AMAZON-02 - Amazon.com, Inc.US
50.17.38.18550.17.0.0/16AS14618AMAZON-AES - Amazon.com, Inc.US
52.204.213.9352.200.0.0/13AS14618AMAZON-AES - Amazon.com, Inc.US
52.207.41.24852.200.0.0/13AS14618AMAZON-AES - Amazon.com, Inc.US
52.27.206.22052.24.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.US
52.86.39.3952.86.0.0/15AS14618AMAZON-AES - Amazon.com, Inc.US
54.149.95.16454.148.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.US
54.184.32.2754.184.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.US
54.69.154.3354.68.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.US
54.85.226.15254.84.0.0/15AS14618AMAZON-AES - Amazon.com, Inc.US
98.83.199.2998.80.0.0/13AS14618AMAZON-AES - Amazon.com, Inc.US

WHOIS identity

No WHOIS records are currently associated with dsp-api.proofpoint.com in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from dsp-api.proofpoint.com.

Cypher and MCP

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

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