88 - Kerberos
Harvest tickets from Windows
Rubeus triage
will list the Kerberos tickets in all the logon sessions currently on a system. If you're not in a elevated state it can only show tickets in your own logon session.
Harvest tickets from Linux
On Linux, tickets are stored in credential caches or ccaches. There are 3 main types, which indicate where tickets can be found:
Files, by default under /tmp directory, in the form of krb5cc_%{uid}.
Kernel Keyrings, an special space in the Linux kernel provided for storing keys.
Process memory, used when only one process needs to use the tickets.
Last updated