Tools of the Trade Flashcards

1
Q

Which DNS tool resolves web addresses to an IP address and answers the question to ‘Is my DNS up’?

A

Ping

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

Which tool detects hosts that are connected to you?

A

netstat

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

Which tool traces the route of network connections?

A

tracert

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

Which tool resolves ethernet MAC address?

A

ARP (Address Resolution Protocol)

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

Which tool provides the IP address and ethernet tools in Windows?

A

ipconfig

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

What does ipconfig /all do?

A

find the MAC address

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

Which tool provides the IP address and ethernet tools in Linux?

A

ip

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

Which tool provides information on the DNS server for Windows?

A

nslookup

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

Which tool provides information on the DNS server for Linux?

A

Digg

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

Which tool opens and listens to ports and can be used as an aggressive tool for reconnaissance?

A

Netcat

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

Which tool is useful for hardware inventory and reconnaissance of your network and/or system?

A

Nmap

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

What is the GUI for nmap called?

A

Zenmap

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

What is any system that shouldn’t be on the network called?

A

Rogue system

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

What can be used to detect open ports, protocols, hardware, and rogue systems?

A

Network scans

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

What two functions does Protocol analyzers perform?

A

sniffing and analyzing the data

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

What does a sniffer do?

A

grabs all the data going in or out of a particular interface

17
Q

What does a sniffer do with the data acquired?

A

saves to file or sends live feed into the protocol analyzer

18
Q

What protocol analyzer tool allows us to filter the data by services and protocols?

A

Wireshark

19
Q

What popular protocol analyzer can only be used on a Linux system?

A

TCP dump

20
Q

What tool is used to administer and manage network devices from a single source?

A

Simple network management protocol (SNMP)

21
Q

What is the SNMP program that is packaged within the network element?

A

Agent

22
Q

In SNMP, what is the part of the network that requires some form of monitoring and management (i.e. routers, switches, workstations, etc)?

A

managed device

23
Q

In SNMP, what is the separate entity (i.e. workstation) that is responsible for communicating with the SNMP agent implement network device?

A

SNMP manager

24
Q

What are some of the key functions of a SNMP manager?

A

Queries agents, gets response from agents, set variables on the agents, acknowledges asynchronous events from agents

25
Q

What is the software that runs on the SNMP manager?

A

Network Management Station (NMS)

26
Q

What is the commonly shared database between the SNMP agent and the SNMP manager?

A

Management Information Base (MIB)

27
Q

Which version of SNMP added basic encryption?

A

Version 2

28
Q

What ports does SNMP use?

A

UDP 161 or TLS 10161

29
Q

Log event data includes…

A

date, time, process/source, account, event number, event description

30
Q

In dealing with logs, what event happens on a host even though it’s not on the network?

A

non-network events

31
Q

In dealing with logs, what events deals with the communication between the host and something on the network?

A

network events