Skip to content

Commit dcf5ca0

Browse files
authored
Merge pull request #8442 from ovh/FB-hosting-rafiki
FB - Rafiki unblock tcp out warning
2 parents 10ca8f3 + d1965c0 commit dcf5ca0

File tree

9 files changed

+641
-0
lines changed

9 files changed

+641
-0
lines changed

pages/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1509,6 +1509,7 @@
15091509
+ [What should I do if the page “Your IP has been banned” appears?](web_cloud/web_hosting/diagnostic_ip_banned)
15101510
+ [What should I do if the page “Your request has been blocked” appears?](web_cloud/web_hosting/diagnostic_request_blocked)
15111511
+ [Monitoring and managing automated emails in your Web Hosting plan](web_cloud/web_hosting/mail_function_script_records)
1512+
+ [How to react to abnormal activity detected on your web hosting](web_cloud/web_hosting/resolve-anomalous-activity)
15121513
+ [Automating tasks (cron)](web-cloud-hosting-automating-tasks-cron)
15131514
+ [Using automated tasks on a Web Hosting plan](web_cloud/web_hosting/cron_tasks)
15141515
+ [Redirection and authentication](web-cloud-hosting-redirection-and-authentication)
Lines changed: 93 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,93 @@
1+
---
2+
title: "Wie reagiere ich auf ungewöhnliche Aktivitäten auf meinem Webhosting?"
3+
excerpt: "Erfahren Sie, welche Schritte Sie unternehmen sollten, wenn auf Ihrem OVHcloud Webhosting verdächtige Aktivitäten erkannt werden"
4+
updated: 2025-10-02
5+
---
6+
7+
## Ziel
8+
9+
Diese Anleitung erklärt die möglichen Gründe für eine Benachrichtigung über **ungewöhnliche Aktivitäten** auf Ihrem Webhosting, welche **vorübergehenden Folgen** (Sicherheitsblockaden) dies haben kann und **wie Sie die Funktionalität wiederherstellen**, sobald das Problem behoben ist.
10+
11+
**Erfahren Sie, wie Sie auf ungewöhnliche Aktivitäten auf Ihrem OVHcloud Webhosting reagieren.**
12+
13+
## Voraussetzungen
14+
15+
- Sie haben ein [OVHcloud Webhosting](/links/web/hosting).
16+
- Sie haben Zugriff auf das [OVHcloud Kundencenter](/links/manager).
17+
18+
## In der praktischen Anwendung
19+
20+
> [!primary]
21+
> Um Ihre Website und Besucher zu schützen, aktivieren wir automatisch Sicherheitsmaßnahmen, sobald ungewöhnliche Aktivitäten auf Ihrem Webhosting erkannt werden. Die Ursache ist nicht immer ein Angriff; es könnte auch eine subopimierte Website-Konfiguration, ein Drittanbieter-Skript oder eine fehlerhafte Erweiterung sein.
22+
23+
### Warum wird diese Meldung angezeigt?
24+
25+
Wir haben eine ungewöhnliche Aktivität erkannt, die Ihren Dienst beeinträchtigen könnte:
26+
27+
- Fall 1 – **Erkannte Schadsoftware**: Wahrscheinliches Vorhandensein von **schädlichen Dateien**
28+
- Fall 2 – **Ungewöhnliche Anzahl von per PHP gesendeten E-Mails** (Skripte/Anwendungen)
29+
- Fall 3 – **Ungewöhnliche Anzahl von ausgehenden Anfragen** (externe Verbindungen)
30+
31+
Aus Sicherheitsgründen und je nach Situation können bestimmte Funktionen vorübergehend blockiert werden:
32+
33+
- **Zugriff auf die Website** (Fall 1)
34+
- **E-Mail-Versand per PHP** (Fall 1 und Fall 2)
35+
- **Ausgehende Anfragen (TCP OUT)** (Fall 1 und Fall 3)
36+
37+
### Welche Auswirkungen hat dies auf meine Website?
38+
39+
- Abhängig von der erkannten ungewöhnlichen Aktivität kann Ihre **Website nicht mehr online** sein und für Besucher nicht zugänglich sein.
40+
- **E-Mails, die per PHP gesendet werden** (Formulare, Benachrichtigungen etc.) und/oder **ausgehende Verbindungen** (externe APIs, Webhooks, HTTP-Updates etc.) können **vorübergehend deaktiviert** sein, je nach Fall.
41+
42+
### Schritte zur Behebung der Situation
43+
44+
#### Fall 1 – Erkannte Schadsoftware
45+
46+
Ihr Hosting enthält wahrscheinlich schadhafte Dateien. Um diese Anomalien zu verstehen und zu beheben, folgen Sie unserer Anleitung:
47+
[Use Case - Empfehlungen nachdem Ihre Website gehackt wurde](/pages/web_cloud/web_hosting/cms_what_to_do_if_your_site_is_hacked)
48+
49+
**Nachdem die Bereinigung abgeschlossen ist**, beziehen Sie sich auf den Abschnitt "[Sicherheitsmaßnahmen aufheben](#lift-security-measures)" weiter unten.
50+
51+
#### Fall 2 – Ungewöhnliche Anzahl von per PHP gesendeten E-Mails
52+
53+
Ihre Website hat eine Anzahl von E-Mails per PHP gesendet, die den normalen Schwellenwert überschreitet. Dieses Verhalten könnte **legitim** (Kampagne, Newsletter-Modul) oder **unbeabsichtigt** (exploitierte Formulare, fehlerhafte Skripte, kompromittierte Erweiterung) sein. Um diese Anomalien zu verstehen und zu beheben, konsultieren Sie unsere Anleitung:
54+
[E-Mails von Ihrem Webhosting nachverfolgen und verwalten](/pages/web_cloud/web_hosting/mail_function_script_records)
55+
56+
**Nachdem die Situation normalisiert ist**, gehen Sie zum Abschnitt "[Sicherheitsmaßnahmen aufheben](#lift-security-measures)".
57+
58+
> [!primary]
59+
>
60+
> Diese Maßnahme gilt **nicht** für die Versendung von Nachrichten über einen E-Mail-Account (per Webmail oder E-Mail-Client). Sie gilt nur für **E-Mails, die über ein Skript gesendet werden** (die PHP-Funktion `mail()` oder SMTP-Versand, der durch eine Anwendung auf Ihrem Webhosting ausgelöst wird).
61+
62+
#### Fall 3 – Ungewöhnliche Anzahl von ausgehenden Anfragen (TCP OUT)
63+
64+
Ihre Website stellt zahlreiche externe Verbindungen her (APIs, Updates, HTTP-Aufrufe etc.). Dies könnte auf einen Defekt hinweisen. Um diese Anomalien zu verstehen und zu beheben, konsultieren Sie unsere Anleitung:
65+
[Use Case - Empfehlungen nachdem Ihre Website gehackt wurde](/pages/web_cloud/web_hosting/cms_what_to_do_if_your_site_is_hacked)
66+
67+
**Nachdem die Bereinigung abgeschlossen ist**, beziehen Sie sich auf den Abschnitt "[Sicherheitsmaßnahmen aufheben](#lift-security-measures)" weiter unten.
68+
69+
### Sicherheitsmaßnahmen aufheben <a name="lift-security-measures"></a>
70+
71+
> [!warning]
72+
>
73+
> Führen Sie diesen Schritt **erst nach Anwendung der oben genannten Empfehlungen** (Diagnose, Korrekturen/Updates, Sicherheitsverbesserungen) aus. Wenn bei einer nachfolgenden Überprüfung erneut ungewöhnliche Aktivitäten erkannt werden, werden die **Sicherheitsmaßnahmen automatisch erneut aktiviert**. Sie erhalten eine neue Benachrichtigung, und die Blockaden bleiben bestehen, bis die **Situation dauerhaft gelöst** ist.
74+
75+
1. Melden Sie sich in Ihrem [OVHcloud Kundencenter](/links/manager) an, gehen Sie zu `Web Cloud`{.action} und klicken Sie auf Ihr Webhosting.
76+
2. Ein **Warnfenster** erscheint: `Ungewöhnliche Aktivitäten auf Ihrem Hosting`. Wenn Sie auf die Schaltfläche `Später`{.action} klicken, erscheint eine **Warnleiste** `Ungewöhnliche Aktivitäten erkannt` oben auf der Seite. Klicken Sie auf `Mehr erfahren`{.action}, um das Warnfenster erneut zu öffnen.
77+
3. **Aktivieren Sie** das Feld: `Ich bestätige, dass ich alle notwendigen Maßnahmen ergriffen habe, um das Problem zu beheben`.
78+
4. Klicken Sie auf `Sicherheitsmaßnahmen aufheben`{.action}.
79+
5. Eine **Bestätigungsleiste** erscheint oben auf der Seite: `Ihr Hosting wird analysiert, um die Sicherheitsmaßnahmen aufzuheben.` Verfolgen Sie den Fortschritt, indem Sie auf den Link `Aktuelle Tasks anzeigen`{.action} klicken oder direkt über den Tab `Aktuelle Tasks`{.action}.
80+
81+
> [!warning]
82+
>
83+
> Stellen Sie sicher, dass Ihr Dienst **für die automatische Entsperrung berechtigt ist** (manche Statusse erlauben keine sofortige Aufhebung der Maßnahmen).
84+
85+
## Weiterführende Informationen
86+
87+
[Website absichern](/pages/web_cloud/web_hosting/secure_your_website)
88+
89+
Kontaktieren Sie für spezialisierte Dienstleistungen (SEO, Web-Entwicklung etc.) die [OVHcloud Partner](/links/partner).
90+
91+
Wenn Sie Hilfe bei der Nutzung und Konfiguration Ihrer OVHcloud Lösungen benötigen, beachten Sie unsere [Support-Angebote](/links/support).
92+
93+
Treten Sie unserer [User Community](/links/community) bei.
Lines changed: 93 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,93 @@
1+
---
2+
title: "How to react to abnormal activity detected on your web hosting"
3+
excerpt: "Find out which steps to follow when suspicious activity is detected on your OVHcloud web hosting"
4+
updated: 2025-10-02
5+
---
6+
7+
## Objective
8+
9+
This guide explains the possible reasons why you might be notified about **abnormal activity** detected on your web hosting, the **temporary consequences** (security blocks), and **how to restore** functionality once the issue is resolved.
10+
11+
**Discover how to react to unusual activity on your OVHcloud web hosting.**
12+
13+
## Requirements
14+
15+
- An [OVHcloud web hosting](/links/web/hosting)
16+
- Access to the [OVHcloud Control Panel](/links/manager)
17+
18+
## Instructions
19+
20+
> [!primary]
21+
> To protect your website and visitors, we automatically activate security measures whenever unusual activity is detected on your web hosting. The cause is not always an attack; it could also be a poor website configuration, a third-party script, or a faulty extension, for example.
22+
23+
### Why is this message displayed?
24+
25+
We have detected unusual activity that could harm your service:
26+
27+
- Case 1 – **Detected malware**: Likely presence of **malicious files**
28+
- Case 2 – **Unusual volume of emails sent via PHP** (scripts/applications)
29+
- Case 3 – **Unusual volume of outgoing requests** (external connections)
30+
31+
For security reasons and depending on the situation, certain features may be temporarily blocked:
32+
33+
- **Website access** (Case 1)
34+
- **Email sending via PHP** (Case 1 and Case 2)
35+
- **Outgoing requests (TCP OUT)** (Case 1 and Case 3)
36+
37+
### What are the consequences for my website?
38+
39+
- Depending on the detected unusual activity, your **website may no longer be online** and accessible to visitors.
40+
- **Emails sent via PHP** (forms, notifications, etc.) and/or **outgoing connections** (external APIs, webhooks, HTTP updates, etc.) may be **temporarily disabled**, depending on the case.
41+
42+
### Steps to resolve the situation
43+
44+
#### Case 1 — Detected malware
45+
46+
Your hosting likely contains malicious files. To understand and address these anomalies, follow our guide:
47+
[Use Case - Recommendations After Your Website is Hacked](/pages/web_cloud/web_hosting/cms_what_to_do_if_your_site_is_hacked)
48+
49+
**Once the cleanup is complete**, refer to the section "[Lift Security Measures](#lift-security-measures)" below.
50+
51+
#### Case 2 — Unusual volume of emails sent via PHP
52+
53+
Your website has sent a number of emails via PHP exceeding the normal threshold. This action could be **legitimate** (campaign, newsletter module) or **undesired** (abusive use of a form, misconfigured script, compromised extension). To understand and resolve these anomalies, consult our guide:
54+
[Track and Manage Automated Emails from Your Web Hosting](/pages/web_cloud/web_hosting/mail_function_script_records)
55+
56+
**Once the situation is normalized**, proceed to the section "[Lift security measures](#lift-security-measures)".
57+
58+
> [!primary]
59+
>
60+
> This measure does **not** apply to sending messages from an email account (via webmail or a mail client). It only applies to **emails sent via a script** (the PHP `mail()` function or SMTP sending triggered by an application on your web hosting).
61+
62+
#### Case 3 — Unusual volume of outgoing requests (TCP OUT)
63+
64+
Your website is making numerous external connections (APIs, updates, HTTP calls, etc.). This could indicate a malfunction. To understand and resolve these anomalies, consult our guide:
65+
[Use Case - Recommendations After Your Website is Hacked](/pages/web_cloud/web_hosting/cms_what_to_do_if_your_site_is_hacked)
66+
67+
**Once the cleanup is complete**, refer to the section "[Lift security measures](#lift-security-measures)" below.
68+
69+
### Lift security measures <a name="lift-security-measures"></a>
70+
71+
> [!warning]
72+
>
73+
> Perform this step **only after applying the recommendations above** (diagnosis, corrections/updates, security hardening). If abnormal activity is detected again during a subsequent scan, **security measures will be automatically reactivated**. You will receive a new notification, and the blocks will remain in place until the **situation is permanently resolved**.
74+
75+
1. Log in to your [OVHcloud Control Panel](/links/manager), go to `Web Cloud`{.action}, then click on your web hosting.
76+
2. An **alert window** appears: `Abnormal Activity on Your Hosting`. If you click the `Later`{.action} button, an **alert banner** `Abnormal Activity Detected` appears at the top of the page. Click `Learn More`{.action} to reopen the alert window.
77+
3. **Check** the box: `I confirm I have performed all necessary actions to resolve the issue`.
78+
4. Click `Lift Security Measures`{.action}.
79+
5. A **confirmation banner** appears at the top of the page: `Your hosting is being analyzed to lift the security measures.` Track progress by clicking the link `View Ongoing Tasks`{.action} or directly from the `Ongoing Tasks`{.action} tab.
80+
81+
> [!warning]
82+
>
83+
> Ensure your service is **eligible for automatic unblocking** (certain statuses do not allow immediate lifting of measures).
84+
85+
## Go further
86+
87+
[How to secure a website](/pages/web_cloud/web_hosting/secure_your_website)
88+
89+
For specialized services (SEO, development, etc.), contact [OVHcloud partners](/links/partner).
90+
91+
If you would like assistance using and configuring your OVHcloud solutions, please refer to our [support offers](/links/support).
92+
93+
Join our [community of users](/links/community).
Lines changed: 90 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,90 @@
1+
---
2+
title: "Cómo reaccionar ante una actividad anormal detectada en su alojamiento web"
3+
excerpt: "Descubra los pasos a seguir cuando se detecta una actividad anormal en su alojamiento web OVHcloud"
4+
updated: 2025-10-02
5+
---
6+
7+
## Objetivo
8+
9+
Este guía explica por qué puede detectarse una **actividad anormal** en su alojamiento web, cuáles son las **consecuencias temporales** (bloqueos de seguridad) y **cómo restablecer** las funcionalidades una vez resuelto el problema.
10+
11+
**Descubra cómo reaccionar ante una actividad inusual en su alojamiento OVHcloud.**
12+
13+
## Requisitos
14+
15+
- Disponer de una oferta de [alojamiento web OVHcloud](/links/web/hosting).
16+
- Estar conectado a su [área de cliente OVHcloud](/links/manager).
17+
18+
## Procedimiento
19+
20+
> [!primary]
21+
> Para proteger su sitio web y sus visitantes, activamos automáticamente medidas de seguridad cuando se detecta una actividad inusual en su alojamiento web. No siempre se trata de un ataque: la causa también puede ser una mala configuración de su sitio web, un script de terceros o una extensión defectuosa.
22+
23+
### ¿Por qué aparece este mensaje?
24+
25+
Hemos detectado una actividad inusual que podría afectar a su servicio:
26+
27+
- Caso 1 – **Detectados malware**: presencia probable de **archivos maliciosos**.
28+
- Caso 2 – **Volumen inusual de envíos de correos electrónicos vía PHP** (scripts/aplicaciones).
29+
- Caso 3 – **Volumen inusual de solicitudes salientes** (conexiones hacia el exterior).
30+
31+
Por medidas de seguridad y según la situación, ciertas funcionalidades pueden bloquearse temporalmente:
32+
33+
- **Acceso al sitio web** (caso 1)
34+
- **Envío de correos electrónicos vía PHP** (caso 1 y caso 2).
35+
- **Solicitudes salientes (TCP OUT)** (caso 1 y caso 3).
36+
37+
### ¿Cuáles son las consecuencias para mi sitio web?
38+
39+
- Dependiendo de la actividad inusual detectada, su **sitio web puede dejar de estar en línea** y no estar accesible para los visitantes.
40+
- Los **envíos de correos electrónicos vía PHP** (formularios, notificaciones, etc.) y/o las **conexiones salientes** (APIs externas, webhooks, actualizaciones vía HTTP, etc.) pueden estar **temporalmente desactivadas**, según el caso.
41+
42+
### Pasos a seguir para resolver la situación
43+
44+
#### Caso 1 — Detectados malware
45+
46+
Su alojamiento contiene probablemente archivos maliciosos. Para comprender y tratar estas anomalías, siga nuestro guía [Caso de uso - Consejos tras un ataque a su sitio web](/pages/web_cloud/web_hosting/cms_what_to_do_if_your_site_is_hacked).
47+
48+
**Una vez finalizada la limpieza**, consulte la sección [Levantar las medidas de seguridad](#lift-security-measures) más abajo.
49+
50+
#### Caso 2 — Volumen inusual de envíos de correos electrónicos vía PHP
51+
52+
Su sitio web ha emitido un número de correos electrónicos vía PHP superior al normal. Esto puede ser **legítimo** (campaña, módulo de newsletter) o **no deseado** (uso abusivo de un formulario, script mal configurado, extensión comprometida). Para comprender y resolver estas anomalías, consulte nuestro guía [Seguir y gestionar los correos electrónicos automatizados de su alojamiento web](/pages/web_cloud/web_hosting/mail_function_script_records).
53+
54+
**Una vez normalizada la situación**, diríjase a la sección [Levantar las medidas de seguridad](#lift-security-measures).
55+
56+
> [!primary]
57+
>
58+
> Esta medida no afecta **al envío de mensajes desde su dirección de correo electrónico** (vía webmail o cliente de correo). Solo se aplica a los **correos electrónicos enviados desde sus scripts** (función `mail()` PHP o envío SMTP activado por una aplicación desde su alojamiento web).
59+
60+
#### Caso 3 — Volumen inusual de solicitudes salientes (TCP OUT)
61+
62+
Su sitio web realiza muchas conexiones externas (APIs, actualizaciones, llamadas HTTP, etc.). Esto puede revelar un mal funcionamiento. Para comprender y resolver estas anomalías, consulte nuestro guía [Caso de uso - Consejos tras un ataque a su sitio web](/pages/web_cloud/web_hosting/cms_what_to_do_if_your_site_is_hacked).
63+
64+
**Una vez finalizada la limpieza**, consulte la sección [Levantar las medidas de seguridad](#lift-security-measures) más abajo.
65+
66+
### Levantar las medidas de seguridad <a name="lift-security-measures"></a>
67+
68+
> [!warning]
69+
>
70+
> Realice este paso **solo después de aplicar las recomendaciones anteriores** (diagnóstico, correcciones/actualizaciones, seguridad). Si se detecta nuevamente una actividad anormal en un próximo escaneo, las **medidas de seguridad se reactivarán automáticamente**. Recibirá una nueva notificación y los bloqueos permanecerán hasta la **resolución definitiva** de la situación.
71+
72+
1. Conéctese a su [área de cliente OVHcloud](/links/manager), vaya a `Web Cloud`{.action} y haga clic en su alojamiento web.
73+
2. Una **ventana de alerta** aparece: `Actividad anormal en su alojamiento`. Si hace clic en el botón `Más tarde`{.action}, una **barrera de alerta** `Actividad anormal detectada` aparece en la parte superior de la página. Haga clic en `Más información`{.action} para reabrir la ventana de alerta.
74+
3. **Marque** la casilla: `Confirmo haber realizado todas las acciones necesarias para resolver el problema`.
75+
4. Haga clic en `Levantar las medidas de seguridad`{.action}.
76+
5. Una **barrera de confirmación** aparece en la parte superior de la página: `Su alojamiento está siendo analizado para levantar las medidas de seguridad.` Siga el progreso haciendo clic en el enlace `Ver tareas en curso`{.action} o directamente desde la pestaña `Tareas en curso`{.action}.
77+
78+
> [!warning]
79+
>
80+
> Asegúrese de que su servicio sea **compatible con el desbloqueo automático** (ciertos estados no permiten levantar inmediatamente las medidas).
81+
82+
## Más información <a name="go-further"></a>
83+
84+
[¿Cómo asegurar un sitio web?](/pages/web_cloud/web_hosting/secure_your_website)
85+
86+
Para servicios especializados (posicionamiento, desarrollo, etc.), contacte con los [partners de OVHcloud](/links/partner).
87+
88+
Si quiere disfrutar de ayuda para utilizar y configurar sus soluciones de OVHcloud, puede consultar nuestras distintas soluciones [pestañas de soporte](/links/support).
89+
90+
Interactúe con nuestra [comunidad de usuarios](/links/community).

0 commit comments

Comments
 (0)