Curl:
curl https://regscaleblob.blob.core.windows.net/catalogs/cis-v8-ig1.json --output CIS-v8-IG1.json
PowerShell:
Invoke-WebRequest -Uri "https://regscaleblob.blob.core.windows.net/catalogs/cis-v8-ig1.json" -OutFile "CIS-v8-IG1.json"
View Raw JSON in Browser