Created
April 14, 2021 21:52
-
-
Save hiddenillusion/2852d93865e51c72c9676f92584b5096 to your computer and use it in GitHub Desktop.
This file contains 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 test_yara_rule | |
{ | |
strings: | |
$0 = "Command" nocase wide ascii | |
$1 = "Windows" nocase wide ascii | |
condition: | |
any of them | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment