Welcome to the Comodo Forum
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email?
May 25, 2013, 06:20:34 AM
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
664041
Posts
70630
Topics
145257
Members
Latest Member:
nltdbsss
more news...
Search:
Advanced search
|
Tag Cloud
Welcome to the Comodo Forum
Learn about Computer Security and Interact with Security Experts
Leak Testing/Attacks/Vulnerability Research
Process Hacker Can Terminate CIS processes; A Concern?
« previous
next »
Pages:
[
1
]
2
3
4
Author
Topic: Process Hacker Can Terminate CIS processes; A Concern? (Read 32310 times)
metalforlife
Comodo's Hero
Offline
Posts: 344
Process Hacker Can Terminate CIS processes; A Concern?
«
on:
May 04, 2009, 01:14:20 AM »
I managed to terminate cfp.exe with Process Hacker. Is that something to worry about?
Logged
panic
Global Moderator
Comodo's Hero
Offline
Posts: 11173
Linux is free only if your time is worthless.;-)
Re: Process Hacker Can Terminate CIS processes; A Concern?
«
Reply #1 on:
May 04, 2009, 03:57:53 AM »
CFP.EXE is the GUI that is used to "talk" to CIS. CMDAGENT.EXE is the service/process underpinning it all. If you like a challenge, try killing it.
Even if CPF.EXE gets killed, CIS's protection is still active, even though you may get reduced or no alerts. A default block will apply in all unswerable alerts.
Cheers,
Ewen :-)
Logged
As your mums would say, "If you can't play nice with all the other kiddies, go home".
All users are asked to please read and abide by the
Comodo Forum Policy
.
If you can't conform, don't use the forum.
wj32
Comodo's Hero
Offline
Posts: 387
Re: Process Hacker Can Terminate CIS processes; A Concern?
«
Reply #2 on:
May 04, 2009, 04:30:47 AM »
Wow, I'm surprised my software (Process Hacker) got on these forums! I've designed Process Hacker to use its kernel-mode driver (named KProcessHacker) to terminate processes. Basically, when the driver is loaded, it scans for a specific signature in kernel memory to locate an internal Windows function called PsTerminateProcess (PspTerminateProcess on XP). That means KProcessHacker can bypass any hooks on ZwTerminateProcess (which CIS does in fact hook) and terminate any process (as I claim on the website
).
EDIT: Oh and I forgot to say: ALWAYS focus on the mechanism, not the end result. That is, you should care about HOW it's done and not IF it's done.
«
Last Edit: May 04, 2009, 04:40:54 AM by wj32
»
Logged
MCTS: Windows Internals
Process Hacker
, a free and open source process viewer.
Endymion
Comodo's Hero
Offline
Posts: 1362
Reality is subordinate to perception.
Re: Process Hacker Can Terminate CIS processes; A Concern?
«
Reply #3 on:
May 04, 2009, 05:05:19 AM »
Quote from: wj32 on May 04, 2009, 04:30:47 AM
Wow, I'm surprised my software (Process Hacker) got on these forums! I've designed Process Hacker to use its kernel-mode driver (named KProcessHacker) to terminate processes. Basically, when the driver is loaded, it scans for a specific signature in kernel memory to locate an internal Windows function called PsTerminateProcess (PspTerminateProcess on XP). That means KProcessHacker can bypass any hooks on ZwTerminateProcess (which CIS does in fact hook) and terminate any process (as I claim on the website
).
EDIT: Oh and I forgot to say: ALWAYS focus on the mechanism, not the end result. That is, you should care about HOW it's done and not IF it's done.
Thanks for pointing out that the termination involves a kernel driver which indeed can be prevented using D+ thus defeating any termination attempts
(Tested on XP and D+ safe mode)
EDIT: Kernel divers obviously grant many privileges to the applications using them and, as such, users should not carelessly allow them.
All those who want to use Process Hacker to terminate CIS will have to make an exception and allow the installation of KProcessHacker driver like hinted on the PH website.
Devicedriver.png
(36.84 KB, 381x427 - viewed 403 times.)
«
Last Edit: May 04, 2009, 05:55:41 AM by Endymion
»
Logged
I have learnt silence from the talkative, toleration from the intolerant, and kindness from the unkind; yet strange, I am ungrateful to these teachers.
Kahlil Gibran (1883 - 1931)
metalforlife
Comodo's Hero
Offline
Posts: 344
Re: Process Hacker Can Terminate CIS processes; A Concern?
«
Reply #4 on:
May 04, 2009, 05:45:31 AM »
Quote from: panic on May 04, 2009, 03:57:53 AM
CFP.EXE is the GUI that is used to "talk" to CIS. CMDAGENT.EXE is the service/process underpinning it all. If you like a challenge, try killing it.
Even if CPF.EXE gets killed, CIS's protection is still active, even though you may get reduced or no alerts. A default block will apply in all unswerable alerts.
Cheers,
Ewen :-)
"cmdagent.exe" is the CIS driver, right? I did not try to terminate it because I was scared that I might have had to reinstall CIS if doing that lead to irreparable damages to CIS or the OS.
Since I have the option "Block all the unknown requests if the application is closed" deselected, if "cfp.exe" gets terminated, CIS protection is completely switched-off until the next reboot. Although the automatic "block all" policy will prove to be an absolutely secure approach in circumstances when a system is under attack, I personally feel that is more of an hassle, in any other situation.
Logged
metalforlife
Comodo's Hero
Offline
Posts: 344
Re: Process Hacker Can Terminate CIS processes; A Concern?
«
Reply #5 on:
May 04, 2009, 05:48:09 AM »
Quote from: wj32 on May 04, 2009, 04:30:47 AM
Wow, I'm surprised my software (Process Hacker) got on these forums! I've designed Process Hacker to use its kernel-mode driver (named KProcessHacker) to terminate processes. Basically, when the driver is loaded, it scans for a specific signature in kernel memory to locate an internal Windows function called PsTerminateProcess (PspTerminateProcess on XP). That means KProcessHacker can bypass any hooks on ZwTerminateProcess (which CIS does in fact hook) and terminate any process (as I claim on the website
).
EDIT: Oh and I forgot to say: ALWAYS focus on the mechanism, not the end result. That is, you should care about HOW it's done and not IF it's done.
That is too technical an explanation for me to grasp. But, thanks anyway.
Logged
Endymion
Comodo's Hero
Offline
Posts: 1362
Reality is subordinate to perception.
Re: Process Hacker Can Terminate CIS processes; A Concern?
«
Reply #6 on:
May 04, 2009, 05:53:10 AM »
Quote from: metalforlife on May 04, 2009, 05:48:09 AM
That is too technical an explanation for me to grasp. But, thanks anyway.
The layman explanation is that
Defense+ should be used to block the installation of the KProcessHacker driver
to prevent any concern.
Logged
I have learnt silence from the talkative, toleration from the intolerant, and kindness from the unkind; yet strange, I am ungrateful to these teachers.
Kahlil Gibran (1883 - 1931)
metalforlife
Comodo's Hero
Offline
Posts: 344
Re: Process Hacker Can Terminate CIS processes; A Concern?
«
Reply #7 on:
May 04, 2009, 05:59:30 AM »
Quote from: Endymion on May 04, 2009, 05:05:19 AM
Thanks for pointing out that the termination involves a kernel driver which indeed can be prevented using D+ thus defeating any termination attempts
(Tested on XP and D+ safe mode)
EDIT: Kernel divers obviously grant many privileges to the applications using them and as such users usually should not carelessy allow them.
All those who want to use Process Hacker to terminate CIS will have to make an exception and allow the installation of KProcessHacker driver like hinted on the PH website.
Yes, I did install the driver, because I do have a vague understanding of what "driver" and "kernel" mean.
By the way, in your test, did you attempt the termination with the driver installed or without? The alert you get for Process Hacker - accessing the registry key - did you manually add that particular entry to "My Protected Registry Keys", and the alert you got was it when Process Hacker was attempting to terminate cfp.exe? Also, did you try to terminate it with "terminator" from the context menu? Finally, you don't normally block the application from accessing it's own registry keys, it would cripple the application's functioning. That should make your test invalid, shouldn't it?
Logged
wj32
Comodo's Hero
Offline
Posts: 387
Re: Process Hacker Can Terminate CIS processes; A Concern?
«
Reply #8 on:
May 04, 2009, 06:01:42 AM »
Quote from: metalforlife on May 04, 2009, 05:45:31 AM
"cmdagent.exe" is the CIS driver, right? I did not try to terminate it because I was scared that I might have had to reinstall CIS if doing that lead to irreparable damages to CIS or the OS.
Since I have the option "Block all the unknown requests if the application is closed" deselected, if "cfp.exe" gets terminated, CIS protection is completely switched-off until the next reboot. Although the automatic "block all" policy will prove to be an absolutely secure approach in circumstances when a system is under attack, I personally feel that is more of an hassle, in any other situation.
No, cmdagent.exe can be thought of as the master controller for all cfp.exe instances - there can be multiple cfp.exe instances running if more than one user is logged in at one time. If you terminate cmdagent.exe you may have a hard time restarting it, but it will be started again when you reboot.
If cfp.exe is terminated, you can simply start it again by running "COMODO Internet Security". It will restore CIS perfectly.
Logged
MCTS: Windows Internals
Process Hacker
, a free and open source process viewer.
wj32
Comodo's Hero
Offline
Posts: 387
Re: Process Hacker Can Terminate CIS processes; A Concern?
«
Reply #9 on:
May 04, 2009, 06:06:38 AM »
Quote from: metalforlife on May 04, 2009, 05:48:09 AM
That is too technical an explanation for me to grasp. But, thanks anyway.
Think of it like this:
To terminate a process, a program must ask Windows to terminate the process via a
system call
. The system call for terminating processes is called ZwTerminateProcess. Normally, if a program has the right privileges and security permissions it can terminate any process.
When you install CIS, it installs a driver which, when loaded, begins to intercept all requests to terminate processes. If it detects that a program is about to terminate CIS itself, it denies the request ("Access is denied").
KProcessHacker bypasses CIS and directly terminates cfp.exe without being intercepted. It does this using a (dangerous) method - it tries to find an internal Windows function, and calls it.
Logged
MCTS: Windows Internals
Process Hacker
, a free and open source process viewer.
wj32
Comodo's Hero
Offline
Posts: 387
Re: Process Hacker Can Terminate CIS processes; A Concern?
«
Reply #10 on:
May 04, 2009, 06:13:45 AM »
Quote from: metalforlife on May 04, 2009, 05:59:30 AM
Yes, I did install the driver, because I do have a vague understanding of what "driver" and "kernel" mean.
By the way, in your test, did you attempt the termination with the driver installed or without? The alert you get for Process Hacker - accessing the registry key - did you manually add that particular entry to "My Protected Registry Keys", and the alert you got was it when Process Hacker was attempting to terminate cfp.exe? Also, did you try to terminate it with "terminator" from the context menu? Finally, you don't normally block the application from accessing it's own registry keys, it would cripple the application's functioning. That should make your test invalid, shouldn't it?
You don't need to use Terminator - "Terminate Process" uses KProcessHacker anyway.
The test is not invalid because installing a driver is a very privileged operation that potentially allows the program to do anything it wants without restriction. In Windows, code can run in two modes: user-mode and kernel-mode. All programs (like Windows Explorer, Firefox, etc.) run in user-mode. Drivers run in kernel-mode. The reason for this is that drivers often need direct access to hardware, and kernel-mode gives them that (user-mode is very restricted - programs cannot touch other programs' memory, for example).
Although malicious software in user-mode is often very dangerous, it can be controlled by security software like CIS. However, once malicious software gains access to kernel-mode (e.g. by installing a driver), it can, with enough programming skill from the author, bypass all restrictions imposed by security software.
The reason Process Hacker is accessing a registry key is because HKLM\System\CurrentControlSet\Services contains a list of drivers (in addition to normal user-mode services)! PH is attempting to install KProcessHacker.
Logged
MCTS: Windows Internals
Process Hacker
, a free and open source process viewer.
Endymion
Comodo's Hero
Offline
Posts: 1362
Reality is subordinate to perception.
Re: Process Hacker Can Terminate CIS processes; A Concern?
«
Reply #11 on:
May 04, 2009, 06:35:19 AM »
Layman explanation:
Quote from: metalforlife on May 04, 2009, 05:59:30 AM
Yes, I did install the driver, because I do have a vague understanding of what "driver" and "kernel" mean.
Anyone
willing to make use of Process hacker (PH) as a
Security Test
should be obviously
concerned
about the installation of a kernel driver.
Users willing to
protect
themselves against PH should thus block the following Red alert which is meant for
highly suspicious behaviors
(
Understanding Alerts - Severity Level
)
Quote from: metalforlife on May 04, 2009, 05:59:30 AM
By the way, in your test, did you attempt the termination with the driver installed or without? The alert you get for Process Hacker - accessing the registry key - did you manually add that particular entry to "My Protected Registry Keys", and the alert you got was it when Process Hacker was attempting to terminate cfp.exe? Also, did you try to terminate it with "terminator" from the context menu?
To
protect
my PC from PH I only needed to deny the above alert which as I explained is meant to prevent the installation of the KProcessHacker driver upon starting the application.
No additional entries are needed for "My Protected Registry Keys" nor further alert were needed prevent the termination context menu option of PH.
Quote from: metalforlife on May 04, 2009, 05:59:30 AM
Finally, you don't normally block the application from accessing it's own registry keys,
it would cripple the application's functioning
. That should make your test invalid, shouldn't it?
Indeed
Proactive
security is about
crippling
application considered malicious. Besides the above mentioned registry entries are system-wide (thus critical registry entries pertaining Driver/Servces) and are not, in layman terms, PH's
own
ones.
Applications' own registry settings are those pertaining *\Software\appname\*
«
Last Edit: May 04, 2009, 06:39:36 AM by Endymion
»
Logged
I have learnt silence from the talkative, toleration from the intolerant, and kindness from the unkind; yet strange, I am ungrateful to these teachers.
Kahlil Gibran (1883 - 1931)
metalforlife
Comodo's Hero
Offline
Posts: 344
Re: Process Hacker Can Terminate CIS processes; A Concern?
«
Reply #12 on:
May 04, 2009, 06:38:06 AM »
Thanks for the simple explanations. Now I understand what is happening. Well, somewhat. If I understand correctly, during installation if I allow Process Hacker to install it's driver, Process Hacker adds a registry entry to HKLM\System\CurrentControlSet\Services. So it is this access I am alerted about, right? What I was asking is if CIS will throw up the same alert during Process Hacker's termination, or since Process Hacker has already installed it's driver, it won't need the permission of CIS anymore?
Logged
metalforlife
Comodo's Hero
Offline
Posts: 344
Re: Process Hacker Can Terminate CIS processes; A Concern?
«
Reply #13 on:
May 04, 2009, 06:45:37 AM »
Quote from: Endymion on May 04, 2009, 06:35:19 AM
Layman explanation:
Users willing to
protect
themselves against PH should thus block the following Red alert which is meant for
highly suspicious behaviors
(
Understanding Alerts - Severity Level
)
To
protect
my PC from PH I only needed to deny the above alert which as I explained is meant to prevent the installation of the KProcessHacker driver upon starting the application.
This is the answer I was looking for. Basically if I block the access to that registry entry Process Hacker will not be able to load the driver and thus not be able to terminate cfp.exe, am I correct? The thing is I don't get the above mentioned "registry alert" for Process Hacker every time I run it. Do you know what might be the reason?
Quote from: Endymion
Indeed
Proactive
security is about
crippling
application considered malicious. Besides the above mentioned registry entries are system-wide (thus critical registry entries partaqining Servces) and are not, in layman terms, PH's
own
ones.
Applications' own registry settings are those pertaining *\Software\appname\*
That's what I meant, you can apply system wide settings, to which everything will be denied access, unless explicitly specified otherwise.
«
Last Edit: May 04, 2009, 06:47:49 AM by metalforlife
»
Logged
Endymion
Comodo's Hero
Offline
Posts: 1362
Reality is subordinate to perception.
Re: Process Hacker Can Terminate CIS processes; A Concern?
«
Reply #14 on:
May 04, 2009, 06:55:45 AM »
Quote from: metalforlife on May 04, 2009, 06:45:37 AM
This is the answer I was looking for. Basically if I block the access to that registry entry Process Hacker will not be able to load the driver and thus not be able to terminate cfp.exe, am I correct? The thing is I don't get the above mentioned "registry alert" for Process Hacker every time I run it. Do you know what might be the reason?
The reason is that a kernel driver need to be installed only once.
Quote from: metalforlife on May 04, 2009, 06:45:37 AM
That's what I meant, you can apply system wide settings, to which everything will be denied access, unless explicitly specified otherwise.
Thus to prevent the concerns which titled this topic it would be rather appropriate to acknowledge
D+ severity ratings
and prevent such system-wide changes.
Anyway using custom made settings it is even possible to
control
what applications can use KProcessHacker driver even though it is already installed, thus preventing
unwanted
terminations.
KProcessHacker_Access_policy.png
(33.67 KB, 381x427 - viewed 346 times.)
«
Last Edit: May 04, 2009, 07:10:05 AM by Endymion
»
Logged
I have learnt silence from the talkative, toleration from the intolerant, and kindness from the unkind; yet strange, I am ungrateful to these teachers.
Kahlil Gibran (1883 - 1931)
Tags:
Pages:
[
1
]
2
3
4
« previous
next »
Jump to:
Please select a destination:
-----------------------------
General Category
-----------------------------
=> Melih's Corner - CEO Talk/Discussions/Blog
=> Comodo.TV - Our Internet Video Channel
===> Comodo.TV - News and Announcements
===> Comodo.TV - Program Lineup
===> Audience Feedback and Suggestions
=> Which Product do you want Comodo to develop next?
=> How Can I Help Comodo? (Please We Need You!)
===> Report Comodo Forum / Web Site Issues
===> Please Tell Us Your Views and Vote Here!
===> Help Spread the Word - Banners and Logos
=> General Discussion (off topic) Anything and everything...
===> Member Confessions :-)
===> Funny Photos :-)
===> Cool Stuff
-----------------------------
Security Products & Services
-----------------------------
=> Comodo Internet Security - CIS
===> News / Announcements / Feedback - CIS
=====> Wishlist - CIS
===> Help - CIS
=====> Guides - CIS
=====> AntiVirus Help - CIS
=======> AntiVirus FAQ - CIS
=====> Firewall Help - CIS
=======> Firewall FAQ - CIS
=====> Defense+ / Sandbox Help - CIS
=======> Defense+ / Sandbox FAQ - CIS
=====> Install / Setup / Configuration Help - CIS
=======> Install / Setup / Configuration FAQ - CIS
===> Bug Reports - CIS
===> AV False Positive/Negative Detection Reporting
=> Comodo Cleaning Essentials + KillSwitch & Autoruns - CCE
===> News / Announcements / Feedback - CCE
=====> Wishlist - CCE
===> Help - CCE
===> Bug Reports - CCE
=> Comodo Antivirus for Mac OS X - CAVM
=> Comodo Antivirus for Linux - CAVL
=> Comodo Mobile Security - CMS
=> Comodo Time Machine - CTM
===> News / Announcements / Feedback - CTM
===> Help - CTM
=====> FAQ - CTM
===> Bug Reports - CTM
=> Comodo Dragon - CD
===> News / Announcements / Feedback - CD
=====> Wishlist - CD
===> Help - CD
=====> FAQ - CD
===> Bug Reports - CD
=> COMODO IceDragon - CID
===> News / Announcements / Feedback – CID
=====> Wishlist - CID
===> Help – CID
===> Bug Reports - CID
===> Beta Corner – CID
=> Comodo LoginPRO
=> Comodo Disk Encryption - CDE
===> News / Announcements / Feedback - CDE
=====> Wishlist - CDE
===> Help - CDE
=====> FAQ - CDE
===> Bug Reports - CDE
=> Comodo Secure DNS - DNS
===> News / Announcements / Feedback - DNS
===> Help - DNS
=> Comodo Unite (EasyVPN) - CUnite
===> News / Announcements / Feedback - CUnite
===> Help - CUnite
=====> FAQ - CUnite
===> Bug reports - CUnite
=> Comodo TrustConnect - CTC
=> Comodo SiteInspector - CSI
=> Comodo Valkyrie - FLS
=> Comodo Instant Malware Analysis Online - CIMA
=> Comodo Rescue Disk - CRD
-----------------------------
Desktop Utilities & Services
-----------------------------
=> Comodo System Utilities - CSU
===> News / Announcements / Feedback - CSU
===> Help - CSU
=====> FAQ - CSU
===> Wishlist - CSU
=> Comodo Backup - CB
===> News / Announcements / Feedback - CB
===> Comodo Cloud
===> Help - CB
=====> FAQ - CB
===> Wishlist - CB
=> Comodo Programs Manager - CPM
===> News / Announcements / Feedback – CPM
===> Help - CPM
===> Wishlist - CPM
=> GeekBuddy & Live PC Support
=> GeekBuddy PC Health Check - PCHC
===> News/ Announcements / Feedback – PCHC
===> Help - PCHC
-----------------------------
Business / Enterprise Security Products & Services
-----------------------------
=> Digital Certificates
===> Code Signing Certificate
===> Content Verification Certificate
===> Email Certificate
===> SSL Certificate
=> PCI DSS Compliance
=> Comodo Endpoint Security Manager
===> Endpoint Security Manager 1.6
===> Endpoint Security Manager 2.0 Business Edition
===> Endpoint Security Manager 2.1
===> Endpoint Security Manager 3.0
=====> CESM 3.0 Beta
===> ESM Console for Windows Phone
===> Earlier versions of CESM
=> Two Factor Authentication for Web Applications
=> Trustlogo
=> Hacker Guardian
=> Comodo Network Center - CNC
=> Comodo AntiSpam Gateway - Hosted Anti Spam Service
-----------------------------
Learn about Computer Security and Interact with Security Experts
-----------------------------
=> General Security Questions and Comments
=> Virus/Malware Removal Assistance
=> Leak Testing/Attacks/Vulnerability Research
=> Digital Certificates, Encryption and Digital Signing
=> Other Security Products
-----------------------------
International Comodo Forums
-----------------------------
=> International Comodo Forums
===> 汉语语言, 漢語語言 / Chinese Simplified, Traditional
===> Česky / Czech
===> Dansk / Danish
===> Nederlands / Dutch
===> Suomi / Finnish
===> Francais / French
===> Deutsch / German
===> ελληνικά / Greek
===> Magyar / Hungarian
===> Italiano / Italian
===> Nihongo / Japanese
===> Norsk / Norwegian
===> Polski / Polish
===> Português/Portuguese
===> Română / Romanian
===> По-русски / Russian
=====> News & FAQ
=====> Оффтоп (OFFTOP)
=====> Архив / Archive
===> Slovenský / Slovak
===> Slovenščina / Slovenian
===> Espanol / Spanish
===> Svenska / Swedish
===> Turkce / Turkish
===> Українська / Ukrainian
===> Việt / Vietnamese
===> Estonian
===> Arabic
-----------------------------
Archived Boards
-----------------------------
=> Discontinued Products
===> Comodo Web Application Firewall - CWAF
===> Comodo HopSurf - CHS
===> Comodo AntiSpam - CAS
=====> Help - CAS
=======> FAQ - CAS
=====> News / Announcements / Feedback - CAS
=======> Wishlist - CAS
=====> Bug Reports - CAS
===> Verification Engine - CVE
===> Comodo Secure Email - CSE
=====> News / Announcements / Feedback - CSE
=====> Help - CSE
=======> FAQ - CSE
=====> Bug Reports - CSE
===> Comodo Cloud Scanner - CCS
=====> News / Announcements / Feedback - CCS
=====> FAQ - CCS
=====> Beta Corner - CCS
=====> Wishlist - CCS
===> Comodo Anti-Viruspyware (CAVS)
=====> Help for Comodo AntiVirus
=====> FAQ for Comodo Anti-ViruSpyware
=====> Feedback/Comments/Announcements/News about CAVS
=====> CAVS BETA Corner
=====> Announcements
=====> Comodo BOClean Anti-Malware FAQ
===> Comodo Diskshield
===> Comodo Firewall
=====> Feedback/Comments/Announcements/News
=====> Help for v3
=====> Help for v2
=====> Frequently Asked Questions (FAQ) for Comodo firewall
=====> CFP BETA Corner
=======> 32 bit bug reports
=======> 64 bit bug reports
=====> Comodo Firewall Translations
=====> Bug Reports
===> i-Vault
===> Launch Pad (Discontinued)
===> Comodo Meet (Web Conferencing Product) (Discontinued)
===> Comodo Memory Firewall(Buffer Overflow Protection)
=====> Comodo Memory Firewall Beta Corner
=====> Help
=====> Frequently Asked Questions (Comodo Memory Firewall)
=====> Feedback/Comments/Announcements/News
===> Safesurf
===> Trusttoolbar (Discontinued)
===> Trustfax (online faxing)
===> Trustix Enterprise Firewall
===> User Anywhere (Remote Access product) (Discontinued)
===> UserTrust - First Independent Website Rating - Empowering our users!
===> Comodo Vulnerability Analyzer - CVA
===> ZTL
=> Comodo Wiki Project
Page created in 0.366 seconds with 20 queries.
Powered by SMF 1.1.18
|
SMF © 2006, Simple Machines
Design by
7dana.com