The New York Department of Financial Services (NYDFS) Cybersecurity Regulation requires financial institutions to protect information systems against unauthorized access. Outbound-only connectivity is a strong technical control that limits external network connections to traffic initiated from inside your environment. It can stop malicious inbound traffic cold and reduce the attack surface to almost nothing.
In practice, implementing outbound-only connectivity under NYDFS means every service, database, and application must be reachable only after an internal request. No open inbound ports from the public internet. No ad-hoc remote logins. If an external system needs to send data to you, it must be via channels you initiate or via tightly controlled, proxied connections.
To meet Section 500.03 and Section 500.07 of the NYDFS Cybersecurity Regulation, outbound-only connectivity integrates with identity management, encryption, and continuous monitoring. Engineers achieve this by placing systems behind stateful firewalls, disabling inbound rules on security groups, using private NAT gateways, and enforcing allowlists on outbound domains and addresses.