Security

Make JetBackup interact with various security plugins through specific hook points, allowing your security plugin to trigger JetBackup and automatically execute a file restore and/or lock the latest clean incremental account backup of the infected account to assure data protection.

Choose the security plugin you prefer to use through the Security Plugin drop-down menu:

security


Natively Supported Security Plugins:

Imunify360

Imunify360 helps you provide a secure and reliable web hosting service. It’s multi-layered defense architecture ensures precision targeting and eradication of malware and viruses. For more information, please visit the official Imunify360 website.

Note: KernelCare is included with the purchace of the Imunify360 license. Contact our support team for installation assistance, or feel free to contact Imunify360 Support for more information.

imunify plugin

Actions

Choose what action(s) JetBackup will perform and at what point of detection once Imunify360 triggers an alert.

Restore Infected Action

  • JetBackup will restore the infected file from the most recent backup.

Lock Infected Action

  • JetBackup locks the last backup of the affected account.

Activation

To activate your license key from JetApps, please run the following command on your server terminal:

imunify360-agent register <License Key Here>

You can locate your Imunify360 License Key by logging into your JetApps Client Area and navigating to "Services" > "Click on your Iminify360 License"". From there you'll find the License Key under License Details.

If you have an existing license from a different provider, please make sure to unregister the previous license before registering your new license by running the following command:

imunify360-agent unregister

Once registered, you can verify the license status using the following command

imunify360-agent status

BitNinja

BitNinja is a multi-layered security software that utilizes a variety of modules to prevennt incoming attacks and secure a safe web hosting environment. Its Malware Scanner can detect infected files and initate Backup Locks to protect your backups. For more information, please visit the official BitNinja website.

bitninja plugin

Actions

Choose what action(s) JetBackup will perform and at what point of detection once Imunify360 triggers an alert.

Post Script Trigger

  • JetBackup will trigger a Backup Lock after an infected file is detected:
    • Post Detection: Backup Lock immediately after deting the infected file.
    • Post Quarantine: Backup Lock after the infected file is quarantined.
    • Post Honeypotify: Backup Lock after the infected file is replaced with a honeypot file.

Cooldown Time

  • Set the period between locking backups. (per account)

Lock Period

  • Set how long backups will be locked in days. (per account backup)

Installation Guide

To install BitNinja on your Linux Server, kindly log in to your JetApps Client Area to retrieve the License key. Use the one-line command to install BitNinja on your server.

curl https://get.bitninja.io/install.sh | sudo /bin/bash -s - --license_key=<License Key Here>

Paste the command to your server's terminal and hit enter, following with Y once you are prompted to confirm the installation.

Note: If you need to activate a new license, you must uninstall the current installation

Uninstall