Projects tagged ‘antivirus’ and ‘virus’


Jump to tag:

Projects tagged ‘antivirus’ and ‘virus’

Filtered by Project Tags antivirus virus

Refine results Project Tags security (10) clamav (7) linux (6) firewall (5) scanner (4) spam (4) email (4) malware (4) clam (4) sysadmin (4) windows (4) spyware (3)

[19 total ]

338 Users
   

Clam AntiVirus (ClamAV) is an anti-virus toolkit for Unix. The main purpose of this software is the integration with mail servers (attachment scanning). The package provides a flexible and scalable ... [More] multi-threaded daemon, a commandline scanner, and a tool for automatic updating via Internet. The programs are based on a shared library distributed with the Clam AntiVirus package, which you can use in your own software. [Less]
Created over 3 years ago.

34 Users
   

ClamWin is a Free Antivirus for Microsoft Windows 98/Me/2000/XP and 2003 which includes an easy installer and open source code. You may download and use it absolutely free of charge. It features: ... [More] * High detection rates for viruses and spyware; * Scanning Scheduler; * Automatic downloads of regularly updated Virus Database. * Standalone virus scanner and right-click menu integration to Microsoft Windows Explorer; * Addin to Microsoft Outlook to remove virus-infected attachments automatically. Please note that ClamWin Free Antivirus does not include an on-access real-time scanner. You need to manually scan a file in order to detect a virus or spyware. ClamWin Free Antivirus uses ClamAV scanning engine. [Less]
Created over 2 years ago.

6 Users
   

Untangle delivers an integrated family of applications that help you simplify and consolidate the network and security products you need, in one place at the network gateway. The most popular ... [More] applications let businesses block spam, spyware, viruses, and phish, filter out inappropriate web content, control unwanted protocols like instant messaging, and provide remote access and support options to their employees. Every downloadable application is pre-configured and guaranteed to work together. * All applications run on one off-the-shelf server * Pre-configured on-demand downloads * Integrated administration and reporting The Platform provides the GUI, logging, reporting and virtual pipelining technology to make all of the apps run together smoothly. Commercial Add-ons are also available. [Less]
Created about 1 year ago.

3 Users
 

Gateway Anti-Virus allows applications across the enterprise to check files for viruses by providing a SOAP-based virus scanning web service. Client applications attach files to SOAP messages and ... [More] submit them to the Gateway Anti-Virus web service. The web service uses clamav to scan the attachments for viruses and it returns the results to the client. [Less]
Created over 2 years ago.

2 Users
   

inoclam uses inotify to watch user specified directories. When a file is created, changed or copied to one of the monitored directories, the file is virus checked with ClamAV. If a virus is detected ... [More] , the file is optionally removed from the file system and the administrator is optionally notified. [Less]
Created over 2 years ago.

0 Users

Dự án thực hiện bộ công cụ giúp người dùng dễ dàng nhận ra và tiêu diệt nhiều dòng virus thường gặp. Với cơ chế tự nhận dạng và làm sạch hệ thống ... [More] thông minh giúp người dùng không chuyên dễ dàng hơn diệt virus. Tính năng QuickRemove cho phép người dùng dễ dàng chia sẽ các file log và tiêu diệt những dạng virus cụ thể  Quản lý các tiến trình hệ thống  Tự cảnh báo các tiến trình giả dạng thư mục  Cảnh báo Autorun trên USB  Cảnh báo virus giả dạng thư mục lây qua USB  Tùy biến CSDL bởi người dùng. ... Hiện dự án đang được thực hiện. [Less]
Created 4 months ago.

0 Users

Goals:     - Plug and play.     - Setup once, run forever.     - Catch 99% of spam after the first 7 days with ZERO false positive. ... [More]    Features:     - RPath Linux based distro     - MTA: Postfix     - Bayesian filter: DSpam     - Antivirus: ClamAV     - Greylisting: Policyd     - And a Ruby on Rails WebGui to glue these stuff together. For more information about the project, please contact me via thai.duong@innology.com.vn. [Less]
Created about 1 year ago.

0 Users

YARA in a nutshellYARA is a tool aimed at helping malware researchers to identify and classify malware samples. With YARA you can create descriptions of malware families based on textual or binary ... [More] patterns contained on samples of those families. Each description consists of a set of strings and a Boolean expression which determines its logic. Let's see an example: rule silent_banker : banker { meta: /* NEW on version 1.3! */ description = "This is just an example" thread_level = 3 in_the_wild = true strings: $a = {6A 40 68 00 30 00 00 6A 14 8D 91} $b = {8D 4D B0 2B C1 83 C0 27 99 6A 4E 59 F7 F9} $c = "UVODFRYSIHLNWPEJXQZAKCBGMT" condition: $a or $b or $c }The rule above is telling YARA that any file containing one of the three strings must be reported as silent_banker. This is just a simple example, more complex and powerful rules can be created by using binary strings with wild-cards, case-insensitive text strings, special operators, regular expressions and many other features that you can find explained in YARA's documentation. YARA is multi-platform, running on Windows, Linux and Mac OS X, and can be used through its command-line interface or from your own Python scripts with the yara-python extension. More examplesThe following are real-life examples of how to use YARA rules to identify malware families. rule zbot : banker { strings: $a = "__SYSTEM__" wide $b = "*tanentry*" $c = "*C-style include directives Rules can contain metadata information Multiple files/sources can be compiled at once in yara-python Who's using YARAVirusTotal Malware Intelligence Services (http://vt-mis.com) jsunpack-n (http://jsunpack.jeek.org/) NewsOct 26, 2009 version 1.3 released May 07, 2009 version 1.2.1 released Feb 13, 2009 version 1.2 released Jan 05, 2009 version 1.1 released Nov 28, 2008 version 1.0 released [Less]
Created 12 months ago.

0 Users

A FREE, open-source Anti Virus for Mac that uses the Clam Anti Virus Engine. Based on ClamXav, with a more user-friendly interface. Enjoy! :)
Created 12 months ago.

0 Users

University Project Create a unique signature for malwares.
Created 7 months ago.