IS3440 CHAP 10 KERNEL SECURITY RISK MITIGATION Flashcards

(32 cards)

1
Q

___ in the context of computing, is reference to the type of CPU, such as i386 for 32-bit Intel and AMD systems.

A

Architecture

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

___ is the context of the kernel, is an incorporated feature from a later kernel.

A

Backport

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

___ is the name of the Ubuntu distribution released in April 2008 with long-term support.

A

Hardy Heron (8.04)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

___ is an IBM system that uses IBM Performance Optimization With Enhanced RISC (POWER) CPUs.

A

iSeries

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

___ is a family of 64-bit CPUs developed by Intel. Red Hat has supported these CPUs through Red Hat Enterprise Linux 5, but will not continue support in later releases.

A

Itanium

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

___ is the Linux kernel developer responsible for the release of stable kernels.

A

Kroah-Hartman, Greg

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

___ is a framework for security support within the Linux kernel, associated with mandatory access control. Examples: SELinux and AppArmor.

A

(LSMs) Linux security modules

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

___ is the name of the Ubuntu distribution released in April 2010 with long-term support.

A

Lucid Lynx (10.04)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

___ describes a network packet with modified headers.

A

Mangled

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

___ is a packet with an impossible source or destination address. Example- a packet from the Internet with a source address of a private Internet Protocol (IP) address network would be one.

A

Martian packet

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

___ is a Linux package that refers to other packages. Example: linux - image refers to the latest version of the generic kernel built for Ubuntu.

A

Meta package

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

___ is a reference to a software interface that is similar to the underlying hardware. It may require a special kernel.

A

Paravirturalized

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

___ is the IBM Reduced Instruction Set Computing (RISC) server and workstation product line designed for UNIX systems; some Red Hat Enterprise Linux releases are built for these.

A

pSeries

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

___ is a Linux security module for mandatory access control; functionally similar to SELinux and AppArmor.

A

(SMACK) Simplified mandatory access control kernel

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

___ is a reference to network transmissions with a false source address.

A

Spoofed

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

___ is a reference to the kernel developed and released by the Linux Kernel Organization.

17
Q

___ is a Linux security module for mandatory access control; functionally similar to SELinux and AppArmor.

18
Q

___ is the developer of the first Linux kernel and is the current leader of Linux kernel developers.

A

Torvalds, Linus

19
Q

___ is a specialized kernel for virtual machine monitors that supports hardware-assisted virtualization on systems with suitably capable CPUs.

20
Q
  1. Which of the following features is no longer associated with a separate kernel on many Linux distributions?
  2. Virtual machine hosts
  3. Xen
  4. SMP
  5. Servers
21
Q
  1. When an updated kernel is released with a security update, which of the following numbers in the kernel is changed?
  2. Major version
  3. Minor version
  4. Update version
  5. Patch number
22
Q
  1. Which of the following commands can be used to unpack and uncompress a stock kernel in .tar.bz2 format?
  2. tar xzf
  3. tar xjf
  4. tar xbf
  5. tar xuf
23
Q
  1. The Web site associated with the Linux Kernel Organization is ___.
A

http://kernel.org/

24
Q
  1. Which of the following actions should you NOT take when implementing a new kernel?
  2. Upgrade
  3. Install
  4. Patch
  5. Compile
25
6. which of the following directories contain a file with the configuration of the kernel that is currently running on the local system? 1. /usr/src/redhat/BUILD/kernel-'uname -r'/linux- 'uname -r'/ 2. /usr/src/linux-'uname -r'/configs/ 3. /usr/src/linux-'uname r'/ 4. /boot/
/boot/
26
7. Which of the following commands starts a console-based menu-driven tool for customizing the kernel? 1. make config 2. make menuconfig 3. make xconfig 4. make gconfig
make menuconfig
27
8. Which of the following kernel options is NOT related to mandatory access controls? 1. SELinux 2. TOMOYO 3. Cryptographic API 4. AppArmor
Cryptographic API
28
9. Name the section of the kernel configuration tool related to formats such as ext2 and ext3.
Filesystems
29
10. In what configuration file can you customize the filename of the compiled kernel? 1. make 2. config- 'uname -r' 3. .config 4. Makefile
Makefile
30
11. When a new kernel is compiled and installed, what file should contain different stanzas to two different kernels available during the boot process? (Select two) 1. /boot/grub/menu.lst 2. /etc/bootloader 3. /etc/lilo.conf 4. /usr/src/linux-'uname -r'/.config
/boot/grub/menu.lst /etc/lilo.conf
31
12. If you see the net.ipv4.icmp_echo_ignore_broadcasts = 1 options in the /etc/sysctl.conf file, what file contains that boolean option? 1. /proc/net/ipv4icmp_echo_ignore-braodcasts 2. /proc/sys/sys/net/ipv4/icmp_echo_ignore_broadcasts 3. /proc/net/sys/ipv4/icmp_echo_ignore_broadcasts 4. ?proc/icmp_echo_ignore_braodcasts
/proc/sys/sys/net/ipv4/icmp_echo_ignore_broadcasts
32
13. Which of the following directives in the /etc/sysctl.conf should be set to 0 to deactivate routing on the local system? 1. net.ipv4.ip_forward 2. net.sys.ipv4.ip_route 3. net.ipv4.ip_routing 4. net.sys.ipv4.ip_source
net.ipv4.ip_forward