<?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>topic Re: Imperva seeing Dynatrace synthetics as a bad bot in Synthetic Monitoring</title>
    <link>https://community.dynatrace.com/t5/Synthetic-Monitoring/Imperva-seeing-Dynatrace-synthetics-as-a-bad-bot/m-p/216538#M1955</link>
    <description>&lt;P&gt;Hi Antonio,&lt;/P&gt;&lt;P&gt;Thanks for the reply. This issue is coming up again from Imperva.&amp;nbsp;&lt;/P&gt;&lt;P&gt;So to first reply to your points:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Our security team is reluctant to white list IP addresses as there can be a way to go around Dynatrace servers (spoofing) to attack Prudential network.&lt;/LI&gt;&lt;LI&gt;This is seen as a security risk/entry point of attack as well as someone can create a DDoS attack by spoofing the user agent to bypass the bot protection firewall.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Does Dynatrace work with security vendors like Imperva to make synthetics be seen as a good bot? I see that they have other vendors that can be selected to seen as a good bot like logicmonitor, pingdom, but Dynatrace is not one. I would think Dynatrace as one of the leading industry observability platforms would be part of the Imperva Bot Protection "good bot" category.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 29 Jun 2023 18:30:14 GMT</pubDate>
    <dc:creator>bogoja_jovanosk</dc:creator>
    <dc:date>2023-06-29T18:30:14Z</dc:date>
    <item>
      <title>Imperva seeing Dynatrace synthetics as a bad bot</title>
      <link>https://community.dynatrace.com/t5/Synthetic-Monitoring/Imperva-seeing-Dynatrace-synthetics-as-a-bad-bot/m-p/206283#M1739</link>
      <description>&lt;P&gt;Our firm is utilizing a security tool called Imperva to protect the website against bad bots and DDoS attacks, but it is scanning our synthetics as bad bots. Has anyone come across this issue and if so what are some solutions that can be proposed?&lt;/P&gt;
&lt;P&gt;The security team and Imperva are reluctant to white list the IP ranges of the synthetic ActiveGates.&lt;/P&gt;
&lt;P&gt;Also, does anyone know if browser click paths have certain request attributes that Dynatrace adds when executing that we can add to the Imperva exception list?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Mar 2023 08:46:58 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Synthetic-Monitoring/Imperva-seeing-Dynatrace-synthetics-as-a-bad-bot/m-p/206283#M1739</guid>
      <dc:creator>bogoja_jovanosk</dc:creator>
      <dc:date>2023-03-06T08:46:58Z</dc:date>
    </item>
    <item>
      <title>Re: Imperva seeing Dynatrace synthetics as a bad bot</title>
      <link>https://community.dynatrace.com/t5/Synthetic-Monitoring/Imperva-seeing-Dynatrace-synthetics-as-a-bad-bot/m-p/206291#M1740</link>
      <description>&lt;P&gt;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/39666"&gt;@bogoja_jovanosk&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;I have had this issue with another solution that is not Imperva. There are two main reasons why Imperva might be signalling this, in my opinion:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Dynatrace synthetic monitors run from cloud IPs [AWS,Azure, ...]. It is normal for security solutions to signal this, as there are not normally real users accessing from those IPs. Given that these are Dynatrace servers, you can white-list them without any problem. The list of IPs is available in the list of synthetic agents, so you can define a precise list.&lt;/LI&gt;&lt;LI&gt;The user-agent that Dynatrace uses is not a known user-agent for browsers. You have two ways around this: configure Imperva to signal that an user agent that starts with "DynatraceSynthetic/" is good, as explained in&amp;nbsp;&lt;A href="https://www.dynatrace.com/support/help/platform-modules/digital-experience/synthetic-monitoring/http-monitors/configure-http-monitors" target="_blank"&gt;https://www.dynatrace.com/support/help/platform-modules/digital-experience/synthetic-monitoring/http-monitors/configure-http-monitors&lt;/A&gt; ; or configure your synthetics to use a known browser User-agent. This is for HTTP monitors, as I believe for browser monitors the Chrome signature is used...&lt;/LI&gt;&lt;/OL&gt;</description>
      <pubDate>Sun, 05 Mar 2023 09:40:06 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Synthetic-Monitoring/Imperva-seeing-Dynatrace-synthetics-as-a-bad-bot/m-p/206291#M1740</guid>
      <dc:creator>AntonioSousa</dc:creator>
      <dc:date>2023-03-05T09:40:06Z</dc:date>
    </item>
    <item>
      <title>Re: Imperva seeing Dynatrace synthetics as a bad bot</title>
      <link>https://community.dynatrace.com/t5/Synthetic-Monitoring/Imperva-seeing-Dynatrace-synthetics-as-a-bad-bot/m-p/206343#M1741</link>
      <description>&lt;P&gt;Most tools use the User Agent string to define if it's a bot or not.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For Browser Monitors, we add&amp;nbsp;&lt;SPAN&gt;&lt;A href="https://www.dynatrace.com/support/help/platform-modules/digital-experience/synthetic-monitoring/browser-monitors/configure-browser-monitors#expand--default-user-agent" target="_self"&gt;RuxitSynthetic/1.0&lt;/A&gt; to the User Agent string and for HTTP Monitors we add&amp;nbsp;&lt;A href="https://www.dynatrace.com/support/help/platform-modules/digital-experience/synthetic-monitoring/http-monitors/configure-http-monitors#basic-settings" target="_self"&gt;DynatraceSynthetic/{version}&lt;/A&gt;, so I would just add a rule for&amp;nbsp;DynatraceSynthetic/ as the version will change every time you update your ActiveGates or we update the Public location versions&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Mar 2023 11:51:39 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Synthetic-Monitoring/Imperva-seeing-Dynatrace-synthetics-as-a-bad-bot/m-p/206343#M1741</guid>
      <dc:creator>HannahM</dc:creator>
      <dc:date>2023-03-06T11:51:39Z</dc:date>
    </item>
    <item>
      <title>Re: Imperva seeing Dynatrace synthetics as a bad bot</title>
      <link>https://community.dynatrace.com/t5/Synthetic-Monitoring/Imperva-seeing-Dynatrace-synthetics-as-a-bad-bot/m-p/216538#M1955</link>
      <description>&lt;P&gt;Hi Antonio,&lt;/P&gt;&lt;P&gt;Thanks for the reply. This issue is coming up again from Imperva.&amp;nbsp;&lt;/P&gt;&lt;P&gt;So to first reply to your points:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Our security team is reluctant to white list IP addresses as there can be a way to go around Dynatrace servers (spoofing) to attack Prudential network.&lt;/LI&gt;&lt;LI&gt;This is seen as a security risk/entry point of attack as well as someone can create a DDoS attack by spoofing the user agent to bypass the bot protection firewall.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Does Dynatrace work with security vendors like Imperva to make synthetics be seen as a good bot? I see that they have other vendors that can be selected to seen as a good bot like logicmonitor, pingdom, but Dynatrace is not one. I would think Dynatrace as one of the leading industry observability platforms would be part of the Imperva Bot Protection "good bot" category.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 29 Jun 2023 18:30:14 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Synthetic-Monitoring/Imperva-seeing-Dynatrace-synthetics-as-a-bad-bot/m-p/216538#M1955</guid>
      <dc:creator>bogoja_jovanosk</dc:creator>
      <dc:date>2023-06-29T18:30:14Z</dc:date>
    </item>
  </channel>
</rss>

