Skip to content

A Network Allow-List Won't Stop Exfiltration

5.8 relevance
Score Breakdown
technical depth
7
novelty
4
actionability
6
community
5
strategic
5
personal
7

Scored daily by a customisable AI persona to surface the most relevant engineering leadership news.

Security architecture insight, relevant to cloud infrastructure.

General dergraf.org
Summary

A network allow-list cannot stop data exfiltration because attackers can encode secrets in DNS subdomain lookups or HTTP requests to permitted domains. The Canister sandbox addresses this by forcing all outbound TCP through a local HTTPS proxy that performs TLS termination, inspects plaintext, and checks DNS entropy, using seccomp SECCOMP_USER_NOTIF to intercept connect() syscalls. This design is motivated by supply chain attacks like the Shai-Hulud worm that exfiltrated credentials via npm installs.