Guardian Angel

https://onedrivedatarobot20170620032925.azurewebsites.net/

Guardian Angel is the complete Anti-Ransomware Tool:

  • Completely free for use
  • Real-Time analysis of suspicious activities in your OneDrive files
  • Keeps your files safe from encryption
  • Non-intrusive and easy to use

The project consists of two parts:

  • An Azure Function definition that handles the processing of webhook notifications and the resulting work from those notifications
  • An ASP.NET MVC application that activates and deactivated the Guardian Angel Robot for a signed in user.

In this scenario, the benefit of using Azure Function is that the load is required by the data robot is dynamic and hard to predict. Instead of scaling out an entire web application to handle the load, Azure Functions can scale dynamically based on the load required at any given time. This provides a cost-savings measure for hosting the application while still ensuring high performance results.

Getting Started

Just go to out website and get your precious OneDrive files secures from ransomwares:

https://onedrivedatarobot20170620032925.azurewebsites.net/

Note: OneDrive webhooks can take up to 5 minutes to be delivered, depending on load and other conditions. As a result, requests in the workbook may take a few minutes to be updated with real data.

Related references

For more information about Microsoft Graph API, see Microsoft Graph.

License

See License for the license agreement convering this sample code.