Skip to content

Commit

Permalink
Minor spell fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Razvan committed Sep 22, 2017
1 parent 86b891b commit 73cec82
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions database/NIST-level1-content-en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
- id: L1-EN
title: Investigate the security of a desktop computer
overview: |
<p>Today is your first day on the job as a sysadmin. Your boss tells you that he suspects somebody tried to hack into your company's network, and asks you to investigate a possible cyber attack that may have happened when the system administrator was a guy called Daniel Craig. The boss sits you in front of the previous sysadmin's computer, and wishes you good luck.</p>
<p>Today is your first day on the job as a sysadmin. Your boss tells you that he suspects somebody tried to hack into your company's network, and asks you to investigate a possible cyberattack that may have happened when the system administrator was a guy called Daniel Craig. The boss sits you in front of the previous sysadmin's computer, and wishes you good luck.</p>
<p>You glance at the machine and reluctantly get to work.<p>
level: 1

Expand All @@ -17,15 +17,15 @@
- An alternative solution is to get the required information from the <code>/proc/version</code> file.

- id: L1-EN-002
body: In order to understand the network your computer is connected to, you should know more about the machine. Find out the IPv4 address of its first network interface, and enter the <i>last 2 bytes</i> (inverse netmask /16 address) below (e.g, 0.0.123.234).
body: In order to understand the network your computer is connected to, you should know more about the machine. Find out the IPv4 address of its first network interface, and enter the <i>last 2 bytes</i> (inverse netmask /16 address) below (e.g., 0.0.123.234).
answer: 0.0.1.2
hints:
- You can use the command <code>ifconfig</code> to find out NIC information.
- <code>$ ifconfig eth0</code>
- "An alternative solution is to use the <code>ip</code> command: <code>$ ip addr show dev eth0</code>"

- id: L1-EN-003
body: You also need to know about the routing settings of the machine. Find out the IPv4 address of the default gateway, and enter the <i>last 2 bytes</i> (inverse netmask /16 address) below (e.g, 0.0.123.1).
body: You also need to know about the routing settings of the machine. Find out the IPv4 address of the default gateway, and enter the <i>last 2 bytes</i> (inverse netmask /16 address) below (e.g., 0.0.123.1).
answer: 0.0.1.1
hints:
- You can use the command <code>route</code> to obtain routing information.
Expand Down

0 comments on commit 73cec82

Please sign in to comment.