evild3ad / MemProcFS-Analyzer

MemProcFS-Analyzer - Automated Forensic Analysis of Windows Memory Dumps for DFIR
https://lethal-forensics.com
GNU General Public License v3.0
547 stars 58 forks source link

Backblaze B2 Unreachable #38

Closed antmar904 closed 2 months ago

antmar904 commented 3 months ago

Hi I am getting this error:

`Invoke-WebRequest : { "code": "not_found", "message": "File with such name does not exist.", "status": 404 } At E:_Tools\MemProcFS-Analyzer-v1.0\MemProcFS-Analyzer.ps1:1033 char:20

antmar904 commented 3 months ago

I think it's trying to fetch:

https://f001.backblazeb2.com/file/EricZimmermanTools/net6/AmcacheParser.zip

evild3ad commented 3 months ago

Backblaze had some infrastructure changes / global updates.

Eric is hosting his tools on his own now. New permanent links. Next MemProcFS release is in the works. https://download.mikestammer.com/net6/AmcacheParser.zip

artafak commented 3 months ago

yes, thanks @evild3ad

for all changes, replace "https://f001.backblazeb2.com/file/EricZimmermanTools" by "https://download.mikestammer.com" in follow lines :

Line  1032:     $URL = "https://download.mikestammer.com/net6/AmcacheParser.zip"
Line  1430:     $URL = "https://download.mikestammer.com/net6/AmcacheParser.zip"
Line  1445:     $URL = "https://download.mikestammer.com/net6/AmcacheParser.zip"
Line  1504:     $URL = "https://download.mikestammer.com/net6/AppCompatCacheParser.zip"
Line  1519:     $URL = "https://download.mikestammer.com/net6/AppCompatCacheParser.zip"
Line  1662:     $URL = "https://download.mikestammer.com/net6/EvtxECmd.zip"
Line  1677:     $URL = "https://download.mikestammer.com/net6/EvtxECmd.zip"
Line  2036:     $URL = "https://download.mikestammer.com/net6/RECmd.zip"
Line  2051:     $URL = "https://download.mikestammer.com/net6/RECmd.zip"
Line  2110:     $URL = "https://download.mikestammer.com/net6/SBECmd.zip"
Line  2125:     $URL = "https://download.mikestammer.com/net6/SBECmd.zip"

Have a good day :)

evild3ad commented 2 months ago

Thank you! Everything fixed. New release coming soon!