Simple SQL Injection Example – Review Security and Remediate

Something I regularly do, is review security against attacks and remediate if required. This example is a simple SQL injection attack. There is a few things in addition to code…

Read More

Azure – Update Management

How to maintain the patch status of your Windows and Linux machines "You can use Update Management in Azure Automation to manage operating system updates for your Windows and Linux…

Read More

Azure – Monitoring Alert On Virtual Machine CPU Usage

Create a monitoring alert on virtual machine CPU spike/usage. Prep work you will need a virtual machine to monitor. An action group set to send emails to admins For this…

Read More

Azure – Register An Application in AD and Generate App Password

How to guide, in Azure register an application in AD and generate app password In the Azure portal, browse to Azure Active Directory > App Registrations New Registration Enter Application…

Read More

Azure – Route Tables – How To Force Traffic Down A Specific Route

"Create a route table when you need to override Azure's default routing." Why? To force internet traffic via the on-prem network Route via a NGFW (Next Generation Fire Wall) Scenario…

Read More

Azure – Content Trust in ACR and Roles

Security and Authentication method – Content Trust You need a container registry to start with Content trust in Azure Container Registry "Azure Container Registry implements Docker's content trust model, enabling…

Read More

Azure – Creating Key Vaults

Azure Key Vault – Best Practices Key Vault – A cloud service to store passwords, certificates, keys etc. Make sure its very secure. Tips – Use Multiple Vaults to separate…

Read More

Azure – Create Kubernetes Cluster with ACR Integration

How to create a Kubernetes Cluster with ACR Integration and Service Principal Authentication. Create Kubernetes Cluster, Select the Kubernetes Services Blade> Cloud Shell You will be prompted for storage if…

Read More