Cybersecurity Test 3

0.0(0)
Studied by 1 person
0%Exam Mastery
Build your Mastery score
multiple choiceAP Practice
Supplemental Materials
call kaiCall Kai
Locked
Card Sorting

1/42

Last updated 1:42 AM on 11/15/22
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

43 Terms

1
New cards
What is the command cat short for?
Concatenate
2
New cards
What command by default displays the first ten lines of text?
head
3
New cards
What command by default displays the last ten lines of text?
tail
4
New cards
What command finds words or phrases in a file?
grep
5
New cards
What command controls permissions a user has?
chmod
6
New cards
What command will redirect the output of one file to another?
>
7
New cards
What is the difference between ipconfig and ifconfig
ipconfig is for Windows TCP/IP configuration: ifconfig is for Linux interface configuration
8
New cards
What are ipconfig and ifconfig mainly used for?
Network troubleshooting
9
New cards
What does the 'ip link show' command do?
Displays status of network link layer devices
10
New cards
What does the 'ip addr show' command do?
Displays addresses assigned to devices
11
New cards
What protocol does the 'ping' command use
ICMP
12
New cards
What does TTL stand for
Time to Live
13
New cards
What does the 'traceroute' command do?
Determines path a packet takes to a destination
14
New cards
What does the command 'nslookup' do
Provides simple lookup of domain names and matching IP addresses
15
New cards
What does ARP stand for?
Address Resolution Protocol
16
New cards
What does the 'netstat' command do?
Monitors network connections to and from host
17
New cards
What does NMAP allow you to do?
Search for hosts on a network
18
New cards
The term cryptography comes from the Greek words kryptos, meaning ______, and graphein, meaning ______
a secret, to study
19
New cards
What is the definition of cryptography?
The practice and study of writing or solving codes
20
New cards
What is the name of the cipher where each letter is shifted?
Caesar Cipher
21
New cards
The term cryptanalysis comes from the Greek words krypts and analein, meaning ______
to loosen
22
New cards
Encrypt is to ______, as decrypt is to ______
convert, unconvert
23
New cards
What is the definition of plaintext
A message to be encrypted
24
New cards
What is the definition of ciphertext?
The encrypted data
25
New cards
Why are one-way keys given their name?
There is no way to reverse the encryption
26
New cards
What is the name of a common key exchange method
Diffie-Hellman
27
New cards
Which of the following are famous ciphers?  (Select three
Pigpen Cipher, Enigma , Balanced Oil and Vinegar
28
New cards
In the world of cryptography, what is a hash?
A one-way encryption that converts any form of data into a unique string of text
29
New cards
Which of the following is true regarding the data that is to be hashed?
None of the above
30
New cards
Which of the following is NOT a use of hashing in cryptography
Pirating
31
New cards
Which of the following is NOT a type of hash function?
MI6
32
New cards
What is the term given if two different passwords have the same hash?
Collision
33
New cards
What is the name of the technique of adding random data to a password before hashing it and then storing the new value with the hash is called?
Salting
34
New cards
An ______ is a random number used with a secret key to encrypt data.
initialization vector
35
New cards
A password should never be stored ______. (Select two)
in plaintext and unencrypted
36
New cards
Which directory is the shadow file stored on a Linux system?
etc
37
New cards
Which file preceded the shadow file on a Linux system
passwd
38
New cards
A ______ attack is done by trying all possible combinations and permutations until success.
Brute Force
39
New cards
Brute force attacks must be done online
False
40
New cards
A ______ attack is a brute-force technique where attackers run through common words and phrases.
dictionary
41
New cards
A ______ attack is a brute-force technique where attackers use a few commonly used passwords.
spraying
42
New cards
A ______ attack is a brute-force technique where attackers use a pre-calculated series of hashes
rainbow table
43
New cards
What can be added to a password to increase the strength of the password?
Salt