<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>article Anti-virus, Endpoint detection and response and Advanced Threat Prevention exclusions for Qlik product deployments in Official Support Articles</title>
    <link>https://community.qlik.com/t5/Official-Support-Articles/Anti-virus-Endpoint-detection-and-response-and-Advanced-Threat/ta-p/1716335</link>
    <description>&lt;P&gt;To eliminate the chance that AntiVirus, AntiMalware, and other security-related software cause corruption or lock up files in the Qlik environment, or cause issues during an installation/upgrade/patch, some folders should be excluded from live scanning.&lt;/P&gt;
&lt;P&gt;Impact of AntiVirus/Endpoint Detection and Response (EDR)/Advanced Threat Protection (ATP) scans locking Qlik related files (such as .qvw files, binary Qlik Sense app files as well as NPrinting task files, etc...) can result in loading and refresh failures as well as performance issues.&lt;/P&gt;
&lt;P&gt;Please note that usual anti-virus exclusions might not apply to the EDR and ATP setup, talk to the solution vendor to get the exclusions in place. As an example if you use Microsofts Advanced Threat Protection (&lt;A href="https://docs.microsoft.com/en-us/microsoft-365/security/defender-endpoint/microsoft-defender-endpoint?view=o365-worldwide" target="_self"&gt;Microsoft Defender for Endpoint&lt;/A&gt;), then the exclusion list is handled by Microsoft and you need to open a ticket with Microsoft to get an exclusion in place.&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;If &lt;FONT color="#339966"&gt;&lt;STRONG&gt;Crowdstrike&lt;/STRONG&gt; &lt;/FONT&gt;Antivirus monitoring is installed on any Qlik Server&lt;/SPAN&gt;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;&lt;SPAN&gt;S&lt;/SPAN&gt;tart a support case with crowdstrike support&lt;/LI&gt;
&lt;LI&gt;Enable 'bypass mode' for any Qlik programs including
&lt;OL&gt;
&lt;LI&gt;ALL nodes in a cluster&lt;/LI&gt;
&lt;LI&gt;Postgres&lt;/LI&gt;
&lt;LI&gt;Storage Server&lt;/LI&gt;
&lt;/OL&gt;
&lt;/LI&gt;
&lt;LI&gt;Then retest any reported issues with 'bypass mode' enabled&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H4&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Qlik Sense Enterprise all versions&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H4&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;A href="https://community.qlik.com/t5/Support-Knowledge-Base/Antivirus-exceptions-for-Qlik-Sense-McAfee-Symantec-amp-Other/ta-p/1715397" target="_blank" rel="noopener"&gt;Antivirus exceptions for Qlik Sense- McAfee, Symantec &amp;amp; Other Anti-Virus exclusions absolutely required&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/t5/Support-Knowledge-Base/Qlik-Sense-Folder-And-Files-To-Exclude-From-Anti-Virus-Scanning/ta-p/1715685" target="_blank" rel="noopener"&gt;Qlik Sense Folder And Files To Exclude From AntiVirus Scanning&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;You can obtain a list of exclusions to use with your EDR or ATP system by running the following script:&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="csharp"&gt;$Scanfolders = @("C:\Program Files\Common Files\Qlik","C:\Program Files\Qlik","C:\ProgramData\Qlik")

Foreach ($i in $Scanfolders)

{
  Get-ChildItem -Path $i -Recurse -Include "*.exe" | % {Get-FileHash $_.FullName -Algorithm  MD5} | Out-File C:\temp\exclusion_findings.txt -Append -Width 1000
}
&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;This script was uses&amp;nbsp;&lt;STRONG&gt;Qlik Sense Enterprise on Windows&amp;nbsp;&lt;/STRONG&gt;as an example. Replace the defined folders, such as &lt;FONT face="courier new,courier"&gt;C:\Program Files\Qlik&lt;/FONT&gt;, should they not apply for the product you are using.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;In addition, if you need to use a different&amp;nbsp;&lt;STRONG&gt;hash&amp;nbsp;&lt;/STRONG&gt;than&amp;nbsp;&lt;STRONG&gt;MD5&lt;/STRONG&gt;, replace it by any of the available values:&lt;/SPAN&gt;&lt;/P&gt;
&lt;UL class="lia-list-style-type-circle"&gt;
&lt;LI&gt;&lt;SPAN&gt;SHA1&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;SHA256&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;SHA384&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;SHA512&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;MD5&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For generic information not necessarily related to Advanced Threat Prevention, see:&lt;/P&gt;
&lt;H4&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;QlikView all versions&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H4&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;A href="https://community.qlik.com/t5/Support-Knowledge-Base/QlikView-Folder-And-Files-To-Exclude-From-Anti-Virus-Scanning/ta-p/1713060" target="_blank" rel="noopener"&gt;QlikView Folder And Files To Exclude From Anti-Virus Scanning&lt;/A&gt;&lt;/P&gt;
&lt;H4&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Qlik Replicate and Qlik Enterprise Manager&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H4&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;A href="https://community.qlik.com/t5/Knowledge/Qlik-Relicate-and-Qlik-Enterprise-Manager-directory-to-exclude/ta-p/1906999" target="_blank" rel="noopener"&gt;Qlik Replicate and Qlik Enterprise Manager directory to exclude from Anti-Virus scanning &lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;H4&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;NPrinting 17 and newer&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H4&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;A href="https://community.qlik.com/t5/Support-Knowledge-Base/Qlik-NPrinting-Server-and-Designer-Anti-Virus-Folder-Exclusions/ta-p/1715440" target="_blank" rel="noopener"&gt;NPrinting Server and NP Designer Anti Virus Folder Exclusions&lt;/A&gt;&lt;/P&gt;
&lt;H4&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Qlik Alerting&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H4&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;A title="Qlik Alerting Anti Virus Folder Exclusion" href="https://community.qlik.com/t5/Knowledge/Qlik-Alerting-Anti-Virus-Folder-Exclusion/ta-p/1913038" target="_blank" rel="noopener"&gt;Qlik Alerting Anti Virus Folder Exclusion&lt;/A&gt;&lt;/P&gt;
&lt;H4&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Antivirus TroubleShooting and Upgrade&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H4&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;A href="https://help.qlik.com/en-US/sense-admin/Subsystems/DeployAdministerQSE/Content/Sense_DeployAdminister/QSEoW/Deploy_QSEoW/upgrade_qlikSense/upgrade_troubleshooting.htm" target="_blank" rel="noopener"&gt;Troubleshooting your upgrade&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 26 Jun 2024 08:24:40 GMT</pubDate>
    <dc:creator>Sonja_Bauernfeind</dc:creator>
    <dc:date>2024-06-26T08:24:40Z</dc:date>
    <item>
      <title>Anti-virus, Endpoint detection and response and Advanced Threat Prevention exclusions for Qlik product deployments</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Anti-virus-Endpoint-detection-and-response-and-Advanced-Threat/ta-p/1716335</link>
      <description>&lt;P&gt;To eliminate the chance that AntiVirus, AntiMalware, and other security-related software cause corruption or lock up files in the Qlik environment, or cause issues during an installation/upgrade/patch, some folders should be excluded from live scanning.&lt;/P&gt;
&lt;P&gt;Impact of AntiVirus/Endpoint Detection and Response (EDR)/Advanced Threat Protection (ATP) scans locking Qlik related files (such as .qvw files, binary Qlik Sense app files as well as NPrinting task files, etc...) can result in loading and refresh failures as well as performance issues.&lt;/P&gt;
&lt;P&gt;Please note that usual anti-virus exclusions might not apply to the EDR and ATP setup, talk to the solution vendor to get the exclusions in place. As an example if you use Microsofts Advanced Threat Protection (&lt;A href="https://docs.microsoft.com/en-us/microsoft-365/security/defender-endpoint/microsoft-defender-endpoint?view=o365-worldwide" target="_self"&gt;Microsoft Defender for Endpoint&lt;/A&gt;), then the exclusion list is handled by Microsoft and you need to open a ticket with Microsoft to get an exclusion in place.&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;If &lt;FONT color="#339966"&gt;&lt;STRONG&gt;Crowdstrike&lt;/STRONG&gt; &lt;/FONT&gt;Antivirus monitoring is installed on any Qlik Server&lt;/SPAN&gt;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;&lt;SPAN&gt;S&lt;/SPAN&gt;tart a support case with crowdstrike support&lt;/LI&gt;
&lt;LI&gt;Enable 'bypass mode' for any Qlik programs including
&lt;OL&gt;
&lt;LI&gt;ALL nodes in a cluster&lt;/LI&gt;
&lt;LI&gt;Postgres&lt;/LI&gt;
&lt;LI&gt;Storage Server&lt;/LI&gt;
&lt;/OL&gt;
&lt;/LI&gt;
&lt;LI&gt;Then retest any reported issues with 'bypass mode' enabled&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H4&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Qlik Sense Enterprise all versions&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H4&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;A href="https://community.qlik.com/t5/Support-Knowledge-Base/Antivirus-exceptions-for-Qlik-Sense-McAfee-Symantec-amp-Other/ta-p/1715397" target="_blank" rel="noopener"&gt;Antivirus exceptions for Qlik Sense- McAfee, Symantec &amp;amp; Other Anti-Virus exclusions absolutely required&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/t5/Support-Knowledge-Base/Qlik-Sense-Folder-And-Files-To-Exclude-From-Anti-Virus-Scanning/ta-p/1715685" target="_blank" rel="noopener"&gt;Qlik Sense Folder And Files To Exclude From AntiVirus Scanning&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;You can obtain a list of exclusions to use with your EDR or ATP system by running the following script:&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="csharp"&gt;$Scanfolders = @("C:\Program Files\Common Files\Qlik","C:\Program Files\Qlik","C:\ProgramData\Qlik")

Foreach ($i in $Scanfolders)

{
  Get-ChildItem -Path $i -Recurse -Include "*.exe" | % {Get-FileHash $_.FullName -Algorithm  MD5} | Out-File C:\temp\exclusion_findings.txt -Append -Width 1000
}
&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;This script was uses&amp;nbsp;&lt;STRONG&gt;Qlik Sense Enterprise on Windows&amp;nbsp;&lt;/STRONG&gt;as an example. Replace the defined folders, such as &lt;FONT face="courier new,courier"&gt;C:\Program Files\Qlik&lt;/FONT&gt;, should they not apply for the product you are using.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;In addition, if you need to use a different&amp;nbsp;&lt;STRONG&gt;hash&amp;nbsp;&lt;/STRONG&gt;than&amp;nbsp;&lt;STRONG&gt;MD5&lt;/STRONG&gt;, replace it by any of the available values:&lt;/SPAN&gt;&lt;/P&gt;
&lt;UL class="lia-list-style-type-circle"&gt;
&lt;LI&gt;&lt;SPAN&gt;SHA1&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;SHA256&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;SHA384&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;SHA512&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;MD5&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For generic information not necessarily related to Advanced Threat Prevention, see:&lt;/P&gt;
&lt;H4&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;QlikView all versions&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H4&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;A href="https://community.qlik.com/t5/Support-Knowledge-Base/QlikView-Folder-And-Files-To-Exclude-From-Anti-Virus-Scanning/ta-p/1713060" target="_blank" rel="noopener"&gt;QlikView Folder And Files To Exclude From Anti-Virus Scanning&lt;/A&gt;&lt;/P&gt;
&lt;H4&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Qlik Replicate and Qlik Enterprise Manager&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H4&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;A href="https://community.qlik.com/t5/Knowledge/Qlik-Relicate-and-Qlik-Enterprise-Manager-directory-to-exclude/ta-p/1906999" target="_blank" rel="noopener"&gt;Qlik Replicate and Qlik Enterprise Manager directory to exclude from Anti-Virus scanning &lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;H4&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;NPrinting 17 and newer&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H4&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;A href="https://community.qlik.com/t5/Support-Knowledge-Base/Qlik-NPrinting-Server-and-Designer-Anti-Virus-Folder-Exclusions/ta-p/1715440" target="_blank" rel="noopener"&gt;NPrinting Server and NP Designer Anti Virus Folder Exclusions&lt;/A&gt;&lt;/P&gt;
&lt;H4&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Qlik Alerting&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H4&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;A title="Qlik Alerting Anti Virus Folder Exclusion" href="https://community.qlik.com/t5/Knowledge/Qlik-Alerting-Anti-Virus-Folder-Exclusion/ta-p/1913038" target="_blank" rel="noopener"&gt;Qlik Alerting Anti Virus Folder Exclusion&lt;/A&gt;&lt;/P&gt;
&lt;H4&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Antivirus TroubleShooting and Upgrade&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H4&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;A href="https://help.qlik.com/en-US/sense-admin/Subsystems/DeployAdministerQSE/Content/Sense_DeployAdminister/QSEoW/Deploy_QSEoW/upgrade_qlikSense/upgrade_troubleshooting.htm" target="_blank" rel="noopener"&gt;Troubleshooting your upgrade&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jun 2024 08:24:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Anti-virus-Endpoint-detection-and-response-and-Advanced-Threat/ta-p/1716335</guid>
      <dc:creator>Sonja_Bauernfeind</dc:creator>
      <dc:date>2024-06-26T08:24:40Z</dc:date>
    </item>
    <item>
      <title>Re: Antivirus exclusions in Qlik product deployments</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Anti-virus-Endpoint-detection-and-response-and-Advanced-Threat/tac-p/1825982#M3915</link>
      <description>&lt;P&gt;Yes ,I have excluded the qlik sense filders .&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Mon, 02 Aug 2021 05:44:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Anti-virus-Endpoint-detection-and-response-and-Advanced-Threat/tac-p/1825982#M3915</guid>
      <dc:creator>suhasinigs</dc:creator>
      <dc:date>2021-08-02T05:44:25Z</dc:date>
    </item>
    <item>
      <title>Re: Anti-virus, Endpoint detection and response (EDR) and Advanced Threat Prevention (ATP) exclusions for Qlik product deployments</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Anti-virus-Endpoint-detection-and-response-and-Advanced-Threat/tac-p/1953693#M6846</link>
      <description>&lt;P&gt;hello support,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;can you also add Anti virus exclusion for QDT?&lt;/P&gt;
&lt;P&gt;THX&lt;/P&gt;
&lt;P&gt;Moshe&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/28597"&gt;@Sonja_Bauernfeind&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 10 Jul 2022 11:41:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Anti-virus-Endpoint-detection-and-response-and-Advanced-Threat/tac-p/1953693#M6846</guid>
      <dc:creator>MosheZeiger</dc:creator>
      <dc:date>2022-07-10T11:41:57Z</dc:date>
    </item>
    <item>
      <title>Re: Anti-virus, Endpoint detection and response (EDR) and Advanced Threat Prevention (ATP) exclusions for Qlik product deployments</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Anti-virus-Endpoint-detection-and-response-and-Advanced-Threat/tac-p/1953817#M6848</link>
      <description>&lt;P&gt;Hint: We got the same issue last month (Jun 2022) and found that our Microsoft defender upgraded. And, we noticed that there are a few exclusions required from the product (&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;Not qlik, But yes from Microsoft&lt;/STRONG&gt;&lt;/FONT&gt;).&lt;/P&gt;
&lt;P&gt;So, Please make sure you are running the Proc mon tool to identify If there are any issues (Example, MsSense.exe) having any violation between shared.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Jul 2022 06:29:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Anti-virus-Endpoint-detection-and-response-and-Advanced-Threat/tac-p/1953817#M6848</guid>
      <dc:creator>rockabs</dc:creator>
      <dc:date>2022-07-11T06:29:36Z</dc:date>
    </item>
    <item>
      <title>Re: Anti-virus, Endpoint detection and response and Advanced Threat Prevention exclusions for Qlik product deployments</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Anti-virus-Endpoint-detection-and-response-and-Advanced-Threat/tac-p/2045494#M8587</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Is it advisible to have deep security antivirus in Qlik Sense , even with the exclusion list.&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Mon, 06 Mar 2023 07:43:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Anti-virus-Endpoint-detection-and-response-and-Advanced-Threat/tac-p/2045494#M8587</guid>
      <dc:creator>BoB_Qlik_Support</dc:creator>
      <dc:date>2023-03-06T07:43:07Z</dc:date>
    </item>
    <item>
      <title>Re: Anti-virus, Endpoint detection and response and Advanced Threat Prevention exclusions for Qlik product deployments</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Anti-virus-Endpoint-detection-and-response-and-Advanced-Threat/tac-p/2046611#M8627</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/72054"&gt;@BoB_Qlik_Support&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We cannot advise on your security requirements, only provide you with information regarding the needs of our products.&lt;/P&gt;
&lt;P&gt;All the best,&lt;BR /&gt;Sonja&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Mar 2023 08:10:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Anti-virus-Endpoint-detection-and-response-and-Advanced-Threat/tac-p/2046611#M8627</guid>
      <dc:creator>Sonja_Bauernfeind</dc:creator>
      <dc:date>2023-03-08T08:10:06Z</dc:date>
    </item>
    <item>
      <title>Re: Anti-virus, Endpoint detection and response and Advanced Threat Prevention exclusions for Qlik product deployments</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Anti-virus-Endpoint-detection-and-response-and-Advanced-Threat/tac-p/2137248#M10674</link>
      <description>&lt;P&gt;SCEP is simple certificate enrollment protocol.&amp;nbsp; also, this is the only board failing.&amp;nbsp; all the others are in the dame environment and use the same publishers.&amp;nbsp; opening a ticket with crowdstirke i believe an unnecessary step.&lt;/P&gt;</description>
      <pubDate>Mon, 13 Nov 2023 14:29:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Anti-virus-Endpoint-detection-and-response-and-Advanced-Threat/tac-p/2137248#M10674</guid>
      <dc:creator>whill</dc:creator>
      <dc:date>2023-11-13T14:29:22Z</dc:date>
    </item>
    <item>
      <title>Re: Anti-virus, Endpoint detection and response and Advanced Threat Prevention exclusions for Qlik product deployments</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Anti-virus-Endpoint-detection-and-response-and-Advanced-Threat/tac-p/2140168#M10735</link>
      <description>&lt;P&gt;Good morning Sonja,&lt;/P&gt;
&lt;P&gt;many organizations by security policy do not allow the exclusion of the entire service user profile (and not even the folder "%localappdata%\temp" which is the path where locked file problems often occur); is it possible to change only the path to the "Temp" where NPrinting goes to write?&lt;/P&gt;</description>
      <pubDate>Wed, 22 Nov 2023 08:34:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Anti-virus-Endpoint-detection-and-response-and-Advanced-Threat/tac-p/2140168#M10735</guid>
      <dc:creator>Luigi_Teti</dc:creator>
      <dc:date>2023-11-22T08:34:01Z</dc:date>
    </item>
    <item>
      <title>Re: Anti-virus, Endpoint detection and response and Advanced Threat Prevention exclusions for Qlik product deployments</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Anti-virus-Endpoint-detection-and-response-and-Advanced-Threat/tac-p/2140230#M10738</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/199761"&gt;@Luigi_Teti&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Changing the temporary location is not supported. See&amp;nbsp;&lt;A href="https://community.qlik.com/t5/Qlik-NPrinting/Editing-temp-path/m-p/2016536/highlight/true#M37789" target="_blank" rel="noopener"&gt;Editing temp path&lt;/A&gt;&amp;nbsp;and &lt;A href="https://community.qlik.com/t5/Official-Support-Articles/Can-the-Qlik-NPrinting-temporary-directory-be-changed/ta-p/2140229" target="_blank" rel="noopener"&gt;Can the Qlik NPrinting temporary directory be changed?&lt;/A&gt;&amp;nbsp;(only recently made after I verified it with our subject matter experts).&lt;/P&gt;
&lt;P&gt;I recommend logging an idea on our ideation platform to request this to be reviewed as a possible feature.&lt;/P&gt;
&lt;P&gt;All the best,&lt;BR /&gt;Sonja&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Nov 2023 10:30:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Anti-virus-Endpoint-detection-and-response-and-Advanced-Threat/tac-p/2140230#M10738</guid>
      <dc:creator>Sonja_Bauernfeind</dc:creator>
      <dc:date>2023-11-22T10:30:26Z</dc:date>
    </item>
    <item>
      <title>Re: Anti-virus, Endpoint detection and response and Advanced Threat Prevention exclusions for Qlik product deployments</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Anti-virus-Endpoint-detection-and-response-and-Advanced-Threat/tac-p/2140239#M10739</link>
      <description>&lt;P&gt;Thank you Sonja for the feedback!&lt;/P&gt;</description>
      <pubDate>Wed, 22 Nov 2023 10:40:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Anti-virus-Endpoint-detection-and-response-and-Advanced-Threat/tac-p/2140239#M10739</guid>
      <dc:creator>Luigi_Teti</dc:creator>
      <dc:date>2023-11-22T10:40:07Z</dc:date>
    </item>
    <item>
      <title>Re: Anti-virus, Endpoint detection and response and Advanced Threat Prevention exclusions for Qlik product deployments</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Anti-virus-Endpoint-detection-and-response-and-Advanced-Threat/tac-p/2163977#M11194</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/28597"&gt;@Sonja_Bauernfeind&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;Do you have any bad feedbacks from customers using SentinelOne EDR or is it seamless?&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jan 2024 16:04:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Anti-virus-Endpoint-detection-and-response-and-Advanced-Threat/tac-p/2163977#M11194</guid>
      <dc:creator>Chotana2</dc:creator>
      <dc:date>2024-01-22T16:04:55Z</dc:date>
    </item>
    <item>
      <title>Re: Anti-virus, Endpoint detection and response and Advanced Threat Prevention exclusions for Qlik product deployments</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Anti-virus-Endpoint-detection-and-response-and-Advanced-Threat/tac-p/2164684#M12403</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/179577"&gt;@Chotana2&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I could not find reported issues with SentinelOne EDR, especially when the overall guidelines regarding &lt;SPAN&gt;AntiVirus/Endpoint Detection and Response (EDR)/Advanced Threat Protection (ATP) scans are followed.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Hope this helps!&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;All the best,&lt;BR /&gt;Sonja&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jan 2024 06:22:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Anti-virus-Endpoint-detection-and-response-and-Advanced-Threat/tac-p/2164684#M12403</guid>
      <dc:creator>Sonja_Bauernfeind</dc:creator>
      <dc:date>2024-01-24T06:22:20Z</dc:date>
    </item>
    <item>
      <title>Re: Anti-virus, Endpoint detection and response and Advanced Threat Prevention exclusions for Qlik product deployments</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Anti-virus-Endpoint-detection-and-response-and-Advanced-Threat/tac-p/2466083#M14192</link>
      <description>&lt;P&gt;Hello, wanted to ask what issues have others seen with Crowdstrike installations with On Prem Qlik Servers.&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/28597"&gt;@Sonja_Bauernfeind&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Jun 2024 13:52:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Anti-virus-Endpoint-detection-and-response-and-Advanced-Threat/tac-p/2466083#M14192</guid>
      <dc:creator>StephanieR</dc:creator>
      <dc:date>2024-06-27T13:52:12Z</dc:date>
    </item>
    <item>
      <title>Re: Anti-virus, Endpoint detection and response and Advanced Threat Prevention exclusions for Qlik product deployments</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Anti-virus-Endpoint-detection-and-response-and-Advanced-Threat/tac-p/2489427#M14836</link>
      <description>&lt;P&gt;We are currently working with a Qlik Customer that is using MS ATP and it has been causing issues again since the beginning of October. MS has issued two fixes, and a third came out over the weekend.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The issue occurring is that MS ATP is consuming increased amounts of memory that prevents Qlik from operating normally. Causing Qlik jobs to fail.&lt;/P&gt;
&lt;P&gt;If possible it does make sense to monitor the use of RAM and available RAM for Qlik to alert of a potential issue.&lt;BR /&gt;&lt;BR /&gt;The same customer has multiple Qlik services and Qlik servers using MS ATP and this issue is not consistent. Which makes it harder to detect.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Oct 2024 12:26:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Anti-virus-Endpoint-detection-and-response-and-Advanced-Threat/tac-p/2489427#M14836</guid>
      <dc:creator>parkera</dc:creator>
      <dc:date>2024-10-28T12:26:52Z</dc:date>
    </item>
    <item>
      <title>Re: Anti-virus, Endpoint detection and response and Advanced Threat Prevention exclusions for Qlik product deployments</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Anti-virus-Endpoint-detection-and-response-and-Advanced-Threat/tac-p/2489456#M14837</link>
      <description>&lt;P&gt;Guys we have put in a role based exclusion for Crowdstrike on our Qlik On Prem servers and it is working well very well. Highly recommend getting the vendor you are using the documents re exclusion from Qlik and then working closely with them to tailor to your environment.&amp;nbsp; We had done this previously for Carbon Black and now for Crowdstrike - success with both.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Oct 2024 14:36:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Anti-virus-Endpoint-detection-and-response-and-Advanced-Threat/tac-p/2489456#M14837</guid>
      <dc:creator>StephanieR</dc:creator>
      <dc:date>2024-10-28T14:36:54Z</dc:date>
    </item>
  </channel>
</rss>

