Tools of the trade Flashcards

1
Q

What does the arp -a command show?

A

Shows all cached IP address/mac addresses used

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

What does Nmap do?

A

Scans network and looks at every IP to see what’s being used - used in command prompt

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

What is NMS

A

Network Management Station

Software for managing and configuring SNMP devices

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

TCP dump for linux is used for what?

A

Sniffing and collecting info on all incoming and outgoing packets

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

Netstat -n

A

Shows who I am talking to

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

SNMP uses what ports?

A

UDP port 161 or port 10161 when using TLS(transport layer security)

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

What are centralized logs?

A

Logs kept on a central server.

Can use SNMP

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

Log data should have all of the following…

A

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

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

What are 3 types of logs?

A

Event
Security
Audit

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

What are two types of events?

A

Network

Non-network

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

What is SNMP?

A

Simple Network Management Protocol

SNMP managed devices run an agent that talks with a NMS

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

What does the nslookup command show?

A

Query’s the dns server

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

SNMPwalk

A

One command sends many “gets” at once

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

What is the ipconfig command in linux?

A

ip addr

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

SNMP term - Get

A

Sending query to device

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

SNMP term - Trap

A

Sends reply to NMS automatically when it hits certain values

17
Q

What is Zenmap?

A

Its a graphical user interface version of Nmap to make it easier to read

18
Q

Ping -t in windows

Ping in linux

A

Will keep pinging until you stop it

19
Q

What does the dig command show in linux?

Ex: dig www.google.com

A

Shows server and cached info

20
Q

What are decentralized logs?

A

Logs on a local machine

21
Q

Wireshark allows us to filter the data by…

A

Services and protocols

22
Q

What does sudo netcat -L 231 do?

A

Opens up port 231 as a listening port

-Used for pentesting and aggresive use

23
Q

What two functions does a protocol analyzer have?

A

Sniffing and analyzing the data

24
Q

What does the netstat command show?

A

Shows all connections and ports

25
Q

Netstat -a

A

Shows who is talking to me

26
Q

What does the tracert command show?

A

Shows routers form you computer to whatever you want

ex: tracert www.google.com
- will show every connection you have until you reach google, generally the first two lines are in house

27
Q

ARP

A

Address Resolution Protocol

28
Q

MaaS

Monitoring as a Service - is what?

A

3rd party company that keeps logs for you.

29
Q

Network scans can be done to detect what?

A

Open ports, protocols, hardware and rogue systems

30
Q

SNMP term - MIB

A

Management Information Base

31
Q

SNMP community

A

Is an organization of managed devices

-This could be setup manually to separate devices in different buildings or floors for example.