Detecting self-mutating malware using control-flow graph matching

  • Authors:
  • Danilo Bruschi;Lorenzo Martignoni;Mattia Monga

  • Affiliations:
  • Dip. Informatica e Comunicazione, Università degli Studi di Milano, Milan, Italy;Dip. Informatica e Comunicazione, Università degli Studi di Milano, Milan, Italy;Dip. Informatica e Comunicazione, Università degli Studi di Milano, Milan, Italy

  • Venue:
  • DIMVA'06 Proceedings of the Third international conference on Detection of Intrusions and Malware & Vulnerability Assessment
  • Year:
  • 2006

Quantified Score

Hi-index 0.00

Visualization

Abstract

Next generation malware will by be characterized by the intense use of polymorphic and metamorphic techniques aimed at circumventing the current malware detectors, based on pattern matching. In order to deal with this new kind of threat, novel techniques have to be devised for the realization of malware detectors. Recent papers started to address such an issue and this paper represents a further contribution in such a field. More precisely in this paper we propose a strategy for the detection of metamorphic malicious code inside a program P based on the comparison of the control flow graphs of P against the set of control flow graphs of known malware. We also provide experimental data supporting the validity of our strategy