<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>How one small mistake can lead to a major network compromise :: Flywheel Data Labs - Workshops</title>
    <link>http://localhost:8080/illumio_basic/2.compromise/index.html</link>
    <description>Your team is responsible for providing a web portal used by stakeholders in the field to access publicly available information such as weather and local news.&#xA;Your website is considered low risk since it provides access to open source data is protected by standard perimeter security including:&#xA;an advanced stateful firewall network address translation load balancer with DDOS protection An minor update to the website was deployed prior to a long weekend. Unfortunately a debug flag was set and the server was deployed with the developer portal enabled. As the site is considered low risk, the portal is password protected, and the site is behind a firewall support is only available during business hours.</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Tue, 05 May 2020 13:15:09 -0400</lastBuildDate>
    <atom:link href="http://localhost:8080/illumio_basic/2.compromise/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Initial attack vector</title>
      <link>http://localhost:8080/illumio_basic/2.compromise/connect/index.html</link>
      <pubDate>Tue, 05 May 2020 13:15:09 -0400</pubDate>
      <guid>http://localhost:8080/illumio_basic/2.compromise/connect/index.html</guid>
      <description>Let’s start by connecting to our web page. Browse to https://webserver-workshops.fdlabs.dev and you should see the developer portal This portal is meant to be used by developers to debug internal services before they were published to the internet. As you can see this portal is protected by simple username/password authentication - there is no 2 factor or certificate based authentication.&#xA;Let’s try logging in with a typical default username/password combination of admin and hunter2.</description>
    </item>
    <item>
      <title>Lateral Movement</title>
      <link>http://localhost:8080/illumio_basic/2.compromise/expand/index.html</link>
      <pubDate>Tue, 05 May 2020 13:15:09 -0400</pubDate>
      <guid>http://localhost:8080/illumio_basic/2.compromise/expand/index.html</guid>
      <description>In many cases an attack starts with compromising a single asset then using that asset as a jump point to access more sensitive resources.&#xA;Note This action of branching out from one resource to other resources on your network is called lateral movement. Cyberattackers use lateral movement as a core tactic, moving today’s advanced persistent threats (APTs) far beyond yesterday’s more simplistic cyberattacks. Internal network security teams must work overtime to detect lateral movement and stop it in its tracks.</description>
    </item>
    <item>
      <title>Let&#39;s exfiltrate some data</title>
      <link>http://localhost:8080/illumio_basic/2.compromise/exploit/index.html</link>
      <pubDate>Tue, 05 May 2020 13:15:09 -0400</pubDate>
      <guid>http://localhost:8080/illumio_basic/2.compromise/exploit/index.html</guid>
      <description>Now we’ll go a step deeper and review the full results of our port scan. One particularly interesting finding is what appears to be a fileserver hosted on nfs.fdlabs.dev Run showmount -e nfs.fdlabs.dev to list out all the shares hosted on that fileserver The share named sensitive_employee_records looks interesting, lets mount it by running sudo mkdir /mnt/data &amp;&amp; sudo mount nfs.fdlabs.dev:/sensitive_employee_records /mnt/data</description>
    </item>
  </channel>
</rss>