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