Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AntiMalware scanning #142

Closed
clairernovotny opened this issue Nov 17, 2019 · 0 comments
Closed

AntiMalware scanning #142

clairernovotny opened this issue Nov 17, 2019 · 0 comments
Assignees
Labels
legacy service Issues specific to the client/server implementation

Comments

@clairernovotny
Copy link
Member

clairernovotny commented Nov 17, 2019

Invoke AntiMalware on the uploaded files:

Get install location from: Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows Defender
Then run MpCmdRun.exe -Scan -ScanType 3 -DisableRemediation -File <input>

Result code of 0 is success, 2 means something bad was found.

Need to confirm that App Services has Windows Defender and updated signatures

Current status: Blocked on App Service with 0x80010005 error.

@clairernovotny clairernovotny self-assigned this Nov 17, 2019
@clairernovotny clairernovotny added the enhancement Product code improvement that does NOT require public API changes/additions label Nov 17, 2019
@clairernovotny clairernovotny added legacy service Issues specific to the client/server implementation and removed enhancement Product code improvement that does NOT require public API changes/additions labels Oct 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
legacy service Issues specific to the client/server implementation
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant