[Clamav-users] mime parser in clamav

2006-01-16 Thread Jason Haar
Hi there The new W32/Nyxem-D virus seems to escape clamav fairly well. It comes in as a .HQX or .MIM attachment - which is base64 encoded. However, the resultant HQX/MIM file is actually an UUENCODED file (that WinXP at least auto-supports). I uudecoded it and wrote my own signature for the

Re: [Clamav-users] mime parser in clamav

2006-01-16 Thread Jason Haar
Oh! I missed my actual question! :-) Is this expected behavior. i.e. a limitation with making your own simple MD5-based sigs. Jason Haar wrote: Hi there The new W32/Nyxem-D virus seems to escape clamav fairly well. It comes in as a .HQX or .MIM attachment - which is base64 encoded.

[Clamav-users] MIME problem

2005-07-13 Thread jerry
Hi, This following thread was previously posted. I wonder if this is still an issue with MIME handling or is it just a sole case that the worm couldn't be caught? Thanks Jerry, Hi all, RAV caught a bounced message sample containing Worm.SomeFool.Gen-2 (Netsky.B) but neither clamd or

Re: [Clamav-users] Mime - FIXED

2005-02-22 Thread Scott Ryan
On Wednesday 16 February 2005 14:35, Scott Ryan shaped the electrons to say: Hi list, I have posted before about an issue with clamd hanging and yesterday we finally managed to find out what the underlying problem was. We came across an 800k mail that we initially thought was causing clamd to

Re: [Clamav-users] Mime

2005-02-19 Thread Bogusaw Brandys
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ted Fines wrote: --On Thursday, February 17, 2005 3:38 PM + Nigel Horne [EMAIL PROTECTED] wrote: On Thursday 17 Feb 2005 15:07, Tomasz Kojm wrote: On Thu, 17 Feb 2005 11:50:11 + (GMT) Andy Fiddaman [EMAIL PROTECTED] wrote: Kind of..

Re: [Clamav-users] Mime

2005-02-17 Thread Andy Fiddaman
On Wed, 16 Feb 2005, [ISO-8859-2] Bogusaw Brandys wrote: ; -BEGIN PGP SIGNED MESSAGE- ; Hash: SHA1 ; ; Nigel Horne wrote: ; On Wednesday 16 Feb 2005 14:18, Ted Fines wrote: ; ; ; FOUR MINUTES, 13 SECONDS for an 800k email. ... ; 0.80 didn't scan it properly and would have let a virus

Re: [Clamav-users] Mime

2005-02-17 Thread Scott Ryan
On Thursday 17 February 2005 11:29, Andy Fiddaman shaped the electrons to say: On Wed, 16 Feb 2005, [ISO-8859-2] Bogusaw Brandys wrote: ; -BEGIN PGP SIGNED MESSAGE- ; Hash: SHA1 ; ; Nigel Horne wrote: ; On Wednesday 16 Feb 2005 14:18, Ted Fines wrote: ; ; ; FOUR MINUTES, 13

Re: [Clamav-users] Mime

2005-02-17 Thread Andy Fiddaman
On Wed, 16 Feb 2005, Tomasz Kojm wrote: ; On Wed, 16 Feb 2005 17:51:28 +0200 ; Scott Ryan [EMAIL PROTECTED] wrote: ; ; I will just have to allow these types of mails to go unscanned. Four ; minutes to scan 1 will cause a DOS. ; ; So increase the number of MaxThreads... ; ; Would it be

Re: [Clamav-users] Mime

2005-02-17 Thread Tomasz Kojm
On Thu, 17 Feb 2005 11:50:11 + (GMT) Andy Fiddaman [EMAIL PROTECTED] wrote: Kind of.. there's a limit for how many times the mail scanner is invoked, (such as for a message with zip containing message containing zip containing message...), but not for mime recursion.. i.e. parseEmailBody

Re: [Clamav-users] Mime

2005-02-17 Thread Nigel Horne
On Thursday 17 Feb 2005 15:07, Tomasz Kojm wrote: On Thu, 17 Feb 2005 11:50:11 + (GMT) Andy Fiddaman [EMAIL PROTECTED] wrote: Kind of.. there's a limit for how many times the mail scanner is invoked, (such as for a message with zip containing message containing zip containing

Re: [Clamav-users] Mime

2005-02-17 Thread Andy Fiddaman
On Thu, 17 Feb 2005, Nigel Horne wrote: ; On Thursday 17 Feb 2005 15:07, Tomasz Kojm wrote: ; On Thu, 17 Feb 2005 11:50:11 + (GMT) ; Andy Fiddaman [EMAIL PROTECTED] wrote: ; ; Kind of.. there's a limit for how many times the mail scanner is ; invoked, (such as for a message with zip

Re: [Clamav-users] Mime

2005-02-17 Thread Ted Fines
--On Thursday, February 17, 2005 3:38 PM + Nigel Horne [EMAIL PROTECTED] wrote: On Thursday 17 Feb 2005 15:07, Tomasz Kojm wrote: On Thu, 17 Feb 2005 11:50:11 + (GMT) Andy Fiddaman [EMAIL PROTECTED] wrote: Kind of.. there's a limit for how many times the mail scanner is invoked, (such

Re: [Clamav-users] Mime

2005-02-17 Thread Nigel Horne
On Thursday 17 Feb 2005 16:07, Andy Fiddaman wrote: The problem with the old limit was that it was hard coded and so was the behaviour when it was exceeded (IIRC it used to just not scan the additional nested parts). I can't understand why adding this option with configurable behaviour would

Re: [Clamav-users] Mime

2005-02-17 Thread Brian Morrison
On Thu, 17 Feb 2005 16:12:08 + in [EMAIL PROTECTED] Nigel Horne [EMAIL PROTECTED] wrote: On Thursday 17 Feb 2005 16:07, Andy Fiddaman wrote: The problem with the old limit was that it was hard coded and so was the behaviour when it was exceeded (IIRC it used to just not scan the

Re: [Clamav-users] Mime

2005-02-17 Thread Andy Fiddaman
; [EMAIL PROTECTED] Nigel Horne [EMAIL PROTECTED] ; wrote: ; ; On Thursday 17 Feb 2005 16:07, Andy Fiddaman wrote: ; ; The problem with the old limit was that it was hard coded and so was ; the behaviour when it was exceeded (IIRC it used to just not scan ; the additional nested parts). I

[Clamav-users] Mime

2005-02-16 Thread Scott Ryan
Hi list, I have posted before about an issue with clamd hanging and yesterday we finally managed to find out what the underlying problem was. We came across an 800k mail that we initially thought was causing clamd to hang. The truth infact was that once we turned on debugging, we noticed that

Re: [Clamav-users] Mime

2005-02-16 Thread Ted Fines
--On Wednesday, February 16, 2005 2:52 PM +0200 Scott Ryan [EMAIL PROTECTED] wrote: On Wednesday 16 February 2005 14:50, Ted Fines shaped the electrons to say: Would you please send me this attachment off-list. Please zip it and password protect it (password='password') so it comes through.

Re: [Clamav-users] Mime

2005-02-16 Thread Nigel Horne
On Wednesday 16 Feb 2005 14:18, Ted Fines wrote: FOUR MINUTES, 13 SECONDS for an 800k email. Look at the file again. It is NOT an 800k mail. It is over 200 emails embedded within each other. By definition the largest message is about 800K and the smallest is about 1K give or take, giving an

Re: [Clamav-users] Mime

2005-02-16 Thread Odhiambo Washington
* Ted Fines [EMAIL PROTECTED] [20050216 17:20]: wrote: --On Wednesday, February 16, 2005 2:52 PM +0200 Scott Ryan [EMAIL PROTECTED] wrote: On Wednesday 16 February 2005 14:50, Ted Fines shaped the electrons to say: Would you please send me this attachment off-list. Please zip it and

Re: [Clamav-users] Mime

2005-02-16 Thread Bogusaw Brandys
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Nigel Horne wrote: On Wednesday 16 Feb 2005 14:18, Ted Fines wrote: FOUR MINUTES, 13 SECONDS for an 800k email. Look at the file again. It is NOT an 800k mail. It is over 200 emails embedded within each other. By definition the largest

Re: [Clamav-users] Mime

2005-02-16 Thread Nigel Horne
On Wednesday 16 Feb 2005 14:58, Bogusaw Brandys wrote: Oversized.Mail ? Do we need such new detection or is better solution ? I need to finish the work on the new scanner that is already underway (see mbox.c) which removes the parser. Boguslaw Brandys -- Nigel Horne. Arranger, Composer,

Re: [Clamav-users] Mime

2005-02-16 Thread Scott Ryan
On Wednesday 16 February 2005 16:26, Nigel Horne shaped the electrons to say: On Wednesday 16 Feb 2005 14:18, Ted Fines wrote: FOUR MINUTES, 13 SECONDS for an 800k email. Look at the file again. It is NOT an 800k mail. It is over 200 emails embedded within each other. By definition the

Re: [Clamav-users] Mime

2005-02-16 Thread Nigel Horne
On Wednesday 16 Feb 2005 15:15, Scott Ryan wrote: On Wednesday 16 February 2005 16:26, Nigel Horne shaped the electrons to say: On Wednesday 16 Feb 2005 14:18, Ted Fines wrote: FOUR MINUTES, 13 SECONDS for an 800k email. Look at the file again. It is NOT an 800k mail. It is over 200

Re: [Clamav-users] Mime

2005-02-16 Thread Scott Ryan
On Wednesday 16 February 2005 17:34, Nigel Horne shaped the electrons to say: On Wednesday 16 Feb 2005 15:15, Scott Ryan wrote: On Wednesday 16 February 2005 16:26, Nigel Horne shaped the electrons to say: On Wednesday 16 Feb 2005 14:18, Ted Fines wrote: FOUR MINUTES, 13 SECONDS for an

Re: [Clamav-users] Mime

2005-02-16 Thread Nigel Horne
On Wednesday 16 Feb 2005 15:51, Scott Ryan wrote: Would it be possible to request that some kind of recursion limit be added here like there currently is on zip files? That would be bad idea since it would be v. easy for a virus writer to get around. -- Nigel Horne. Arranger, Composer,

Re: [Clamav-users] Mime

2005-02-16 Thread Peter Hubbard
On Wed, 2005-02-16 at 16:00 +, Nigel Horne wrote: On Wednesday 16 Feb 2005 15:51, Scott Ryan wrote: Would it be possible to request that some kind of recursion limit be added here like there currently is on zip files? That would be bad idea since it would be v. easy for a virus

Re: [Clamav-users] Mime

2005-02-16 Thread Brian Morrison
On Wed, 16 Feb 2005 18:23:51 +0200 in [EMAIL PROTECTED] Peter Hubbard [EMAIL PROTECTED] wrote: That would be bad idea since it would be v. easy for a virus writer to get around. Okay. How about an option to dump an email - or flag it as a *possible* virus - if a specified recursion

Re: [Clamav-users] Mime

2005-02-16 Thread Tomasz Kojm
On Wed, 16 Feb 2005 17:51:28 +0200 Scott Ryan [EMAIL PROTECTED] wrote: I will just have to allow these types of mails to go unscanned. Four minutes to scan 1 will cause a DOS. So increase the number of MaxThreads... Would it be possible to request that some kind of recursion limit be added

Re: [Clamav-users] Mime

2005-02-16 Thread Scott Ryan
On Wednesday 16 February 2005 18:43, Tomasz Kojm shaped the electrons to say: On Wed, 16 Feb 2005 17:51:28 +0200 Scott Ryan [EMAIL PROTECTED] wrote: I will just have to allow these types of mails to go unscanned. Four minutes to scan 1 will cause a DOS. So increase the number of

Re: [Clamav-users] Mime

2005-02-16 Thread Tomasz Kojm
On Wed, 16 Feb 2005 19:05:22 +0200 Scott Ryan [EMAIL PROTECTED] wrote: What is that limit? libclamav/scanners.c: #define MAX_MAIL_RECURSION 15 -- oo. Tomasz Kojm [EMAIL PROTECTED] (\/)\. http://www.ClamAV.net/gpg/tkojm.gpg \..._

Re: [Clamav-users] MIME problem?

2004-03-17 Thread Nigel Horne
On Monday 15 Mar 2004 5:43 pm, Stuart Mycock wrote: When I rip out the attachment manually it detects the virus fine. Shall I submit the sample anyway? I don't want to waste anyone's time if this is something that's already being dealt with? Send me the e-mail and I'll look into it. -Nigel

[Clamav-users] MIME problem?

2004-03-15 Thread Stuart Mycock
Hi all, RAV caught a bounced message sample containing Worm.SomeFool.Gen-2 (Netsky.B) but neither clamd or 'clamdscan --mbox' could find the infection, I presume this is an issue with the MIME handling? When I rip out the attachment manually it detects the virus fine. Shall I submit the sample

Re: [clamav-users] Mime mails

2003-05-24 Thread Nigel Horne
uudecoding is handled by libclamav/message.c -Nigel -- Nigel Horne. Arranger, Composer, Typesetter. NJH Music, Barnsley, UK. ICQ#20252325 [EMAIL PROTECTED] http://www.bandsman.co.uk - To unsubscribe, e-mail: [EMAIL

Re: [clamav-users] Mime mails

2003-05-23 Thread ricardo
My experience is that it does to some extent. I know, though, that it doesn't support uuencoded messages, for example (unless I'm doing something wrong). The only way I can get it to work well for mime and uuencoded messages is to run a program (like ripmime) on the message and then run

Re: [clamav-users] Mime mails

2003-05-23 Thread Damjan
The only way I can get it to work well for mime and uuencoded messages is to run a program (like ripmime) on the message and then run clamscan on the mime parts. How well does ripmime handle strange/non-standard mime messages like those generated by viruses? -- Damjan Georgievski

Re: [clamav-users] Mime mails

2003-05-23 Thread Sean Rima
On 23 May 2003, [EMAIL PROTECTED] spake: My experience is that it does to some extent. I know, though, that it doesn't support uuencoded messages, for example (unless I'm doing something wrong). The only way I can get it to work well for mime and uuencoded messages is to run a program

Re: [clamav-users] Mime mails

2003-05-23 Thread listuser
On Fri, 23 May 2003, Sean Rima wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Does clamav (0.54) read understand mime. I am just curious Sean - -- Q: Because it reverses the logical flow of conversation. A: Why is top posting frowned upon? Does whatever glues your installation

Re: [clamav-users] Mime mails

2003-05-23 Thread ricardo
I don't really have a test suite, I'm assuming ripmime works well. Anybody have a suite of these kinds of messages to run through? Ricardo On Fri, 23 May 2003 21:43:04 +0200 Damjan wrote: The only way I can get it to work well for mime and uuencoded messages is to run a program (like