I am trying to use "IsThreat" true in a rule. However, it never finds it.
In nDepth, if I do a search for WebTrafficAudit.IsThreat with a parament of * it finds all items.
If I do a search with a parameter of *0* it finds all items
If I do a search with a parameter of *1* it finds nothing
If I do a search with a parameter of *true* it finds nothing
If I do a search with a parameter of true it finds nothing
If I do a search with a parameter of *false* it finds nothing
So how can I use this and what would be the correct parameter for true?