(imported topic written by SecurityMG)
Hello all,
Another one for you…
I am trying to take this output and look at the files to determine if they are executable…
This works:
(pathnames whose (it ends with “.tmp”) of files of folders of folders of folders of folder “c:\users”) whose (it as lowercase contains “\appdata”)
A: c:\users<username>\AppData\LocalLow\test_file.tmp
This does not:
if (exists line containing “whateverString” of files whose (pathname of it ends with “.tmp”) of folders of folders of folders of folder “c:\users”) then (pathnames whose (it ends with “.tmp” and exists line containing “VirualAllocEx”) of files of folders of folders of folders of folder “c:\users”) whose (it as lowercase contains “\appdata”) else “Nope”
So the goal is for the analysis to show the path of the file that contains the string.
help
MG