Keychain Items
Retrieves all the items contained in the keychain in the target OSX system.:
Query
select * from keychain_items;
Additional Query Info
- Version: 1.4.5
- Platform: darwin
- Interval: 86400
JSON
{
"queries": {
"Keychain Items": {
"query": "select * from keychain_items;",
"interval": "86400",
"platform": "darwin",
"version": "1.4.5",
"description": "Retrieves all the items contained in the keychain in the target OSX system.",
"value": ""
}
}
}