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