Thursday, July 7, 2022
  • Events
  • Interviews
  • Jobs
  • Opinion
  • Whitepapers
  • Glossary
  • Community Forum
  • Web Hosting Directory
  • Login
  • Register
Cloud7 News
  • Cloud Computing
  • Web Hosting
  • Data Center
  • Linux
  • Cybersecurity
  • More
    • Network/Internet
    • Windows
    • Software
    • Hardware
    • Blockchain
    • Policy/Legislation
    • How-Tos
    • Troubleshooting
No Result
View All Result
Cloud7 News
  • Cloud Computing
  • Web Hosting
  • Data Center
  • Linux
  • Cybersecurity
  • More
    • Network/Internet
    • Windows
    • Software
    • Hardware
    • Blockchain
    • Policy/Legislation
    • How-Tos
    • Troubleshooting
No Result
View All Result
Cloud7 News
No Result
View All Result

Home > Cybersecurity > Imunify360 v.6.0 beta is released with new features

Imunify360 v.6.0 beta is released with new features

Popular comprehensive security suite Imunify360 is bringing new features with the latest release Imunify360 v6.0 beta.

Atalay Kelestemur by Atalay Kelestemur
October 27, 2021
in Cybersecurity
5 min read
0 0
0
Imunify360 version 5.4.3. released
0
SHARES
60
VIEWS
Share on FacebookShare on TwitterShare on EmailFollow on Google News

Imunify360 is a comprehensive security suite for Linux web servers. The suite provides antivirus, firewall, WAF, PHP security layer, patch management, domain reputation with easy UI, and advanced automation features. The Imunify team published the new beta version of Imunify360 v6.0 beta with new features.

Table of Contents

  • New features
    • Malware Database Scanner (MDS)
    • Walkthrough video
    • Additional information
  • How to install Imunify360?
  • How to upgrade Imunify360?

New features

Malware Database Scanner lets users find and clean malicious code in the database. The development team also added a handy reminder for users to brush up on the functions and how each feature works. Users can click on “Watch walkthrough video” in the upper left corner and familiarize themselves with a particular bit of the interface.

REGISTER FOR THE LIVE WEBINAR!
On November 3rd, 2021, the Imunify360 team will be conducting a live webinar about Imunify360 v.6.0 and its revolutionary Malware Database Scanner. Register now for a live webinar and learn more about Imunify360 v.6.0 and the new Malware Database Scanner.

Malware Database Scanner (MDS)

Researches reveal at least 30% of all malicious files on servers are caused by DB infections regardless of how often you perform file scan and cleanup. Having a DB infection system will stay compromised and cause malicious files to reappear again and again. Previously, the Imunify360 team shipped the Malware Database Scanner separately from the Imunify agent. With the new version, it is integrated with the Malware Scanner. That allows users to have to opportunity to run the database scans with a single click.

The Malware Database Scanner automatically uses information from CMS configuration files to get DB connection details for each CMS running on the server. Now it is organically integrated into the existing Malware Scanner and provides a solution to fixing complex DB infections even without extensive information security expertise. The scanner does not need any SQL knowledge such as connection strings or passwords.

The DB cleanup also performed like a classic Malware Scanner. It is worth noting that MDS safely and reliably backs up suspicious DB data. This makes it absolutely safe to run DB cleanup and stay sure that each step can be reverted in case of issues. Results of scan and cleanup statuses can be observed on the Malware tab. Malware Database Scanner is a revolutionary solution that will improve the protection of each user and improve server protection overall.

We are pretty sure our Malware Database Scanner is a revolutionary solution that will improve the protection of each user and improve server protection overall. To function properly it requires MariaDB/MySQL DB management system version 5.5. The recommended version is 5.6+. Note, only WordPress databases are supported in this version. In Imunify360 v6.0 this feature is disabled by default.

To enable MDS and execute it together with Malware Scanner the following CLI command is used:

# imunify360-agent config update '{"MALWARE_DATABASE_SCAN": {"enable": true}}'

And to switch it off:

# imunify360-agent config update '{"MALWARE_DATABASE_SCAN": {"enable": false}}'

Walkthrough video

The developers are giving importance to the user feedbacks, which leads a new solution with v6.0 beta. Now it is easier to understand what certain tabs and parts of the solution are doing. While in UI, in the upper left corner of the interface search for the “Watch walkthrough video” link. When clicked it will take you to the video, explaining the functions and workings of the tab you are on.

Also, for the new users, watching this introduction is a great way to start working with the interface and find quick answers to the questions about it. All in all, the ready access to some knowledge on how the product works and what it does will help to understand it better.

Additional information

Imunify360 v6.0 includes 79 tasks and 29 bug fixes.

  • DEF-17049: Fix for the error processing MalwareScanComplete
  • DEF-16376: AppVersionDetector is switched to use different package
  • DEF-16616: Fallback process created for KernelCare licensing
  • DEF-17043: Improvement for AI-Bolit resident mode
  • DEF-17272: New AI-Bolit 31.0.1 released
  • DEF-17294: Fix for some clean-up errors in the event of multiple files being dropped or changed simultaneously
  • DEF-17658: Changes in i360-pam-imunify rate limit
  • DEF-17860: Improvement for symlinks management for AI-Bolit
  • DEF-17910: MDS will support servers running MySQL 5.5 version and below
  • DEF-17436: Translations for the new interface additions
  • DEF-17961: Improvement in handling unexpected socket errors
  • DEF-17997: Improvement for MDS requesting credentials from wp-config.php
  • DEF-18015: Upgrade process from ImunifyAV to Imunify360 improved

How to install Imunify360?

To install the new Imunify360 v.6.0 beta, please follow the instructions in the documentation.

How to upgrade Imunify360?

To upgrade Imunify360 on CentOS/CloudLinux systems, run the command:

yum update imunify360-firewall --enablerepo=imunify360-testing

To upgrade Imunify360 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
apt-get update
apt-get install --only-upgrade imunify360-firewall

To upgrade Imunify360 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 imunify360-firewall

To upgrade Imunify360 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 imunify360-firewall

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 imunify360-firewall

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 imunify360-firewall
  • Related: Best Free cPanel Antivirus/Antimalware & Scanners
  • Related: Best Plesk Antivirus/Antimalware & Scanners

See more Cyber Security News


Tags: Imunify360
ShareTweetSendShare
Atalay Kelestemur

Atalay Kelestemur

Atalay Kelestemur is the Editor-in-Chief of Cloud7 News. He was most recently the chief editor of T3. Prior to that, he was the managing editor of BYTE. He also served as software editor in PC World. Atalay Kelestemur has covered the technology industry since 1996, publishing articles in PC Net, IT Pro, Computer World, PC Life, CyberMag, and CIO magazines. Atalay Kelestemur is an information system security professional and his area of expertise includes Linux security, penetration testing, secure software development, malware removal, and computer forensics. Atalay Kelestemur is the author of Pardus 2011, Ubuntu, Windows 8, and Siber Istihbarat (Cyber Intelligence). Atalay graduated with a Bachelor's Degree in Maritime from Istanbul Technical University. He earned a master's degree in political science from Gedik University, where he wrote his thesis on The Importance of Cyber Intelligence on Public Security. Now he is working on his Ph.D. thesis on international trade, covering the cybersecurity threats and countermeasures on the maritime industry.

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

I agree to the Terms & Conditions and Privacy Policy.

Next Post
Samsung announced cloud gaming for Tizen TVs

Samsung announced cloud gaming for Tizen TVs

Related News

US Department of Defense is inviting hackers to assist in strengthening its security systems

US Department of Defense launches Hack U.S. bug bounty program

July 6, 2022 8:35 pm
Crypto hackers stole almost $2 billion in H1 2022

Crypto hackers stole almost $2 billion in H1 2022

July 6, 2022 8:10 pm

New ransomware targeting VMware ESXi servers

July 6, 2022 3:50 pm
CyberProof announces Microsoft Managed XDR security services integration

CyberProof announces Microsoft Managed XDR security services integration

July 5, 2022 7:30 pm
Get free daily newsletters from Cloud7 News Get the Cloud7 Newsletter

Check your inbox or spam folder to confirm your subscription.

By subscribing, you agree to our
Copyright Policy and Privacy Policy

Editor's Choice

Interview with Igor Seletskiy on AlmaLinux

7 best hosting control panels

How to update Linux Kernel without rebooting?

7 best Linux mail servers for 2022

7 best cPanel alternatives for 2022

7 best Linux web browsers for 2022

7 best CentOS alternatives

7 best Linux server distros for 2022

How to scan your server for Log4j (Log4Shell) vulnerability

10 Best Web Hosting Services of 2022

AlmaLinux 8.6 Stable is ready to download

Ubuntu 22.04 LTS is available for download. What is new?

Kali Linux 2022.2 is ready for download

Advertisement

Recent News

  • US Department of Defense launches Hack U.S. bug bounty program
  • Crypto hackers stole almost $2 billion in H1 2022
  • Oracle Linux 9 released
  • IBM announced the acquisition of Databand.ai
  • Envato is closing Envato Studio and Twenty20

Our Latest Interview

Interview: Erez Barak, Vice President Observability of Sumo Logic
Interview

Interview: Erez Barak, Vice President Observability of Sumo Logic

by Atalay Kelestemur
November 25, 2021 3:23 am


Cloud7 News is a news source that publishes the latest news, industry news and exclusive interviews on web hosting, cloud computing, data center, cybersecurity and Linux OS.

EXPLORE

  • Web Hosting
  • Cloud Computing
  • Data Center
  • Cybersecurity
  • Linux
  • Network/Internet
  • Software
  • Hardware
  • Blockchain
  • How-Tos
  • Troubleshooting

RESOURCES

  • Events
  • Interviews
  • Jobs
  • Opinion
  • Whitepapers
  • Glossary
  • Community Forum
  • Web Hosting Directory

Get the Cloud7 Newsletter

Get FREE daily newsletters from Cloud7 delivering the latest news and reviews.

  • About
  • Privacy & Policy
  • Copyright Policy
  • Contact

© 2022, Cloud7 News. All rights reserved.

No Result
View All Result
  • Cloud Computing
  • Web Hosting
  • Data Center
  • Linux
  • Cybersecurity
  • More
    • Network/Internet
    • Windows
    • Software
    • Hardware
    • Blockchain
    • Policy/Legislation
    • How-Tos
    • Troubleshooting
  • Events
  • Interviews
  • Jobs
  • Opinion
  • Whitepapers
  • Glossary
  • Community Forum
  • Web Hosting Directory

© 2022, Cloud7 News. All rights reserved.

Welcome Back!

Sign In with Facebook
Sign In with Google
Sign In with Linked In
OR

Login to your account below

Forgotten Password? Sign Up

Create New Account!

Sign Up with Facebook
Sign Up with Google
Sign Up with Linked In
OR

Fill the forms below to register

*By registering into our website, you agree to the Terms & Conditions and Privacy Policy.
All fields are required. Log In

Retrieve your password

Please enter your username or email address to reset your password.

Log In
This website uses cookies. By continuing to use this website you are giving consent to cookies being used. Visit our Privacy and Cookie Policy.