# Cybersecurity 2023: 5 major threats and how to protect yourself from them

<figure><img src="/files/O3in4bgG2EfvdQAFPZ3J" alt=""><figcaption></figcaption></figure>

***

## 1. Ransomware: The digital hostage

### **Description**

Ransomware encrypts user data, demanding a ransom for decryption.

See the Be-Hacktive capsule on Ransomware!

<figure><img src="/files/PqL01IVXVoB0o8v0YwC4" alt=""><figcaption></figcaption></figure>

## Miscellaneous facts

* Belgium: Cyberattack in Belgium: the city of Liège victim of ransomware, in 2021
* France: Ransomware: hackers paralyze a French hospital and demand 10 million euros, in 2022

## Protection

Non-exhaustive list:

* Frequent data backups.
* Avoid suspicious links or attachments.
* Use up-to-date antivirus software.

***

## 2. DDoS: Server overload

### **Description**

DDoS attacks flood a site with traffic, making it inaccessible.

<figure><img src="/files/y5T2xIXJ5R8Kxz1qOqD5" alt=""><figcaption></figcaption></figure>

## Miscellaneous facts

GitHub, targeted in 2018, suffered a massive 1.35 terabytes per second attack.

### Protection

Non-exhaustive list:

* Services de mitigation DDoS.
* Robust firewalls.
* Constant traffic monitoring.

***

## 3. Phishing: The digital scam

### **Description**

Phishing attacks seek to trick the user into obtaining sensitive information.

The very first capsule of the blog talks about it :smile:

## Miscellaneous facts

In 2017, employees of Google and Facebook were victims, causing a loss of $100 million.

### Protection

<figure><img src="/files/kUHspEGKuWB3OqiQmxay" alt=""><figcaption></figcaption></figure>

***

## 4. MitM Attacks: The Sneaky Interception

### **Description**

Man-in-the-middle attacks capture communication between two parties.

<figure><img src="/files/VJ0DuXuH7AekBBET9c5X" alt=""><figcaption></figcaption></figure>

## Miscellaneous facts

In 2017, a data breach was confirmed at Equifax, exposing more than 143 million Americans. As a result, Equifax created a website called equifaxsecurity2017.com to allow its customers to see if the breach affected them.

United States: what is the Equifax affair, one of the biggest hacks in history?

### Protection

Non-exhaustive list:

* HTTPS connections exclusively.
* Avoid public Wi-Fi or use a VPN.
* Check site certificates.

***

## 5. IoT vulnerabilities: Connected objects at risk

### **Description**

The Internet of Things (IoT) is the networking of objects. It is comparable to a social network or an email provider, but IoT connects devices rather than people. Business Insider experts expect the number of connected objects to reach 47 billion by 2027.

<figure><img src="/files/qpTV4SyvwzufPAMMAlKu" alt=""><figcaption></figcaption></figure>

## Miscellaneous facts

The Mirai attack in 2016 transformed connected objects into botnets, causing major disruption.

### Protection

Non-exhaustive list:

* Change default passwords.
* Regular updating of devices.
* Disconnect unused devices.

***

## Conclusion

Cybersecurity is a constantly evolving field. By staying informed and adopting appropriate security measures, you can protect yourself against the major threats of 2023.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://blog.be-hacktive.com/articles/cybersecurity-2023-5-major-threats-and-how-to-protect-yourself-from-them.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
