PREV
NEXT
  • Software de detección de ataques DDoS

    Wanguard detecta ataques volumétricos DDoS mediante la utilización de un motor de detección de anomalías en el tráfico de gran rapidez y sumamente innovador que compara más de 130 parámetros relativos al tráfico con los umbrales definidos por el usuario, y describe el comportamiento online de los usuarios a fin de detectar picos de tráfico. Reacciona automáticamente ante las amenazas mediante la ejecución de módulos de acción prefijados que envían correos electrónicos de notificación, anuncian prefijos en BGP, generan traps (alarmas) SNMP, modifican listas ACL (listas de control de acceso) y ejecutan scripts personalizados con acceso a una API de fácil manejo que muestra más de 80 parámetros de tráfico. Los ataques DDoS se detectan a través de análisis de paquetes (packet sniffing), sondeo SNMP o la utilización de tecnologías basadas en flujos de diversos proveedores.

  • Software de mitigación de ataques DDoS

    El Filtro de Wanguard (Wanguard Filter) garantiza a clientes y servicios un funcionamiento ininterrumpido durante ataques distribuidos de denegación de servicio, de forma automática, sin necesidad de intervención por parte del operador. Está diseñado para ofrecer protección contra ataques DDoS mediante la eliminación de tráfico malicioso en la propia infraestructura local del cliente y el envío de notificaciones al proveedor de acceso a Internet del atacante. Reglas de filtrado inteligentes y dinámicas que se aplican en firewalls de hardware o software sin estado (stateless) o routers compatibles con BGP FlowSpec bloquean cada uno de los paquetes maliciosos. Puede realizar el filtrado en el lado del cliente mediante el uso del protocolo BGP para desviar el tráfico / volver a introducirlo en la red, o puede ejecutarse en servidores especializados en la normalización de paquetes implementados en la ruta de datos principal.

  • Visibilidad completa del tráfico en la red

    Wanguard y Wansight ofrecen visibilidad completa del tráfico en la red mediante el uso de sensores distribuidos ("sondas") capaces de capturar paquetes IP, realizar consultas a dispositivos SNMP y analizar registros de flujos exportados por Cisco NetFlow, Huawei Netstream, Juniper jFlow, cflowd, sFlow e IPFIX. Se puede acceder a todos los datos recopilados en una interfaz de usuario basada en web que ofrece panales personalizados, gráficas en tiempo real sobre el tráfico y principales estadísticas. Podrá generar con rapidez análisis complejos con datos agregados para hosts, departamentos, interfaces, aplicaciones, protocolos, sistemas autónomos y países; visualizar gráficas precisas de ancho de banda para miles de direcciones IP, así como inspeccionar paquetes y flujos.

  • Recopilador y analizador de flujos

    Wanguard y Wansight incluyen un Sensor de flujos (Flow Sensor). Se trata de un recopilador y analizador de flujos con plena funcionalidad compatible con las principales tecnologías de flujos (NetFlow versiones 5, 7 y 9; IETF IPFIX; sFlow versiones 4 y 5) y que contiene un motor de correlación de tráfico de gran escalabilidad capaz de monitorizar continuamente cientos de miles de rangos y direcciones IPv4 e IPv6. Los flujos pueden almacenarse durante el tiempo que requiera el cliente en formato binario comprimido. Es posible generar los principales listados, así como casi cualquier otro tipo de informe de agregación imaginable. La gran variedad de opciones de expresión de filtrado de flujos permiten consultar rápidamente flujos individuales para su uso en investigaciones forenses ad-hoc.

  • Analizador de paquetes

    Wanguard y Wansight incluyen un Sensor de paquetes (Packet Sensor), que inspecciona paquetes IP mediante el análisis a velocidad de cable de interfaces de 1/10/40 Gbps en línea o con puertos espejo conectados, y contiene un motor de análisis de tráfico IP totalmente escalable capaz de monitorizar en tiempo real decenas de miles de rangos y direcciones IPv4 e IPv6. Los usuarios pueden guardar volcados de paquetes para su uso en investigaciones forenses o para ayudar a resolver problemas que puedan surgir en la red. Los volcados de paquetes pueden descargarse o examinarse online en una interfaz parecida a la de Wireshark, que muestra información detallada sobre la capa de aplicación (nivel 7) o datos ASCI y hexadecimales sin procesar para su inclusión en expresiones regulares. Es compatible con Libpcap, PF_RING Vanilla, PF_RING ZC, Netmap y Sniffer 10G.

Wanguard and Wansight can be installed quickly and easily with the APT package manager on a stock Debian "Bullseye" Linux distribution. The software runs exclusively on 64-bit Intel or AMD architectures. Debian 11 will receive updates until June 2026.
Below you can find the installation steps for Console, Sensor and Filter.


USER GUIDES:   Wanguard 8.4 User Guide
Wansight 8.4 User Guide

CONSOLE
INSTALLATION
STEPS:
Step 1. Install the Andrisoft repository
Add the Andrisoft repository to the package manager.
debian:~# apt install apt-transport-https wget gnupg
debian:~# wget -O - https://www.andrisoft.com/andrisoft.gpg.key | gpg --dearmor --yes --output /usr/share/keyrings/andrisoft-keyring.gpg
debian:~# echo "deb [signed-by=/usr/share/keyrings/andrisoft-keyring.gpg] https://packages.andrisoft.com bullseye main" > /etc/apt/sources.list.d/andrisoft.list

Step 2. Install the packages
Install the wanconsole package and its dependencies. Configure and start systemd-timesyncd to prevent clock de-synchronization issues.
debian:~# apt update
debian:~# apt install wanconsole
debian:~# nano /etc/systemd/timesyncd.conf #add your NTP server or uncomment FallbackNTP
debian:~# timedatectl set-ntp true
debian:~# timedatectl status

Step 3. Configure MariaDB
By default, MariaDB is bound to the loopback interface so you must comment the bind-address parameter. If you use multiple servers, make sure that MariaDB is accessible from each one by opening port tcp/3306 in the firewall.
debian:~# nano /etc/mysql/mariadb.conf.d/50-server.cnf #comment the bind-address directive
debian:~# systemctl restart mariadb 

Step 4. Restart the Apache service
In php.ini go to the [Date] section and set date.timezone to the correct value from http://php.net/manual/en/timezones.php and then restart the Apache service.
debian:~# nano /etc/php/7.4/apache2/php.ini #set date.timezone
debian:~# nano /etc/php/7.4/cli/php.ini #set date.timezone
debian:~# systemctl restart apache2

Step 5. Install the database
Finish installing the Console by running the /opt/andrisoft/bin/install_console script. Enter the MariaDB root password or press Enter if none is set, and provide a password for a new database named "andrisoft". In Debian 11, the recommended database storage engine is Aria.
debian:~# /opt/andrisoft/bin/install_console

Step 6. Configure the WANsupervisor service
The WANsupervisor daemon must be installed and started on all systems. You have to run the /opt/andrisoft/bin/install_supervisor script to enter the Console's IP address and database password you set on step 5.
debian:~# /opt/andrisoft/bin/install_supervisor
debian:~# systemctl start WANsupervisor
debian:~# systemctl enable WANsupervisor

Step 7. Install InfluxDB
Install influxdb from https://portal.influxdata.com/downloads or from the link listed below and execute /opt/andrisoft/bin/install_influxdb to initialize the influxdb database.
debian:~# wget https://dl.influxdata.com/influxdb/releases/influxdb_1.8.10_amd64.deb
debian:~# dpkg -i ./influxdb_1.8.10_amd64.deb
debian:~# cp /etc/influxdb/influxdb.conf /etc/influxdb/influxdb.conf.backup
debian:~# cp /opt/andrisoft/etc/influxdb.conf /etc/influxdb/influxdb.conf
debian:~# systemctl restart influxdb
debian:~# /opt/andrisoft/bin/install_influxdb

Step 8. Access the Console
The Console web interface is accessible at http://<hostname>/wanguard or http://<hostname>/wansight, where <hostname> is the name or the IP of the server running the Console. The default username is "admin" with the password "changeme". It is highly recommended to install an SSL certificate in Apache to be able to connect to Console securely via HTTPS.
 
SENSOR
INSTALLATION 
STEPS:
Step 1. Install the Andrisoft repository
Add the Andrisoft repository to APT. You can skip these installation steps on the Console server.
debian:~# apt install apt-transport-https wget gnupg
debian:~# wget -O - https://www.andrisoft.com/andrisoft.gpg.key | gpg --dearmor --yes --output /usr/share/keyrings/andrisoft-keyring.gpg
debian:~# echo "deb [signed-by=/usr/share/keyrings/andrisoft-keyring.gpg] https://packages.andrisoft.com bullseye main" > /etc/apt/sources.list.d/andrisoft.list

Step 2. Install the packages
Install the wansensor package and dependencies. Configure and start systemd-timesyncd to prevent clock de-synchronization issues.
debian:~# apt update
debian:~# apt install wansensor
debian:~# nano /etc/systemd/timesyncd.conf #add your NTP server or uncomment FallbackNTP
debian:~# timedatectl set-ntp true
debian:~# timedatectl status

Step 3. Install, configure and start the WANsupervisor service
This step is required if you haven't previously installed and configured WANsupervisor on the target system. In order to configure the WANsupervisor service, you have to run the /opt/andrisoft/bin/install_supervisor script to enter the Console's IP address and database password.
debian:~# /opt/andrisoft/bin/install_supervisor
debian:~# systemctl start WANsupervisor
debian:~# systemctl enable WANsupervisor

Step 4. Setup the Sensor
Log into the Console to set up the Sensor(s). Sensors are started, monitored, and stopped by the WANsupervisor daemon, so make sure the WANsupervisor service is always running.
 
FILTER
INSTALLATION
STEPS:
Step 1. Install the Andrisoft repository
Add the Andrisoft repository to APT. You can skip these installation steps on the Console server.
debian:~# apt install apt-transport-https wget gnupg
debian:~# wget -O - https://www.andrisoft.com/andrisoft.gpg.key | gpg --dearmor --yes --output /usr/share/keyrings/andrisoft-keyring.gpg
debian:~# echo "deb [signed-by=/usr/share/keyrings/andrisoft-keyring.gpg] https://packages.andrisoft.com bullseye main" > /etc/apt/sources.list.d/andrisoft.list
Step 2. Install the packages
Install the wanfilter package and dependencies. Configure and start systemd-timesyncd to prevent clock de-synchronization issues.
debian:~# apt update
debian:~# apt install wanfilter
debian:~# nano /etc/systemd/timesyncd.conf #add your NTP server or uncomment FallbackNTP
debian:~# timedatectl set-ntp true
debian:~# timedatectl status

Step 3. Install, configure and start the WANsupervisor service
This step is required if you haven't previously installed and configured WANsupervisor on the target system. In order to configure the WANsupervisor service, you have to run the /opt/andrisoft/bin/install_supervisor script to enter the Console's IP address and database password.
debian:~# /opt/andrisoft/bin/install_supervisor
debian:~# systemctl start WANsupervisor
debian:~# systemctl enable WANsupervisor

Step 4. Setup the Filter
Log in to the Console to set up Filter(s). Filters are started, monitored and stopped by the WANsupervisor daemon, so make sure the WANsupervisor service is always running.

Wanguard and Wansight can be installed quickly and easily with the APT package manager on a stock Debian "Bookworm" Linux distribution. The software runs exclusively on 64-bit Intel or AMD architectures. Debian 12 will receive updates until June 2028.
Below you can find the installation steps for Console, Sensor and Filter.


USER GUIDES:   Wanguard 8.4 User Guide
Wansight 8.4 User Guide

CONSOLE
INSTALLATION
STEPS:
Step 1. Install the Andrisoft repository
Add the Andrisoft repository to the package manager.
debian:~# apt install apt-transport-https wget gnupg
debian:~# wget -O - https://www.andrisoft.com/andrisoft.gpg.key | gpg --dearmor --yes --output /usr/share/keyrings/andrisoft-keyring.gpg
debian:~# echo "deb [signed-by=/usr/share/keyrings/andrisoft-keyring.gpg] https://packages.andrisoft.com bookworm main" > /etc/apt/sources.list.d/andrisoft.list
debian:~# apt update

Step 2. Install and configure MariaDB
By default, MariaDB is bound to the loopback interface so you must comment the bind-address parameter. If you use multiple servers, make sure that MariaDB is accessible from each one by opening port tcp/3306 in the firewall.
debian:~# apt install mariadb-server
debian:~# nano /etc/mysql/mariadb.conf.d/50-server.cnf #comment the bind-address directive
debian:~# systemctl restart mariadb 

Step 3. Install the packages
Install the wanconsole package and its dependencies. Configure and start systemd-timesyncd to prevent clock de-synchronization issues.
debian:~# apt install wanconsole
debian:~# nano /etc/systemd/timesyncd.conf #add your NTP server or uncomment FallbackNTP
debian:~# timedatectl set-ntp true
debian:~# timedatectl status

Step 4. Restart the Apache service
In php.ini go to the [Date] section and set date.timezone to the correct value from http://php.net/manual/en/timezones.php and then restart the Apache service.
debian:~# nano /etc/php/8.2/apache2/php.ini #set date.timezone
debian:~# nano /etc/php/8.2/cli/php.ini #set date.timezone
debian:~# systemctl restart apache2

Step 5. Install the database
Finish installing the Console by running the /opt/andrisoft/bin/install_console script. Enter the MariaDB root password or press Enter if none is set, and provide a password for a new database named "andrisoft". In Debian 12, the recommended database storage engine is Aria.
debian:~# /opt/andrisoft/bin/install_console

Step 6. Configure the WANsupervisor service
The WANsupervisor daemon must be installed and started on all systems. You have to run the /opt/andrisoft/bin/install_supervisor script to enter the Console's IP address and database password you set on step 5.
debian:~# /opt/andrisoft/bin/install_supervisor
debian:~# systemctl start WANsupervisor
debian:~# systemctl enable WANsupervisor

Step 7. Install InfluxDB
Install influxdb from https://portal.influxdata.com/downloads or from the link listed below and execute /opt/andrisoft/bin/install_influxdb to initialize the influxdb database.
debian:~# wget https://dl.influxdata.com/influxdb/releases/influxdb_1.8.10_amd64.deb
debian:~# dpkg -i ./influxdb_1.8.10_amd64.deb
debian:~# cp /etc/influxdb/influxdb.conf /etc/influxdb/influxdb.conf.backup
debian:~# cp /opt/andrisoft/etc/influxdb.conf /etc/influxdb/influxdb.conf
debian:~# systemctl restart influxdb
debian:~# /opt/andrisoft/bin/install_influxdb

Step 8. Access the Console
The Console web interface is accessible at http://<hostname>/wanguard or http://<hostname>/wansight, where <hostname> is the name or the IP of the server running the Console. The default username is "admin" with the password "changeme". It is highly recommended to install an SSL certificate in Apache to be able to connect to Console securely via HTTPS.
 
SENSOR
INSTALLATION 
STEPS:
Step 1. Install the Andrisoft repository
Add the Andrisoft repository to APT. You can skip these installation steps on the Console server.
debian:~# apt install apt-transport-https wget gnupg
debian:~# wget -O - https://www.andrisoft.com/andrisoft.gpg.key | gpg --dearmor --yes --output /usr/share/keyrings/andrisoft-keyring.gpg
debian:~# echo "deb [signed-by=/usr/share/keyrings/andrisoft-keyring.gpg] https://packages.andrisoft.com bookworm main" > /etc/apt/sources.list.d/andrisoft.list

Step 2. Install the packages
Install the wansensor package and dependencies. Configure and start systemd-timesyncd to prevent clock de-synchronization issues.
debian:~# apt update
debian:~# apt install wansensor
debian:~# nano /etc/systemd/timesyncd.conf #add your NTP server or uncomment FallbackNTP
debian:~# timedatectl set-ntp true
debian:~# timedatectl status

Step 3. Install, configure and start the WANsupervisor service
This step is required if you haven't previously installed and configured WANsupervisor on the target system. In order to configure the WANsupervisor service, you have to run the /opt/andrisoft/bin/install_supervisor script to enter the Console's IP address and database password.
debian:~# /opt/andrisoft/bin/install_supervisor
debian:~# systemctl start WANsupervisor
debian:~# systemctl enable WANsupervisor

Step 4. Setup the Sensor
Log into the Console to set up the Sensor(s). Sensors are started, monitored, and stopped by the WANsupervisor daemon, so make sure the WANsupervisor service is always running.
 
FILTER
INSTALLATION
STEPS:
Step 1. Install the Andrisoft repository
Add the Andrisoft repository to APT. You can skip these installation steps on the Console server.
debian:~# apt install apt-transport-https wget gnupg
debian:~# wget -O - https://www.andrisoft.com/andrisoft.gpg.key | gpg --dearmor --yes --output /usr/share/keyrings/andrisoft-keyring.gpg
debian:~# echo "deb [signed-by=/usr/share/keyrings/andrisoft-keyring.gpg] https://packages.andrisoft.com bookworm main" > /etc/apt/sources.list.d/andrisoft.list

Step 2. Install the packages
Install the wanfilter package and dependencies. Configure and start systemd-timesyncd to prevent clock de-synchronization issues.
debian:~# apt update
debian:~# apt install wanfilter
debian:~# nano /etc/systemd/timesyncd.conf #add your NTP server or uncomment FallbackNTP
debian:~# timedatectl set-ntp true
debian:~# timedatectl status

Step 3. Install, configure and start the WANsupervisor service
This step is required if you haven't previously installed and configured WANsupervisor on the target system. In order to configure the WANsupervisor service, you have to run the /opt/andrisoft/bin/install_supervisor script to enter the Console's IP address and database password.
debian:~# /opt/andrisoft/bin/install_supervisor
debian:~# systemctl start WANsupervisor
debian:~# systemctl enable WANsupervisor

Step 4. Setup the Filter
Log in to the Console to set up Filter(s). Filters are started, monitored and stopped by the WANsupervisor daemon, so make sure the WANsupervisor service is always running.

Wanguard and Wansight can be installed using the APT package manager. The software runs exclusively on 64-bit / amd64 architectures.
All packages were tested on a stock Debian 8 "Jessie". Debian 8 received updates until 2020-06-30!


USER GUIDES:   Wanguard 8.2 User Guide
Wansight 8.2 User Guide

CONSOLE
INSTALLATION
STEPS:
Step 1. Install the Andrisoft repository
Add the Andrisoft repository to APT.
debian:~# apt-get install apt-transport-https wget gnupg
debian:~# wget --no-check-certificate -O - https://www.andrisoft.com/andrisoft.gpg.key | apt-key add -
debian:~# echo "deb https://www.andrisoft.com/files/debian8 jessie main" > /etc/apt/sources.list.d/andrisoft.list

Step 2. Install the packages
Install the wanconsole package and dependencies. Configure and start ntpd to prevent clock de-synchronization issues.
debian:~# apt-get update
debian:~# apt-get install wanconsole
debian:~# service ntp start
debian:~# systemctl enable ntp

Step 3. Configure the MySQL service
By default, MySQL is bound to the loopback interface so you must comment the bind-address parameter. If you deploy the Sensor or the Filter on remote systems, make sure that the MySQL server is accessible by opening port tcp/3306 in the firewall.
debian:~# nano /etc/mysql/my.cnf #comment the bind-address directive, set max_connections=1000, open_files_limit=5000, max_allowed_packet=200M and add skip-name-resolve in the [mysqld] section
debian:~# service mysql restart 

Step 4. Restart the Apache service
Reload the PHP configuration by restarting the Apache service.
debian:~# service apache2 restart

Step 5. Install the Console's database
Finish installing the Console by running the /opt/andrisoft/bin/install_console script. Enter the MySQL root password, and provide a new password for the Console's database. In Debian 8, the recommended database storage engine is MyISAM.
debian:~# /opt/andrisoft/bin/install_console

Step 6. Configure the Supervisor
The WANsupervisor daemon must be installed and started on all systems. You have to run the /opt/andrisoft/bin/install_supervisor script to enter the Console's IP address and database password you set on step 5.
debian:~# /opt/andrisoft/bin/install_supervisor
debian:~# systemctl start WANsupervisor
debian:~# systemctl enable WANsupervisor

Step 7. Install InfluxDB
Install influxdb from https://portal.influxdata.com/downloads or from the link listed below and execute /opt/andrisoft/bin/install_influxdb to initialize the influxdb database.
debian:~# wget https://dl.influxdata.com/influxdb/releases/influxdb_1.8.10_amd64.deb
debian:~# dpkg -i ./influxdb_1.8.10_amd64.deb
debian:~# cp /etc/influxdb/influxdb.conf /etc/influxdb/influxdb.conf.backup
debian:~# cp /opt/andrisoft/etc/influxdb.conf /etc/influxdb/influxdb.conf
debian:~# systemctl restart influxdb
debian:~# /opt/andrisoft/bin/install_influxdb

Step 8. Access the Console
The Console web interface is accessible by pointing your web browser to http://<hostname>/wanguard or http://<hostname>/wansight, where <hostname> is the name of the server running the Console. The default username is "admin" with the password "changeme".
 
SENSOR
INSTALLATION 
STEPS:
Step 1. Install the Andrisoft repository
Add the repository to APT if it's not already installed.
debian:~# apt-get install apt-transport-https wget gnupg
debian:~# wget --no-check-certificate -O - https://www.andrisoft.com/andrisoft.gpg.key | apt-key add -
debian:~# echo "deb https://www.andrisoft.com/files/debian8 jessie main" > /etc/apt/sources.list.d/andrisoft.list

Step 2. Install the packages
Install the wansensor package and dependencies. Configure and start ntpd to prevent clock de-synchronization issues.
debian:~# apt-get update
debian:~# apt-get install wansensor
debian:~# service ntp start
debian:~# systemctl enable ntp

Step 3. Install, configure and start the Supervisor
This step is required if you haven't previously installed and configured WANsupervisor on the target system. In order to configure the Supervisor, you have to run the /opt/andrisoft/bin/install_supervisor script to enter the Console's IP address and database password.
debian:~# /opt/andrisoft/bin/install_supervisor
debian:~# systemctl start WANsupervisor
debian:~# systemctl enable WANsupervisor

Step 4. Setup the Sensor
Log into the Console to setup the Sensor(s). Sensors are started, monitored and stopped by the WANsupervisor daemon, so make sure the WANsupervisor service is always running.
 
FILTER
INSTALLATION
STEPS:
Step 1. Install the Andrisoft repository
Add the repository to APT if it's not already installed.
debian:~# apt-get install apt-transport-https wget gnupg
debian:~# wget --no-check-certificate -O - https://www.andrisoft.com/andrisoft.gpg.key | apt-key add -
debian:~# echo "deb https://www.andrisoft.com/files/debian8 jessie main" > /etc/apt/sources.list.d/andrisoft.list

Step 2. Install the packages
Install the wanfilter package and dependencies. Configure and start ntpd to prevent clock de-synchronization issues.
debian:~# apt-get update
debian:~# apt-get install wanfilter
debian:~# service ntp start
debian:~# systemctl enable ntp

Step 3. Install, configure and start the Supervisor
This step is required if you haven't previously installed and configured WANsupervisor on the target system. In order to configure the Supervisor, you have to run the /opt/andrisoft/bin/install_supervisor script to enter the Console's IP address and database password.
debian:~# /opt/andrisoft/bin/install_supervisor
debian:~# systemctl start WANsupervisor
debian:~# systemctl enable WANsupervisor

Step 4. Setup the Filter
Log in to the Console to set up Filter(s). Filters are started, monitored and stopped by the WANsupervisor daemon, so make sure the WANsupervisor service is always running.

Support Terms

Nuestro conocimiento y experiencia práctica ayuda a los clientes a asegurarse de que su organización cuenta con la infraestructura técnica y capacidad organizativa necesarias para permitir la implementación progresiva de soluciones Andrisoft. Andrisoft ofrece los siguientes servicios para conseguir implementar satisfactoriamente y mantener nuestro software:

Envío de solicitudes de asistencia técnica:

  1.  Una dirección de correo electrónico para solicitar asistencia técnica: support andrisoft.com
  2.  Una interfaz web de Support Portal

Servicio de Asistencia Técnica Estándar durante el siguiente horario laboral:
Lunes a viernes, de 10:00 a.m. a 18:00 p.m. GMT, excepto días festivos.

La Asistencia Técnica Estándar incluye:
   •  Mantenimiento del software, que incluye actualizaciones y principales versiones del software que Andrisoft pone a disposición de los titulares de cualquiera de sus licencias.
   •  El cliente tiene derecho a recibir asistencia técnica a distancia durante las horas del día establecidas a tal efecto por correo electrónico o a través de la web.
   •  El tiempo máximo de respuesta es de 48 horas.
   •  El cliente puede volver a solicitar gratuitamente su clave de licencia en cualquier momento.

En el mundo del mantenimiento y seguridad de redes, no hay casi margen para el error. Es por esto por lo que nos esforzamos por hacer todo lo que esté en nuestra mano para garantizar la total satisfacción y éxito de nuestros clientes, y por este motivo ofrecemos acuerdos anuales de Asistencia Técnica para Empresas. Para recibir información detallada sobre estos acuerdos, póngase en contacto con un representante de Andrisoft.

La Asistencia Técnica para Empresas incluye:
   •  Acuerdos sobre el nivel de servicios.
   • Servicios de seguridad gestionados, que incluyen monitorización diaria e interpretación de eventos del sistema importantes, ataques DDoS y análisis de tendencias.
   •  Mantenimiento del software, que incluye actualizaciones y nuevas versiones del software que Andrisoft pone a disposición de los titulares de cualquiera de sus licencias.
   •  El cliente tiene derecho a recibir asistencia técnica a distancia por teléfono, correo electrónico, Skype o la web.
   •  Tiempo máximo de respuesta de 1 hora.
   •  Disponibilidad: 24 x 7 x 365.
   •  El cliente puede volver a solicitar gratuitamente su clave de licencia en cualquier momento.
   •  Acceso a Andrisoft Labs para la descarga de versiones personalizadas y optimizadas para una amplia variedad de arquitecturas.

Dependiendo del tipo de problema técnico de que se trate, el tiempo necesario para resolverlo variará. No obstante, si tiene dudas o problemas relacionados con el uso de productos Andrisoft, consulte primero la BASE DE CONOCIMIENTOS (KNOWLEDGE BASE). Si no encuentra una respuesta a su problema concreto, envíe un correo electrónico a support andrisoft.com en el que explique cuál es su problema. En la KNOWLEDGE BASE de la página de asistencia técnica, encontrará la respuesta a las preguntas más habituales. ncluya la siguiente información: tipo de servidor, CPU, RAM, NIC, distribución y versión del sistema operativo, así como una descripción detallada del problema. Si el problema se confirma, haremos todo lo que esté en nuestra mano para solucionarlo en el menor tiempo posible, y publicaremos una actualización en la página web para que los usuarios de Andrisoft puedan descargársela.

Company News

SOLUCIONES PARA PREVENIR ATAQUES DDOS Y MONITORIZACIÓN

Andrisoft ha desarrollado dos aplicaciones basadas en Linux de gran innovación y precio asequible que resultan imprescindibles para administradores de redes y expertos en seguridad de organizaciones que manejan grandes redes IP, como Telecos, proveedores de acceso a Internet, centros de datos en la nube, redes de distribución de contenido o servicios de mitigación de ataques DDoS:

Wansight ofrece monitorización de ancho de banda, contabilidad IP y análisis exhaustivos del tráfico. Incluye un Sensor de flujos (Flow Sensor) que analiza los registros de flujo exportados por Cisco NetFlow, IPFIX, y sFlow así como un Sensor de paquetes Packet Sensor que analiza el tráfico entre dispositivos, los TAP o las configuraciones de puertos espejo. Una Console independiente del SO y basada en web ofrece gestión y elaboración de informes desde un único punto.

Wanguard amplía las funciones de Wansight con la integración de funciones avanzadas de detección y mitigación de ataques DDoS. Está concebido para proteger redes y servicios imprescindibles contra ataques volumétricos de denegación de servicio distribuido mediante la normalización (scrubbing) de paquetes maliciosos con reglas de filtrado dinámicas aplicadas a firewalls de hardware o software ubicados en el perímetro de la red. Es compatible con herramientas de reacción automatizadas, RTBH, BGP FlowSpec, desviación del tráfico, creación de scripts y agrupamiento de servidores.

PROTECCIÓN CONTRA DDOS EN 5 PASOS

alt Conozca Wanguard, nuestra solución de software para monitorizar redes de gran tamaño y protegerlas contra ataques DDoS.

alt Rellene el formulario de solicitud de evaluación de software para utilizar gratuitamente durante 30 días la versión de prueba de nuestro software.

alt Construya su propio dispositivo de mitigación de ataques DDoS mediante la instalación del software en un servidor Linux libre.

alt Utilice durante 30 días la versión de prueba completa. Nuestros ingenieros lo asistirán durante este periodo gratuitamente.

alt Adquiera en cualquier momento licencias anuales de software rentables a través de nuestra tienda online. Asistencia técnica es gratuito.

Wanguard 8.4 was released! Changelog and upgrade instructions at: https://t.co/4UIyox14bQ.
Follow Andrisoft on Twitter (X)
Join our Newsletter to receive the latest news from us!

  OUR CLIENTS  

  • Telecom Operators: HUAWEI | VODAFONE | ORANGE | JT GLOBAL | BITE LITHUANIA | MOLDTELECOM | JUPITER TELECOMMUNICATIONS

  • Internet Service Providers: GOOGLE FIBER | YELLOWFIBER | SKYLOGIC EUTELSAT | 1&1 VERSATEL | NETCOLOGNE | SOLCON NETHERLANDS

  • Cloud / VPS Hosting Providers: DIGITALOCEAN | LEASEWEB | FLEXENTIAL | WEEBLY | VPS.NET | EAPPS | SERVERPOINT

  • Software & Services: IBM CORPORATION | MOZILLA CORPORATION | NAMECHEAP | GANDI SAS | ALLEGRO | MBANK | TF1 FRANCE

  • Security / Anti-DDoS Services: GIGENET | BLACKLOTUS | KODDOS | ROKASECURITY | DOSARREST | SERVERIUS

  • Data Centers: EQUINIX | PHOENIXNAP | CORE-BACKBONE | BSO NETWORK | ASCENTY | PLUSSERVER | MYLOC MANAGED IT