Created
December 30, 2022 10:39
-
-
Save dmknght/215e22942baac10159941ed385a62a43 to your computer and use it in GitHub Desktop.
Rule to detect Metasploit's meterpreter shellcode
This file contains hidden or 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 elf64_meterpreter_revtcp_raw { | |
meta: | |
description = "Detect Meterpreter ELF 64 staged reverse TCP no encoders" | |
strings: | |
$ = {6a 22 [4] 0f 05 [10] 6a 29 [8] 0f 05} | |
condition: | |
all of them | |
} |
Rule is not effective. Testing only
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This rule needs file type to check