Lecture 12 Flashcards

1
Q

What is white box testing?

A

Pen testers are given a detailed amount of information about the company and systems they’re tasked with targeting. This may include basic credentials, source code, or other inside information.

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

What is black box testing?

A

Testers are only given the name of the targeted organization and must figure out how to break into systems with the same level of information that an outsider would have. Also referred to as ‘blind’ tests.

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

What is grey box testing?

A

Testers are given some amount of information and insights, perhaps incrementally if testing progress halts, in order to continue the assessment.

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

What is Red Team / Blue Team exercises?

A

A structured attack-defend exercise to test the incident response capabilities and preparedness of an organisation’s security team. The security team is the blue team and the pen testers and the red team.

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

Why you have the be careful about user input?

A

User/attacker owns the bits they can and will input anything and everything.

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

How do you handle user access?

A

Authentication, Session Management and access control.

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

How do you handle user input?

A

Input handling (Reject known bad => Black listing, Accept known good => White listing, sensitization, safe data handling, semantic checks). Boundary Validation. Multistep Validation,

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

How do you handle attackers?

A

Handling errors, Maintaining audit logs, alerting administrators and reacting to attacks.

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