AEM Assets - scan assets before uploading to DAM for virus free | Community
Skip to main content
New Participant
February 3, 2023
Solved

AEM Assets - scan assets before uploading to DAM for virus free

  • February 3, 2023
  • 7 replies
  • 3143 views

I need to scan assets before uploading to DAM for virus free. We are using AMS, Is there any aem provided services to do this virus scan before uploading to dam? or Please suggest a best way to do this.
I need to have a filter for createasset path and need to do this scan with the file input stream from the request.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by joerghoh

Regardless of the technical solution you implement, please don't forget, that you need to scan your assets regularly; as scanners and patterns are updated, they might detect malware in your assets which were not publicly at the time you were uploading them into DAM.

7 replies

New Participant
December 17, 2024

Hi,

can you just list some of the consequences if the scan is not done? Just to make case stronger for virus scan. 

New Participant
March 4, 2023

Thank you all for the responses.

joerghoh
joerghohAccepted solution
Employee
February 4, 2023

Regardless of the technical solution you implement, please don't forget, that you need to scan your assets regularly; as scanners and patterns are updated, they might detect malware in your assets which were not publicly at the time you were uploading them into DAM.

Kiran_Vedantam
New Participant
February 3, 2023

Hi @sathish1040 

 

No OOTB implementation is available, but it is requested here: https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager-ideas/implement-quot-anti-virus-quot-anti-maleware-scans-in-aem-cloud/idi-p/405511

 

You can write your custom one though

 

Hope it helps!

Thanks,
Kiran Vedantam

Nirmal_Jose
Employee
February 3, 2023

There is no OOTB feature now. There is a new feature request (for CS) picked up by the product team and as per @hamid1350 the status is in accepted state. You can find more details of it at [1]

 

[1] - https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager-ideas/implement-quot-anti-virus-quot-anti-maleware-scans-in-aem-cloud/idi-p/405511 

B_Sravan
New Participant
February 3, 2023

Hi @sathish1040 ,

 

I believe as soon as the upload workflow is started the DAM asset will be already in the repo. So you must be looking to disable the out-of-the-box upload feature (to avoid uploading) and add an upload feature to scan for viruses after choosing your DAM assets as per requirement. In other words, you may have to work on a custom upload feature.

Thank you,

Sravan