%PDF- %PDF-
Direktori : /data/old/etc/opt/eset/esets/scripts/ |
Current File : //data/old/etc/opt/eset/esets/scripts/http_lt_infected_alert_script |
#!/bin/sh # # The esets_http long transfer infected alert script # ------------------------------------------------ # # For more information see: # man esets_http # # The following variables are provided by esets_http: # # ESETS_HTTP_PEER # Peer address which requested the object transfer. # # ESETS_HTTP_SOURCE # Source URL of the transferred object. # # ESETS_HTTP_METHOD # Method used to transfer object. # # ESETS_HTTP_LOG # An appropriate logging output related to the object. /usr/sbin/sendmail -t -oi << %% From: esets_http To: root Subject: alert Note that ESET Gateway Security detected infected message in long transfer from: ${ESETS_HTTP_SOURCE} initiated by: ${ESETS_HTTP_PEER} using method: ${ESETS_HTTP_METHOD} Although the object transfer has been interrupted the part already transferred may contain danger code. See the following log for details: ${ESETS_HTTP_LOG} %%