<p>In this step, you will use brute force, a logic puzzle, and clues from social media posts to open the three different locks. </p>
<p>Please be advised that the term Brute Force in Cybersecurity is not physically breaking into something, but it is the act of trying random password combinations until you get the right one. So please respect the boxes and don't break them! There is a note on solving these boxes and how these techniques relate to real-world cyber security below.</p>
<p>When you get your boxes and your first set of cards, you may begin. Your one-hour timer has started!<br />
<meta charset="utf-8" /></p>
<p dir="ltr" role="presentation"><b id="docs-internal-guid-15daf331-7fff-08d5-a1d0-f1c9db249275">Brute Force is a tactic for cracking passwords by trying multiple combinations until the password is found or “cracked.”</b></p>
<ol>
<li aria-level="2" dir="ltr">
<p dir="ltr" role="presentation"><b id="docs-internal-guid-15daf331-7fff-08d5-a1d0-f1c9db249275">To combat brute force attacks, many services will lock an account for 30-60 minutes after 3-5 failed logins. However, wifi networks are an example of passwords that rarely have any protection against brute force attacks</b></p>
</li>
<li aria-level="2" dir="ltr">
<p dir="ltr" role="presentation"><b id="docs-internal-guid-15daf331-7fff-08d5-a1d0-f1c9db249275">The brute force “dictionary” puzzle represents that brute force attacks can be more efficient by testing common words and phrases. Users who pick “password” or “let me in” as a password are exceptionally vulnerable to dictionary cracks as these common passwords are well documented as frequently used passwords, therefore they are common guesses by hackers</b></p>
</li>
<li aria-level="2" dir="ltr">
<p dir="ltr" role="presentation"><b id="docs-internal-guid-15daf331-7fff-08d5-a1d0-f1c9db249275">Lock 1 can be opened by trying up to 100 combinations, but lock 2 has 1000 possible combinations. This represents how longer passwords increase security due to the increase in possible combinations. Additionally, capital letters and special characters make the range of possible passwords even larger. This is why many sites require capital letters, special characters, and a minimum password length </b></p>
</li>
</ol>
<p dir="ltr" role="presentation">Once you have opened all three locks, you have completed Layer 1 and will move on to Layer 2!</p>