The search returned 3 results

by vincent_n
July 23, 2021 - 11:44
Forum: WAPT Server
Subject: [ANTIVIRUS] waptdeploy.exe
Answers: 7
Views : 5943

Re: [ANTIVIRUS] waptdeploy.exe

You need to open a case in "Threat issue" and the option will appear. I searched for a while.

Their feedback:
We have analyzed the file waptdeploy.exe (7d237ea585df8bf1001ed18e8513764b990621ad) and verified this to be non-malicious.

This will be added to our certified safe software databases...
by vincent_n
July 23, 2021 - 09:37
Forum: WAPT Server
Subject: [ANTIVIRUS] waptdeploy.exe
Answers: 7
Views : 5943

Re: [ANTIVIRUS] waptdeploy.exe

Hello Etienne,

We also use Trend and we have the same problem. With Trend support we have this option:
"If you suspect a false positive (ie you believe the detected file to be non-malicious), kindly submit a sample of the detected file through the following channels for analysis"
I submitted ...
by vincent_n
December 22, 2020 - 3:34 PM
Forum: Reporting - SQL Queries
Subject: Unsupported Windows 10 versions
Answers: 0
Views : 11838

Unsupported Windows 10 versions

Hello,

I'm trying to generate a report that gives me a count of Windows 10 versions that are no longer supported (and later, their associated hostnames). The command is: `

select host_info->'windows_version' as windows_version,os_name as "Operating_System",count(os_name) as "Nb_Machines"
from hosts
where host_info ...`