You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/common/de/security.asciidoc
+9-5Lines changed: 9 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
// -*- coding: utf-8 -*-
2
-
// IGNORE
2
+
// IGNORE Captcha
3
3
// NONASCII
4
4
include::global_attr.adoc[]
5
5
= Sicherheit (Security)
@@ -53,15 +53,19 @@ Setzen Sie wo immer möglich HTTPS ein:
53
53
- xref:introduction_docker#https[Docker mit HTTPS absichern]
54
54
endif::[]
55
55
56
+
56
57
ifdef::saas[]
57
58
== HTTPS-Kommunikation/Webfrontend
58
59
59
-
Das Webfrontend Ihrer {CMK}-Instanz wird über AWS WAF v2 (_Amazon Web Services Web Application Firewall v2_) gegen Einbruchsversuche und mißbräuchliche Nutzung abgeschottet.
60
+
Das Webfrontend Ihrer {CMK}-Instanz wird über AWS WAF v2 (_Amazon Web Services Web Application Firewall v2_) gegen Einbruchsversuche und missbräuchliche Nutzung abgeschottet.
60
61
Dies betrifft unter anderem:
61
62
62
-
* Zugriff von IPs, die als nicht vertrauenswürdig bekannt sind, wird blockiert. Die Liste wird von AWS verwaltet und von uns erweitert.
63
-
* Zugriff von IPs, die Anonymisierungsdiensten zugeordnet werden können, wird blockiert. Dies kann auch einige VPN-Anbieter betreffen.
64
-
* Die Zahl der Login-Versuche pro Zeiteinheit und IP-Adresse ist limitiert. Bei Überschreitung einer Grenze muss ein Captcha gelöst werden.
63
+
* Zugriff von IP-Adressen, die als nicht vertrauenswürdig bekannt sind, wird blockiert.
64
+
Die Liste wird von AWS verwaltet und von uns erweitert.
65
+
* Zugriff von IP-Adressen, die Anonymisierungsdiensten zugeordnet werden können, wird blockiert.
66
+
Dies kann auch einige VPN-Anbieter betreffen.
67
+
* Die Zahl der Login-Versuche pro Zeiteinheit und IP-Adresse ist limitiert.
68
+
Bei Überschreitung einer Grenze muss ein Captcha gelöst werden.
65
69
* Wir blockieren den Zugriff aus Netzwerken, die Ländern zugeordnet werden, gegen welche die EU Exportsanktionen verhängt hat.
Copy file name to clipboardExpand all lines: src/common/en/security.asciidoc
+8-4Lines changed: 8 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
// -*- coding: utf-8 -*-
2
-
// IGNORE
2
+
// IGNORE anonymization captcha
3
3
// NONASCII
4
4
include::global_attr.adoc[]
5
5
= Security
@@ -53,15 +53,19 @@ Switch to HTTPS where possible:
53
53
- xref:introduction_docker#https[Securing Docker with HTTPS]
54
54
endif::[]
55
55
56
+
56
57
ifdef::saas[]
57
58
== HTTPS communication/web interface
58
59
59
60
The web interface of your {CMK} site is protected against intrusion attempts and misuse via AWS WAF v2 (_Amazon Web Services Web Application Firewall v2_).
60
61
This affects, among other things:
61
62
62
-
* Access from IP addresses that are known to be untrustworthy is blocked. The list is managed by AWS and extended by us.
63
-
* Access from IP addresses that can be attributed to anonymization services is blocked. This may also affect some VPN providers.
64
-
* The number of login attempts per time unit and IP address is limited. If a limit is exceeded, a captcha must be solved.
63
+
* Access from IP addresses that are known to be untrustworthy is blocked.
64
+
The list is managed by AWS and extended by us.
65
+
* Access from IP addresses that can be attributed to anonymization services is blocked.
66
+
This may also affect some VPN providers.
67
+
* The number of login attempts per time unit and IP address is limited.
68
+
If a limit is exceeded, a captcha must be solved.
65
69
* We block access from networks that are assigned to countries against which the EU has imposed export sanctions.
0 commit comments