<?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: Vulnerable applications for testing - Guide in WAF</title>
    <link>https://community.checkpoint.com/t5/WAF/Vulnerable-applications-for-testing-Guide/m-p/205934#M229</link>
    <description>&lt;P&gt;I'm experiencing the same issue when I deploy in the UK West.&lt;/P&gt;
&lt;P&gt;It's an Azure issue; you will need to open a ticket ...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 13 Feb 2024 14:09:09 GMT</pubDate>
    <dc:creator>Shay_Levin</dc:creator>
    <dc:date>2024-02-13T14:09:09Z</dc:date>
    <item>
      <title>Vulnerable applications for testing - Guide</title>
      <link>https://community.checkpoint.com/t5/WAF/Vulnerable-applications-for-testing-Guide/m-p/162631#M86</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have been asked about the the vulnerable applications i use in the workshop.&lt;/P&gt;
&lt;P&gt;I used two application:&lt;/P&gt;
&lt;P&gt;Damn Small Vulnerable Web - &lt;A href="https://blog.appsecco.com/damn-small-vulnerable-web-in-docker-fd850ee129d5" target="_self"&gt;Link&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;OWASP Juice Shop - &lt;A href="https://owasp.org/www-project-juice-shop/" target="_self"&gt;Link&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;The fastest and the easiest way to run them is by using&amp;nbsp;Azure Container Instances (ACI).&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Inside Azure Portal, Click on Cloud Shell
&lt;DIV id="tinyMceEditorShay_Levin_0" class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-left" image-alt="cloudshell.jpg" style="width: 999px;"&gt;&lt;img src="https://community.checkpoint.com/t5/image/serverpage/image-id/18485i493F1C0768FC0188/image-size/large?v=v2&amp;amp;px=999" role="button" title="cloudshell.jpg" alt="cloudshell.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;DIV id="tinyMceEditorShay_Levin_1" class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; 2. Run the commands:&lt;/P&gt;
&lt;P&gt;az group create --name exploitgroup --location eastus&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;az container create --resource-group exploitgroup --name exploit --image appsecco/dsvw --dns-name-label exploit --ports 8000&lt;/P&gt;
&lt;P&gt;az container create --resource-group exploitgroup --name juice --image bkimminich/juice-shop --dns-name-label juice --ports 3000&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;div class="video-embed-center video-embed"&gt;&lt;iframe class="embedly-embed" src="https://cdn.embedly.com/widgets/media.html?src=https%3A%2F%2Fwww.youtube.com%2Fembed%2FMBtx9WUELBM%3Ffeature%3Doembed&amp;amp;display_name=YouTube&amp;amp;url=https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DMBtx9WUELBM&amp;amp;image=https%3A%2F%2Fi.ytimg.com%2Fvi%2FMBtx9WUELBM%2Fhqdefault.jpg&amp;amp;type=text%2Fhtml&amp;amp;schema=youtube" width="600" height="338" scrolling="no" title="Containerized vulnerable applications for testing" frameborder="0" allow="autoplay; fullscreen; encrypted-media; picture-in-picture;" allowfullscreen="true"&gt;&lt;/iframe&gt;&lt;/div&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 21 Nov 2022 10:58:45 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/WAF/Vulnerable-applications-for-testing-Guide/m-p/162631#M86</guid>
      <dc:creator>Shay_Levin</dc:creator>
      <dc:date>2022-11-21T10:58:45Z</dc:date>
    </item>
    <item>
      <title>Re: Vulnerable applications for testing - Guide</title>
      <link>https://community.checkpoint.com/t5/WAF/Vulnerable-applications-for-testing-Guide/m-p/205798#M228</link>
      <description>&lt;P&gt;Hi Shay.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am having issued when running these commands on the UKWEST,&amp;nbsp; however these works fine previously but not working anymore, I have tried for EASTUS and it works. my issues is my subscription from the office only support for UKWEST and UKSOUTH.&amp;nbsp;&lt;/P&gt;&lt;P&gt;can you please help&amp;nbsp;&lt;/P&gt;&lt;P&gt;A: Create Group&lt;/P&gt;&lt;P&gt;az group create --name exploitgroup --location ukwest&lt;/P&gt;&lt;P&gt;B: Create&amp;nbsp; Exploit Website&lt;/P&gt;&lt;P&gt;az container create --resource-group exploitgroup --name exploit --image appsecco/dsvw --dns-name-label exploit --ports 8000&lt;/P&gt;&lt;P&gt;C: Create Juiceshop- Workshop&lt;/P&gt;&lt;P&gt;az container create --resource-group exploitgroup --name juice --image bkimminich/juice-shop --dns-name-label juice --ports 3000&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kamal&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 12 Feb 2024 17:24:10 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/WAF/Vulnerable-applications-for-testing-Guide/m-p/205798#M228</guid>
      <dc:creator>kamaladmire1</dc:creator>
      <dc:date>2024-02-12T17:24:10Z</dc:date>
    </item>
    <item>
      <title>Re: Vulnerable applications for testing - Guide</title>
      <link>https://community.checkpoint.com/t5/WAF/Vulnerable-applications-for-testing-Guide/m-p/205934#M229</link>
      <description>&lt;P&gt;I'm experiencing the same issue when I deploy in the UK West.&lt;/P&gt;
&lt;P&gt;It's an Azure issue; you will need to open a ticket ...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Feb 2024 14:09:09 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/WAF/Vulnerable-applications-for-testing-Guide/m-p/205934#M229</guid>
      <dc:creator>Shay_Levin</dc:creator>
      <dc:date>2024-02-13T14:09:09Z</dc:date>
    </item>
    <item>
      <title>Re: Vulnerable applications for testing - Guide</title>
      <link>https://community.checkpoint.com/t5/WAF/Vulnerable-applications-for-testing-Guide/m-p/206040#M230</link>
      <description>&lt;P&gt;Thanks Shay, I have noticed recently Azure must have done something which causing issued in different places. i,e.&lt;/P&gt;&lt;P&gt;Azure Cloudguard HA deployment&lt;/P&gt;&lt;P&gt;it used to work when you have create a http rule on frontend LB with floating IP enable and create the NAT and access rules on firewall, all backend static route, peering etc all created but you can access backend web server from LB public IP:&lt;/P&gt;&lt;P&gt;Access RULE: source ANY -- Dest: LB Public -- Service: http&lt;/P&gt;&lt;P&gt;NAT rule: source ANY -- Dest: LB Public -- OrgService: http&amp;nbsp; --Translate Dest: Webserver internal IP&lt;/P&gt;&lt;P&gt;however if I create a NAT rule like below it works&lt;/P&gt;&lt;P&gt;NAT rule: source home Public IP 149.10.x.x -- Dest: LB Public -- OrgService: http&amp;nbsp; --Translate source &amp;lt;Active FW IP&amp;gt;--Translate Dest: Webserver internal IP&lt;/P&gt;&lt;P&gt;when run tcpdump I can see the traffic arrive on Eth0 and correctly leave internal interface Eth1 but I don't see traffic arriving on internal web interface, it just lost somewhere seems its a routing issue with Azure.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have also tested to ping and telnet from Firewall member A and B to internal webserver and I can ping and telnet on port 80 so its clearly not an issue with configuration but the Azure internal architectural issue.&lt;/P&gt;&lt;P&gt;this also deployed on UKWEST&lt;/P&gt;&lt;P&gt;I have opened a case with TAC and they said its a Azure routing issue open a ticket with them.&amp;nbsp;&lt;/P&gt;&lt;P&gt;maybe you can try the same,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Feb 2024 10:21:13 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/WAF/Vulnerable-applications-for-testing-Guide/m-p/206040#M230</guid>
      <dc:creator>kamaladmire1</dc:creator>
      <dc:date>2024-02-14T10:21:13Z</dc:date>
    </item>
    <item>
      <title>Re: Vulnerable applications for testing - Guide</title>
      <link>https://community.checkpoint.com/t5/WAF/Vulnerable-applications-for-testing-Guide/m-p/206053#M231</link>
      <description>&lt;P&gt;I don't think it's right to conclude that if they have a container deployment issue in a specific region, they also have a problem that is related to routing.&lt;/P&gt;
&lt;P&gt;I believe it's a configuration issue.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Feel fee to drop me private message and we can schedule a call to take a look on it together&lt;/P&gt;</description>
      <pubDate>Wed, 14 Feb 2024 12:05:46 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/WAF/Vulnerable-applications-for-testing-Guide/m-p/206053#M231</guid>
      <dc:creator>Shay_Levin</dc:creator>
      <dc:date>2024-02-14T12:05:46Z</dc:date>
    </item>
  </channel>
</rss>

