<?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: URL Redirect in General Topics</title>
    <link>https://live.paloaltonetworks.com/t5/general-topics/url-redirect/m-p/258897#M73424</link>
    <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/16592"&gt;@Remo&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;With this "hack"/javascript on the response page you can do great things:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;URL redirects and even specific redirects based on categories or specific URLs&lt;/LI&gt;&lt;LI&gt;Different response page content based on sourceuser/URL category/website&lt;/LI&gt;&lt;LI&gt;Display the response page in different languages based on the users browser langiage settings&lt;/LI&gt;&lt;LI&gt;Redirect any access to the RP to a custom webserver and pass along all the attributs like user, category, ... to do some more statistics there (requires custom webserver implementation)&lt;/LI&gt;&lt;LI&gt;Create a form on the RP where a user could directly open a ticket in case of wrong category (requires jquery)&lt;/LI&gt;&lt;LI&gt;...&lt;/LI&gt;&lt;/UL&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;At my company we've toyed with the idea about doing this for phishing training.&amp;nbsp; So when we send phishing tests out the response page would be training documentation or something specific we wanted to educate the users on&lt;/P&gt;</description>
    <pubDate>Fri, 26 Apr 2019 16:31:24 GMT</pubDate>
    <dc:creator>Brandon_Wertz</dc:creator>
    <dc:date>2019-04-26T16:31:24Z</dc:date>
    <item>
      <title>URL Redirect</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/url-redirect/m-p/153508#M50671</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;is it possible to redirect f.e. &lt;A href="http://www.bing.com" target="_blank"&gt;www.bing.com&lt;/A&gt; to &lt;A href="http://www.google.com" target="_blank"&gt;www.google.com&lt;/A&gt; via Palo Alto.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If yes, how can i do that?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thx&lt;/P&gt;</description>
      <pubDate>Fri, 21 Apr 2017 06:36:09 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/url-redirect/m-p/153508#M50671</guid>
      <dc:creator>IT_Admin0815</dc:creator>
      <dc:date>2017-04-21T06:36:09Z</dc:date>
    </item>
    <item>
      <title>Re: URL Redirect</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/url-redirect/m-p/153515#M50672</link>
      <description>&lt;P&gt;No.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You could use DNS Proxy feature and static entries.&lt;/P&gt;&lt;P&gt;In this case you point your client device DNS settings towards Palo (usually with DHCP).&lt;/P&gt;&lt;P&gt;Set up DNS Proxy to pass on DNS requests to DNS server of your preference.&lt;/P&gt;&lt;P&gt;And add static entry so that if user asks for &lt;A href="http://www.bing.com" target="_blank"&gt;www.bing.com&lt;/A&gt; Palo will reply with IP of &lt;A href="http://www.google.com" target="_blank"&gt;www.google.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Does not work with all web servers (if server runs multiple websites on single IP).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Theoretically you can also do some tricks with response pages and Javascript redirect but this is quite hack already.&lt;/P&gt;</description>
      <pubDate>Fri, 21 Apr 2017 06:47:00 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/url-redirect/m-p/153515#M50672</guid>
      <dc:creator>Raido_Rattameister</dc:creator>
      <dc:date>2017-04-21T06:47:00Z</dc:date>
    </item>
    <item>
      <title>Re: URL Redirect</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/url-redirect/m-p/258777#M73391</link>
      <description>&lt;P&gt;Yes you can.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can use the block page to run a script that will re-direct the traffic to another site.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Apr 2019 16:35:18 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/url-redirect/m-p/258777#M73391</guid>
      <dc:creator>rclark</dc:creator>
      <dc:date>2019-04-25T16:35:18Z</dc:date>
    </item>
    <item>
      <title>Re: URL Redirect</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/url-redirect/m-p/258866#M73412</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/4916"&gt;@rclark&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;Yes you can.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can use the block page to run a script that will re-direct the traffic to another site.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Isn't that what&amp;nbsp;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/15603"&gt;@Raido_Rattameister&lt;/a&gt;&amp;nbsp;already commented above?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;"&lt;SPAN&gt;Theoretically you can also do some tricks with response pages and Javascript redirect but this is quite hack already."&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 26 Apr 2019 13:47:30 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/url-redirect/m-p/258866#M73412</guid>
      <dc:creator>Brandon_Wertz</dc:creator>
      <dc:date>2019-04-26T13:47:30Z</dc:date>
    </item>
    <item>
      <title>Re: URL Redirect</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/url-redirect/m-p/258889#M73422</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/15603"&gt;@Raido_Rattameister&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;No.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You could use DNS Proxy feature and static entries.&lt;/P&gt;&lt;P&gt;In this case you point your client device DNS settings towards Palo (usually with DHCP).&lt;/P&gt;&lt;P&gt;Set up DNS Proxy to pass on DNS requests to DNS server of your preference.&lt;/P&gt;&lt;P&gt;And add static entry so that if user asks for &lt;A href="http://www.bing.com" target="_blank" rel="noopener"&gt;www.bing.com&lt;/A&gt; Palo will reply with IP of &lt;A href="http://www.google.com" target="_blank" rel="noopener"&gt;www.google.com&lt;/A&gt;&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;This will end up in certificate warnings and maybe even worse in completely blocked access because of hsts and other https security features.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 26 Apr 2019 15:47:03 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/url-redirect/m-p/258889#M73422</guid>
      <dc:creator>Remo</dc:creator>
      <dc:date>2019-04-26T15:47:03Z</dc:date>
    </item>
    <item>
      <title>Re: URL Redirect</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/url-redirect/m-p/258896#M73423</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/5300"&gt;@Brandon_Wertz&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/4916"&gt;@rclark&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;Yes you can.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can use the block page to run a script that will re-direct the traffic to another site.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Isn't that what&amp;nbsp;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/15603"&gt;@Raido_Rattameister&lt;/a&gt;&amp;nbsp;already commented above?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;"&lt;SPAN&gt;Theoretically you can also do some tricks with response pages and Javascript redirect but this is quite hack already."&lt;/SPAN&gt;&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;With this "hack"/javascript on the response page you can do great things:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;URL redirects and even specific redirects based on categories or specific URLs&lt;/LI&gt;&lt;LI&gt;Different response page content based on sourceuser/URL category/website&lt;/LI&gt;&lt;LI&gt;Display the response page in different languages based on the users browser langiage settings&lt;/LI&gt;&lt;LI&gt;Redirect any access to the RP to a custom webserver and pass along all the attributs like user, category, ... to do some more statistics there (requires custom webserver implementation)&lt;/LI&gt;&lt;LI&gt;Create a form on the RP where a user could directly open a ticket in case of wrong category (requires jquery)&lt;/LI&gt;&lt;LI&gt;...&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Fri, 26 Apr 2019 16:25:07 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/url-redirect/m-p/258896#M73423</guid>
      <dc:creator>Remo</dc:creator>
      <dc:date>2019-04-26T16:25:07Z</dc:date>
    </item>
    <item>
      <title>Re: URL Redirect</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/url-redirect/m-p/258897#M73424</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/16592"&gt;@Remo&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;With this "hack"/javascript on the response page you can do great things:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;URL redirects and even specific redirects based on categories or specific URLs&lt;/LI&gt;&lt;LI&gt;Different response page content based on sourceuser/URL category/website&lt;/LI&gt;&lt;LI&gt;Display the response page in different languages based on the users browser langiage settings&lt;/LI&gt;&lt;LI&gt;Redirect any access to the RP to a custom webserver and pass along all the attributs like user, category, ... to do some more statistics there (requires custom webserver implementation)&lt;/LI&gt;&lt;LI&gt;Create a form on the RP where a user could directly open a ticket in case of wrong category (requires jquery)&lt;/LI&gt;&lt;LI&gt;...&lt;/LI&gt;&lt;/UL&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;At my company we've toyed with the idea about doing this for phishing training.&amp;nbsp; So when we send phishing tests out the response page would be training documentation or something specific we wanted to educate the users on&lt;/P&gt;</description>
      <pubDate>Fri, 26 Apr 2019 16:31:24 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/url-redirect/m-p/258897#M73424</guid>
      <dc:creator>Brandon_Wertz</dc:creator>
      <dc:date>2019-04-26T16:31:24Z</dc:date>
    </item>
    <item>
      <title>Re: URL Redirect</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/url-redirect/m-p/258908#M73427</link>
      <description>&lt;P&gt;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/5300"&gt;@Brandon_Wertz&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;That's a good one!&lt;/P&gt;</description>
      <pubDate>Fri, 26 Apr 2019 16:53:54 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/url-redirect/m-p/258908#M73427</guid>
      <dc:creator>Remo</dc:creator>
      <dc:date>2019-04-26T16:53:54Z</dc:date>
    </item>
    <item>
      <title>Re: URL Redirect</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/url-redirect/m-p/258920#M73432</link>
      <description>&lt;P&gt;Yes.&amp;nbsp; I didn't finish reading his response.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 26 Apr 2019 17:33:48 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/url-redirect/m-p/258920#M73432</guid>
      <dc:creator>rclark</dc:creator>
      <dc:date>2019-04-26T17:33:48Z</dc:date>
    </item>
    <item>
      <title>Re: URL Redirect</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/url-redirect/m-p/258921#M73433</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/4916"&gt;@rclark&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;Yes.&amp;nbsp; I didn't finish reading his response.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You had 2 years 5 days to read his response...Maybe try 2 years 6 days next time?&amp;nbsp; haha jk&lt;/P&gt;</description>
      <pubDate>Fri, 26 Apr 2019 18:23:03 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/url-redirect/m-p/258921#M73433</guid>
      <dc:creator>Brandon_Wertz</dc:creator>
      <dc:date>2019-04-26T18:23:03Z</dc:date>
    </item>
  </channel>
</rss>

