ソリューションが必要です
I'd like to delete a particular file, an EXE file.
I know its hash and I've monitored it through application monitor.
How could I delete it on my clients even if it's not opened/used/modified? I just want to delete it if it's present on the client.
I think to act like this:
1) application exception with file signature with quarantine or remove action
2) execution of scan on the clients
My concern is: will an "on demand" scan use the application exception indication?
Is there another and smarter way to obtain this?