Curl:
curl https://regscaleblob.blob.core.windows.net/catalogs/NIST-SP800-53-R4_DOD.json --output 800-53-Rev4-DOD.json
PowerShell:
Invoke-WebRequest -Uri "https://regscaleblob.blob.core.windows.net/catalogs/NIST-SP800-53-R4_DOD.json" -OutFile "800-53-Rev4-DOD.json"
View Raw JSON in Browser