This site is the archived OWASP Foundation Wiki and is no longer accepting Account Requests.
To view the new OWASP Foundation website, please visit https://owasp.org

Difference between revisions of "OWASP Web Malware Scanner Project"

From OWASP
Jump to: navigation, search
(Roadmap)
 
(21 intermediate revisions by the same user not shown)
Line 6: Line 6:
 
| valign="top"  style="border-right: 1px dotted gray;padding-right:25px;" |
 
| valign="top"  style="border-right: 1px dotted gray;padding-right:25px;" |
  
[[File:Blacke.png]]
+
==OWASP Web Malware Scanner Tool Project==
  
==OWASP Web Malware Scanner Tool Project==
+
The OWASP Web Malware Scanner is a malware scanner for web applications. The goal is to be able to scan a web application using a community driven signature database. The Web Malware Scanner works by scanning each files of the web application for known malwares.
  
The OWASP Web Malware Scanner is a malware scanner for web applications. The goal is to be able to scan a web application folder for any malware using a community driven signature database. The Web Malware Scanner works much like an anti-virus. This project was created because the ClamAV project and other similar open source tools were unable to detect some infected files on some of our production servers and we needed a solution to scan our web applications with better results.
+
The Web Malware Scanner is not a vulnerability scanner, it is a malware scanner used to identify compromised web application installations.
  
 
The deliverable is a python application.
 
The deliverable is a python application.
Line 18: Line 18:
 
Web Malware Scanner is a simple malware scanner for web applications. It can be used to identify compromised Wordpress, Joomla and other popular web application installations.
 
Web Malware Scanner is a simple malware scanner for web applications. It can be used to identify compromised Wordpress, Joomla and other popular web application installations.
  
The Web Malware Scanner will scan each files and compare them to the Web Malware Scanner's signature database. Each file is scanned for any known malware MD5 checksum and also for any malware patterns using regular expressions. Finally, the scan will look for insecure permissions for every files and folders.
+
The Web Malware Scanner will scan each files and compare them to the Web Malware Scanner's signature database. Each file is scanned for any known malware MD5 checksum and also for any malware patterns using YARA rules. Finally, the scan will look for insecure permissions for every files and folders.
 +
 
 +
The goal of the OWASP Web Malware Scanner Project is to have a community driven signature database. You are more than welcome to contribute to this project by sending us new malware signatures.
  
The Web Malware Scanner Project uses regular expressions to search files for malware signatures as opposed to the custom ClamAV signature database wildcard syntax, which is somewhat more limited.
+
==Features==
  
The ClamAV custom wildcard syntax only includes the following wildcards: <nowiki>?? Matches any byte. * Matches any number of bytes (including 0 byte). {n} Matches n bytes. {-n} Matches n bytes or less. {n-} Matches at least n bytes. {m-n} Matches between m and n bytes. (0a|1b) Matches 0a or 1b.</nowiki>
+
* Support for Windows, Linux and MacOS
 +
* Over 500 000 malware MD5 hashes
 +
* Over 500 YARA ruleset databases
  
The Web Malware Scanner project uses standard regular expressions for a much wider range of matching patterns.
+
==Downloads==
  
The default signature database is taken in parts from ClamAV's signature database, SaneSecurity's signature database and other sources.
+
'''Windows''': [https://github.com/maxlabelle/WebMalwareScanner Get it from github]
  
The goal of the OWASP Web Malware Scanner Project is to have a community driven signature database. You are more than welcome to contribute to this project by sending us new malware signatures.
+
'''Linux''': [https://github.com/maxlabelle/WebMalwareScanner Get it from github]
 +
 
 +
'''Mac OS''': [https://github.com/maxlabelle/WebMalwareScanner Get it from github]
  
 
==Licensing==
 
==Licensing==
Line 42: Line 48:
 
[https://github.com/maxlabelle/WebMalwareScanner Source Code]
 
[https://github.com/maxlabelle/WebMalwareScanner Source Code]
  
[https://github.com/maxlabelle/WebMalwareScanner Documentation]
+
[https://github.com/maxlabelle/WebMalwareScanner/wiki Documentation]
  
 
[https://github.com/maxlabelle/WebMalwareScanner/issues Issue Tracker]
 
[https://github.com/maxlabelle/WebMalwareScanner/issues Issue Tracker]
Line 67: Line 73:
  
 
== News and Events ==
 
== News and Events ==
 +
 +
* [01 Jun 2016] Working on version 1.0; New GUI, Automatic updates, new signature database, Standalone application for Windows, Linux and MacOS
  
 
* [04 Mar 2016] The Web Malware Scanner is now an official OWASP Project
 
* [04 Mar 2016] The Web Malware Scanner is now an official OWASP Project

Latest revision as of 15:24, 31 December 2016

OWASP Project Header.jpg

OWASP Web Malware Scanner Tool Project

The OWASP Web Malware Scanner is a malware scanner for web applications. The goal is to be able to scan a web application using a community driven signature database. The Web Malware Scanner works by scanning each files of the web application for known malwares.

The Web Malware Scanner is not a vulnerability scanner, it is a malware scanner used to identify compromised web application installations.

The deliverable is a python application.

Description

Web Malware Scanner is a simple malware scanner for web applications. It can be used to identify compromised Wordpress, Joomla and other popular web application installations.

The Web Malware Scanner will scan each files and compare them to the Web Malware Scanner's signature database. Each file is scanned for any known malware MD5 checksum and also for any malware patterns using YARA rules. Finally, the scan will look for insecure permissions for every files and folders.

The goal of the OWASP Web Malware Scanner Project is to have a community driven signature database. You are more than welcome to contribute to this project by sending us new malware signatures.

Features

  • Support for Windows, Linux and MacOS
  • Over 500 000 malware MD5 hashes
  • Over 500 YARA ruleset databases

Downloads

Windows: Get it from github

Linux: Get it from github

Mac OS: Get it from github

Licensing

The Web Malware Scanner Project is released under the BSD 4-clause "Original" or "Old" License.

Project Resources

https://github.com/maxlabelle/WebMalwareScanner

Source Code

Documentation

Issue Tracker

Project Leader

Maxime Labelle ( maxime.labelle@owasp.org )

Classifications

Project Type Files TOOL.jpg
Incubator Project Owasp-builders-small.png
Owasp-defenders-small.png
Affero General Public License 3.0

News and Events

  • [01 Jun 2016] Working on version 1.0; New GUI, Automatic updates, new signature database, Standalone application for Windows, Linux and MacOS
  • [04 Mar 2016] The Web Malware Scanner is now an official OWASP Project