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
{{ message }}
This repository has been archived by the owner on Mar 7, 2023. It is now read-only.
SecurityEvent | where EventID == "4688" | where CommandLine matches regex ".*\\AppData\\Roaming\\Oracle.*\\java.*\.exe .*" or CommandLine matches regex ".*cscript\.exe .*Retrive.*\.vbs .*"
Event | where (EventID == "11" and TargetFilename matches regex ".*\\AppData\\Roaming\\Oracle\\bin\\java.*\.exe" or TargetFilename matches regex ".*\\Retrive.*\.vbs")
Event | where (EventID == "13" and TargetObject startswith "\\REGISTRY\\MACHINE\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Run" and Details startswith "%AppData%\\Roaming\\Oracle\\bin\\")