Hostname
ftp.bridgebase.com
Last fetched
ftp.bridgebase.com resolves to 3 IPv4 addresses operated by SOFTLAYER - IBM Cloud in US.
Nutrition Label
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.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 150.238.134.8 | 150.238.128.0/18 | AS36351 | SOFTLAYER - IBM Cloud | US |
| 169.48.120.231 | 169.48.64.0/18 | AS36351 | SOFTLAYER - IBM Cloud | US |
| 169.54.210.132 | 169.54.192.0/18 | AS36351 | SOFTLAYER - IBM Cloud | US |
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.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
8 SPF mechanisms authorising senders for ftp.bridgebase.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | mail.zendesk.com |
| SPF_INCLUDE | sendgrid.net |
| SPF_INCLUDE | spf.brevo.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.srvsecure.com |
| SPF_IP | 168.245.101.151 |
| SPF_IP | 169.54.210.150 |
| SPF_MX | ftp.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 20Or query Whisper from your own LLM workflow via the Whisper MCP server.