> For the complete documentation index, see [llms.txt](https://blog.be-hacktive.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://blog.be-hacktive.com/french/capsule-1-sensibilisation/malware.md).

# Malware

## Définition et Contexte

{% hint style="success" %}
Un **logiciel malveillant** ou **malware** est un logiciel conçu intentionnellement pour perturber un ordinateur, un serveur, un client ou un réseau informatique, divulguer des informations privées, obtenir un accès non autorisé à des informations ou à des systèmes, priver les utilisateurs de l'accès à des informations ou qui, à son insu, porte atteinte à la sécurité informatique et à la vie privée de l'utilisateur.

Définition: [**MICROSOFT** ](https://docs.microsoft.com/en-us/previous-versions/tn-archive/dd632948\(v=technet.10\)?redirectedfrom=MSDN)
{% endhint %}

![](/files/dpuKN9AvETdtVPlDbC6R)

Hostiles, intrusifs et intentionnellement méchants, les logiciels malveillants cherchent à envahir, endommager ou désactiver les ordinateurs, systèmes informatiques, réseaux, tablettes et appareils mobiles, souvent en prenant le contrôle partiel des opérations d'un appareil. Comme la grippe humaine, il interfère avec le fonctionnement normal.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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/french/capsule-1-sensibilisation/malware.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.
