dos02.html 1011 B

1234567891011121314151617
  1. <link rel="stylesheet" href="../../includes/css/base.css" />
  2. <link rel="stylesheet" href="../../includes/css/style.css" />
  3. <h1>DoS Level 2</h1>
  4. <p>A server or computer can protect itself by blocking malicious computers using a <strong>firewall</strong>. A
  5. <strong>firewall</strong> keeps a list of "bad" source addresses and drops all packets that come from an address on
  6. the list. In this example, Google has learned from the previous attack that Alice is a malicious user and has set up
  7. a firewall to block her. Observe how the packets from Alice's computer to Google are dropped.
  8. <p>One way for an adversary to bypass a <strong>firewall</strong> is to launch a <strong>Distributed Denial of
  9. Service (DDos)</strong> attack. To do this, the adversary sends packets from multiple machines under her control.
  10. <p>To pass this level, launch a <strong>DDoS</strong> attack against Google from Alice's additional machines.
  11. <h3>Level Objectives</h3>
  12. <ul><li>send Google more packets than it can handle</li></ul>