Taint-enhanced anomaly detection. (English)
Jajodia, Sushil (ed.) et al., Information systems security. 7th international conference, ICISS 2011, Kolkata, India, December 15‒19, 2011. Procedings. Berlin: Springer (ISBN 978-3-642-25559-5/pbk). Lecture Notes in Computer Science 7093, 160-174 (2011).
Summary: Anomaly detection has been popular for a long time due to its ability to detect novel attacks. However, its practical deployment has been limited due to false positives. Taint-based techniques, on the other hand, can avoid false positives for many common exploits (e.g., code or script injection), but their applicability to a broader range of attacks (non-control data attacks, path traversals, race condition attacks, and other unknown attacks) is limited by the need for accurate policies on the use of tainted data. In this paper, we develop a new approach that combines the strengths of these approaches. Our combination is very effective, detecting attack types that have been problematic for taint-based techniques, while significantly cutting down the false positives experienced by anomaly detection. The intuitive justification for this result is that a successful attack involves unusual program behaviors that are exercised by an attacker. Anomaly detection identifies unusual behaviors, while fine-grained taint can filter out behaviors that do not seem controlled by attacker-provided data.