Microsoft Research creates a JavaScript malware scanner
Friday, 03 December 2010

Keeping JavaScript based malware at bay might just be a job for an AI-trained tool called Zozzle.

 

Banner

JavaScript is useful but the need to guard against malware hiding in deeply obsfucated code is a growing problem. Microsoft Research has invented a scanner that can detect malware using mostly static analysis - and has called it Zozzle.

Zozzle is a product of AI techniques. The researchers used a statistical classifier to scan millions of web pages for malware. The JavaScript has to be de-obfuscated first and then analysed for features that are characteristic of malware. The features are created using an abstract syntax tree. Zozzle hooks into the JavaScript engine to get the final expanded version of the JavaScript code the page contains.

MSR

At the moment the tool is in the research phase and there is no date set for release into the wild. Current performance is claimed as less than 1% false positive with a typical 2-5 millisecond processing time per Kbyte of code.

The researchers say that they can envisage it being used both within a browser context to protect against malware on the fly or in an offline context to classify and blacklist infected sites.

More information

http://research.microsoft.com/pubs/141930/tr.pdf

 

Banner


A Turing Machine In LEGO
06/10/2024

A Turing Machine is one of those abstract ideas that is much easier to undertand if you can see it working. Now there's a proposal on the LEGO Ideas site for a Working Turing Machine. Lend it your sup [ ... ]



Google Updates Responsible AI Toolkit
01/11/2024

Google has announced updates to the Responsible Generative AI Toolkit to enable it to be used with any LLM model. The Responsible GenAI Toolkit provides resources to design, build, and evaluate open A [ ... ]


More News

Last Updated ( Friday, 03 December 2010 )