> For the complete documentation index, see [llms.txt](https://hacking-notes.jord4n.pro/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hacking-notes.jord4n.pro/fr/windows-vulnerabilities/groups-and-integrity-levels/windows-integrity-levels.md).

# Niveaux d’intégrité Windows

Niveaux d'intégrité de Windows (`Faible`, `Moyenne`, `Élevée`, `Système`) contrôlent la manière dont les processus interagissent avec d'autres processus et avec des objets sécurisables. Un `Élevée` contexte d'intégrité peut permettre des actions administratives locales lorsque les autorisations du service les permettent également.

## Détection

```powershell
whoami /groups
```

<figure><img src="/files/1146f4e571a7a0dcde8ec673ddaedf3a09c8ff8a" alt="Windows integrity level in whoami /groups output"><figcaption></figcaption></figure>

## Vérification des autorisations du service

Un contexte d'intégrité plus élevé peut permettre des actions qui échouent depuis un shell normal de niveau d'intégrité moyen. Lorsque des autorisations de service sont impliquées, confirmez d'abord le niveau d'intégrité, puis passez au flux de travail dédié aux mauvaises configurations de service.

<figure><img src="/files/269900b504c13f12dba0fc0892c591214c8ff777" alt="Windows service permission review"><figcaption></figcaption></figure>

{% content-ref url="/pages/7129c14bb166c3d1e2669bbc3e712d0f775b3cbb" %}
[Mauvaises configurations des services Windows](/fr/windows-vulnerabilities/vulnerable-services-and-processes/windows-service-misconfigurations.md)
{% endcontent-ref %}

## Points clés

* Le niveau d'intégrité seul ne suffit pas ; les autorisations du service comptent aussi.
* Confirmez toujours le contexte d'exécution du service avant de déclarer une voie d'élévation de privilèges.
* Si la configuration du service est la voie à suivre, conservez les notes d'exploitation dans la section service afin d'éviter de mélanger les concepts.


---

# 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, and the optional `goal` query parameter:

```
GET https://hacking-notes.jord4n.pro/fr/windows-vulnerabilities/groups-and-integrity-levels/windows-integrity-levels.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
