MS Win OS Basic Security Flashcards
NTFS Permissions apply to what types of:
- Users
- Objects
- Network and Local Users
- Folders and Files
A Windows resource with conflicting NTFS and share permissions applied to it will assume:
The most restrictive permission
Share permissions on a shared Windows folder:
- Grant the user Read access
- Local NTFS permissions grant the user Modify access.
What are the effective user permission levels?
- Read Permission when accessing share remotely
- Modify Permission when accessing the share locally
What is the correct hierarchy of precedence for permissions settings in NTFS?
- Explicit Deny
- Explicit Allow
- Inherited Deny
- Inherited Allow
What command is used to display or change file attributes?
- What are 4 available options?
- What symbols are used to Set/remove attributes?
attrib
- Read (R), Archive (A), System (S), Hidden (H)
- Set(+), Remove(-)
Microsoft has 3 encryption systems
What are they and how are they different?
- Bitlocker - Encrypts drives
- BitLocker To Go - Encrypts USB Drives
- EFS - Encrypts Files and Folders
An account policy setting that forces users to produce a new password every time they are required to change their old password is known as:
Password history
A sticky note with a password kept on sight in user’s cubicle would be a violation of which of the following policies?
Clean Desk Policy
Describe the 3 disk formatting types
- Quick - Fastest. Deletes File System table, but other data is recoverable
- Standard/High-Level - Normal Speed. Erases all data by overwritting.
- Low-Level - Slowest. Only done my MFG.
Which formatting type(s) would typically be performed by a user intending to reinstall an OS?
Standard or High-Level Format
In NTFS, a folder or file moved from one location to another on the SAME VOLUME inherits the permissions of its new parent folder. (T/F)
- What permissions would the file/folder have?
False
- The original permissions
In NTFS, a folder or file copied or moved from one location to another on a DIFFERENT VOLUME inherits permissions of its new parent folder. (T/F)
True
Windows allows users to invoke the UAC Prompt and run an application with administrator account permissions.
What are 3 ways to access this?
- Right-Click > Run as Admin
- Start Menu > CTRL + SHIFT > Left Click
- RUN > Type App Name > CTRL + SHIFT + ENTER
Describe the difference between:
- AutoPlay
- AutoRun
- AutoPlay displays a dialog box w/options for newly mounted media
- AutoRun enables automatic execution of code contained on newly mounted media