# Table of contents

The blog topics are listed below.

## Synopsis

| Title                                                                                                    | Description                                                                   |
| -------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------- |
| [Technology over time](https://be-hacktive.gitbook.io/docs/french/synopsis/la-technologie-dans-le-temps) | The evolution of technology over time leads to the question of cybersecurity. |
| [Cybersecurity](https://be-hacktive.gitbook.io/docs/french/synopsis/cybersecurite)                       | Definitions of cybersecurity and cybercrime terms.                            |

## Capsules

### Tip 1 - Raising awareness

| Title                                                                                            | Description                                                                           |
| ------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------- |
| [**Phishing**](https://be-hacktive.gitbook.io/docs/french/synopsis/la-technologie-dans-le-temps) | Definition, origin, evolution, techniques and protection. All about phishing          |
| [**Malware**](/tip-1-raising-awareness/malware.md)                                               | Definition, origin, evolution, categories and RANSOMWARE are covered in this section. |
| [**Passowrds**](/tip-1-raising-awareness/passwords.md)                                           | Definition, evolution, statistics and protection                                      |

## Articles

| Titre                                                                                                                                                                                           | Description                                                                         |
| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------- |
| [Am I a victim of data leakage?](https://be-hacktive.gitbook.io/docs/french/articles/suis-je-victime-des-fuites-de-donnees)                                                                     | Check whether your data is on the Internet and what to do about it.                 |
| [LOG4J: The vulnerable bookshop that's shaking up the world](https://be-hacktive.gitbook.io/docs/french/articles/log4j-la-librairie-vulnerable-qui-secoue-la-planete)                           | Definition and explanation of Log4j issues.                                         |
| [LOG4SHELL: VENI,VIDI,VICI](https://be-hacktive.gitbook.io/docs/french/articles/log4shell-veni-vidi-vici)                                                                                       | Understand, detect and exploit Log4shell.                                           |
| [Microsoft insists on the urgency of patching local Exchange servers](https://be-hacktive.gitbook.io/docs/french/news/microsoft-insiste-sur-lurgence-de-patcher-les-serveurs-exchange-en-local) | Urgent warning from Microsoft about the importance of updates for Exchange servers. |

## News

| Title                                                                                                                                                                                           | Description                                                                                                                                                                                                      |
| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [Microsoft insists on the urgency of patching local Exchange servers](https://be-hacktive.gitbook.io/docs/french/news/microsoft-insiste-sur-lurgence-de-patcher-les-serveurs-exchange-en-local) | Microsoft today urged its customers to keep their “on-premises Exchange servers” patched with the latest supported cumulative update (CU), so that they are always ready to deploy an emergency security update. |


---

# 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/table-des-matieres.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.
