Created
October 31, 2022 11:32
-
-
Save meeehow/cf57f10c31ce701b54fa9f51a813f6c7 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
rule executables_ELF | |
{ | |
strings: | |
$a = { 7F 45 4C 46 } | |
condition: | |
$a at 0 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment