Curl:
curl https://regscaleblob.blob.core.windows.net/catalogs/asvs.json --output ASVS.json
PowerShell:
Invoke-WebRequest -Uri "https://regscaleblob.blob.core.windows.net/catalogs/asvs.json" -OutFile "ASVS.json"
View Raw JSON in Browser