You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is an interesting difference that hasn't been documented. May need to clarify this in doc.
x = GET process FROM stixshifter://hostA WHERE [process:name = 'cmd.exe']
# the following will do a prefetch
y = GET process FROM x WHERE [process:command_line = 'cmd.exe test']
# the following will not do prefetch
z = x WHERE command_line = 'cmd.exe test'
The text was updated successfully, but these errors were encountered:
There is an interesting difference that hasn't been documented. May need to clarify this in doc.
The text was updated successfully, but these errors were encountered: