<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-5HLVVHN" height="0" width="0" style="display:none;visibility:hidden">

Release Notes: ImunifyAV(+) v.6.1 beta

AV-beta-release

We’re pleased to announce a new beta version of ImunifyAV. Version 6.1 is now available. The following features are new in the v6.1 beta release.

Discover more features in Imunify360.

  • Contact Manager integration
    We came up with a way to inform our ImunifyAV and ImunifyAV+ customers about potential problems on their servers.

Contact Manager integration

We noticed that many ImunifyAV users have insecure configurations. In such cases, malware can stay unrevealed and affect server security for a long period of time which can be considered as unwanted behavior. Thus, we decided to change the situation and inform about important cases via WHM’s Contact Manager.

From now on server administrator can receive two types of notifications:

  • Malicious activity has been detected (not more than once per 24 hours)
  • Malware scan was not performed for a long period of time (not more than once per week)

ImunifyAV will send notification to a server administrator, revealing details on the situation and instructions to mitigate it. The feature is available for cPanel and cPanel-supported OSes and will be enabled by default. The example of an email can be seen below.

If you would like to receive such notifications at another email address or through another contact channel, you can change it in the WHM's Contact Manager.

The feature can be managed through CLI. The command to switch it on is:

# imunify360-agent config update '{"ADMIN_CONTACTS": {"enable_icontact_notifications": true}}'

And to switch it off:

# imunify360-agent config update '{"ADMIN_CONTACTS": {"enable_icontact_notifications": false}}'

Additional information

ImunifyAV v6.1 includes 20 tasks and 7 bug fixes.

Internal records

Important tasks and issues linked to support tickets:

  • DEF-18170: Fix for truncated DB creation
  • DEF-18131: Fix for the cleanup process
  • DEF-18217, DEF-17845, DEF-17852, DEF-17864 , DEF-17896: Deobfuscator enhancement
  • DEF-18241: Fix for the issue with MDS and WordPress databases
  • DEF-18266: Release of AI-Bolit 31.3.1 version

Stay in touch

Please give our product team feedback on version 6.1 release. Share your ideas and feature requests through feedback@imunify360.com or via our feedback form.

If you encounter any problems with this beta release, please send a comment or request to our Imunify support team via cloudlinux.zendesk.com.

How to install

To install the new ImunifyAV(+) v.6.1 beta, follow the instructions in the documentation.

How to upgrade

To upgrade ImunifyAV(+) on CentOS/CloudLinux systems, run the command:

yum update imunify-antivirus --enablerepo=imunify360-testing

To upgrade ImunifyAV(+) on Ubuntu 16.04, run the following command:

echo 'deb https://repo.imunify360.cloudlinux.com/imunify360/ubuntu-testing/16.04/ xenial main'  > /etc/apt/sources.list.d/imunify360-testing.list
bapt-get update
apt-get install --only-upgrade imunify-antivirus

To upgrade ImunifyAV(+) on Ubuntu 18.04, run the following command:

echo 'deb https://repo.imunify360.cloudlinux.com/imunify360/ubuntu-testing/18.04/ bionic main'  > /etc/apt/sources.list.d/imunify360-testing.list
apt-get update
apt-get install --only-upgrade imunify-antivirus

To upgrade ImunifyAV(+) on Ubuntu 20.04, run the following command:

echo 'deb https://repo.imunify360.cloudlinux.com/imunify360/ubuntu-testing/20.04/ focal main'  > /etc/apt/sources.list.d/imunify360-testing.list
apt-get update
apt-get install --only-upgrade imunify-antivirus

To upgrade Imunify360 on Debian 9, run the following command:

echo 'deb https://repo.imunify360.cloudlinux.com/imunify360/debian-testing/9/ stretch main'  > /etc/apt/sources.list.d/imunify360-testing.list
apt-get update
apt-get install --only-upgrade imunify-antivirus

To upgrade Imunify360 on Debian 10, run the following command:

echo 'deb https://repo.imunify360.cloudlinux.com/imunify360/debian-testing/10/ buster main'  > /etc/apt/sources.list.d/imunify360-testing.list
apt-get update
apt-get install --only-upgrade imunify-antivirus

Release Notes: ImunifyAV(+) v.6.1 beta

AV-beta-release

We’re pleased to announce a new beta version of ImunifyAV. Version 6.1 is now available. The following features are new in the v6.1 beta release.

Discover more features in Imunify360.

  • Contact Manager integration
    We came up with a way to inform our ImunifyAV and ImunifyAV+ customers about potential problems on their servers.

Contact Manager integration

We noticed that many ImunifyAV users have insecure configurations. In such cases, malware can stay unrevealed and affect server security for a long period of time which can be considered as unwanted behavior. Thus, we decided to change the situation and inform about important cases via WHM’s Contact Manager.

From now on server administrator can receive two types of notifications:

  • Malicious activity has been detected (not more than once per 24 hours)
  • Malware scan was not performed for a long period of time (not more than once per week)

ImunifyAV will send notification to a server administrator, revealing details on the situation and instructions to mitigate it. The feature is available for cPanel and cPanel-supported OSes and will be enabled by default. The example of an email can be seen below.

If you would like to receive such notifications at another email address or through another contact channel, you can change it in the WHM's Contact Manager.

The feature can be managed through CLI. The command to switch it on is:

# imunify360-agent config update '{"ADMIN_CONTACTS": {"enable_icontact_notifications": true}}'

And to switch it off:

# imunify360-agent config update '{"ADMIN_CONTACTS": {"enable_icontact_notifications": false}}'

Additional information

ImunifyAV v6.1 includes 20 tasks and 7 bug fixes.

Internal records

Important tasks and issues linked to support tickets:

  • DEF-18170: Fix for truncated DB creation
  • DEF-18131: Fix for the cleanup process
  • DEF-18217, DEF-17845, DEF-17852, DEF-17864 , DEF-17896: Deobfuscator enhancement
  • DEF-18241: Fix for the issue with MDS and WordPress databases
  • DEF-18266: Release of AI-Bolit 31.3.1 version

Stay in touch

Please give our product team feedback on version 6.1 release. Share your ideas and feature requests through feedback@imunify360.com or via our feedback form.

If you encounter any problems with this beta release, please send a comment or request to our Imunify support team via cloudlinux.zendesk.com.

How to install

To install the new ImunifyAV(+) v.6.1 beta, follow the instructions in the documentation.

How to upgrade

To upgrade ImunifyAV(+) on CentOS/CloudLinux systems, run the command:

yum update imunify-antivirus --enablerepo=imunify360-testing

To upgrade ImunifyAV(+) on Ubuntu 16.04, run the following command:

echo 'deb https://repo.imunify360.cloudlinux.com/imunify360/ubuntu-testing/16.04/ xenial main'  > /etc/apt/sources.list.d/imunify360-testing.list
bapt-get update
apt-get install --only-upgrade imunify-antivirus

To upgrade ImunifyAV(+) on Ubuntu 18.04, run the following command:

echo 'deb https://repo.imunify360.cloudlinux.com/imunify360/ubuntu-testing/18.04/ bionic main'  > /etc/apt/sources.list.d/imunify360-testing.list
apt-get update
apt-get install --only-upgrade imunify-antivirus

To upgrade ImunifyAV(+) on Ubuntu 20.04, run the following command:

echo 'deb https://repo.imunify360.cloudlinux.com/imunify360/ubuntu-testing/20.04/ focal main'  > /etc/apt/sources.list.d/imunify360-testing.list
apt-get update
apt-get install --only-upgrade imunify-antivirus

To upgrade Imunify360 on Debian 9, run the following command:

echo 'deb https://repo.imunify360.cloudlinux.com/imunify360/debian-testing/9/ stretch main'  > /etc/apt/sources.list.d/imunify360-testing.list
apt-get update
apt-get install --only-upgrade imunify-antivirus

To upgrade Imunify360 on Debian 10, run the following command:

echo 'deb https://repo.imunify360.cloudlinux.com/imunify360/debian-testing/10/ buster main'  > /etc/apt/sources.list.d/imunify360-testing.list
apt-get update
apt-get install --only-upgrade imunify-antivirus
Subscribe to Imunify security Newsletter