mirror of
https://github.com/gnh1201/welsonjs.git
synced 2024-11-26 15:31:42 +00:00
10 lines
177 B
Plaintext
10 lines
177 B
Plaintext
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
|
|
}
|