Abstract | As malicious software gets increasingly sophisticated and resilient to detection, new concepts for the identification of
malicious behavior are developed by academia and industry
alike. While today’s malware detectors primarily focus on
syntactical analysis (i.e., signatures of malware samples), the
concept of semantic-aware malware detection has recently
been proposed. Here, the classification is based on models
that represent the underlying machine and map the effects of
instructions on the hardware. In this paper, we demonstrate
the incompleteness of these models and highlight the threat
of malware, which exploits the gap between model and machine to stay undetectable. To this end, we introduce a
novel concept we call covert computation, which implements
functionality in side effects of microprocessors. For instance,
the flags register can be used to calculate basic arithmetical
and logical operations. Our paper shows how this technique
could be used by malware authors to hide malicious code in
a harmless-looking program. Furthermore, we demonstrate
the resilience of covert computation against semantic-aware
malware scanners. |
---|