Skip to content

FelixOhlhof/yara-lsb-module

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Just works for detecting Stegpy yet.

To compile the module your self you need to add the module to the module_list file.

Example usage:

import "lsb"

rule Stegpy
{
    condition:
        lsb.stegv2 == "true" or lsb.stegv3 == "true"
}

About

Approach for a YARA module to detect LSB steganography

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors