M Flashcards

1
Q

maintenance hook

A

Instructions within a program’s code that enable the developer or maintainer to enter the program without having to go through the usual access control and authentication processes. Maintenance hooks should be removed from the code before it is released to production; otherwise, they can cause serious security risks. Also called trapdoor or back door.

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

malware

A

Malicious software. Code written to perform activities that circumvent the security policy of a system. Examples are viruses, malicious applets, Trojan horses, logical bombs, and worms.

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

mandatory access control (MAC)

A

An access policy that restricts subjects’ access to objects based on the security clearance of the subject and the classification of the object. The system enforces the security policy, and users cannot share their files with other users.

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

masquerading

A

Impersonating another user, usually with the intention of gaining unauthorized access to a system.

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

message authentication code (MAC)

A

In cryptography, a message authentication code (MAC) is a generated value used to authenticate a message. A MAC can be generated by HMAC or CBC-MAC methods. The MAC protects both a message’s integrity (by ensuring that a different MAC will be produced if the message has changed) and its authenticity, because only someone who knows the secret key could have modified the message.

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

multilevel security

A

A class of systems containing information with different classifications. Access decisions are based on the subject’s security clearances, need to know, and formal approval.

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

Multiprotocol Label Switching (MPLS)

A

A converged data communications protocol designed to improve the routing speed of high-performance networks.

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