Dark Reading is part of the Informa Tech Division of Informa PLC

This site is operated by a business or businesses owned by Informa PLC and all copyright resides with them.Informa PLC's registered office is 5 Howick Place, London SW1P 1WG. Registered in England and Wales. Number 8860726.

Network Security //

Firewall

// // //
5/24/2018
09:35 AM
Alan
 Zeichick
Alan Zeichick
Alan Zeichick

GDPR Should Change Your Thinking About Network Firewalls

Old-fashioned firewalls are an effective weapon for protecting the network incursions and data breaches, and that goes for the new era of GDPR that begins Friday as well.

Protecting customer data is now Enterprise Security Job No. 1, thanks to the European Union's General Data Protection Regulation (GDPR). The entire purpose of GDPR is to protect the privacy of European Union residents -- and that affects your business, no matter where you are located, if you have even a single European customer.

While there are several important aspects to GDPR, let's focus on one: preventing data breaches. That's vital to protecting your customers' privacy. (See GDPR Compliance: Enterprises Have Two Options to Consider.)

A firewall can help, but unfortunately it's been in vogue to bash firewalls as out-of-date, often with phrases like, "There’s no such thing as a network perimeter anymore, so firewalls are useless." Totally untrue -- but we'll get into that in a moment.

GDPR is not a how-to document. It doesn't tell anyone how to prevent breaches. In fact, GDPR doesn't even say that business can't have breaches or must install technology to detect attackers. However, GDPR does say that if you are breached, you must notify the authorities and everyone whose data was exposed very quickly.

(Source: iStock)
(Source: iStock)

If not: Prepare to be fined by a European regulator.

The best way to avoid that unpleasant scenario: Do everything you can to block or prevent breaches from happening in the first place. That's where the firewall comes in.

Despite what critics say, it's an essential tool for preventing data breaches on enterprise networks from hackers trying to enter the network from the Internet. Firewalls also can limit data exfiltration -- that is, the removal of the data -- through an Internet download, either caused by malware, breaches or from insiders, such as employees or contractors.

Another security-related provision in GDPR is to rapidly discover if a breach occurs so that you can notify the proper authorities with 72 hours -- but such discoveries are not done by a firewall. Other GDPR provisions include requiring customers to positively opt in to your communications, letting them view the data you have stored about them and letting the delete or change some of that information. While important, those aren't IT security issues.

Sadly, firewalls are often overlooked in favor of newer tech, such as advanced anti-malware engines and endpoint protection software. The newer tech is important, yes, but the firewall is still an essential tool to protect against attacks coming in from the Internet.

Also, we should note that GDPR isn’t the first rule about protecting customer information. For example, the US Health Insurance Portability and Accountability Act (HIPAA) of 1996 specifies that you must protect a person's health information.

However, GDPR is much broader -- and affects many businesses all over the world.

What's a firewall?
Firewalls are designed to stop unauthorized traffic from getting onto a private network -- like a LAN firewall at an enterprise router, which is what we're discussing here -- or from getting onto a specific device, such as the firewalls built into Windows or Mac OS X.

The core functionality of the firewall is to detect unauthorized traffic, and filter it out -- and log the access attempt.

Basic firewall functionality filters based on IP address or the type of traffic trying to access the network -- for example, attempts to access internal resources from outside the LAN. But that's only the start.

Modern firewalls go much farther.

They can filter out traffic that contains malware using functionality called deep packet inspection, for example. This functionality is one essential part of detecting breaches, by having the firewall identify and block attempts to get access to network servers from the Internet.

Firewalls also work in the other direction, by blocking attempts by users, applications or malware inside the network from accessing forbidden resources on the outside, or from sending specific types off data to the Internet.

We're all familiar with website filters that block access to certain websites -- think eBay, gamer sites or non-business email like Gmail -- from inside a business LAN, or stop students from accessing some content from their school. They can also be configured to stop data from being exfiltrated to foreign countries, competitors or the Dark Web.

Firewalls can also be configured to stop data from being exfiltrated, such as letting FTP (file transfer protocol) dumps from databases, or even data theft through email attachments that contain specific intellectual property.

While firewalls can be bypassed by very clever hackers or malware, they are the first line of defense against brute-force attacks from outside the network, and from malware or insiders attempting to transmit stolen data from inside the network. That's why firewalls are an essential ingredient in compliance with GDPR and other essential regulations.

Related posts:

Alan Zeichick is principal analyst at Camden Associates, a technology consultancy in Phoenix, Arizona, specializing in enterprise networking, cybersecurity, and software development. Follow him @zeichick.

Comment  | 
Print  | 
More Insights
Comments
Oldest First  |  Newest First  |  Threaded View
Edge-DRsplash-10-edge-articles
I Smell a RAT! New Cybersecurity Threats for the Crypto Industry
David Trepp, Partner, IT Assurance with accounting and advisory firm BPM LLP,  7/9/2021
News
Attacks on Kaseya Servers Led to Ransomware in Less Than 2 Hours
Robert Lemos, Contributing Writer,  7/7/2021
Commentary
It's in the Game (but It Shouldn't Be)
Tal Memran, Cybersecurity Expert, CYE,  7/9/2021
Register for Dark Reading Newsletters
White Papers
Video
Cartoon
Current Issue
Everything You Need to Know About DNS Attacks
It's important to understand DNS, potential attacks against it, and the tools and techniques required to defend DNS infrastructure. This report answers all the questions you were afraid to ask. Domain Name Service (DNS) is a critical part of any organization's digital infrastructure, but it's also one of the least understood. DNS is designed to be invisible to business professionals, IT stakeholders, and many security professionals, but DNS's threat surface is large and widely targeted. Attackers are causing a great deal of damage with an array of attacks such as denial of service, DNS cache poisoning, DNS hijackin, DNS tunneling, and DNS dangling. They are using DNS infrastructure to take control of inbound and outbound communications and preventing users from accessing the applications they are looking for. To stop attacks on DNS, security teams need to shore up the organization's security hygiene around DNS infrastructure, implement controls such as DNSSEC, and monitor DNS traffic
Flash Poll
Twitter Feed
Dark Reading - Bug Report
Bug Report
Enterprise Vulnerabilities
From DHS/US-CERT's National Vulnerability Database
CVE-2023-33196
PUBLISHED: 2023-05-26
Craft is a CMS for creating custom digital experiences. Cross site scripting (XSS) can be triggered by review volumes. This issue has been fixed in version 4.4.7.
CVE-2023-33185
PUBLISHED: 2023-05-26
Django-SES is a drop-in mail backend for Django. The django_ses library implements a mail backend for Django using AWS Simple Email Service. The library exports the `SESEventWebhookView class` intended to receive signed requests from AWS to handle email bounces, subscriptions, etc. These requests ar...
CVE-2023-33187
PUBLISHED: 2023-05-26
Highlight is an open source, full-stack monitoring platform. Highlight may record passwords on customer deployments when a password html input is switched to `type="text"` via a javascript "Show Password" button. This differs from the expected behavior which always obfuscates `ty...
CVE-2023-33194
PUBLISHED: 2023-05-26
Craft is a CMS for creating custom digital experiences on the web.The platform does not filter input and encode output in Quick Post validation error message, which can deliver an XSS payload. Old CVE fixed the XSS in label HTML but didn’t fix it when clicking save. This issue was...
CVE-2023-2879
PUBLISHED: 2023-05-26
GDSDB infinite loop in Wireshark 4.0.0 to 4.0.5 and 3.6.0 to 3.6.13 allows denial of service via packet injection or crafted capture file