> For the complete documentation index, see [llms.txt](https://docs.devolutions.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.devolutions.net/password-manager/de/knowledge-base/application-knowledge-base/list-of-internet-endpoints-accessed-by-devolutions-password-manager.md).

# Liste der von Devolutions Password Manager aufgerufenen Internet-Endpunkte

Dies sind die Listen der Adressen, die von Devolutions Password Manager im normalen Betrieb aufgerufen werden.

{% hint style="danger" %}
Wir bemühen uns nach besten Kräften, diese Liste zu pflegen, aber sie **ersetzt keine ordnungsgemäßen IT-Sicherheitspraktiken**. Wenn Sicherheit oberste Priorität hat, wäre es besser, zunächst jeglichen Internetzugriff zu blockieren und dann die gewünschten Adressen nach Bedarf auf die Zulassungsliste zu setzen.
{% endhint %}

#### Liste der Endpunkte von Devolutions Password Manager

| BESCHREIBUNG                                       | URL                                                           | ZUGEHÖRIGE EINSTELLUNG(EN) / AKTION                                                                                                       |
| -------------------------------------------------- | ------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------- |
| **Anmeldung beim Devolutions Account**             | <https://login.devolutions.com>                               | ***Hinzufügen – Devolutions Account verbinden***                                                                                          |
| **Devolutions Cloud (Online-Dienste)**             | <https://cloud.devolutions.net>                               | ***Hinzufügen – Devolutions Cloud***                                                                                                      |
| **Telemetrie**                                     | <https://telemetry2.devolutions.net>                          | ***Einstellungen – Sicherheit und Datenschutz – Nutzungsdaten deaktivieren***                                                             |
| **Updateprüfung für Devolutions Password Manager** | <https://cdn.devolutions.net>                                 | Benutzeraktion im Dialog „Upgrade verfügbar“ oder Devolutions Password Manager – ***Nach Updates suchen***                                |
| **Devolutions Send**                               | <https://send.devolutions.com>                                | Passwort extern per E-Mail oder Link senden                                                                                               |
| **Symbole und Logos von Einträgen**                | <https://iconcache.devolutions.com>                           | ***Einstellungen – Einträge – Website-Markenlogos aktivieren*** (deaktivieren, um den Zugriff zu verhindern)                              |
| **Logos von Authenticator-Einträgen**              | <https://logo.clearbit.com>                                   | Ruft Unternehmenslogos für TOTP/SSO-Authenticator-Einträge basierend auf der Domäne des Ausstellers ab                                    |
| **Benutzerbilder**                                 | <https://www.gravatar.com>                                    | Ruft Profilbilder für Benutzer von Datenquellen ab                                                                                        |
| **Have I Been Pwned**                              | <https://api.pwnedpasswords.com>                              | Schaltfläche ***„Auf Kompromittierung prüfen“*** bei Passworteinträgen und der Bericht des Passwortanalysators                            |
| **Devolutions Store**                              | <https://store.devolutions.net>                               | Wird angezeigt, wenn ein Tresor die Kapazitätsgrenzen der kostenlosen Version erreicht, über eine Schaltfläche ***Team-Lizenz erhalten*** |
| **Devolutions Forum**                              | <https://forum.devolutions.net>                               | Hilfesymbol im ***linken Menü – Menüpunkt Forum***                                                                                        |
| **Devolutions Blog**                               | <https://blog.devolutions.net>                                | Hilfesymbol im ***linken Menü – Folgen Sie uns – Menüpunkt Blog***                                                                        |
| **Devolutions Dokumentation**                      | [https://docs.devolutions.net](https://docs.devolutions.net/) | Hilfesymbol im ***linken Menü – Menüpunkt Dokumentation***                                                                                |
| **Devolutions-Website**                            | <https://devolutions.net>                                     | Mehrere Verwendungen (Support, Kontakt, Versionshinweise)                                                                                 |


---

# 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://docs.devolutions.net/password-manager/de/knowledge-base/application-knowledge-base/list-of-internet-endpoints-accessed-by-devolutions-password-manager.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.
