Search code examples
azureazure-web-app-servicesecuritycenter

Azure App Service - File Integrity Monitoring (FIM)


I have a regulatory requirement to implement file integrity monitoring, however, I am deploying my application on Azure Web App Services, and all third party FIM tools require the installation of an agent. This isn't possible as the OS is abstracted in the Azure web app service.

In Azure Security Center, I can see the File Integrity(FIM) Monitoring but it is only working for VM. is there any way to work FIM for App Service?

thanks


Solution

  • AFAIK, this is abstracted due to the sandbox restriction. As File Integrity Monitoring (FIM), also known as change monitoring, examines files and registries of operating system. This access is not there.

    https://github.com/projectkudu/kudu/wiki/Azure-Web-App-sandbox