welsonjs/app/assets/yar/ExampleRule.yar

10 lines
177 B
Plaintext
Raw Normal View History

rule ExampleRule
{
strings:
$my_text_string = "text here"
$my_hex_string = { E2 34 A1 C8 23 FB }
condition:
$my_text_string or $my_hex_string
}