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
Assets list
- Open Manage Assets and use Filters → Ownership → check 3rd party.
- You get a list of all assets classified as 3rd party.
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.
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
- Find a 3rd party asset with weak crypto (e.g. from reports or the assets list filtered by Ownership = 3rd party and risk).
- Open External Connections and filter by destination asset = that 3rd party (or use the “Hosts connecting here” link from the connections table).
- Review the list of internal hosts (source IP/hostname) that connect to that 3rd party.
- 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.
- Open Inventory → Connections (the 3rd-party lens).
- Find the vendor connection you want to watch and click Elevate.
- 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