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