Skip to content

Instantly share code, notes, and snippets.

@notareverser
Last active February 9, 2022 13:14
Show Gist options
  • Save notareverser/eb2a7cf37e6cd64b817212aba9b556eb to your computer and use it in GitHub Desktop.
Save notareverser/eb2a7cf37e6cd64b817212aba9b556eb to your computer and use it in GitHub Desktop.
Another stack-string signature for kernel32
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