> 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/de/windows-vulnerabilities/groups-and-integrity-levels/windows-integrity-levels.md).

# Windows-Integritätsstufen

Windows-Integritätsstufen (`Niedrig`, `Mittel`, `Hoch`, `System`) steuern, wie Prozesse mit anderen Prozessen und sicherbaren Objekten interagieren. Ein `Hoch` Integritätskontext kann lokale administrative Aktionen ermöglichen, wenn die Dienstberechtigungen dies ebenfalls zulassen.

## Erkennung

```powershell
whoami /groups
```

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

## Prüfung der Dienstberechtigungen

Ein höherer Integritätskontext kann Aktionen ermöglichen, die aus einer normalen Shell mit mittlerer Integrität fehlschlagen. Wenn Dienstberechtigungen beteiligt sind, bestätigen Sie zuerst die Integritätsstufe und wechseln Sie dann zum speziellen Workflow für Dienstfehlkonfigurationen.

<figure><img src="/files/8d4822891504572d740fffb14d868c36195b0896" alt="Windows service permission review"><figcaption></figcaption></figure>

{% content-ref url="/pages/76c0eb0fbe4a1841d5383e77992e268557b6d86e" %}
[Fehlkonfigurationen von Windows-Diensten](/de/windows-vulnerabilities/vulnerable-services-and-processes/windows-service-misconfigurations.md)
{% endcontent-ref %}

## Wichtige Punkte

* Die Integritätsstufe allein reicht nicht aus; auch die Dienstberechtigungen sind wichtig.
* Bestätigen Sie immer den Ausführungskontext des Dienstes, bevor Sie einen Weg zur Privilegieneskalation festlegen.
* Wenn die Dienstkonfiguration der Weg ist, bewahren Sie die Ausnutzungsnotizen im Dienstabschnitt auf, um eine Vermischung der Konzepte zu vermeiden.


---

# 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/de/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.
