Skip to content

Hostname

spf.transcom.com

Last fetched

spf.transcom.com resolves to 16 IPv4 addresses operated by SENDINBLUE-ASN in FR.

Nutrition Label

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

Resolution chain

spf.transcom.com resolves to 16 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
172.246.17.75172.246.0.0/18AS200484SENDINBLUE-ASNFR
176.28.107.44176.28.96.0/20AS16371ACENS_AS Spain Hosting, housing and VPN servicesES
176.28.107.45176.28.96.0/20AS16371ACENS_AS Spain Hosting, housing and VPN servicesES
176.28.107.47176.28.96.0/20AS16371ACENS_AS Spain Hosting, housing and VPN servicesES
176.28.107.58176.28.96.0/20AS16371ACENS_AS Spain Hosting, housing and VPN servicesES
195.50.213.194195.50.192.0/19AS3249ESTPAKEE
209.82.53.77209.82.0.0/17AS6461ZAYO-6461 - Zayo BandwidthCA
212.247.164.147212.247.0.0/16AS1257TELE2SE
212.247.164.148212.247.0.0/16AS1257TELE2SE
5.9.78.815.9.0.0/16AS24940HETZNER-ASDE
64.28.14.964.28.0.0/19AS2116GLOBALCONNECT-AS2116NO
77.240.112.1177.240.112.0/21AS16371ACENS_AS Spain Hosting, housing and VPN servicesES
77.240.114.277.240.112.0/21AS16371ACENS_AS Spain Hosting, housing and VPN servicesES
77.240.114.6777.240.112.0/21AS16371ACENS_AS Spain Hosting, housing and VPN servicesES
91.206.132.15491.206.132.0/23AS47609LTMDLT
91.217.169.130.0.0.0/0AS35708ASN-4IXP 4b42 Internet Exchange PointHU

WHOIS identity

No WHOIS records are currently associated with spf.transcom.com in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from spf.transcom.com.

Cypher and MCP

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

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