Will yara scan rules on two different files with rule referencing condition? #1903
Closed
nagaraj2593
started this conversation in
General
Replies: 1 comment
-
|
Yes, you can do that with This won't work: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Folks ,need an help to understand the scanning logic
I have a string in a.txt and another string in b.txt ,i am writing a rule with rule referencing condition to match this
rule rule1
{
strings:
$a = "dummy"
condition
all of them
}
rule rule2
{
strings
$a = "dummy1"
condition
all of ($a*) and rule1
}
Expecting output results from rule2
Beta Was this translation helpful? Give feedback.
All reactions