How Data Breaches Happen?
Preamble
You’ve probably seen some recent articles asserting that the world’s most valuable resource is no longer oil—it’s data. New internet titans like Google, Amazon, Apple, Facebook, and Microsoft look unstoppable. In fact, these internet titans are listed as the five most valuable firms in the world. These companies are evaluated so highly because of the services they offer. We use Google’s search engine numerous times a day for free. We use Facebook to stay connected with our friends for free. But are these “free” services actually free? No! Users pay for these so-called free services with their data—whether it’s buying behavior or location data. All of the info these giants collect can be used to make better predictions about users’ personality and the things they like (and therefore might buy). Despite the risks a data breach poses to both companies and consumers, many websites and companies do not value the security of the data we give them. In this post, we’re going to take a deeper look at data breaches and how they happen.What Is a Data Breach?
As technology rapidly evolves, more and more information is stored digitally. As a result, cyberattacks and data breaches have increased over the past ten years. A data breach is a security incident in which information is accessed without authorization. They can hurt businesses and consumers in a variety of ways. Data breaches are a costly expense that can damage lives and reputations. And they take time to repair. Globally, the average total cost to a company of a data breach is $3.86 million, according to a study by the Ponemon Institute. Another study by Ponemon Institute, sponsored by IBM Security shows that each stolen record is worth $148 on average. Online crime is a real threat to anyone on the internet. According to Symantec‘s yearly threat report, data breaches mostly involve personally identifiable information like name, address, date of birth, or credit card numbers. Personally-identifiable information is the most valuable information, as a malicious person can misuse it to steal someone’s identity or even money from a credit card. Often, they sell this type of data on malicious marketplaces on the dark web.Case Study: Ashley Madison
In July 2015, a group calling itself “The Impact Team” stole the user data of Ashley Madison, a commercial website billed as enabling extramarital affairs. The group was able to get access to personal information of thousands of users of the website. Next, they threatened to release all information if the Ashley Madison website didn’t shut down immediately. One month later, the group leaked more than 25 gigabytes of company data, including user details. Although the hacker group had more or less good intentions, they upset many lives by releasing personal information about the users. Some users even lost their job or experienced public shaming for being affiliated with a website like Ashley Madison. However, Ashley Madison’s site policy stated that they don’t delete users’ personal information like names, addresses, credit card transaction records, and even search history. This is absolutely wrong. Unused data should be deleted as soon as possible when it’s no longer in use. Every company should have a policy for information management and when to delete data. As you can see, many things went wrong with the Ashley Madison data breach. The combination of an incorrect data management policy and inappropriate software security has lead to one of the most impactful data breaches in the history of the internet.How Do Data Breaches Occur?
So now that we understand what a data breach is and have seen an example of one, you’re probably wondering how data breaches occur. First of all, as I said at the beginning of this post—your data is expensive. If our data is worth a lot of money for companies, it’s also very profitable for hackers to steal personally identifiable information. But how do hackers get access to your data? There are five primary causes for a data breach:- Exploiting system vulnerabilities.
- Weak passwords.
- Drive-by downloads.
- Human error.
Exploiting System Vulnerabilities
The far most common issue related to system vulnerabilities is out-of-data software. So why is out-of-date software is so interesting to hackers? Out-of-date software often has had many updates to patch security holes. When a user doesn’t update their software regularly, the attacker can abuse this hole and potentially install malware on the user’s machine.Weak Passwords
We’ve all heard warnings against passwords like ‘123456’ or ‘myname123’. Whenever attackers breach a database which holds all your information, a hacker can easily find your name. Then they just try out some easy combinations like your name appended by ‘123’. (I’m assuming here that the database hashed all passwords and the hackers have to try to decrypt the passwords.) That’s why many websites force you to create more complex passwords that contain a mixture of letters and numbers or symbols like $, %, and &. Experts advise you to never use simple passwords. On top of that, they recommend using password management tools that generate unique passwords for you so you don’t have to remember them.Drive-By Downloads
Some compromised web pages can force your browser to download a file unwillingly. With a drive-by download, an attacker can install malicious software on your machine that gives them access to your computer. Similarly, never download file attachments in an email from an unfamiliar source. Doing so can infect your computer with some sort of malware.Phishing
Next, phishing is one of the more commonly known attacks as it regularly pops up in the media. Attackers use fake emails or websites to make you believe it’s real. With phishing, malicious attackers try to trick you to reveal your credit card details or password for a particular website.Human Error
Human error is often unavoidable. Users make mistakes, also with the way we handle data. For example, we might save a user’s medical record in the wrong storage which is publicly accessible (for example in your Test Environments). This can even be a design flaw by a developer which gives a malicious person access to a database full of personally identifiable information (PII). Human error can happen in many forms.7 Tips to Prevent Data Breaches
We have just learned that there are five primary causes of data breaches. Let’s take a deeper look at the prevention of data breaches. Here are seven simple tips to protect yourself from data breaches:- Keep only data that you really need and delete unused data.
- Educate employees on how to handle data safely.
- Keep security software up to date.
- Pay attention to security: computer security, network security, etc.
- Encrypt (or mask) all data!
- Deploy intrusion detection and prevention mechanisms.
- Stop drive-by downloads via content filtering.
Data Security in a Nutshell
Data security is very important nowadays. As our lives become more digitized, we store more and more personal data in the cloud. This also means we have to improve our data security and prevent data breaches from happening. A data breach can have a big impact on a user’s life—as we saw in the Ashley Madison hack, which caused people to lose their jobs. Luckily, data breaches can be prevented by encrypting data in the first place. Additionally, it’s very important to update software regularly. Finally, always make sure you make secure backups of your companies’ data.Relevant Articles
What is Enterprise Architecture Management (EAM)? A Guide
Organizations operate in an increasingly complex digital environment. Business leaders want to move quickly, innovate, and meet customer expectations, while IT leaders need to maintain stability, security, and scalability. This kind of organizational friction can be...
What Makes a Good Test Environment Manager?
Companies, especially these days, are releasing applications at a breakneck pace. With the complexity of software delivery life cycles, large organizations now need to have hundreds or even thousands of test environments to keep up with the number of applications they...
What is Data Driven Testing? An Introductory Guide
Compared to about 100 years ago when I was a junior test engineer, software testing has evolved far beyond running a handful of manual test cases. As systems grow more complex, testers and developers need approaches that ensure coverage, accuracy, and...
What is a Software Release? A Comprehensive Explanation
More than ever, delivering high-quality software efficiently is crucial for businesses. One term that frequently comes up in this context is "software release." But what exactly is a software release, and why is it so important? Defining Software Release A software...
Lower vs Upper Environments Explained and Compared
In the dynamic world of software development, where speed, precision, and quality are non-negotiable, the effective management of IT and test environments is the linchpin that determines the success of projects. Environments serve as the critical stages where...
Deployment Strategies: 7 to Consider and How to Choose
It’s common to hear people referring to their deployment strategy as “DevOps,” but that’s not quite accurate. DevOps is a philosophy and culture, while deployment strategies are more narrowly focused on the actual steps used to deploy software. A deployment strategy...