Execution Control & Software Sources & Auto Play/Run

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/33

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 5:12 PM on 9/7/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

34 Terms

1
New cards

What do authentication and authorization policies give subjects the right to do?

sign on to a computer and network and potentially make changes to the system configuration

2
New cards

What do authentication and authorization policies place in the user?

a certain amount of trust to exercise those rights responsibly

3
New cards

Why can relying only on user rights be risky?

users can act maliciously or could be tricked into an adverse action

4
New cards

What does execution control refer to?

logical security technologies designed to prevent malicious software from running on a host regardless of what the user account privileges allow

5
New cards

What kind of security system can execution control establish?

one that does not entirely depend on the good behavior of individual users

6
New cards

What does Windows require even when logged in as an administrator account when making certain changes?

a confirmation

7
New cards

What system is that confirmation part of in Windows?

User Account Control

8
New cards

When running an application normally, as whom will the application be run?

the user who is logged in

9
New cards

What option may be needed to execute a program with administrative privileges?

Run As Administrator

10
New cards

What does Run As Administrator allow a standard user account to do?

run a program or utility with administrative privileges

11
New cards

What is required when the Run As Administrator option is selected?

the administrative account password

12
New cards

What does Run As Administrator assist with?

execution control of applications and making changes to the workstation

13
New cards
Why is it necessary to restrict the ability of users to run unapproved program code?
to prevent the spread of malware such as Trojans
14
New cards
What type of code is especially important to restrict?
code that can modify the OS, such as an application installer
15
New cards
What Windows mechanisms are used to enforce these restrictions?
Administrator and Standard user accounts, User Account Control (UAC), and system policies
16
New cards
What can developers of Windows applications use to prove the authenticity and integrity of an installer package?
digital certificates to perform code signing
17
New cards
What does Linux also prompt for when you attempt to install software?
untrusted software
18
New cards
What must packages have for the repository to install the software on Linux?
the public key for the repository
19
New cards
When prompted that you are installing untrusted software on Linux, what are the two choices?
install it anyway or cancel the installation
20
New cards
What software distribution model do mobile OS vendors use as well?
walled garden
21
New cards
From where are apps distributed in the walled garden model?
from an approved store
22
New cards
What are the vendor's store policies and procedures supposed to prevent?
Trojan-like apps from being published
23
New cards
What does application control mean in third-party network management suites?
configuring block lists of unapproved software or allow lists of approved software
24
New cards
What does a block list allow and what does an allow list deny?
block lists allow anything else; allow lists deny anything else
25
New cards
What file in legacy versions of Windows could automatically run commands when an optical disc was inserted or a USB drive was attached?
autorun.inf
26
New cards
Where was the autorun.inf file stored?
in the root of the drive
27
New cards
What would a typical autorun.inf define?
an icon for a disk and the path to a setup file
28
New cards
What security risk could autorun.inf create in legacy Windows?
malware being able to install itself automatically
29
New cards
What would prevent malware from installing itself automatically through autorun/autoplay?
disabling the autorun/autoplay option
30
New cards
What is shown in modern versions of Windows instead of automatically running commands?
an AutoPlay dialog box
31
New cards
What does the AutoPlay dialog box do in modern Windows?
prompts the user to take a particular action
32
New cards
Where can AutoRun and AutoPlay settings be configured?
via a drive's property dialog box
33
New cards
What also requires the user to explicitly allow any executable code to run?
UAC
34
New cards
Where can default AutoPlay actions be configured?
a Windows Settings page