2.0 Flashcards

1
Q

What exploit can take place if the X-Frame-Options header is not present?

A

Clickjacking can be used against the web server’s users.

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

What uses port 23?

A

Telnet (which is not considered insecure because it sends all of its data in cleartext)

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

Why would a “Blind SQL injection” be difficult to confirm with an external vulnerability scan?

A

They cannot confirm that a Blind SQL Injection with (execution of code) has previously occurred.

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

Which technique(s) can you use to find a older copies of webpage that may have been taking down?

A

A standard Cache search OR a website Archive.

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

What does this command do: nc -v IP PORT?

A

This conducts a banner grab

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

What uses port 25?

A

SMTP

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

What is MOU?

A

Memorandum Of Understanding -a document that describes the broad outlines of an agreement

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

What should be reviewed to determine other domains that can use the same digital certificate?

A

Subject Alternative Name (SAN) -is a field in a digital certificate that allows a host to be identified by multiple host names or domain names.

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

Which of the following files would contain the Apache server’s logs (default naming convention)?

A

Logs are stored in access_log

***Full path would be /var/log/httpd/access_log

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

What kind of tool is Scapy?

A

A tool used to conduct packet manipulation by crafting and sending malformed packets to a network target.

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

What command could be used to list the active services from the Windows command prompt?

A

“sc query” -display information about running service

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

In what ways can Percent encoding can be used?

A

Can be misused to obfuscate the nature of a URL and submit malicious input as a script or binary to perform directory traversal and other attacks.

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

What is Certificate Pinning?

A

A method of trusting digital certificates that bypass the CA hierarchy and chain of trust

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

What is Certificate Stapling?

A

Allows a web server to perform certificate status check and eliminates the need for additional connection at the time of the request

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

Address (A) Record

A

Links a hostname to IPv4 address

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

Service (SRV) Record

A

Used to provide host and port information on services (VoIP and IM)

17
Q

Mail Exchange (MX) Record

A

Directs emails messages to a mail server MX records for a particular domain.

18
Q

Nameserver (NS) Record

A

Indicates which DNS name server has the authority for a particular domain.

19
Q

Text (TXT) Record

A

Adds text into the DNS -used to provide information about a resource such as a server, network, or service in human-readable form. They often contain domain verification and domain authentications for third-party tools that can send information on behalf of a domain name.

20
Q

Start of Authority (SOA) Record

A

Stores important information about a domain or zone

21
Q

AAAA Record

A

Links a hostname to an IPv6 address

22
Q

Canonical Name (CNAME) Record

A

Points a domain to another domain or subdomain

23
Q

Pointer (PTR) Record

A

Correlates an IP address with a domain name

24
Q

What is the inanchor: modifier?

A

is used to search for any pages whose anchor text includes the specified term

25
Q

What is the link: modifier used for?

A

Used to search for pages that link to the website provided

26
Q

What is the inurl: modifier used for?

A

Used to search for any pages whose URLs include the term specified.

27
Q

What is the site: modifier used for?

A

Used to search only the specified website for results that contain the search term.