Comodo Filesystem Filter Driver Is Not Loaded
Hecho esto en el buscador del menu inicio escribimos comodo y ejecutamos el archivo. Con el icono del inicio y me aparece FILESYSTEM FILTER DRIVER IS NOT LOADED. May 14, 2017 Trying to get Comodo anti-virus to work. The Comodo program always says 'Filesystem filter driver is not loaded. I am disappointed that Comodo AV was not. Comodo Filesystem Filter Driver Is Not Loaded. I'm having problems with Comodo Antivirus for Linux, running on Fedora 19. I've just installed Comodo for Linux,.
- Comodo Filesystem Filter Driver Is Not Loaded
- Comodo Antivirus For Linux File System Filter Driver Is Not Loaded
- Comodo Filesystem Filter Driver Is Not Loaded
After installing Comodo, though logged in as adminstrator, tried to run /opt/COMODO/post_setup.sh
and it says
even though I am logged in as an adminstrator. This was downloaded on the Ubuntu Software Center and I have Ubuntu 14.04. So now I have a GUI that seems to work but a panel to the left with file system filter driver not loaded - run diagnostics. I run them, try to type the command line in the gnome terminal and same error occurs. So frustrating!
1 Answer
Comodo Filesystem Filter Driver Is Not Loaded
tried to run /opt/COMODO/post_setup.sh and it says 'Please run this script with adminstrative priviledges even though I am logged in as an adminstrator.
Please note that, even you logged in with your admin user as you say this means nothing in Linux, even you have admin privileges, you in really not using those privileges and in really system treats you as a normal user UNLESS you use sudo or su to root.
There are two ways to run administrative applications in Linux. You can either switch to the super user (root) with the su command, or you can take advantage of sudo.
Read this introduction to SUDO.
Back to your question
Please run this script with adminstrative priviledges
Then you need to call your script using sudo
:
File System Filter Driver Not Loaded.
Refer to this post in the Comodo forum
guys there are talking about some patch or some other fixes which may be not valid!!!
I advise you to try some other antivirus tools, you can check available from https://help.ubuntu.com/community/Antivirus.
Personally I like ClamAV. Here full nice tutorial How do I scan for viruses with ClamAV?
How is the Firewall taking priority over other applications when the PC first boots? How is the priority given,is it through a kernel driver?
I'm using Comodo Firewall and I see that the Spotify app is loading before Comodo loads;well it seems like that since the Spotify panel appears before the Comodo one.I mean the Firewall has to start first before other applications can access the internet,isn't that so?
That might be ok for Spotify but what if there is a rogue app that gets access to the internet before the firewall does? How can you prevent that?
Comodo Antivirus For Linux File System Filter Driver Is Not Loaded
1 Answer
How is the Firewall taking priority over other applications when the PC first boots?
I'm using Comodo Firewall and I see that the Spotify app is loading before Comodo loads; well it seems like that since the Spotify panel appears before the Comodo one.
The apps that you see loading are the GUI components of Spotify and Comodo.
These GUI components are loaded during logon. At this point the protection parts of Comodo are already loaded so the system is secure.
The protection parts of Comodo (
cmdagent.exe
and the Inspect packet filter driverinspect.sys
) are loaded very early in the boot process (before explorer starts).Inspect runs at the lowest level (kernel level).
The processes that protect are actually Comodo Internet Security Helper Service (cmdagent.exe) and the Inspect packet filter driver (which runs under Comodo Internet Security Helper Service).
They start very early in the boot process. Cis.exe is the client program; it is the program that provides the UI and instructs cmdagent.exe how to behave. Cistray.exe provides the tray icon, widget and starts cis.exe.
Protection is provided regardless whether cistray.exe and cis.exe are running.
Source Why does cis.exe get launched as a service?
CIS uses WFP in conjunction with inspect.sys packet filter driver. Inspect runs at the lowest level (kernel level) where WFP runs at higher levels.
Source Is CIS using Windows Filtering Platform (WFP) or what?
What if there is a rogue app that gets access to the internet before the firewall does? How can you prevent that?
A Firewall will not prevent the installation of rogue apps. You need another layer of security to do this, for example an AntiVirus program.
There are also progams that will monitor system changes. I useWinPatrol which has the following alerts:
New Start-up Programs
Spyware and Malware need to start in order to run. Protect your startup programs.
Credit union operating procedures. New Browser Add-ons
Don’t let unwanted add-ons invade your privacy, commandeer or slow down your Internet browsing.
New Browser Toolbars
Unwanted toolbars slow your browser down and have the potential invade your privacy.
Newly installed Windows Services
A Windows Service has total permission to EVERYTHING on your computer. You NEED to know when one is installed and why!
Creation of Scheduled Tasks
Scheduled tasks are a way spyware and malware will schedule one of their minions to run. Don’t let them use your task scheduler against you.
Changes in File Type Associations
Malware will typically change file type associations to get you to run their program. In addition, this helps to prevent file hi-jacking of file type associations by impolite programs.
Newly Active-X components
You need to know what is installed on your computer.
Changes to your home page
Don’t let programs get away with changing your homepage without your permission.
Changes to your default Internet search provider
Junkware, malware and unscrupulous entities love to change your search provider so they can control the results.
Changes to your hosts file
This protects you for malware redirecting to you their site rather than the real site.
Changes to Auto Updates Settings
Malware loves to disable auto updates, stop them in their tracks!
Changes to UAC Settings
Don’t let programs change your UAC Settings without your knowledge.
Changes to Hidden Files
Get alerted if any new hidden files are added or changed.
Source WinPatrol
Disclaimer
I am not affiliated with WinPatrol in any way, I am just an end user of the software.