discover-process-egress
Uncover shadow IT by finding which processes talk to external destinations outside your managed estate. Get ranked process-to-destination egress findings with policy decisions.
Instructions
Find which processes talk to destinations outside this PCE's managed estate - the shadow-IT / unsanctioned-egress question. Returns ranked findings of process -> external destination with port, protocol, the user, current policy decision and volume, preferring an FQDN over a bare IP where the PCE resolved one. Use this instead of get-traffic-flows when the question is 'what is talking out', not 'show me all traffic'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max findings returned. Default 50. | |
| process | No | Only these processes. Substring, case-insensitive, e.g. ['claude','chrome']. Omit for all. | |
| end_date | No | End (YYYY-MM-DD). Defaults to now. | |
| start_date | No | Start (YYYY-MM-DD). Overrides lookback_days. | |
| max_results | No | Max flows to pull from the PCE. Capped at 500. | |
| lookback_days | No | Days to look back. Default 7. Ignored if start_date is given. | |
| include_sources | No | Restrict to these sources. Accepts label shorthand 'key=value' (e.g. 'app=vdi'), HREFs, IPs or FQDNs. | |
| policy_decisions | No | Filter by decision, e.g. ['allowed'] to show only egress current policy permits. | |
| only_named_processes | No | Default true. When false, also returns egress with no process attribution (the PCE only reports process names where the VEN has process visibility enabled). |