Welcome, Guest. Please login or register.
Did you miss your activation email?
May 19, 2013, 12:22:25 PM

Login with username, password and session length

663035 Posts
70579 Topics
145158 Members

Latest Member: cyber33

Search:     Advanced search | Tag Cloud
+  Welcome to the Comodo Forum
|-+  Security Products & Services
| |-+  Comodo Internet Security - CIS
| | |-+  Help - CIS
| | | |-+  Defense+ / Sandbox Help - CIS
| | | | |-+  Memory Access protection
« previous next »
Pages: [1] Go Down Print
Author Topic: Memory Access protection  (Read 3125 times)
PhyxionNL
Comodo Loves me
****
Offline Offline

Posts: 141


« on: February 12, 2012, 04:35:41 AM »

I'm curious regarding the memory access protection, how good does it work? For example, does it protect from reading an applications memory by ring0 drivers and/or low level API's like NtReadVirtualMemory? If not, it would be pretty useless as it would still be extremely easy to workaround that... I couldn't find a single thing about this in the documentation, so if someone can enlighten me, please do so  Smiley

(Also posted in a subforum, but I *think* this is more in place here)
Logged
i4u1
Comodo Loves me
****
Offline Offline

Posts: 109

My Personal Text


« Reply #1 on: February 12, 2012, 06:47:35 AM »

Write a simple driver, then try to load it hehe and then check if it can access. What the question is about?
Logged

Win7x64SP1+, MSE and CIS latest (D+/FW Sec.only, sandbox off)
__
PhyxionNL
Comodo Loves me
****
Offline Offline

Posts: 141


« Reply #2 on: February 12, 2012, 07:01:01 AM »

Write a simple driver, then try to load it hehe and then check if it can access. What the question is about?
Seems an aweful lot of trouble as I'm pretty sure someone here knows the answer to it Smiley I want to protect an application by not allowing it's memory to be read from any another application.
Logged
Valentin N
Malware Research Group
Comodo's Hero
*****
Offline Offline

Posts: 2834


Usability Study Group


WWW
« Reply #3 on: February 12, 2012, 08:08:51 AM »

Seems an aweful lot of trouble as I'm pretty sure someone here knows the answer to it Smiley I want to protect an application by not allowing it's memory to be read from any another application.

There is a a way, I am not sure though, but you'll need to added the wanted application with customized settings, by going ti d+ --> Computer Secuity --> add --> 1) application path, 2) customize --> which acess --> modify --> allow/blocked application.

I hope this helps
Logged

Skype: comodohelper (Personal)

CEVPN: Valentin N

CIS 5.9

Keep CTM alive by voting

PhyxionNL
Comodo Loves me
****
Offline Offline

Posts: 141


« Reply #4 on: February 12, 2012, 10:33:03 AM »

There is a a way, I am not sure though, but you'll need to added the wanted application with customized settings, by going ti d+ --> Computer Secuity --> add --> 1) application path, 2) customize --> which acess --> modify --> allow/blocked application.

I hope this helps
Yeah, I already set it up like that, thanks Smiley My question however is simple, how good is this protection: does it protect against ring0 drivers, and/or low level API's like NtReadVirtualMemory? Because if this is not the case the whole memory access protection would be useless.
Logged
Valentin N
Malware Research Group
Comodo's Hero
*****
Offline Offline

Posts: 2834


Usability Study Group


WWW
« Reply #5 on: February 12, 2012, 01:45:37 PM »

Yeah, I already set it up like that, thanks Smiley My question however is simple, how good is this protection: does it protect against ring0 drivers, and/or low level API's like NtReadVirtualMemory? Because if this is not the case the whole memory access protection would be useless.

That I can't say. I hope a mod or a developer can tell you.
Logged

Skype: comodohelper (Personal)

CEVPN: Valentin N

CIS 5.9

Keep CTM alive by voting

PhyxionNL
Comodo Loves me
****
Offline Offline

Posts: 141


« Reply #6 on: February 13, 2012, 03:39:26 AM »

Yeah, I hope so. Haven't seen much developers/mods going around here lately though Sad
Logged
Valentin N
Malware Research Group
Comodo's Hero
*****
Offline Offline

Posts: 2834


Usability Study Group


WWW
« Reply #7 on: February 13, 2012, 04:44:20 AM »

Yeah, I hope so. Haven't seen much developers/mods going around here lately though Sad

You could try to ask Melih and egmen for more info. Jackob might also know something
Logged

Skype: comodohelper (Personal)

CEVPN: Valentin N

CIS 5.9

Keep CTM alive by voting

PhyxionNL
Comodo Loves me
****
Offline Offline

Posts: 141


« Reply #8 on: February 15, 2012, 04:23:44 AM »

I PMed Melih and egemen, couldn't find Jackob. Still haven't heard from them though.
Logged
Valentin N
Malware Research Group
Comodo's Hero
*****
Offline Offline

Posts: 2834


Usability Study Group


WWW
« Reply #9 on: February 15, 2012, 05:57:26 AM »

I PMed Melih and egemen, couldn't find Jackob. Still haven't heard from them though.

Jacob - I added a k without seeing it.
Logged

Skype: comodohelper (Personal)

CEVPN: Valentin N

CIS 5.9

Keep CTM alive by voting

PhyxionNL
Comodo Loves me
****
Offline Offline

Posts: 141


« Reply #10 on: February 19, 2012, 04:39:48 AM »

PMed all of them, still no response. Any other person with insight into this? Thanks!
Logged
EricJH
Global Moderator
Comodo's Hero
*****
Online Online

Posts: 16663



« Reply #11 on: February 22, 2012, 01:46:43 PM »

The following still stands as I wrote in your duplicate topic:
With Ring0 you mean kernel mode access I assume. Once an application has kernel mode access it can do anything. As far as I understand CIS it cannot protect from actions initiated from kernel mode applications.
According to egemen, the head developer, once a program has kernel access it can do anything including attacking and taking down security applications.

That's why unknown applications are not allowed to install drivers or make services. CIS will help to prevent unauthorized access to kernel level.
In short CIS will prevent to let unknown programs, or gives the user the ability to prevent when  using D+ and disabled sandbox, to load a driver (get kernel access). But once a program has kernel access it is end of exercise for each and every application when the program has malicious intent.
Logged

Valentin N
Malware Research Group
Comodo's Hero
*****
Offline Offline

Posts: 2834


Usability Study Group


WWW
« Reply #12 on: February 22, 2012, 05:37:31 PM »

Thanks for the explanation Eric Smiley Didn't know Ring 1 was the same as kernel mode access
Logged

Skype: comodohelper (Personal)

CEVPN: Valentin N

CIS 5.9

Keep CTM alive by voting

Tags:
Pages: [1] Go Up Print 
« previous next »
Jump to:  

SSL Certificate Free Virus Removal Firewall
Page created in 0.048 seconds with 23 queries.
Powered by SMF 1.1.18 | SMF © 2006, Simple Machines Design by 7dana.com