کد مقاله کد نشریه سال انتشار مقاله انگلیسی نسخه تمام متن
10342338 696042 2016 14 صفحه PDF دانلود رایگان
عنوان انگلیسی مقاله ISI
Automatic profile generation for live Linux Memory analysis
ترجمه فارسی عنوان
تولید پروفایل خودکار برای تجزیه و تحلیل حافظه لینوکس زندگی می کنند
کلمات کلیدی
تجزیه و تحلیل حافظه، پاسخ حادثه، قضایی حافظه، کامپایلرها، مهندسی معکوس، بد افزار، لینوکس قضایی، تحقیق دیجیتالی قضایی دیجیتال،
موضوعات مرتبط
مهندسی و علوم پایه مهندسی کامپیوتر شبکه های کامپیوتری و ارتباطات
چکیده انگلیسی
Live Memory analysis on the Linux platform has traditionally been difficult to perform. Memory analysis requires precise knowledge of struct layout information in memory, usually obtained through debugging symbols generated at compile time. The Linux kernel is however, highly configurable, implying that debugging information is rarely applicable to systems other than the ones that generated it. For incident response applications, obtaining the relevant debugging information is currently a slow and manual process, limiting its usefulness in rapid triaging. We have developed a tool dubbed, the Layout Expert which is able to calculate memory layout of critical kernel structures at runtime on the target system without requiring extra tools, such as the compiler tool-chain to be pre-installed. Our approach specifically addresses the need to adapt the generated profile to customized Linux kernels - an important first step towards a general version agnostic system. Our system is completely self sufficient and allows a live analysis tool to operate automatically on the target system. The layout expert operates in two phases: First it pre-parses the kernel source code into a preprocessor AST (Pre-AST) which is trimmed and stored as a data file in the analysis tool's distribution. When running on the target system, the running system configuration is used to resolve the Pre-AST into a C-AST, and combined with a pre-calculated layout model. The result is a running system specific profile with precise struct layout information. We evaluate the effectiveness of the Layout Expert in producing profiles for analysis of two very differently configured kernels. The produced profiles can be used to analyze the live memory through the /proc/kcore device without resorting to local or remote compilers. We finally consider future applications of this technique, such as memory acquisition.
ناشر
Database: Elsevier - ScienceDirect (ساینس دایرکت)
Journal: Digital Investigation - Volume 16, Supplement, 29 March 2016, Pages S11-S24
نویسندگان
, ,