Second PHP IDS in 3 months released by CoreLabs
CORE GRASP for PHP is a web-application protection software aimed at detecting and blocking injection vulnerabilities and privacy violations.
As mentioned during its presentation at Black Hat USA 2007, GRASP is being released as open source under the Apache 2.0 license and can be obtained from http://grasp.coresecurity.com/.
The present implementation protects PHP 5.2.3 against SQL-injection attacks for the MySQL engine, it can be installed with almost the same effort as the PHP engine, both in Unix and Windows systems, and protection is immediate with any PHP web application running in the protected server.
CORE GRASP works by enhancing the PHP execution engine (VM) to permit byte-level taint tracking and analysis for all the user-controlled or otherwise untrustable variables of the web application. Tainted bytes are then tracked and their taint marks propagated throughout the web application’s runtime. Whenever the web application tries to interact with an DB backend using SQL statements that contain tainted bytes, GRASP analyzes the statement and detects and prevents attacks or abnormal actions.
Well, the first PHP IDS / IPS security tool was released just a couple of months ago. Slowly but steady the protection is moving away from the secure coding of the application into additional, external security layers. Is this such a good thing ?
If you enjoyed this post, make sure you subscribe to my RSS feed!
Thank you for reading this post. You can now Read Comment (1) or Leave A Trackback.
Post Info
This entry was posted on Wednesday, August 22nd, 2007 and is filed under Sql Injection, Web Applications, Tools.You can follow any responses to this entry through the Comments Feed. You can Leave A Comment, or A Trackback.
Previous Post: Starting A Computer Security Incident Response Team ? »
Next Post: New Release : Tiger 3.2.2 , the Unix Security Audit Tool »
Read More
Related Reading:- Free alternative to ArcSight ESM ? Hardly..
- Privacy Dilemma: How to Protect Yourself Online
- Solera Networks Deep-Packet Capture Review
- WordPress Exploit Scanner
- Phishing Exposed, Brands Secured
- Scanners: New Nessus Release; New eEye Web Scanner
- Good News from ArcSight and Imperva
- CCTV Security Camera and Surveillance Equipment
- OpenDNS Offers Free Web Content Filtering
- Can I Evade ScanSafe Anywhere+ ?


September 18th, 2007 18:50
[…] here to see the original: Second PHP IDS in 3 months released by CoreLabs php proxy released by corelabs second php ids sql injection tools web applicationsphp, proxy, […]