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
OWASP Web Malware Scanner Project
OWASP Web Malware Scanner Tool ProjectThe 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 deliverable is a python application. DescriptionWeb 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 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. The ClamAV custom wildcard syntax only includes the following wildcards: ?? 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. The Web Malware Scanner project uses standard regular expressions for a much wider range of matching patterns. The default signature database is taken in parts from ClamAV's signature database, SaneSecurity's signature database and other sources. 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. LicensingThe Web Malware Scanner Project is released under the BSD 4-clause "Original" or "Old" License. |
Project Resourceshttps://github.com/maxlabelle/WebMalwareScanner Project LeaderMaxime Labelle ( [email protected] ) Classifications |
News and Events
How can I participate in your project?All you have to do is make the Project Leader's aware of your available time to contribute to the project. It is also important to let the Leader's know how you would like to contribute and pitch in to help the project meet it's goals and milestones. There are many different ways you can contribute to an OWASP Project, but communication with the leads is key. I'm not a programmer, how can I help?One thing you can do, if you want to help, is to send infected or suspicious files to the project leader. These files will be analysed and added to the signature database if needed. ContributorsThe first contributors to the project were:
RoadmapThe base application is already completed. The next step is to populate the signature database and optimize the current codebase. As of March, 2016, the highest priorities for the next 6 months are:
Getting InvolvedInvolvement in the development and promotion of Web Malware Scanner Project is actively encouraged! You do not have to be a security expert or a programmer to contribute. Some of the ways you can help are as follows: CodingWe could implement some of the later items on the roadmap sooner if someone wanted to help out with unit or automated regression tests TestingDo you have a flair for finding bugs in software? We want to product a high quality product, so any help with Quality Assurance would be greatly appreciated. Let us know if you can offer your help. FeedbackPlease send us feedback about:
We feel that the signature database is the most important aspect of this project. If the database is updated often with new signatures, this project will remain useful. |