Monitoring & Troubleshooting Azure JSON Deployments

Find out how you can monitor the deployment of an Azure JSON template using the Azure Portal and debug what went wrong using errors in the Azure Portal and the Azure Resource Explorer.

The post Monitoring & Troubleshooting Azure JSON Deployments appeared first on Petri.

Continue reading Monitoring & Troubleshooting Azure JSON Deployments

XSS from JSON outputs

In the book “XSS Attacks – Exploits and Defense” Jeremiah Grossman writes:

The exploit found in Google’s reader was due to the developers thinking that JSON was only going to be viewed by the calling script.The developers never realized that attackers could send users directly to the JSON output. While AJAX and JSON do not generally introduce new holes per se, they definitely can increase the attacker’s surface area.

I thing there is no way for the attacker to force victim’s browser to run javascript from JSON directly. Is there any example that shows the authors intended purpose?

Continue reading XSS from JSON outputs

Deploying a JSON Template in Azure Using a Parameters File

Find out how to deploy a JSON template in Azure using PowerShell and a parameters JSON file.

The post Deploying a JSON Template in Azure Using a Parameters File appeared first on Petri.

Continue reading Deploying a JSON Template in Azure Using a Parameters File

Deploying a JSON Template in Azure Using a Parameters File

Find out how to deploy a JSON template in Azure using PowerShell and a parameters JSON file.

The post Deploying a JSON Template in Azure Using a Parameters File appeared first on Petri.

Continue reading Deploying a JSON Template in Azure Using a Parameters File