[clamav-users] Need Help

2012-09-13 Thread Siranjeevi
Hi All,

 I am working with ClamAV for nearly 2 months. Now i am trying to scan the
files which are larger than 30 MB breaks in the middle and getting an error "
net.taldius.clamav.ScannerException: Error while initializing clamd data
channel".

 I have used the API from the following website link :
 
http://nsinfra.blogspot.in/2011/06/java-api-to-detect-virus-using-clamav.html

 It is working fine and i could get results for the files which are of less
than 30 MB. So, please let me know the root cause for the issue.

 I would be thankful if you could help me in this regard.

-- 
   Regards,
   *R.Siranjeevi**   **|  MCA @ PSG Tech*
-
"Count the flowers of your garden, NOT the leafs which falls away! "
___
Help us build a comprehensive ClamAV guide: visit http://wiki.clamav.net
http://www.clamav.net/support/ml


[clamav-users] What is the maximum file size ClamAV supports ??

2012-09-14 Thread Siranjeevi
Hi All,

I have tried to scan the file which is of 75 MB file.. I need to know
whether it is scanned or not. Because Data Scanned is coming as 0.00 MB.
Please help me in this regard. I have to proceed further.

[root@mySys clamav]# clamscan clamav-0.97.tar

LibClamAV Warning: **
LibClamAV Warning: ***  The virus database is older than 7 days!  ***
LibClamAV Warning: ***   Please update it as soon as possible.***
LibClamAV Warning: **
clamav-0.97.tar: OK

--- SCAN SUMMARY ---
Known viruses: 1263908
Engine version: 0.97.5
Scanned directories: 0
Scanned files: 1
Infected files: 0
*Data scanned: 0.00 MB*
Data read: 75.66 MB (ratio 0.00:1)
Time: 2.416 sec (0 m 2 s)

What is the maximum file size ClamAV supports ?? Please reply with the
maximum file size limit. I couldn't found this information in google.

Thanks in Advance for your help.
-- 
   Regards,
   *R.Siranjeevi**   **|  MCA @ PSG Tech*
-
"Count the flowers of your garden, NOT the leafs which falls away! "
___
Help us build a comprehensive ClamAV guide: visit http://wiki.clamav.net
http://www.clamav.net/support/ml


Re: [clamav-users] What is the maximum file size ClamAV supports ??

2012-09-14 Thread Siranjeevi
Hi All,

 I changed the items in clamd.conf

 MaxScanSize = "157286400"
 MaxFileSize = "104857600"

 But Still, the changes are not reflected in clamscan. I couldn't scan
large files which is of 75MB in size.

 Please help me out.

 I didn't expect such a great response by you guys. Really ClamAV has so
many active members who are contributing very well for its growth.

 I am a newbie. May be my questions seems to be silly. Please consider my
question and I am expecting your replies.

 Thank You.


On Fri, Sep 14, 2012 at 3:10 PM, Al Varnell  wrote:

> On 9/14/12 2:05 AM, "Siranjeevi"  wrote:
>
> > Hi All,
> >
> > I have tried to scan the file which is of 75 MB file.. I need to know
> > whether it is scanned or not. Because Data Scanned is coming as 0.00 MB.
> > Please help me in this regard. I have to proceed further.
> >
> > [root@mySys clamav]# clamscan clamav-0.97.tar
> >
> > LibClamAV Warning: **
> > LibClamAV Warning: ***  The virus database is older than 7 days!  ***
> > LibClamAV Warning: ***   Please update it as soon as possible.***
> > LibClamAV Warning: **
> > clamav-0.97.tar: OK
> >
> > --- SCAN SUMMARY ---
> > Known viruses: 1263908
> > Engine version: 0.97.5
> > Scanned directories: 0
> > Scanned files: 1
> > Infected files: 0
> > *Data scanned: 0.00 MB*
> > Data read: 75.66 MB (ratio 0.00:1)
> > Time: 2.416 sec (0 m 2 s)
> >
> > What is the maximum file size ClamAV supports ?? Please reply with the
> > maximum file size limit. I couldn't found this information in google.
> >
> > Thanks in Advance for your help.
>
> Run clamconf and check MaxScanSize.  Probably 100M.
>
> Also, from man clamscan:
>
>--max-scansize=#n
>  Extract and scan at most #n kilobytes from each scanned file.
>  You may pass the value in megabytes in format xM or xm, where
> x
>  is a number.  This option protects your system against DoS
>  attacks (default: 100 MB, max: <4 GB)
>
> However, if the file is an archive, then the MaxFileSize is probably 25M.
>
>
> -Al-
>
> --
> Al Varnell
> Mountain View, CA
>
>
>
> ___
> Help us build a comprehensive ClamAV guide: visit http://wiki.clamav.net
> http://www.clamav.net/support/ml
>



-- 
   Regards,
   *R.Siranjeevi**   **|  MCA @ PSG Tech*
-
"Count the flowers of your garden, NOT the leafs which falls away! "
___
Help us build a comprehensive ClamAV guide: visit http://wiki.clamav.net
http://www.clamav.net/support/ml


Re: [clamav-users] What is the maximum file size ClamAV supports ??

2012-09-14 Thread Siranjeevi
Yes David. I can understand that now.. If i change in clamd.conf, can i get
it reflected for daemon process.

On Fri, Sep 14, 2012 at 6:52 PM, David Raynor wrote:

> On Fri, Sep 14, 2012 at 8:59 AM, Siranjeevi  wrote:
>
> > Hi All,
> >
> >  I changed the items in clamd.conf
> >
> >  MaxScanSize = "157286400"
> >  MaxFileSize = "104857600"
> >
> >  But Still, the changes are not reflected in clamscan. I couldn't scan
> > large files which is of 75MB in size.
> >
> >
> clamscan does not use the clamd.conf file. You need to pass any settings
> changes on the command line. Rob pointed out what the size-related command
> line options were. Probably --max-filesize=# will do the trick.
>
> If you use the --help command line option, clamscan will give you a
> detailed list of other options it supports in case they are relevant to
> your scans.
>
> Dave R.
>
> --
> ---
> Dave Raynor
> Sourcefire Vulnerability Research Team
> dray...@sourcefire.com
> ___
> Help us build a comprehensive ClamAV guide: visit http://wiki.clamav.net
> http://www.clamav.net/support/ml
>



-- 
   Regards,
   *R.Siranjeevi**   **|  MCA @ PSG Tech*
-
"Count the flowers of your garden, NOT the leafs which falls away! "
___
Help us build a comprehensive ClamAV guide: visit http://wiki.clamav.net
http://www.clamav.net/support/ml


Re: [clamav-users] Need Help

2012-09-14 Thread Siranjeevi
Yeah Joel Esler. Thank You. I was expecting the author to reply for my
query.

I really appreciate your replies to all mails.

On Fri, Sep 14, 2012 at 7:14 PM, Joel Esler  wrote:

> On Sep 14, 2012, at 1:54 AM, Siranjeevi  wrote:
>
> > Hi All,
> >
> > I am working with ClamAV for nearly 2 months. Now i am trying to scan the
> > files which are larger than 30 MB breaks in the middle and getting an
> error "
> > net.taldius.clamav.ScannerException: Error while initializing clamd data
> > channel".
> >
> > I have used the API from the following website link :
> >
> http://nsinfra.blogspot.in/2011/06/java-api-to-detect-virus-using-clamav.html
> <
> http://nsinfra.blogspot.in/2011/06/java-api-to-detect-virus-using-clamav.html
> >
> >
> > It is working fine and i could get results for the files which are of
> less
> > than 30 MB. So, please let me know the root cause for the issue.
> >
> > I would be thankful if you could help me in this regard.
>
> As I said in my last email, the ClamAV team can't support a third party
> API, hopefully the author of that API is on this list.  Otherwise you'll
> need to contact the author directly.
>
> --
> Joel Esler
> Senior Research Engineer, VRT
> OpenSource Community Manager
> Sourcefire
> ___
> Help us build a comprehensive ClamAV guide: visit http://wiki.clamav.net
> http://www.clamav.net/support/ml
>



-- 
   Regards,
   *R.Siranjeevi**   **|  MCA @ PSG Tech*
-
"Count the flowers of your garden, NOT the leafs which falls away! "
___
Help us build a comprehensive ClamAV guide: visit http://wiki.clamav.net
http://www.clamav.net/support/ml


Re: [clamav-users] What is the maximum file size ClamAV supports ??

2012-09-14 Thread Siranjeevi
I am getting error like this when i do clamdscan on a file or folder. What
could be the reason for it ??

[root@mySys clamav]# clamdscan response

/root/clamav/response: lstat() failed: Permission denied. ERROR

--- SCAN SUMMARY ---
Infected files: 0
Total errors: 1
Time: 0.171 sec (0 m 0 s)


On Fri, Sep 14, 2012 at 7:15 PM, Siranjeevi  wrote:

> Yes David. I can understand that now.. If i change in clamd.conf, can i
> get it reflected for daemon process.
>
>
> On Fri, Sep 14, 2012 at 6:52 PM, David Raynor wrote:
>
>> On Fri, Sep 14, 2012 at 8:59 AM, Siranjeevi 
>> wrote:
>>
>> > Hi All,
>> >
>> >  I changed the items in clamd.conf
>> >
>> >  MaxScanSize = "157286400"
>> >  MaxFileSize = "104857600"
>> >
>> >  But Still, the changes are not reflected in clamscan. I couldn't scan
>> > large files which is of 75MB in size.
>> >
>> >
>> clamscan does not use the clamd.conf file. You need to pass any settings
>> changes on the command line. Rob pointed out what the size-related command
>> line options were. Probably --max-filesize=# will do the trick.
>>
>> If you use the --help command line option, clamscan will give you a
>> detailed list of other options it supports in case they are relevant to
>> your scans.
>>
>> Dave R.
>>
>> --
>> ---
>> Dave Raynor
>> Sourcefire Vulnerability Research Team
>> dray...@sourcefire.com
>> ___
>> Help us build a comprehensive ClamAV guide: visit http://wiki.clamav.net
>> http://www.clamav.net/support/ml
>>
>
>
>
> --
>Regards,
>*R.Siranjeevi**   **|  MCA @ PSG Tech*
>
> -
> "Count the flowers of your garden, NOT the leafs which falls away! "
>
>
>
>


-- 
   Regards,
   *R.Siranjeevi**   **|  MCA @ PSG Tech*
-
"Count the flowers of your garden, NOT the leafs which falls away! "
___
Help us build a comprehensive ClamAV guide: visit http://wiki.clamav.net
http://www.clamav.net/support/ml


Re: [clamav-users] What is the maximum file size ClamAV supports ??

2012-09-14 Thread Siranjeevi
Hi Todd,

 Thanks for explanation. Its really helpful for me to understand. Actually
i have tried with clamdscan only. Clamscan command is working perfectly. I
have struggled nearly 10 times and installed the ClamAV in my Cent OS 6. I
have tried to install in many ways like using rpm, tar, and at last done
with yum install.

 I am learning a lot from you guys. Thanks for replies. You people are
really more dynamic than i ever expected. I am getting replies from
different guys and it sounds good.

 Can i ask more questions over here know ??

On Fri, Sep 14, 2012 at 6:47 PM, Todd Lyons  wrote:

> On Fri, Sep 14, 2012 at 5:59 AM, Siranjeevi  wrote:
> >  I changed the items in clamd.conf
> >  MaxScanSize = "157286400"
> >  MaxFileSize = "104857600"
> >
> >  But Still, the changes are not reflected in clamscan. I couldn't scan
> > large files which is of 75MB in size.
>
> Did you mean clamdscan?  Or are you actually using clamscan?  clamscan
> is a standalone program which loads its own copy of the virus database
> and scans everything itself.  clamdscan is a small program which
> connects to a running clamd daemon and asks the daemon to scan the
> files and waits for the answer.  Which one you are using will have
> some bearing on what is recommended to you.  I suggest first that you
> repeat your tests with clamdscan and see what changes, if anything.
>
> ...Todd
> --
> The total budget at all receivers for solving senders' problems is $0.
>  If you want them to accept your mail and manage it the way you want,
> send it the way the spec says to. --John Levine
> ___
> Help us build a comprehensive ClamAV guide: visit http://wiki.clamav.net
> http://www.clamav.net/support/ml
>



-- 
   Regards,
   *R.Siranjeevi**   **|  MCA @ PSG Tech*
-
"Count the flowers of your garden, NOT the leafs which falls away! "
___
Help us build a comprehensive ClamAV guide: visit http://wiki.clamav.net
http://www.clamav.net/support/ml


Re: [clamav-users] What is the maximum file size ClamAV supports ??

2012-09-17 Thread Siranjeevi
Hi All,

 When i run clamdscan, I am getting an error like this :

lstat() failed: Permission denied. ERROR

Please help me out with the reason.

On Sun, Sep 16, 2012 at 1:32 AM, Benny Pedersen  wrote:

> Den 2012-09-14 14:59, Siranjeevi skrev:
>
>
>   MaxScanSize = "157286400"
>>  MaxFileSize = "104857600"
>>
>
> this is clamd, not clamscan, use clamdscan to see its changes
>
>
>   But Still, the changes are not reflected in clamscan. I couldn't scan
>> large files which is of 75MB in size.
>>
>
> man clamscan
>
>
>
>
> __**_
> Help us build a comprehensive ClamAV guide: visit http://wiki.clamav.net
> http://www.clamav.net/support/**ml <http://www.clamav.net/support/ml>
>



-- 
   Regards,
   *R.Siranjeevi**   **|  MCA @ PSG Tech*
-
"Count the flowers of your garden, NOT the leafs which falls away! "
___
Help us build a comprehensive ClamAV guide: visit http://wiki.clamav.net
http://www.clamav.net/support/ml


Re: [clamav-users] What is the maximum file size ClamAV supports ??

2012-09-17 Thread Siranjeevi
Sure. I have given full permission to that file.. like

 -rwxrwxrwx  1 root root   261638 Nov 11  2010
xrdp-0.4.0-1.el6.rf.x86_64.rpm

But still i am getting the same error. I couldn't find out the exact reason.


On Mon, Sep 17, 2012 at 2:32 PM, gaurav singh
wrote:

> clamdscan does not have permissions on that directory or file(on it is
> tring to run scan).
> Try to see that you have appropriate permission.
>
> On Mon, Sep 17, 2012 at 2:08 PM, Siranjeevi  wrote:
>
> > Hi All,
> >
> >  When i run clamdscan, I am getting an error like this :
> >
> > lstat() failed: Permission denied. ERROR
> >
> > Please help me out with the reason.
> >
> > On Sun, Sep 16, 2012 at 1:32 AM, Benny Pedersen  wrote:
> >
> > > Den 2012-09-14 14:59, Siranjeevi skrev:
> > >
> > >
> > >   MaxScanSize = "157286400"
> > >>  MaxFileSize = "104857600"
> > >>
> > >
> > > this is clamd, not clamscan, use clamdscan to see its changes
> > >
> > >
> > >   But Still, the changes are not reflected in clamscan. I couldn't scan
> > >> large files which is of 75MB in size.
> > >>
> > >
> > > man clamscan
> > >
> > >
> > >
> > >
> > > __**_
> > > Help us build a comprehensive ClamAV guide: visit
> http://wiki.clamav.net
> > > http://www.clamav.net/support/**ml <http://www.clamav.net/support/ml>
> > >
> >
> >
> >
> > --
> >Regards,
> >*R.Siranjeevi**   **|  MCA @ PSG Tech*
> >
> >
> -
> > "Count the flowers of your garden, NOT the leafs which falls away! "
> > ___
> > Help us build a comprehensive ClamAV guide: visit http://wiki.clamav.net
> > http://www.clamav.net/support/ml
> >
> ___
> Help us build a comprehensive ClamAV guide: visit http://wiki.clamav.net
> http://www.clamav.net/support/ml
>



-- 
   Regards,
   *R.Siranjeevi**   **|  MCA @ PSG Tech*
-
"Count the flowers of your garden, NOT the leafs which falls away! "
___
Help us build a comprehensive ClamAV guide: visit http://wiki.clamav.net
http://www.clamav.net/support/ml


Re: [clamav-users] What is the maximum file size ClamAV supports ??

2012-09-17 Thread Siranjeevi
Oh... Sorry for continuing the mails in the same thread.. Thanks for the
responses..

I am surely having a grateful respect on ClamAV users. I will get back if i
get issues in other ways.

Thank You G.W. Haywood.

On Mon, Sep 17, 2012 at 3:57 PM, G.W. Haywood wrote:

> Hi there,
>
>
> On Mon, 17 Sep 2012, Siranjeevi wrote:
>
>  Sure. I have given full permission to that file.. like
>>
>>  -rwxrwxrwx  1 root root   261638 Nov 11  2010
>> xrdp-0.4.0-1.el6.rf.x86_64.rpm
>>
>> But still i am getting the same error. I couldn't find out the exact
>> reason.
>>
>
> You have been told the exact reason.  Now you need to read about how
> permissions work.  This is not a ClamAV issue.  It also has nothing to
> do with the subject of this thread, and it is disrespectful to members
> of the mailing list to behave in the way that you behave.
>
> --
>
> 73,
> Ged.
>
> __**_
> Help us build a comprehensive ClamAV guide: visit http://wiki.clamav.net
> http://www.clamav.net/support/**ml <http://www.clamav.net/support/ml>
>



-- 
   Regards,
   *R.Siranjeevi**   **|  MCA @ PSG Tech*
-
"Count the flowers of your garden, NOT the leafs which falls away! "
___
Help us build a comprehensive ClamAV guide: visit http://wiki.clamav.net
http://www.clamav.net/support/ml


[clamav-users] eicar_com.zip is not scanned inside a rar file

2012-09-17 Thread Siranjeevi
Hi All,

 I am testing to get the scan report for zip, war, rar and other archive
types.

 When i do scan eicar_com.zip alone, Clamdscan shows the result
as:*/root/clamav/eicar_com.zip: Eicar-Test-Signature FOUND
*

 But when i put it in zip and scan it in the way, it is passing the result.
Whether clamav supports scanning zip, rar and other archive file types.

 Please give me reasons why it is not scanned.

- Regards,
   *R.Siranjeevi**   **|  MCA @ PSG Tech*
-
"Count the flowers of your garden, NOT the leafs which falls away! "
___
Help us build a comprehensive ClamAV guide: visit http://wiki.clamav.net
http://www.clamav.net/support/ml


Re: [clamav-users] eicar_com.zip is not scanned inside a rar file

2012-09-17 Thread Siranjeevi
 I found out one reason that i have added the eicar_com.zip file inside a
33MB zip file. So clamdscan was unable to scan.

 I have Made changes in /etc/clamd.conf as follows :

LogFile /var/log/clamav/clamd.log
LogFileMaxSize 10M
LogTime yes
LogSyslog yes
DatabaseDirectory /var/lib/clamav
PidFile /var/run/clamav/clamd.pid
TemporaryDirectory /var/tmp
LocalSocket /var/run/clamav/clamd.sock
FixStaleSocket yes
TCPSocket 3310
TCPAddr <*Linux_Box_IP*>
MaxConnectionQueueLength 30
User clamav
AllowSupplementaryGroups yes
ScanPE yes
ScanELF yes
DetectBrokenExecutables yes
ScanOLE2 yes
ScanPDF yes
ScanMail yes
ScanPartialMessages yes
ScanHTML yes
ScanArchive yes
ArchiveBlockEncrypted no
MaxScanSize 0
MaxFileSize 0
MaxFiles 0


I want to scan all type of file extension. And i have no size limits
because i am confident about the users who are registered in my website.
Please help me out configuring the settings. I need to scan recursively
inside the directories for all files.

When i do changes in clamd.conf, then it should be reflected in clamdscan
know.

Thanks in advance. :)

On Mon, Sep 17, 2012 at 4:35 PM, Siranjeevi  wrote:

> Hi All,
>
>  I am testing to get the scan report for zip, war, rar and other archive
> types.
>
>  When i do scan eicar_com.zip alone, Clamdscan shows the result 
> as:*/root/clamav/eicar_com.zip: Eicar-Test-Signature FOUND
> *
>
>  But when i put it in zip and scan it in the way, it is passing the
> result. Whether clamav supports scanning zip, rar and other archive file
> types.
>
>  Please give me reasons why it is not scanned.
>
> - Regards,
>*R.Siranjeevi**   **|  MCA @ PSG Tech*
>
> -
> "Count the flowers of your garden, NOT the leafs which falls away! "
>
>
>
>


-- 
   Regards,
   *R.Siranjeevi**   **|  MCA @ PSG Tech*
-
"Count the flowers of your garden, NOT the leafs which falls away! "
___
Help us build a comprehensive ClamAV guide: visit http://wiki.clamav.net
http://www.clamav.net/support/ml


[clamav-users] Need Java API to Scan mails and Attachments in Linux

2012-09-17 Thread Siranjeevi
Hi All,


 I have done every settings in clamav daemon service to run in my linux
box. Now i need to do it in my java application.. Could anyone please help
me in any available java API's to test it from Java ??

Thanks.

-- 
   Regards,
   *R.Siranjeevi**   **|  MCA @ PSG Tech*
-
"Count the flowers of your garden, NOT the leafs which falls away! "
___
Help us build a comprehensive ClamAV guide: visit http://wiki.clamav.net
http://www.clamav.net/support/ml


[clamav-users] How to remove infected files after scanning with Clamd ??

2012-09-20 Thread Siranjeevi
I need to remove the virus infected files after scanning it. I tried for
the option in clamd.conf file. I couldn't find out. When i use --remove in
clamdscan it works fine for me. When i do it remotely, i need to configure
in Clamd.conf file right.

Which option makes the infected file to delete ??

Thanks for the information.

-- 
   Regards,
   *R.Siranjeevi**   **|  MCA @ PSG Tech*
-
"Count the flowers of your garden, NOT the leafs which falls away! "
___
Help us build a comprehensive ClamAV guide: visit http://wiki.clamav.net
http://www.clamav.net/support/ml


Re: [clamav-users] How to remove infected files after scanning with Clamd ??

2012-09-21 Thread Siranjeevi
Clamdscan is client which runs on Clamd thread know. I am asking, Is there
any option to delete the infected file..?? I want use daemon process to do
this for my mail attachments.


On Thu, Sep 20, 2012 at 7:40 PM, Benny Pedersen  wrote:

> Den 2012-09-20 15:24, Siranjeevi skrev:
>
>  I need to remove the virus infected files after scanning it. I tried for
>> the option in clamd.conf file. I couldn't find out. When i use --remove in
>> clamdscan it works fine for me. When i do it remotely, i need to configure
>> in Clamd.conf file right.
>>
>> Which option makes the infected file to delete ??
>>
>
> clamd is only a scanner, not a daemon that removes files, would you like
> it to delete your os ?
>
> in linux use clamscan --remove as non root user is fine for what you ask
> for
>
>
>
> __**_
> Help us build a comprehensive ClamAV guide: visit http://wiki.clamav.net
> http://www.clamav.net/support/**ml <http://www.clamav.net/support/ml>
>



-- 
   Regards,
   *R.Siranjeevi**   **|  MCA @ PSG Tech*
-
"Count the flowers of your garden, NOT the leafs which falls away! "
___
Help us build a comprehensive ClamAV guide: visit http://wiki.clamav.net
http://www.clamav.net/support/ml


Re: [clamav-users] How to remove infected files after scanning with Clamd ??

2012-09-22 Thread Siranjeevi
Yes Bowie. I could understand the concept behind this now.. Thanks for the
information. I will try to do it some other way. If the status hasVirus is
true, i will go the actual location of attachments and delete it through
the actual linux cmds.

Thank You Benny as well.


On Fri, Sep 21, 2012 at 10:51 PM, Benny Pedersen  wrote:

> Den 2012-09-21 17:29, Siranjeevi skrev:
>
>  Clamdscan is client which runs on Clamd thread know. I am asking, Is there
>> any option to delete the infected file..?? I want use daemon process to do
>> this for my mail attachments.
>>
>
> you ask about if apache will delete webpages aswell ?, generic no daemon
> will do this, i have answered, you need to find some other tools that
> "delete" for you, its just not adversibble
>
>
>
>
> __**_
> Help us build a comprehensive ClamAV guide: visit http://wiki.clamav.net
> http://www.clamav.net/support/**ml <http://www.clamav.net/support/ml>
>



-- 
   Regards,
   *R.Siranjeevi**   **|  MCA @ PSG Tech*
-
"Count the flowers of your garden, NOT the leafs which falls away! "
___
Help us build a comprehensive ClamAV guide: visit http://wiki.clamav.net
http://www.clamav.net/support/ml


[clamav-users] ClamAV is not detecting virus

2012-09-25 Thread Siranjeevi
Hi All,

 I have added the eicar_com zip file inside a rar file. When i scan it
with clamav it is passing as *'OK'*. Another case i have added the same
eicar_com zip file inside another TestScan zip file. But it is successful
scanned and got an indication that *"Eicar-Test-Signature FOUND"*.

But when i do both the test cases in the google mail attachment it is
saying like *Virus Detected! *and I was unable to attach those files.

 Please give me the reason for it. Is google using some other Anti-Virus ??



-- 
   Regards,
   *R.Siranjeevi**   **|  MCA @ PSG Tech*
-
"Count the flowers of your garden, NOT the leafs which falls away! "
___
Help us build a comprehensive ClamAV guide: visit http://wiki.clamav.net
http://www.clamav.net/support/ml


Re: [clamav-users] ClamAV is not detecting virus

2012-09-25 Thread Siranjeevi
  I guess the problem is with the file type. ClamAV is not scanning the
zip files inside a rar file. Being a new developer i need to know it
clearly.

On Tue, Sep 25, 2012 at 3:13 PM, Siranjeevi  wrote:

> Hi All,
>
>  I have added the eicar_com zip file inside a rar file. When i scan it
> with clamav it is passing as *'OK'*. Another case i have added the same
> eicar_com zip file inside another TestScan zip file. But it is successful
> scanned and got an indication that *"Eicar-Test-Signature FOUND"*.
>
> But when i do both the test cases in the google mail attachment it is
> saying like *Virus Detected! *and I was unable to attach those files.
>
>  Please give me the reason for it. Is google using some other Anti-Virus
> ??
>
>
>
> --
>Regards,
>*R.Siranjeevi**   **|  MCA @ PSG Tech*
>
> -
> "Count the flowers of your garden, NOT the leafs which falls away! "
>
>
>
>


-- 
   Regards,
   *R.Siranjeevi**   **|  MCA @ PSG Tech*
-
"Count the flowers of your garden, NOT the leafs which falls away! "
___
Help us build a comprehensive ClamAV guide: visit http://wiki.clamav.net
http://www.clamav.net/support/ml


Re: [clamav-users] ClamAV is not detecting virus

2012-09-25 Thread Siranjeevi
No Benny. I am using clamdscan I have configured all the setting in
clamd.conf. But still i am not getting that problem solved.

ScanArchive yes I have already changed this also.

On Tue, Sep 25, 2012 at 6:50 PM, Benny Pedersen  wrote:

> Siranjeevi skrev den 25-09-2012 11:46:
>
>  I guess the problem is with the file type. ClamAV is not scanning the
>> zip files inside a rar file. Being a new developer i need to know it
>> clearly.
>>
>
> provide more info on what you exactly do, are you have disabled
> scanarchives in clamd.conf ?
>
> using clamscan ?
>
>
> __**_
> Help us build a comprehensive ClamAV guide: visit http://wiki.clamav.net
> http://www.clamav.net/support/**ml <http://www.clamav.net/support/ml>
>



-- 
   Regards,
   *R.Siranjeevi**   **|  MCA @ PSG Tech*
-
"Count the flowers of your garden, NOT the leafs which falls away! "
___
Help us build a comprehensive ClamAV guide: visit http://wiki.clamav.net
http://www.clamav.net/support/ml


Re: [clamav-users] ClamAV is not detecting virus

2012-09-25 Thread Siranjeevi
As i mentioned in my previous mail the same here. I have tried with both
clamscan and clamdscan. Both giving output as "OK".

I have added the eicar_com zip file inside a rar file. When i scan it with
clamav it is passing as *'OK'*. Another case i have added the same
eicar_com zip file inside another TestScan zip file. But it is successful
scanned and got an indication that *"Eicar-Test-Signature FOUND"*.

My question is very clear : Clam is not scanning the rar file which
contains virus(which is in the form of zip file inside to it).



On Tue, Sep 25, 2012 at 7:21 PM, Benny Pedersen  wrote:

> Siranjeevi skrev den 25-09-2012 15:31:
>
>  No Benny. I am using clamdscan I have configured all the setting in
>> clamd.conf. But still i am not getting that problem solved.
>>
>
> provide more info
>
> is it failing with clamdscan ?, what files does it fail with ?, what is
> the output from "file scanfile"
>
> what happend if for use "clamscan scanfile"
>
> the more info you provide, the better help one get in return
>
>
>
>
> __**_
> Help us build a comprehensive ClamAV guide: visit http://wiki.clamav.net
> http://www.clamav.net/support/**ml <http://www.clamav.net/support/ml>
>



-- 
   Regards,
   *R.Siranjeevi**   **|  MCA @ PSG Tech*
-
"Count the flowers of your garden, NOT the leafs which falls away! "
___
Help us build a comprehensive ClamAV guide: visit http://wiki.clamav.net
http://www.clamav.net/support/ml


Re: [clamav-users] ClamAV is not detecting virus

2012-09-26 Thread Siranjeevi
@Paul Enlund : I have installed it thru yum( Reference link:
http://solutionsfox.com/2011/04/install-clamav-on-redhat-or-centos/).

I am using cent OS 5.5

@Dave R: Also, have you run the standard unit tests? - I couldn't get what
it is ?? How to run unit tests and all ?

I have attached the configuration file(clamd.conf) with this mail. kindly
refer to it and tell me.


On Tue, Sep 25, 2012 at 8:07 PM, Paul Enlund  wrote:

>
> On 25/09/2012 10:43, Siranjeevi wrote:
>
>> Hi All,
>>
>>   I have added the eicar_com zip file inside a rar file. When i scan
>> it
>> with clamav it is passing as *'OK'*. Another case i have added the same
>>
>> eicar_com zip file inside another TestScan zip file. But it is successful
>> scanned and got an indication that *"Eicar-Test-Signature FOUND"*.
>>
>>
>>  But when i do both the test cases in the google mail attachment it is
>> saying like *Virus Detected! *and I was unable to attach those files.
>>
>>
>>   Please give me the reason for it. Is google using some other Anti-Virus
>> ??
>>
>>
>>
>>
> What is the Linux distribution you are running ? I
> Is this a self build or pre built distro package ?
>
>
>
>
>
> __**_
> Help us build a comprehensive ClamAV guide: visit http://wiki.clamav.net
> http://www.clamav.net/support/**ml <http://www.clamav.net/support/ml>
>



-- 
   Regards,
   *R.Siranjeevi**   **|  MCA @ PSG Tech*
-
"Count the flowers of your garden, NOT the leafs which falls away! "
___
Help us build a comprehensive ClamAV guide: visit http://wiki.clamav.net
http://www.clamav.net/support/ml

Re: [clamav-users] clamd scalability

2012-10-03 Thread Siranjeevi
Clamd is a deamon process which can handle as many threads simultaneously.


You can configure this in clamd.conf file like this :

# Maximum number of threads running at the same time.
# Default: 10
MaxThreads 50



On Wed, Oct 3, 2012 at 4:03 PM, gaurav singh
wrote:

> How does clamd handles multiple requests? or is it scalable?
>
> Thanks
> Gaurav Singh
> Software Engineer
> ___
> Help us build a comprehensive ClamAV guide: visit http://wiki.clamav.net
> http://www.clamav.net/support/ml
>



-- 
   Regards,
   *R.Siranjeevi**   **|  MCA @ PSG Tech*
-
"Count the flowers of your garden, NOT the leafs which falls away! "
___
Help us build a comprehensive ClamAV guide: visit http://wiki.clamav.net
http://www.clamav.net/support/ml