Recent Items

Retrieves the list of recent items opened in OSX by parsing the plist per user.:

Query

select username, key, value from plist p, (select * from users where directory like '/Users/%') u where p.path = u.directory || '/Library/Preferences/com.apple.recentitems.plist';

Additional Query Info

  • Version: 1.4.5
  • Platform: darwin
  • Interval: 86400

JSON

{
  "queries": {
    "Recent Items": {
      "query": "select username, key, value from plist p, (select * from users where directory like '/Users/%') u where p.path = u.directory || '/Library/Preferences/com.apple.recentitems.plist';",
      "interval": "86400",
      "platform": "darwin",
      "version": "1.4.5",
      "description": "Retrieves the list of recent items opened in OSX by parsing the plist per user.",
      "value": ""
    }
  }
}