VISTASecurity
  • Vista Platform
  • How it works
  • Insights
  • Docs
  • Release status
  • Mailing list
Try Core
Vista Documentation
  • Editions
  • Vista Platform Platform Overview
  • Cbom
    • CBOM Artifacts
  • Features
    • Algorithm Reference
    • AI Assistant Integration (MCP)
    • Asset Approval Workflow
    • Asset Lifecycle Management
    • AWS Cloud Resource Discovery
    • Azure Cloud Resource Discovery
    • Certificate Chain Management
    • CMDB Integrations
    • CMDB Terminology Glossary
    • Compliance Framework Management
    • Crypto Risks Dashboard
    • Cryptographic Keys
    • Device Interrogation Feature
    • Discovery Feature
    • Fortinet Device Interrogation
    • Viewing Frameworks, Controls & Measurements
    • GCP Cloud Resource Discovery
    • Getting Started checklist
    • Global search (⌘K)
    • Inventory and Lenses
    • Measurement Templates
    • Inviting Members
    • Infrastructure Assets and Crypto Configurations
    • Network Spaces Feature
    • Operational Context
    • Page-local Export
    • PCAP File Ingestion
    • Remediation
    • Scopes
    • Enhanced Sensor Registration & Management Guide
    • Spreadsheet Import
    • Third-Party Systems and External Connections
    • Unified Crypto Inventory
  • Guides
    • Audit Logging User Guide
    • Cloud and Device Management Separation – Migration Guide
    • Device Auto-Discovery Troubleshooting Guide
    • Device Interrogation User Guide
    • Tenant Administrator Guide
    • Tenant User Guide
  • Operating VistaPlatform
    • Container runtime images (source of truth)
    • Platform Administrator Guide
    • Releases & Versioning
    • Service Startup and Shutdown Procedures
    • Configuration
      • Platform Integrations Configuration Guide
    • Deployment Documentation
      • Database Deployment Readiness – Sensor Management Enhancements
      • Database Migration Guide
      • Device Agent Deployment Guide
      • Managed vs In-Cluster Data Services (EKS)
      • Deployment Migration Checklist
      • Production Deployment Checklist
      • Deployment Propagation Guide
      • Vista RKE2 v1 — Customer Documentation
        • Vista — RKE2 Cluster Provisioning Guide
        • Vista Deployment Guide — RKE2 v1
        • Vista RKE2 Deployment — Pre-Flight Checklist
        • Vista Security Overview — RKE2 v1
        • Vista Support Bundle
    • Monitoring
      • Compliance Engine Event Processing Alerts
      • Compliance Log Management & Retention
      • Production Monitoring & Alerting Setup
      • System Monitoring & Alerting Guide
    • Operations
      • Notification Provider Integration Guide
    • Security
      • 🔒 Security Architecture for Cloud-Hosted Control Plane
      • Bootstrap Certificate Management
      • Certificate Management Operations Guide
      • Secrets Management Guide
    • Troubleshooting
      • Asset Approval Workflow Issues – Resolution Documentation
      • Troubleshooting Guide
      • Runbooks
        • Gateway Runbook
        • Recovery and Resume After Reboot
Vista/Docs

Third-Party Systems and External Connections

This feature helps you focus on cryptography on your own network while identifying and assessing 3rd party systems your infrastructure talks to—and finding which internal hosts connect to those systems (for example, when you discover weak crypto on a 3rd party).

How 3rd party is determined

  • Network Spaces define “your” network (CIDR blocks, IP ranges, domains). See Network Spaces.
  • Every discovered asset is classified as:
    • Internal – matches one of your network spaces
    • 3rd party – does not match (e.g. internet or partner destinations)
    • Unknown – private IP but no matching space (review recommended)

Important: Define your internal network in Network Spaces so 3rd party vs internal is accurate.

Finding 3rd party systems and weak crypto

  1. Assets list

    • Open Manage Assets and use Filters → Ownership → check 3rd party.
    • You get a list of all assets classified as 3rd party.
  2. Weak crypto

    • Weak encryption detection runs on all assets (internal and 3rd party).
    • Use the Ownership filter to focus on 3rd party assets, then review risk and crypto configurations as usual.
  3. External connections

    • Go to Inventory → External Connections.
    • This shows source → destination connections from discovery data (which internal host talked to which destination).
    • Filter by Destination ownership = “3rd party” to see only external destinations.
    • To see which internal hosts talk to a specific 3rd party: open that asset’s detail and use “Internal hosts that connect here,” or go to External Connections and filter by that destination asset.

Typical workflow: weak crypto on a 3rd party

  1. Find a 3rd party asset with weak crypto (e.g. from reports or the assets list filtered by Ownership = 3rd party and risk).
  2. Open External Connections and filter by destination asset = that 3rd party (or use the “Hosts connecting here” link from the connections table).
  3. Review the list of internal hosts (source IP/hostname) that connect to that 3rd party.
  4. Use that list to prioritize remediation or policy (e.g. restrict or upgrade those internal systems’ connections).

TLS version enumeration

When sensors actively probe a TLS endpoint, they test all four TLS versions (1.3, 1.2, 1.1, 1.0) individually and record which ones the server accepts. This answers a critical compliance question: does this vendor still accept TLS 1.0/1.1?

  • Supported TLS Versions are shown as color-coded pills in the connection detail modal (green for good, red for legacy).
  • If a server accepts TLS 1.0 or 1.1 — even if it negotiated TLS 1.2 — the connection is flagged as Weak crypto.
  • Use the Legacy TLS only filter to quickly find all connections accepting deprecated TLS versions.
  • The Legacy TLS summary card shows the total count of connections accepting TLS 1.0/1.1.

Elevating a vendor connection to monitored

Your sensors observe thousands of outbound 3rd-party connections — most are noise (CDNs, analytics, OS telemetry). But a few vendors matter enough to watch their cryptography continuously. Elevation lets you promote a hand-picked connection to a fully monitored asset, on par with your own internal inventory.

  1. Open Inventory → Connections (the 3rd-party lens).
  2. Find the vendor connection you want to watch and click Elevate.
  3. Confirm. The connection becomes a monitored asset (still tagged 3rd-party) and its certificate is captured and assessed exactly like an internal one. The row now shows an Elevated badge instead of the button.

Once elevated, the vendor:

  • appears in the Infrastructure lens as a monitored asset, and
  • its certificate appears in the Certificate lens — where it is evaluated for expiry, weak algorithms, and PQC-readiness like any internal cert.

Auto-discovered connections you don't elevate stay in the Connections list and never clutter your managed inventory. Re-discovery of an elevated vendor keeps its monitored asset current (it is refreshed in place, not re-listed as noise).

"Are my vendors using good crypto?"

Open the Certificate lens and set the Ownership filter to 3rd-party. You'll see only the vendor certificates you've elevated — algorithm, key size, expiry, and strength — side by side with the same assessment your internal certs get. That's your vendor-cryptography posture in one view.

Elevation requires the assets.update permission. It is reversible by design (a future release adds a "return to 3rd-party" action); today, elevate only the vendors you intend to track.

Data source

  • Sensor discoveries record both source and destination when your sensors see traffic. The platform stores source IP with each discovery so it can show “which internal hosts talk to which destination.”
  • Connections are only shown for discoveries that have been processed and have a source IP (sensor-reported traffic). Cloud-only discoveries may not have source IP.

Related

  • Network Spaces – define internal network for classification
  • Asset Approval – review and approve discovered assets (ownership is shown there)
  • Discovery – how assets are discovered
← Spreadsheet Import Unified Crypto Inventory →

View source on GitHub · Published from 470d8ee

On this page
  • How 3rd party is determined
  • Finding 3rd party systems and weak crypto
  • Typical workflow: weak crypto on a 3rd party
  • TLS version enumeration
  • Elevating a vendor connection to monitored
  • Are my vendors using good crypto?
  • Data source
  • Related
VISTASecurity

Vista Platform is a self-hosted cryptographic system of record for continuous discovery, evaluation, action, and proof.

Vista Platform

How it works
Governance
Post-Quantum
Core, Enterprise & MSP
Try Core

Resources

About
Insights
Documentation
Release status
GitHub ↗
info@vistasecurity.io
Join the mailing list

© 2026 Lakeshore Labs LLC. Vista Security is a brand of Lakeshore Labs LLC. All rights reserved.