Re: [malware-list] [RFC 0/5] [TALPA] Intro to alinuxinterfaceforon access scanning
- From: Pavel Machek <pavel@xxxxxxx>
- Date: Mon, 18 Aug 2008 00:58:44 +0200
Hi!
And I still don't get this 'mmap problem' that I don't solve that
libmalware magically solves. What? don't use mmap? I certainly hope
not.
Don't use mmap, it is as simple as that. AFAICS mmap(MAP_SHARED) --
which is basically shared memory -- is fundamentally incompatible with
reliable virus scanning.
...or do you have a reasonable solution for mmap?
mmap has a few different problems
1. intercepting reads and writes to take action at that time
2. the fact that two programs can use it as an inter-process communication
mechanism.
...can and will use it as an IPC. So we need to modify some
applications.
Rather than modify all the applications using mmap (you can't tell if
the other side is going to use it for shared memory... right?), we
could simply modify all the Windows-facing applications using mmap.
if you are worried about the IPC aspects, all you can do is forbid it,
Can you automatically tell if applications are using mmap for IPC?
BTW in another mail you wanted to include /var/log/syslog from
scanning. You should not be doing that if syslog is exported to
Windows systems. Of course, you can get away with scanning syslog when
Windows client tries to read it, which should be acceptable...
Pavel
--
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
- Follow-Ups:
- Re: [malware-list] [RFC 0/5] [TALPA] Intro to alinuxinterfaceforon access scanning
- From: Rik van Riel
- Re: [malware-list] [RFC 0/5] [TALPA] Intro to alinuxinterfaceforon access scanning
- From: Casey Schaufler
- Re: [malware-list] [RFC 0/5] [TALPA] Intro to alinuxinterfaceforon access scanning
- From: david
- Re: [malware-list] [RFC 0/5] [TALPA] Intro to alinuxinterfaceforon access scanning
- References:
- Re: [malware-list] [RFC 0/5] [TALPA] Intro to a linuxinterfaceforon access scanning
- From: Pavel Machek
- Re: [malware-list] [RFC 0/5] [TALPA] Intro to a linuxinterfaceforon access scanning
- From: tvrtko . ursulin
- Re: [malware-list] [RFC 0/5] [TALPA] Intro to a linuxinterfaceforon access scanning
- From: Pavel Machek
- RE: [malware-list] [RFC 0/5] [TALPA] Intro to alinuxinterfaceforon access scanning
- From: Press, Jonathan
- Re: [malware-list] [RFC 0/5] [TALPA] Intro to alinuxinterfaceforon access scanning
- From: Pavel Machek
- Re: [malware-list] [RFC 0/5] [TALPA] Intro to alinuxinterfaceforon access scanning
- From: Rik van Riel
- Re: [malware-list] [RFC 0/5] [TALPA] Intro to alinuxinterfaceforon access scanning
- From: Theodore Tso
- Re: [malware-list] [RFC 0/5] [TALPA] Intro to alinuxinterfaceforon access scanning
- From: Eric Paris
- Re: [malware-list] [RFC 0/5] [TALPA] Intro to alinuxinterfaceforon access scanning
- From: Pavel Machek
- Re: [malware-list] [RFC 0/5] [TALPA] Intro to alinuxinterfaceforon access scanning
- From: david
- Re: [malware-list] [RFC 0/5] [TALPA] Intro to a linuxinterfaceforon access scanning
- Prev by Date: [PATCH] kernel.h: fix kernel-doc for might_sleep
- Next by Date: Re: [PATCH RFC 1/3] Add a trigger API for efficient non-blocking waiting
- Previous by thread: Re: [malware-list] [RFC 0/5] [TALPA] Intro to alinuxinterfaceforon access scanning
- Next by thread: Re: [malware-list] [RFC 0/5] [TALPA] Intro to alinuxinterfaceforon access scanning
- Index(es):
Relevant Pages
|