File Security on Azure

Heinrich Ludike 21 Reputation points
2021-05-17T17:44:00.99+00:00

I am currently looking into what the best option is for scanning file content that is uploaded.

VirusTotal has an API that can be used but it is pricey.
ClamAV I looked at, but I am not convinced too much of the accuracy of it.

The last one is Microsoft security essentials on Azure, is there maybe another way that I am overlooking?

Azure Stack Hub
Azure Stack Hub
An extension of Azure for running apps in an on-premises environment and delivering Azure services in a datacenter.
179 questions
Microsoft Defender for Cloud
Microsoft Defender for Cloud
An Azure service that provides threat protection for workloads running in Azure, on-premises, and in other clouds. Previously known as Azure Security Center and Azure Defender.
1,196 questions
0 comments No comments
{count} votes

Accepted answer
  1. kobulloc-MSFT 23,491 Reputation points Microsoft Employee
    2021-05-21T22:54:01.983+00:00

    This is a popular question and source of feedback on feedback.azure.com (I've since voted on this and would encourage you to do the same to increase visibility). The primary answer here comes from the Azure Storage Team which has recommended using security partners like Symantec which has released support for Azure Blob Storage:

    Symantec in Azure Marketplace: Symantec Cloud Workload Protection for Storage

    Use Symantec Cloud Workload Protection for Storage (CWP for Storage) to protect your Azure blob storage from malware. The CWP for Storage uses Symantec's latest built-in anti-malware technologies to protect the blob storage and their objects from malware threats. The ability to detect malware threats in blob storage at runtime is possible by leveraging the scanning capabilities of CWP for Storage. Automatic initiation of the Near real-time scan operation immediately after discovery of the blob storage helps in instant detection of malware in storage. Additionally, perform periodic checks of blob storage by scheduling scans as per your convenience.

    Additional options used by others include VirusTotal and ClamAV, like you mentioned:

    Outside of virus scanning, there are related Azure services to be aware of:

    I hope that helps!

    2 people found this answer helpful.
    0 comments No comments

2 additional answers

Sort by: Most helpful
  1. Larry Silverman 27 Reputation points
    2022-01-06T15:16:46.19+00:00
    1 person found this answer helpful.

  2. Cabré Boixados, Carles 0 Reputation points
    2023-01-17T10:29:25.3233333+00:00

    Hi

    I enabled Azure Defender Local Storage to detect Malware. When I try to upload EICAR.txt directly using Azure Platform after few hours I have the warning on Azure Defender.

    imagen

    But when I try to use BlockBlobClient to upload files I don't have any warning on Azure Defender.

    Any idea why I don't have warnings?