Skip to content

Hostname

ftp.bridgebase.com

Last fetched

ftp.bridgebase.com resolves to 3 IPv4 addresses operated by SOFTLAYER - IBM Cloud in US.

Nutrition Label

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

Resolution chain

ftp.bridgebase.com resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
150.238.134.8150.238.128.0/18AS36351SOFTLAYER - IBM CloudUS
169.48.120.231169.48.64.0/18AS36351SOFTLAYER - IBM CloudUS
169.54.210.132169.54.192.0/18AS36351SOFTLAYER - IBM CloudUS

WHOIS identity

No WHOIS records are currently associated with ftp.bridgebase.com in WhisperGraph.

Web-graph footprint

Distinct hostnames that link to or from ftp.bridgebase.com in the public web crawl.

Threat posture

History

Mail and authentication

SPF policy

8 SPF mechanisms authorising senders for ftp.bridgebase.com.

MechanismTarget
SPF_INCLUDEmail.zendesk.com
SPF_INCLUDEsendgrid.net
SPF_INCLUDEspf.brevo.com
SPF_INCLUDEspf.protection.outlook.com
SPF_INCLUDEspf.srvsecure.com
SPF_IP168.245.101.151
SPF_IP169.54.210.150
SPF_MXftp.bridgebase.com

Related pages

Pivot deeper into the graph from ftp.bridgebase.com.

Cypher and MCP

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

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