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
The single quotes in side the query should be changed to double quotes.
query: 'SELECT * FROM windows_eventlog evt
WHERE evt.channel="Security"
AND evt.eventid LIKE 4742
AND evt.data LIKE regex_match(evt.data,"{\"EventData\":{.+\"SubjectUserSid\":\"S-1-5-7\"PasswordLastSet\":\"[^-].+}$",0); '
The text was updated successfully, but these errors were encountered:
The single quotes in side the query should be changed to double quotes.
query: 'SELECT * FROM windows_eventlog evt
WHERE evt.channel="Security"
AND evt.eventid LIKE 4742
AND evt.data LIKE regex_match(evt.data,"{\"EventData\":{.+\"SubjectUserSid\":\"S-1-5-7\"PasswordLastSet\":\"[^-].+}$",0); '
The text was updated successfully, but these errors were encountered: