Phase 2 Flashcards
What command puts the VyOS router into configuration mode?
conf
What command is used to create a new configuration setting in VyOS (assume you are in configuration mode)?
set
What command is used to remove a configuration setting in VyOS (assume you are in configuration mode)?
del
What command is used to display a configuration setting in VyOS (assume you are in configuration mode)?
show
Match the following Regional Internet Registries to their respective regions.
ARIN-
LACNIC-
APNIC-
RIPE NCC-
AFRINIC-
– antarctica, canada, parts of the caribbean and USA
– most of the caribbean and all of latin america
– east asia, oceania, south asia, southeast asia
- europe, central asia, russia, and west asia
-Africa
Since modern Windows systems have PowerShell preinstalled, it really is no longer necessary to know the command line interface.
False
Many Linux commands will work in a Windows Command Shell by default
False
Many Linux commands will work in Windows PowerShell by default.
True
All PowerShell scripts can run by default in Windows 10.
False
Most PowerShell commands can be piped into other commands.
true
Using which combination of PowerShell commands can all the files in a directory have their filenames changed?
Get-ChildItem | Rename-Item
Get-ChildItem is limited in that it cannot find Hidden Files.
False
Get-ChildItem is limited in that it cannot search through sub-directories.
False
What is the default file type for importing into an LDAP directory service?
ldif
LDAP is only available in a Linux environment, while Active Directory is available in Windows.
False
Why would the IDS/IPS devices use NICs in promiscuous mode without having assigned IP addresses?
Makes it harder for hackers to know they are present
What does port mirroring do on a router?
Copies all traffic destined for one port onto a second port
What is promiscuous mode for a NIC?
Allows the NIC to pull all traffic that comes across it, even if it isn’t the source or estination address
What the Protocols to the following ports?
80-
443-
20,21-
25-
22-
53-
HTTP
HTTPS
FTP
SMTP
SSH
DNS
What does the following iptables rule do?
iptables -A INPUT -s 13.14.0.0/16 -j DROP
Drop all incoming traffic on the 13.14.0.0/16 address range
We have ran out of IPv4 addresses. Which technology allows us to minimize the use of public IP addresses in our network?
NAT
What does Port Forwarding allow us to do?
Expose an internal IP/Port by redirecting external communication requests on one address and port combination to the internal IP/Port
What is the name of the attack where an adversary relays communication between two parties who believe they are communicating with each other?
Man-in-the-middle
What is ARP?
Mapping between MAC addresses and IP addresses
Which of these is not an advantage of a proxy server?
Eliminates the need for routers
If I need to ensure secure traffic between my remote workers and the internal corporate network, which would be the best solution?
VPN tunnel
What is a DOS attack?
An attempt to overwhelm a resource to make it unavailable
What is a /23 network in octets?
255.255.254.0
What is 255.255.128.0 in CIDR notation?
/17
Identify the network devices by their function
Hub-
Switch-
Router-
Hub – sends packets to all other devices attached
Switch– sends packets to devices using the hardware address of the device
Router– sends packets between computer networks
What is Network Address Translation?
Manages internal (private) IP addresses and maps them to an external (Public) IP address and port
Which of these holds configurations and other settings for applications in a Windows system?
Registry
Which configuration tool can be used to force a safe boot in Windows?
msconfig
Active Directory and LDAP can not be used on the same domain
False
PowerShell can be used to administer local users and groups on a workstation remotely.
True
Microsoft Accounts can be used to keep some applications in sync across devices.
True
All Active Directory domains must act completely independently and cannot share information across domains.
False
In which directory is the hosts file in a Windows 10 System?
\windows\system32\drivers\etc\
Which two ports are standard for LDAP servers?
389, 636
A non-privileged account is put into a Domain Admin GPO group inappropriately. Will the user acquire any administrative privileges?
Yes, if the Domain Admin Group allows administrative privileges not explicitly denied by the user’s other groups.
I am partitioning a 1 Terabyte hard drive solely for Windows use.
Which file format would be the best option?
NTFS