Punching Holes into Firewalls
sebsauvage.net·22h·
Discuss: Hacker News
Flag this post

or “Why firewalls shouldn’t be considered a ultimate weapon for network security” or “Secure TCP-into-HTTP tunnelling guide”

Introduction

Firewalls are heavily used to secure private networks (home or corporate). Usually, they are used to protect the network from:

  • intrusions from outsiders
  • misuse from insiders

In a TCP/IP environment, the typical corporate firewall configuration is to block everything (both incoming and outgoing), and give access to the internet only through a HTTP proxy. The proxy usually has filtering capabilities (censors URLs and file types), and access to the proxy often requires credentials (login/password). This gives greater contol to the network administrator over what and who is going in and out of the network.

**Still, this should not…

Similar Posts

Loading similar posts...