A Linux platform malicious software detection method
A malware and detection method technology, applied in platform integrity maintenance, dynamic search technology, intuitive inference, etc., can solve problems such as the size of the signature database and the exponentially increasing signature matching time, and the inability to detect new or unknown ones. Achieve the effect of increased detection time, fast training speed, and fast speed
- Summary
- Abstract
- Description
- Claims
- Application Information
AI Technical Summary
Problems solved by technology
Method used
Image
Examples
Embodiment Construction
[0030] The present invention will be further described in detail below in conjunction with the accompanying drawings and specific embodiments. Such as figure 1 As shown, a kind of Linux platform malicious software detection method provided by the present invention comprises the following steps:
[0031] Step 1: In the Linux operating system, gcc is the standard compiler. The objdump command is a powerful binary analysis tool provided by gcc. Use the objdump-D command to disassemble benign software and malware in ELF (Executable and Linking Format) format Sample, generate assembly file.
[0032] Step 2: Traverse the generated assembly files one by one, read the section ".text", that is, the code segment of the ELF file, and at the same time identify whether the code segment contains the main function and the instruction set used by the assembly file.
[0033] Step 3: Analyze the code read in step 2. If there is a main function in the code segment, start from the entry address...
PUM
Login to View More Abstract
Description
Claims
Application Information
Login to View More 


