Lpi 303-300 LPIC-3 Security Online Training
Lpi 303-300 Online Training
The questions for 303-300 were last updated at Dec 19,2024.
- Exam Code: 303-300
- Exam Name: LPIC-3 Security
- Certification Provider: Lpi
- Latest update: Dec 19,2024
Which option in an Apache HTTPD configuration file enables OCSP stapling?
(Specify ONLY the option name without any values or parameters.)
Solution: httpd-ssl.conf
Determine whether the given solution is correct?
- A . Correct
- B . Incorrect
Which of the following database names can be used within a Name Service Switch (NSS) configuration file?(Choose THREE correct answers).
- A . host
- B . shadow
- C . service
- D . passwd
- E . group
Which of the following parameters to openssl s_client specifies the host name to use for TLS Server Name Indication?
- A . -tlsname
- B . -servername
- C . -sniname
- D . -vhost
- E . -host
Which of the following lines in an OpenSSL configuration adds an X 509v3 Subject Alternative Name extension for the host names example.org and www.example.org to a certificate?
- A . subjectAltName = DNS: www.example.org, DNS:example.org
- B . extension= SAN: www.example.org, SAN:example.org
- C . subjectAltName: www.example.org, subjectAltName: example.org
- D . commonName = subjectAltName= www.example.org, subjectAltName = example.org
- E . subject= CN= www.example.org, CN=example.org
What is a buffer overflow?
- A . A type of virus
- B . A type of malware that disguises itself as legitimate software
- C . A type of denial-of-service attack
- D . A type of software vulnerability
Which tool can be used to manage the Linux Audit system?
- A . auditd
- B . rkhunter
- C . chkrootkit
- D . maldet
What is the difference between a SetUID and SetGID bit?
- A . SetUID applies to files, while SetGID applies to directories
- B . SetUID allows a file to be executed with the permissions of the file owner, while SetGID allows a file to be executed with the permissions of the group owner
- C . SetUID allows a user to change the owner of a file, while SetGID allows a user to change the group owner of a file
- D . There is no difference between SetUID and SetGID
Which of the following expressions are valid AIDE rules?
(Choose TWO correct answers.)
- A . !/var/run/.*
- B . append: /var/log/*
- C . /usr=all
- D . #/bin/
- E . /etc p+i+u+g
Which command included in the Linux Audit system provides searching and filtering of the audit log?
(Specify ONLY the command without any path or parameters.)
Solution: ausearch
Determine whether the given solution is correct?
- A . Correct
- B . Incorrect
Which package management tools can be used to verify the integrity of installed files on a Linux system?
- A . RPM and DPKG
- B . APT and YUM
- C . dpkg and aptitude
- D . yum and zypper