【问题标题】:Virus Scanning on uploaded file to Azure Block Storage via Azure Web App as of 2020自 2020 年起通过 Azure Web App 对上传到 Azure 块存储的文件进行病毒扫描
【发布时间】:2021-01-06 01:17:07
【问题描述】:

我的项目需要对通过 Azure AppService Web 应用上传的文件执行病毒扫描。清理后的文件将存储在 Azure 块存储中。否则,它们将被用户拒绝。

我的问题:我应该如何实现这一点,Azure 是否提供内置的防病毒扫描?

Virus Scanning Uploaded files from Azure Web/Worker Role

【问题讨论】:

  • 正如答案所说,除了 Symantec 扩展之外,目前没有真正的解决方案,我们目前正在集成 Scanii 的 API。

标签: azure azure-storage azure-blob-storage azure-app-service-envrmnt


【解决方案1】:

目前,Azure 安全中心有线程保护,但它不是实时的,并且不提供可用于触发扫描的 API:

https://docs.microsoft.com/en-us/azure/security-center/threat-protection#threat-protection-for-azure-storage-

替代方法是使用 Symantec Cloud Workload Protection 等第三方解决方案:

https://azuremarketplace.microsoft.com/en-us/marketplace/apps/symanteccorporation.symccwps-app?tab=Overview

您还可以使用开源工具并构建自己的解决方案

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 2015-12-10
    • 1970-01-01
    • 1970-01-01
    • 2013-09-13
    • 1970-01-01
    • 2010-10-02
    • 1970-01-01
    • 2019-09-01
    相关资源
    最近更新 更多