• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Java API for 3rd party anti virus tool integration

 
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I need to perform a virus check while uploading a file to my application.
Could someone please tell me whether there are java APIs provided by anti virus tool providers like Norton,Mcafe etc for this ? Or are there any standard APIs supported by vendors ?
Regards,
Biju
 
Ranch Hand
Posts: 2308
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Not very sure . But I think antivirus companies might have some antivirus checking services exposed to be used by other applications.But this might not be free of cost.
 
asd
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks Rahul...
And any body knows whether these APIs come along with the product CD ?
Or do we need to purchace them separatly ?
Any info on this regard will be greatly helpful...
thanks,
bijukumar
 
Marshal
Posts: 28226
95
Eclipse IDE Firefox Browser MySQL Database
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I certainly didn't get any documentation about programmable interfaces when I bought my latest anti-virus package. This is not at all surprising since 99.9% of their users would have no idea what that is.

But I wouldn't be surprised if the anti-virus suppliers had something you could call from your own code. Don't expect them to give it to you for free, as Rahul already said. If you want information you should ask the company whose product you are interested in using.
 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
OPSWAT has a product line called Metascan that provides a generic Java API to manage many antivirus packages.
The list of supported 3rd party packages is at http://www.opswat.com/products/metascan/supported-applications
Metascan comes in 3 flavors, the base API called Core.
Lite adds licensed engines from CA, ESET and Norman built-in
Ultra adds the above 3 plus AVG, Sunbelt, VirusBuster, Clam and more engines and a URL classification engine
The overview page for the product line is at http://www.opswat.com/products/metascan/metascan
There is a free evaluation
 
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
In the interest of full disclosure it must be noted that "tom mullen" is apparently associated with the commercial product he advocates.
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic