Customers can download the Quova data files using a CURL command. This document shares that CURL command.
Release : 9.1
Component : RiskMinder(Arcot RiskFort)
Customer's CURL command does not download the correct Quova data file. Customer use the Curl command that is not correct.
curl -k -v -o anonymizers.dat.gz -u YOUREMAIL:YOURPASSWORD https://ftp.broadcom.com/secureuser/downloads/pub/ArcotEnterprise/RiskMinder/Quova_Data/anonymizers.dat.gz
The result of this command leads to small corrupt /anonymizers.dat.gz. The corrupted file cannot be unzipped.
The correct format of the Curl command is as follows:
curl -k -v -o anonymizers.dat.gz -u YOUREMAIL:YOURPASSWORD https://ftp.broadcom.com/RiskMinder/Quova_Data/anonymizers.dat.gz
Kindly also refer to this advisory - (Announcement of change of URL to download Quova Data)
https://support.broadcom.com/external/content/product-advisories/Change-in-FTP-download-strategy-and-Quova-Data-Tool-Update/18110
Using this new URL you should see the files as in screen shot below - https://ftp.broadcom.com/RiskMinder/Quova_Data/
When an incorrect URL is used note then only 140 bytes of data is transferred and the zip file that is downloaded is corrupted.