nicholab Posted September 12, 2023 Posted September 12, 2023 If we roll out a hardened image of windows how can I show that someone cant come and open up a bunch of ports without us knowing, or reconfig to give people access. Am I able to do this with Azure security tools/Sentinel? I think this is about lateral movement as we are behind NSG's and a firewall.
dmj Posted September 12, 2023 Posted September 12, 2023 Automate the image build process so that it runs daily with all the latest fixes, if someone updates the image it will get overwritten with the latest. Make sure you run smoke tests on the build image. I don't think azure security tools will do this, you'd probably want azure pipelines, github actions, jenkins et al.
steve Posted September 14, 2023 Posted September 14, 2023 Have a look at Azure Automation State Configuration: https://learn.microsoft.com/en-us/azure/automation/automation-dsc-overview Using PowerShell you can define and monitor VMs configuration
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now