A network technician is responsible for the basic security of the network. Management has asked if
there is a way to improve the level of access users have to the company file server. Right now, any
employee can upload and download files with basic system authentication (username and password).
What should he configure to increase security?
Kerberos authentication
MDS authentication
Multi-factor authentication
Single sign-on authentication - correct answers Multi-factor authentication
(Correct)
You have just concluded a two-month engagement that targeted Dion Training's network. You have a
detailed list of findings and have prepared your report for the company. Which of the following reasons
explains why you must keep your report confidential and secure?
The findings included may contain company intellectual property
The findings contain privileged information about their customers
The findings could be used by attackers to exploit the client's systems - correct answersThe findings
could be used by attackers to exploit the client's systems
Which of the following will an adversary do during the reconnaissance phase of the Lockheed Martin kill
chain? (SELECT THREE)
Harvest email addresses
Identify employees on Social Media networks
,Release of malware on USB drives
Acquire or develop zero-day exploits
Select backdoor implants and appropriate command and control mechanisms
Discover servers facing the public internet - correct answersHarvest email addresses
Identify employees on Social Media networks
Discover servers facing the public internet
Edward's bank recently suffered an attack where an employee made an unauthorized modification to a
customer's bank balance. Which tenant of cybersecurity was violated by this employee's actions?
authorized modification to a customer's bank balance.
Which tenant of cybersecurity was violated by this employee's actions?
Confidentiality
Authentication
Integrity
Availability - correct answersIntegrity
(Correct)
What is not an example of a type of support resource that a pentester might receive as part of a white
box assessment?
Network diagrams
SOAP project files
XSD
PII of employees - correct answersPII of employees
PII shouldn't be given to pen tester bc it could violate laws and regulations regarding maintaining
employee data confidentiality and privacy
Which of the following would trigger the penetration test to stop and contact the system owners during
an engagement?
, A production server is successfully exploited
Discovery of a production server with its log files deleted
A production server is unresponsive to ping requests
Discovery of encrypted credit card data being stored in their database - correct answersDiscovery of a
production server with its log files deleted
Pen testing team has direct communication path with system owners or trusted agents during
engagement. Deleted log files should be considered an IOC and be investigated by company's security
team before you continure w/ your engagement
. Which of the following Nmap commands would scan DionTraining.com and probe any open ports to
determine the versions of the running services on those ports?
Which of the following Nmap commands would scan DionTraining.com and probe any open ports to
determine the versions of the running services on those ports?
nmap -sS DionTraining.com
nmap -sT DionTraining.com
nmap -sV DionTraining.com
nmap -sL DionTraining.com - correct answersnmap -sV DionTraining.com
(Correct)
You are troubleshooting an issue with a Windows desktop and need to display the machine's active TCP
connections. Which of the following commands should you use?
use?
net use
netstat
ipconfig
ping - correct answersnetstat
Netstat command is used to display active TCP connections, ports where the computer is listening,
ethernet statistics, the IP routing table, IPv4 stats, and IPV6 statistics on windows. Good for determining
malware installed and maintaining remote connection w/ command and control server