Created
September 2, 2021 15:43
-
-
Save sysopfb/ab708097029f32db94cc105747cd169c to your computer and use it in GitHub Desktop.
sc_in_jquery.yar
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 sc_in_jquery | |
{ | |
strings: | |
$a = {5? 8b [1-3] 83 ?? 04 8b [1-2] 31 [1-2] 83 ?? 04 5? 8b [1-2] 31 ?? 8?} | |
$b = "jquery.org/license" nocase | |
condition: | |
all of them | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment