welsonjs/app/assets/yar/ExampleRule.yar
Namhyeon, Go 671007bb79
Some checks are pending
CodeQL / Analyze (csharp) (push) Waiting to run
CodeQL / Analyze (javascript) (push) Waiting to run
CodeQL / Analyze (python) (push) Waiting to run
Update FileEventMonitor.cs and related files
2024-09-09 12:05:39 +09:00

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
}