Security Tools Flashcards

1
Q

What is ping used for?

A

Determine if communication is possible.

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

What is Tracert/Traceroute used for?

A

Trace the route that packets take through the network.

It will help to implement security controls on the network. Does not make sense if you don’t know where the packet is taking.

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

What is pathping used for?

A

Determine if communication is possible and the path is used.

Single command that can do ping and trace route.

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

What is hping used for?

A

Packet creation tool to craft raw IP,TCP,UDP and ICMP packets from scratch for pinging, tracing, scanning, discovery and more.

You can build packet from scratch.

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

What is ifconfig ?

A

Verify and manipulate the network interfaces on a Linux system.

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

What is ipconfig?

A

Verify and manipulate the network interfaces on a Windows system.

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

What is Netstat?

A

List all network connections to and from a system.

Very important to know. (watch the video)

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

What is Nslookup?

A

A window tools that you can query DNS to obtain the mapping between the domain name and IP address.

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

What is dig?

A

A Linux tool that you can use to query DNS to obtain the name to IP address.

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

What is dnsenum?

A

DNS enumeration (list, count) DNS information including entries, subdomains, MX records.

Enables you to get a listing of all publicly available resources that exist for a domain.

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

What is TCPdump or Wireshark?

A

CMD base traffice capture and analysis tools. It captures traffic and analyze files?

They use pcap files.

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

What is sn1per?

A

Linux base tools. Typically use by Pen tester. Automated scanners designed to collect large amount of information while scanning for vulnerabilities.

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

What is Harvester?

A

Python-based program designed to assist penetration tester in the gathering of information during the reconnaissance portion of a pen test.

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

What is scanless?

A

Command line utility to interface with websites that can perform port scans as poart of a pen tester.

Watch the video.

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

What is curl?

A

A CLI tool to transfer data to and from server without user interaction.

Watch the video.

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

What is nmap?

A

CMD network scanning tool used to discover what systems and servers are on the network.

It can be used for OS fingerprinting, finding rogue devices and discovering services and even application versions.

Watch the video.

17
Q
A