Last active
February 9, 2022 13:14
-
-
Save notareverser/eb2a7cf37e6cd64b817212aba9b556eb to your computer and use it in GitHub Desktop.
Another stack-string signature for kernel32
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 stackstring_kernel32_large_stack | |
{ | |
strings: | |
$v = { c785[1-4]6b[3-4] | |
c785[1-4]65[3-4] | |
c785[1-4]72[3-4] | |
c785[1-4]6e[3-4] | |
c785[1-4]65[3-4] | |
c785[1-4]6c[3-4] | |
c785[1-4]33[3-4] | |
c785[1-4]32[3-4] | |
c785[1-4]2e[3-4] | |
c785[1-4]64[3-4] | |
c785[1-4]6c[3-4] | |
c785[1-4]6c??????} | |
condition: $v | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment