diff --git a/integrations/synology_nas/README.md b/integrations/synology_nas/README.md
index 3efde7a..fc8b55b 100644
--- a/integrations/synology_nas/README.md
+++ b/integrations/synology_nas/README.md
@@ -40,7 +40,7 @@ cp integrations/synology_nas/decoders/nas_synology_decoders.xml /var/ossec/etc/d
#### Copy the Custom Rules
-The custom rules map the decoded fields to specific alerts, such as alerting on 2FA failures, SSH blocks, or degraded volumes. Copy the rules file to the Wazuh Manager:
+The custom rules map the decoded fields to specific alerts, such as alerting on login failures, automated IP blocks, or degraded volumes. Copy the rules file to the Wazuh Manager:
```bash
cp integrations/synology_nas/rules/nas_synology_rules.xml /var/ossec/etc/rules/
diff --git a/integrations/synology_nas/rules/nas_synology_rules.xml b/integrations/synology_nas/rules/nas_synology_rules.xml
index 3d293ee..23ddfbb 100644
--- a/integrations/synology_nas/rules/nas_synology_rules.xml
+++ b/integrations/synology_nas/rules/nas_synology_rules.xml
@@ -8,28 +8,28 @@
100400
failed to log in
- Synology NAS: Login FAILURE for user '$(synology_user)' from $(srcip) via $(synology_app).
+ Synology NAS: Login FAILURE for user '$(user)' from $(srcip) via $(synology_app).
authentication_failed,
100400
successfully passed the first authentication of 2FA
- Synology NAS: User '$(synology_user)' passed first 2FA step from $(srcip).
+ Synology NAS: User '$(user)' passed first 2FA step from $(srcip).
authentication_success,
100400
signed in to
- Synology NAS: User '$(synology_user)' successfully logged into $(synology_app) from $(srcip).
+ Synology NAS: User '$(user)' successfully logged into $(synology_app) from $(srcip).
authentication_success,
100400
logged out
- Synology NAS: User '$(synology_user)' logged out from $(synology_app).
+ Synology NAS: User '$(user)' logged out from $(synology_app).
@@ -63,8 +63,15 @@
100400
- was removed|was degraded
- Synology NAS: CRITICAL STORAGE FAULT - Drive $(synology_drive) removed or Volume $(synology_volume) degraded.
+ was removed
+ Synology NAS: CRITICAL STORAGE FAULT - Drive $(synology_drive) was removed.
+ hardware_fault,data_loss_risk,
+
+
+
+ 100400
+ was degraded
+ Synology NAS: CRITICAL STORAGE FAULT - Volume $(synology_volume) is degraded ($(synology_status)).
hardware_fault,data_loss_risk,