Rogue software
Is there a way to setup a defined rogue software (ie toolbars, bittorent, and so on) in kace that if found it will automatically uninstall it? If so, then how?
K1000 version 5.4xx.
Please and thank you.
0 Comments
[ + ] Show comments
Answers (3)
Answer Summary:
Please log in to answer
Posted by:
ms01ak
11 years ago
Posted by:
mpace
11 years ago
Posted by:
SMal.tmcc
11 years ago
fixed my custom rule to make it much cleaner after the upgrade.
use
ShellCommandTextReturn(c:\windows\system32\wbem\WMIC.exe PROCESS where (executablepath like "%%AppDat%%") get executablepath)
then you will get a report like
Comments:
-
The above implies that your users have local administrator privileges - how else does "rogue software" get on to your boxes? - so I'd be fixing that before doing anything else. - anonymous_9363 11 years ago
-
This is not always the case that they need admin privileges.
As in the case of what I am looking for they do not need to be an admin to install rogue software in their own profiles. Users have access to their own profile/ files. And attackers take advantage of this.
A lot of the java attacks work around the need for admin privileges also. - SMal.tmcc 11 years ago-
here is a hit of a user that has installed chrome and a web cam in his profile, he is not an admin.
ExecutablePath
C:\Users\cscott\AppData\Local\Logitechr Webcam Software\Logishrd\LU2.0\LULnchr.exe
C:\Users\cscott\AppData\Local\Logitechr Webcam Software\Logishrd\LU2.0\LogitechUpdate.exe
C:\Users\cscott\AppData\Local\Google\Chrome\Application\chrome.exe
C:\Users\cscott\AppData\Local\Google\Chrome\Application\chrome.exe
C:\Users\cscott\AppData\Local\Google\Chrome\Application\chrome.exe
C:\Users\cscott\AppData\Local\Google\Chrome\Application\chrome.exe
C:\Users\cscott\AppData\Local\Google\Chrome\Application\chrome.exe
C:\Users\cscott\AppData\Local\Google\Google Talk Plugin\googletalkplugin.exe
C:\Users\cscott\AppData\Local\Google\Chrome\Application\chrome.exe
C:\Users\cscott\AppData\Local\Google\Chrome\Application\chrome.exe
or this user
ExecutablePath
C:\Users\kclough\AppData\Local\DIRECTV Player\PCShowServerPMWrapper.exe
C:\Users\kclough\AppData\Local\DIRECTV Player\NDSPCShowServer.exe - SMal.tmcc 11 years ago