let c1 = dynamic(["dir", ".ssh","known_hosts"]);
let c2 = dynamic(["dir", @"firefox\profiles"]);
let c3 = dynamic(["reg", " query", "OpenSSH"]);
let c4 = dynamic(["reg", " query", "realvnc"]);
let c5 = dynamic(["reg", " query", @"putty\session"]);
let c6 = dynamic(["reg", " save", @" hklm\sam", " ss.dat"]);
let c7 = dynamic(["reg", " save", @" hklm\system", " sy.dat"]);
find where (InitiatingProcessCommandLine has_all (c1) or ProcessCommandLine has_all (c1) or CommandLine has_all (c1)) or
(InitiatingProcessCommandLine has_all (c2) or ProcessCommandLine has_all (c2) or CommandLine has_all (c2)) or
(InitiatingProcessCommandLine has_all (c3) or ProcessCommandLine has_all (c3) or CommandLine has_all (c3)) or
(InitiatingProcessCommandLine has_all (c4) or ProcessCommandLine has_all (c4) or CommandLine has_all (c4)) or
(InitiatingProcessCommandLine has_all (c5) or ProcessCommandLine has_all (c5) or CommandLine has_all (c5)) or
(InitiatingProcessCommandLine has_all (c6) or ProcessCommandLine has_all (c6) or CommandLine has_all (c6)) or
(InitiatingProcessCommandLine has_all (c7) or ProcessCommandLine has_all (c7) or CommandLine has_all (c7))