"Karthik Balaguru" <> wrote in message
news:b13f8cf1-84f4-4396-ab3d-...
On Mar 16, 5:09 pm, "FromTheRafters" <erra...@nomail.afraid.org>
wrote:
> "Karthik Balaguru" <karthikbalagur...@gmail.com> wrote in message
>
> news:29fb3a70-3eae-4d12-ab20-...
>
> I think, REMUS(Kernel module for Linux) helps in identification of
> the incorrect parameters, access rights by interaction with the
> AccessControl Database managed by the sysctl command,
> but not sure if it would be help in identifying whether the system
> calls have been tweaked.
>
> ***
> It looks for suspicious activity regarding programs using legitimate
> calls in a suspicious (possibly malicious) manner. Some attack
> patterns
> are known to use certain combinations of calls, any program using that
> certain combination of calls will be suspect. The calls themselves are
> not malicious.
> Seehttp://www.pdf-tube.com/download/ebook/REMUS:%20A%20Security-Enhanced...
> ***
Yeah, i do find that malicious calls have different views.
From the REMUS document from the link provided by you
it seems that malicious calls also include -
- Illegal invocation of critical system calls that could
cause hijacking of control of any privileged process.
- In efficient check of the argument values of the system calls
The remus homepage link was actually breaking and
hence i was collecting information by searching in internet -
http://cesare.dsi.uniroma1.it/Sicurezza/doc/remus.pdf
Thx for providing the link. I will check it out.
[...]
***
It might be worth pondering that viruses, in particular, don't generally
need to exploit software flaws. REMUS seems to be a good enhancement for
the OS, but AV has (or had) a different goal.
***