Anti Virus Bot

0 views
Skip to first unread message

Victorino Eagle

unread,
Aug 5, 2024, 10:39:35 AM8/5/24
to glazorgebudd
Eachmonth, we stop over 1.5 billion cyberattacks all around the globe thanks to an unrivaled threat detection network, which is why professionals and amateurs alike love our free and paid antivirus protection.

AVG AntiVirus FREE performs well in independent testing, and PC users are very happy with it. If you're looking for a simple way to beef up the security on your PC, the AVG AntiVirus Free is a great choice. If you want to protect all of your devices from malicious software, no matter who is using them, then AVG Internet Security can give you added peace of mind.


A type of malware that infects your computer often through malicious downloads or deceptive links. Viruses are designed to spread themselves across files and programs as well as across networks to other devices. Indications that you may have a virus on your computer include slowdowns,


Privacy Report vulnerability Contact security License agreements Modern Slavery Statement Cookies Accessibility Statement Do not sell or share my info Subscription details All third party trademarks are the property of their respective owners. 2024 Gen Digital Inc. All rights reserved.


Hello,

I own a MyCloud EX2 Ultra upgraded to FW 5.13.115

I can not use Anti-Virus Essentials v. 1.30: just asking for database update takes hours

and the scan is never ending

I also tried to refresh database using SSH command line freshclam with verbose and debug mode enabled

After a while i see db being dowloaded but then it gets stuck on

LibClamAV debug: daily.cvd loaded


Hi, I add some update issue.

I lunched update of DB only yesterday and it took some (3 to 4) hours but it worked

Then I started an antivirus check of a shared folder (151gb) and now it is running since 24+ hrs with 0% progress.

The nas is running something since disk are noisly spinning and cpu is 75%

I understand it can take time, but do not understand 0% progress so far


Hi, I installed the App upgrade.

The 0% issue has been solved BUT the database update is still taking a LOOONG time

It gets stuck at 82% and then completes in 8 hours

It is not usable at these conditions

Regards

L.


I have the same issue with v1.35 and latest bios on my ultra ex 2: download new virus definition always stops at 99% and never stops while hard disks are running the whole time. stop only if I delete whole anti virus app


Waking up this old topic because I am also thinking of this. Coming from the windows world and always being a bit paranoid with digital security, the mental need for an anti virus being active in the system is high. I have been fine with linux not needing anti virus for the past decade, as there are less threats out there and the uptime of my linux systems has been really low.


One drawback to ClamAV was that updates to rules lagged behind new viruses by several weeks. Users learned to delay opening emails from unknown sources for a week or two to give time for the rules to catch up.


There are many tools available for free for linux, with clamav and comodo antivirus among them.

With any tool that is FOSS you are able to actually look at and modify the code if you wish and feel you may be able to improve performance.


As always in all operating systems, the first line of defense is a user who is security conscious, does not click on random suspicious links, does not allow emails to lead them astray, etc.

Downloading from known reliable sites only and in general being smart are the best front line protection.


I used to be required to run anti-virus on linux at work where clamav was configured to scan local storage periodically. Signature based tests of file contents is pretty much a losing proposition though. There is work to improve the situation.

Decting and Grouping Malware Using Section Hashes


However, you can also go the other way, but strengthening you Linux setup. There are options to make Firewall, SELinux or the whole system (e.g. running the whole system in FIPS mode) much more strict and secure.


The Federal Information Processing Standards (FIPS) of the United States are a set of publicly announced standards that the National Institute of Standards and Technology (NIST) has developed for use in computer systems of non-military United States government agencies and contractors. FIPS standards establish requirements for ensuring computer security and interoperability, and are intended for cases in which suitable industry standards do not already exist. Many FIPS specifications are mo The U...


It is good to know that the Firewall and SELinux rules are created and managed by the package maintainers. And we are still learning, enhancing them. There, for sure, will be a lot of space in the current SELinux rule set, through which an attacker slip. But even then the SELinux is a priceless tool.


TL;DR:

The Linux have much better base level of security than Windows.

The native ways of strengthening your security on Linux are not anti-viruses, but other tools (not breaching security by yourself for the sake of easy-to-use, running SELinux and Firewall in strict modes; running the system in FIPS, isolation of untrusted code).


@monttukani, becoming educated on what the choices for security and privacy provide is not easy. The defaults in the fedora ecosystem has the benefit of having lots of successful use and thus, from my vantage point, a good amount of validity.


I enjoy learning more about firewalls, selinux, seccomp, cgroups, namespaces and any other facility that can be employed to increase security and privacy. I highly recommend trying to use your system with higher, more restrictive security configured and then find resolutions to problems rather than reverting to the less secure configuration.


Antiviruses follow a flawed approach that can never create a system with a reasonable security/efford ratio. They use something called badness enumeration, which can be explained like this:


Now what happens if someone develops malware D? It will only end up in a malware list if it was already used, with some delay and incomplete. I dont think antivirus companies share their lists, which is very bad and increases this efford.


SELinux and AppArmor, as well as Flatpak and others do the opposite, they only permit certain actions. This may break software, but you adapt the rules to what you know the software needs to do, and unless a release publicly announces a new functionality this should not change, so you are set.


Still, SELinux is disabled for the user and the desktop, which means everything in your home is unprotected, which makes SELinux on Desktops basically useless. Any tool can modify your .bashrc and catch your sudo password, or see all your personal files which you dont store in a system location.


SELinux confined users on the other hand also solve the same problem and work for way more programs than Flatpak does, but afaik they are not well compatible with Flatpak and they currently break Desktops and more.


Still I think using ClamAV to scan files you download, like st**id Appimages or random binaries, is really important. As proprietary software and bad packaging formats get even more established on Linux (Tuta, Warp, Balena Etcher and whatnot have Appimages) this is more and more needed.


I know this is not directly related to Merkai however I'm hoping some users can provide some recommendations to the following.



We are about to deploy Systems Manager to all our devices and was seeing what people use for anti- virus and anti- malware for their devices on Systems manager (Windows & MacOS). I would love to be able to use Systems manager to push these apps out to the devices and register the license etc. via either some sort of package or script. I currently don't have a anti-virus/malware vendor so willing to pick one that works better with Systems manager.


I quite like Trend Worry-Free Remote Services (the "services" bit mean it is the cloud based version). I prefer all my technology like this to be cloud managed. The same platform does both Windows and Mac.


I'm on my 3rd day of the Trend Micro Worry Free trial. So far so good with our test system; however, we had to manually install it. I was not able to push it out via the Meraki Applications push.

Furthermore, the link provided in the email to install it would not work in MacOS Chrome. We had to do it from Safari (weird I thought).



@Stoffe did you run into anything similar? How did you push this to your users?


Aaah! gotcha. We have very few win machines. The macOS versions vary.... our devs work on 10.12.1 - 10.13.4 (I know, this makes it a little harder to narrow down). I thought at first it was related to the test machine having 10.13.4 with the new KEXT enforcement, but we've eliminated that as the culprit.


Well our Trial has come and gone. Although I liked the dashboard interface and their support was responsive when we needed them, Trend Micro's Worry Free Business Security Services is not the ideal solution for a mac shop. We were unable to remote install TMWF without end-user interaction, and the uninstall from dashboard does not work. Systems with macOS require a manual uninstall (found in the tools section). Most concerning was the fact that we were unable to create directory exclusions with wildcards. Most of our users use some kind of mounted cloud directory file share, the scan would attempt to include the entire directory... and due to the lack of wildcard usage, we were unable to use the targeted scan options to only include certain directories (which would require a wildcard in lieu of each username). Most of their documentation and advanced scripting/support is geared for Windows environments. Overall, it was very limited functionality.

We know this is not TrendMicro's only offering, so we will be reaching out to sales and consulting on whether they offer something different for our needs.

We are also trying out Sophos (which so far seems more robust for macs although it has the same limitation for user interaction for install). I'll gladly return and post what I find.

3a8082e126
Reply all
Reply to author
Forward
0 new messages