Sneed-Reactivity/yara-mikesxrs/codewatchorg/redkit_bin_basic.yar
Sam Sneed 08e8d462fe OMG ISTG PLS WORK
RED PILL 🔴 💊
2024-07-25 12:43:35 -05:00

7 lines
No EOL
108 B
Text

rule redkit_bin_basic : exploit_kit
{
strings:
$a = /\/\d{2}.html\s/
condition:
$a
}