Retrieves all the values for the loginwindow process in the target OSX system.: Identify malware that uses this persistence mechanism to launch at system boot
Query:
select key, subkey, value from plist where path = '/Library/Preferences/com.apple.loginwindow.plist';Additional Query Info:
Version: 1.4.5
Platform: darwin
Interval: 86400
JSON:
{ "queries": { "loginwindow1": { "query" : "select key, subkey, value from plist where path = '/Library/Preferences/com.apple.loginwindow.plist';", "interval" : "86400", "platform" : "darwin", "version": "1.4.5", "description" : "Retrieves all the values for the loginwindow process in the target OSX system.", "value" : "Identify malware that uses this persistence mechanism to launch at system boot" } } }