(
(
pathname of it & " ( " & modification time of it as string & " )"
)
of files whose
(
modification time of it > now - 24*hour and
(
(
name of it as lowercase ends with ".exe"
)
or
(
name of it as lowercase ends with ".sys"
)
or
(
name of it as lowercase ends with ".dll"
)
or
(
name of it as lowercase ends with ".ocx"
)
)
)
of
(
system folder; descendant folders of system folder
)
)
;
(
(
pathname of it & " ( " & modification time of it as string & " )"
)
of files whose
(
modification time of it > now - 24*hour
)
of
(
folder it; descendant folders of folder it
)
of
(
"c:\inetpub"; "e:\inetpub"; "c:\windows\sysvol"
)
whose
(
exists folder it
)
)
;
(
(
pathname of it & " ( " & modification time of it as string & " )"
)
of files whose
(
modification time of it > now - 24*hour and
(
(
name of it as lowercase = "machine.config"
)
)
)
of
(
folder it; descendant folders of folder it
)
of
(
"c:\windows\microsoft.net"; ""
)
whose
(
exists folder it
)
)
((pathname of it & " ( " & modification time of it as string & " )") of files whose (modification time of it > now - 24*hour and ((name of it as lowercase ends with ".exe") or (name of it as lowercase ends with ".sys") or (name of it as lowercase ends with ".dll") or (name of it as lowercase ends with ".ocx"))) of (system folder; descendant folders of system folder)) ; ((pathname of it & " ( " & modification time of it as string & " )") of files whose (modification time of it > now - 24*hour) of (folder it; descendant folders of folder it) of ("c:\inetpub"; "e:\inetpub"; "c:\windows\sysvol") whose (exists folder it)); ((pathname of it & " ( " & modification time of it as string & " )") of files whose (modification time of it > now - 24*hour and ((name of it as lowercase = "machine.config"))) of (folder it; descendant folders of folder it) of ("c:\windows\microsoft.net"; "") whose (exists folder it))