Skip to content

Hostname

sendgrid.smedia.com

Last fetched

sendgrid.smedia.com resolves to 10 IPv4 addresses operated by AMAZON-AES - Amazon.com, Inc. in US.

Nutrition Label

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

Resolution chain

sendgrid.smedia.com resolves to 10 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
107.20.8.136107.20.0.0/16AS14618AMAZON-AES - Amazon.com, Inc.US
18.220.115.18618.220.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.US
18.221.176.10918.220.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.US
18.223.240.15818.220.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.US
3.14.57.1603.14.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.US
3.143.42.843.136.0.0/13AS16509AMAZON-02 - Amazon.com, Inc.US
34.237.250.20134.224.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
52.204.68.21352.200.0.0/13AS14618AMAZON-AES - Amazon.com, Inc.US
54.146.218.554.144.0.0/14AS14618AMAZON-AES - Amazon.com, Inc.US
54.157.14.654.156.0.0/14AS14618AMAZON-AES - Amazon.com, Inc.US

WHOIS identity

No WHOIS records are currently associated with sendgrid.smedia.com in WhisperGraph.

Subdomains

1 observed subdomain of sendgrid.smedia.com.

Threat posture

History

Related pages

Pivot deeper into the graph from sendgrid.smedia.com.

Cypher and MCP

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

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