The normal set of outbound network destinations a workflow is expected to contact during execution. Teams use it to detect and block new or suspicious connections that indicate hidden software, misconfiguration, or supply chain activity.
Expanded Definition
An egress baseline is a reference profile of the outbound hosts, services, ports, and protocols that a workflow, workload, or application normally uses. It is not a firewall rule set by itself, but a behavioural standard that helps security teams distinguish expected outbound communication from activity that deserves investigation. In practice, the baseline may be derived from production telemetry, deployment manifests, DNS logs, proxy records, and allowlisted vendor dependencies.
Within cybersecurity operations, the concept aligns closely with the governance intent of the NIST Cybersecurity Framework 2.0, especially where organisations need to understand normal communication patterns before enforcing containment. Definitions vary across vendors and platforms: some use the term to describe a static allowlist, while others treat it as a living model that changes as services evolve. NHI Management Group treats the baseline as a detection and control reference, not a guarantee of legitimacy. It is most useful when paired with change control, logging, and review of dependency drift.
The most common misapplication is treating an initial deployment allowlist as a permanent baseline, which occurs when teams fail to refresh the reference after application updates, vendor changes, or new integration paths.
Examples and Use Cases
Implementing an egress baseline rigorously often introduces operational friction, requiring organisations to balance tighter outbound control against faster delivery and third-party dependencies.
- A payment service normally reaches only its database, an internal API, and a small set of cloud update endpoints. A sudden connection to an unfamiliar domain becomes a candidate for investigation.
- A build pipeline contacts package repositories, code signing services, and artifact storage. Security teams compare current traffic against the baseline to spot hidden dependency fetching or compromised tooling.
- A containerised workload in Kubernetes is expected to call one partner API and internal telemetry endpoints. If it begins resolving random DNS names, the deviation can indicate malware, misconfiguration, or an injected sidecar.
- An OWASP Non-Human Identity Top 10 review may reveal that an automated workflow is using secrets to reach services it should not need, showing how egress baselines expose overprivileged machine-to-machine access.
- An agentic workflow with tool access may legitimately call retrieval, ticketing, and monitoring systems, but any new outbound path to an unapproved endpoint should trigger review before the action is allowed to continue.
Why It Matters for Security Teams
Egress baselines help teams detect hidden activity that inbound controls often miss. Malware, supply chain tampering, token abuse, and covert exfiltration frequently reveal themselves first through new outbound destinations rather than obvious endpoint alerts. A strong baseline turns egress monitoring into a practical control for containment, incident triage, and post-deployment assurance.
This matters beyond classic network security because modern environments are dominated by identities that are not human. Service accounts, workload identities, CI/CD tokens, and AI agents all create legitimate outbound activity that can be overtrusted unless it is measured against a known pattern. Where organisations operate under NIST Cybersecurity Framework 2.0 governance, the baseline supports asset understanding, continuous monitoring, and response readiness. It also helps distinguish normal automation from unauthorised tool use in agentic AI environments, where a single compromised credential can create a new outbound path in seconds.
Organisations typically encounter the cost of a weak egress baseline only after an alert, outage, or breach reveals that unknown outbound traffic had been normalised, at which point the baseline becomes operationally unavoidable to reconstruct trust.
Standards & Framework Alignment
This section maps relevant standards and security frameworks to the operational risks and controls described in this guidance.
OWASP Non-Human Identity Top 10 and OWASP Agentic AI Top 10 address the attack and risk surface, while NIST CSF 2.0 and NIST Zero Trust (SP 800-207) set the governance and control requirements practitioners need to meet.
| Framework | Control / Reference | Relevance |
|---|---|---|
| NIST CSF 2.0 | DE.CM-01 | Continuous monitoring relies on knowing normal outbound traffic patterns. |
| OWASP Non-Human Identity Top 10 | NHI governance highlights abnormal machine-to-machine access and secret misuse. | |
| OWASP Agentic AI Top 10 | Agentic systems can create tool-driven outbound traffic that needs control. | |
| NIST Zero Trust (SP 800-207) | Zero Trust limits implicit trust and supports per-session policy for network access. |
Review workload identities and secrets against the baseline whenever outbound paths expand.
Related resources from NHI Mgmt Group
- Why does leaving Linux outside the passwordless baseline increase identity risk?
- What breaks when an agent can reach local files and network egress?
- When should organisations expand beyond the baseline controls in NIST 800-53?
- Why do AI agent sandboxes still leak secrets even when egress policies are enforced?