FLIRT Signatures Evasion
Created the Friday 01 July 2022. Updated 1 year, 1 month ago.
FLIRT Signature evasion is a technique used by malware to hide malicious code inside legitimate functions from known libraries. FLIRT (Fast Library Identification and Recognition Technology) is a database that contains signature patterns for identifying known functions from legitimate libraries.
Malware authors can abuse these signatures by modifying or adding specific bytes to the code, so that it appears to be a legitimate function when scanned by a FLIRT database. This can trick reverse engineering tools that rely on FLIRT signatures without performing further analysis, and make it more difficult for security analysts to identify and analyze the malware.
By using this technique, malware authors can evade detection and make their code more difficult to understand and analyze.
Technique Identifier
Code Snippets
Additional Resources
External Links
The resources provided below are associated links that will give you even more detailed information and research on current evasion technique. It is important to note that, while these resources may be helpful, it is important to exercise caution when following external links. As always, be careful when clicking on links from unknown sources, as they may lead to malicious content.
- IDA F.L.I.R.T. Technology: In-Depth – Hex Rays
- GitHub - Maktm/FLIRTDB: A community driven collection of IDA FLIRT signature files
- VirusTotal