Any syntax guru people here ?
//WORKING !
select * from file_yara( paths: (select path.filename from glob("c:\windows\*.exe")).filename,yara_expression: "rule r1 {strings: $a = \"Microsoft\" wide condition: any of them}")
// what i want to work
select * from yarascan() or however I can use query to run yara scan on mem dump and filter out known FP
//error I get when I run the above
CRITICAL:rekall.1:You must specify a yara rule file or string to match.
//working yarascan
yarascan yara_file="C:\DELETE\BlueTeamPortable\yara_rules\CAPE\LuxNet.yar"