Loginwindow4
Retrieves all the values for the loginwindow process in the target OSX system.:
Query
select username, key, subkey, value from plist p, (select * from users where directory like '/Users/%') u where p.path = u.directory || '/Library/Preferences/loginwindow.plist';
Additional Query Info
- Version: 1.4.5
- Platform: darwin
- Interval: 86400
JSON
{
"queries": {
"Loginwindow4": {
"query": "select username, key, subkey, value from plist p, (select * from users where directory like '/Users/%') u where p.path = u.directory || '/Library/Preferences/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": ""
}
}
}