-
Who's Online 12 Members, 1 Anonymous, 300 Guests (See full list)
- Oscar Santos
- Vitalik93
- AlexeyK
- MrPlap
- NinaFarina
- durtuno
- Berny
- Renan Corassa
- DKap
- RaffaelX
- Sdin44
- Denis Araújo
-
Forum Statistics
34.5k
Total Topics195k
Total Posts -
Member Statistics
72160
Total Members2002
Most OnlineNewest Member
LeuchtBall
Joined
Kaspersky Plus
Güvenlik. Performans. Gizlilik. Hepsi kullanımı kolay tek bir uygulamada.
Kaspersky Small Office Security
Küçük ölçekli işletmenizi kolayca koruyun
Kaspersky Password Manager
Parolalarınız ve belgeleriniz her zaman elinizin altında
Kaspersky Small Office Security
Unkomplizierter Schutz für kleine Unternehmen
Premiumversion
Kaspersky Safe Kids
Behalten Sie Ihre Kinder im Auge, auch wenn Sie nicht in der Nähe sind
Kaspersky VPN Secure Connection
Sicher. Privat. Außergewöhnlich schnell. So sollte Internet sein.
Kaspersky Standard
Mejora la protección con el optimizador del rendimiento del dispositivo
Kaspersky Plus
Seguridad. Rendimiento. Privacidad. Todo en una única aplicación fácil de usar.
Kaspersky Small Office Security
Proteja fácilmente su pequeña empresa
Versión premium
Kaspersky Safe Kids
Supervisa a tus hijos, incluso cuando no estés con ellos
Kaspersky Small Office Security
Protégez votre PME sans effort
Kaspersky Plus
Combina recursos de segurança, desempenho e privacidade em um aplicativo
Kaspersky Small Office Security
Proteja a sua pequena empresa sem esforço
Kaspersky Premium
Proteção completa para seus dispositivos, privacidade online e identidade
Versão Premium
Kaspersky Safe Kids
Fique de olho nas crianças, mesmo quando não estiver por perto
Kaspersky VPN Secure Connection
Segura. Privada. Excepcionalmente rápida. Como a internet deveria ser.
Kaspersky Standard
Protezione avanzata con ottimizzazione delle prestazioni dei dispositivi
Kaspersky Small Office Security
Protezione immediata delle piccole aziende
Versione premium
Kaspersky Safe Kids
Accertati che i tuoi figli siano al sicuro, anche quando non sei con loro
Kaspersky Secure Connection
Надёжное шифрование и защита данных — даже в открытых Wi Fi сетях
-
Forum
-
0
Sicherheit - Programm lässt sich nicht sperren – Einstellung wird ignoriert
Moin! Ich habe ein Problem mit Kaspersky Plus. Wenn ich den Netzwerkzugriff für ein Programm (in diesem Fall Corel) verbiete oder Benutzer fragen in den Regeln auswähle, passiert nichts, die Einstellung wird ignoriert und ich darf mir einigen Tage später wieder die Werbung anschauen. Was mache ich falsch? Hat da jemand einen Tipp für mich was ich machen kann ohne das Programm zu deinstallieren? -
4
They know that I’m using this shitty product that you offer(VPN)
1. VPN IP ranges are known VPN providers use big blocks of IP addresses. Websites, advertisers, and security companies buy or scrape lists of these IP ranges. If your IP matches one of those? Ding ding ding, they tag it as VPN. 2. Too many users, same IP If hundreds or thousands of people appear to be using the same IP at the same time, that’s not a normal residential behavior. Normal households don’t share their internet with 2,000 strangers. 3. Traffic patterns look “non-residential” VPN nodes usually sit in: data centers cloud hosting providers server farms Websites see those IPs and go: “Hmm… that looks like a server, not a house.” 4. Missing fingerprints Real residential ISPs have: predictable DNS typical latency ranges expected routing patterns VPNs break that pattern. Even without spying, websites just notice the weirdness. 5. Enhanced fingerprinting Some sites combine: IP reputation databases browser fingerprinting TLS/SSL fingerprinting behavior analytics So even if the IP is clean, the overall signature still screams: “I’m coming through a proxy.” So yes, VPNs hide who you are, but not that you’re using one. Think of it like wearing a mask in public… People don’t know it’s you, but they definitely know you’re masked. -
22
Kaspersky Android flags Samsung Internet as trojan
I was also having this issue, uninstalled Yahoo Finance App and discontinued Samsung Internet. Not sure exactly what discontinued means. Language from my phone. Can't figure out which file it is to attach it. Kaspersky does not quarantine it, only alerts me and I block it. The Samsung Internet is still there. Cannot remove it. -
0
Kaspersky vs CrowdStrike
Добрый день! Поставлена задача перейти с Kaspersky Small Office Security на нечто с EDR/MDR. По умолчанию предлагается CrowdStrike, коллеги за рубежом могут купить нам лицензии и собственно они же будут администрировать. Только вот будет ли CrowdStrike работать в РФ? Если не будет, это весомый аргумент за решение от Касперского. Кто-нибудь может рассказать о работе CrowdStrike в РФ? И можно ли администрировать Kaspersky Endpoint Security Cloud Pro из-за рубежа? Спасибо. -
0
Ошибка вызова метода KSC OpenAPI SS_Read
Приветствую! Разрабатываю в данный момент приложение для работы с API KSC. Хочу прочитать настройки существующей политики KES. Для этого получил ssId через метод Policy.GetPolicyContents. Далее вызвал SsContents.SS_GetNames. Для получения списка секций хранилища настроек для политики. Но не для одной из них не удается прочитать настройки через SsContents.SS_Read. Выдает следующую ошибку: {'PxgError': {'code': 1194, 'file': 'product/osmp/ksc/dev/std/proxygen/proxygen2.cpp', 'line': 87, 'message': "Call SsContents.SS_Read for the instance '' (listener '') does not exist (any more?)", 'module': 'KLSTD', 'subcode': 0}} Насчет этой ошибки нашел другой тред на форуме KSC OpenAPI NagHstCtl.SendTaskAction - Kaspersky Endpoint Security для бизнеса - Kaspersky Support Forum. Но я так понимаю, что решение этой проблемы касается GatewayConnection. В документации не написано, что нужно использовать это для SsContents. Помогите, пожалуйста, разобраться! Версия KSC: 15.1.0 Фрагмент программного кода на Python: def getPolicyContents(self, policyId): response = post(f'{self.baseUrl}/api/v1.0/Policy.GetPolicyContents', headers=self.headers, data=json.dumps({'nPolicy': policyId, 'nRevisionId': 0, 'nLifeTime': 6000}), verify=self.sslCertPath) return response.json().get('PxgRetVal') def getSSSections(self, ssId, product='KES', version='11.0.0.0'): response = post(f'{self.baseUrl}/api/v1.0/SsContents.SS_GetNames', headers=self.headers, data=json.dumps({'wstrID': ssId, 'wstrProduct': product, 'wstrVersion': version}), verify=self.sslCertPath) return response.json().get('PxgRetVal') def ssRead(self, ssId, section, product='KES', version='11.0.0.0'): response = post(f'{self.baseUrl}/api/v1.0/SsContents.SS_Read', headers=self.headers, data=json.dumps({'wstrID': ssId, 'wstrProduct': product, 'wstrVersion': version, 'wstrSection': section}), verify=self.sslCertPath) return response.json() -
22
Kaspersky Android flags Samsung Internet as trojan
I was also having this issue, uninstalled Yahoo Finance App and discontinued Samsung Internet. Not sure exactly what discontinued means. Language from my phone. Can't figure out which file it is to attach it. Kaspersky does not quarantine it, only alerts me and I block it. -
5
Проблема с загрузкой актуальных версий касперского через KSC
Многие/ каждый сервер медленного клиента не любит, и проблемных просто отсекает, это ведь лишняя нагрузка, поэтому и было предложено; На 10-20 Мбит всё должно влёт загружаться, а, это же 1-2 Мбит, мало конечно, но видывали и ещё меньше 😉 -
5
Проблема с загрузкой актуальных версий касперского через KSC
канал 1-2 Мб/с, спутниковый - большое время ответа. Загружается каждый раз разный объем. иногда загружается полностью. win-клиент полностью загрузился, да и не только он. так что больше все же на таймаут похоже. Попробую глянуть конечно, что по сети бегает, но плохо верится...
-