Please enable JavaScript.
Coggle requires JavaScript to display documents.
2005 - Dynamic taint analysis for automatic detection, analysis, and…
2005 - Dynamic taint analysis for automatic detection, analysis, and signature generation of exploits on commodity software
Information
Approach
Dynamic Taint Analysis
-
-
Attacker that change the execution of a program illegitimately must cause a value derived from a trusted source to be instead derived from its own
TaintCheck
-
-
TaintTracker
-
-
Arithmetic instructions
-
e.g. (ADD, SUB, XOR, etc)
-
-
Exploit Analyzer
-
-
Information logged by TaintSeed and TaintTrackershows the relevant part of the execution path in between tainted data’s entry into the system, and its use in an exploit
-
-
-
-
-
Goals
Objective
Introduce dynamic taint analysis for automatic detection and prevention of overwrite attacks for commodity software.
-
-
Contribution
Dynamic taint analysis, for the automatic detection,analysis, and signature generation of exploits oncommodity software
-