Skip to content

Hostname

sendgrid.finsight.com

Last fetched

sendgrid.finsight.com resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.

Nutrition Label

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

Resolution chain

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

IPPrefixASNOperatorCountry
18.154.132.11918.154.132.0/23AS16509AMAZON-02 - Amazon.com, Inc.US
18.154.132.12718.154.132.0/23AS16509AMAZON-02 - Amazon.com, Inc.US
18.154.132.7418.154.132.0/23AS16509AMAZON-02 - Amazon.com, Inc.US
18.154.132.7918.154.132.0/23AS16509AMAZON-02 - Amazon.com, Inc.US
18.160.46.10618.160.46.0/23AS16509AMAZON-02 - Amazon.com, Inc.US
18.160.46.4018.160.46.0/23AS16509AMAZON-02 - Amazon.com, Inc.US
18.160.46.6118.160.46.0/23AS16509AMAZON-02 - Amazon.com, Inc.US
18.160.46.7318.160.46.0/23AS16509AMAZON-02 - Amazon.com, Inc.US

WHOIS identity

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

Threat posture

History

Mail and authentication

SPF policy

4 SPF mechanisms authorising senders for sendgrid.finsight.com.

MechanismTarget
SPF_INCLUDE44207179.spf01.hubspotemail.net
SPF_INCLUDE_spf.google.com
SPF_INCLUDE_spf.sparkpostmail.com
SPF_INCLUDEamazonses.com

Related pages

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

Cypher and MCP

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

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