Jump to content

Studynx

Members
  • Posts

    78
  • Joined

  • Last visited

Reputation

11 Good

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. I want to automate the uninstall and inject that post-install script into my system images $appName = "Kaspersky VPN" $application = Get-WmiObject -Query "SELECT * FROM Win32_Product WHERE Name LIKE '%$appName%'" if ($application) { $uninstallResult = $application.Uninstall() if ($uninstallResult.ReturnValue -eq 0) { Write-Output "Kaspersky VPN has been successfully uninstalled." } else { Write-Output "Failed to uninstall Kaspersky VPN. Error code: $($uninstallResult.ReturnValue)" } } else { Write-Output "Kaspersky VPN is not installed or could not be found." }
  2. Hello folks. Can I please finally get some input from Kaspersky Employees?🥰
  3. I do appreciate it but how can you help me? This is why I need Kaspersky MA but they won't respond which is the point of this thread
  4. A 3rd party program that I want to run on my machines. I have tested it with VirusTotal, says it's clean. I have tested it with KOTIP, says it's clean. However I also want Malware Analyst to test it for me to be 100% sure but as noted above, I've consistently failed to receive any sort of response from Kaspersky Malware Analyst to my registered email address
  5. Regarding the samples or the lack of response by Malware Analyst? In both cases, no
  6. Sadly I do not. I have twice submitted 2 separate samples thus far, and to this day, I haven't received a single response regarding either of them. I was logged into my Kaspersky account and gave the correct email address. How long does it usually take them to respond in any manner?
  7. Where or who is that if not KOTIP? You mean when I re-submit for-reanalysis and give my email address?
  8. If I upload a questionable exe or program to it and it says clean, yet some of its components are flagged as "suspicious", is it still safe to run?
  9. As the title says. Is there an ETA for them to respond to a subscriber's queries? I made sure to be logged into my Kaspersky account this time.
  10. Sounds really secure. Has anyone using KTS still ever been hacked? This "no config" antivirus really does sound impressive. I use it btw.
  11. So instead of "Ask User", Kaspersky will decide based on the behavior of the program, exe file?
  12. Why is it that whenever I submit for a second evauation, they never reply to me via email?
×
×
  • Create New...