Operations Flashcards
Administrative Personnel Controls examples
Administrative Personnel Controls • Compartmentalization • Separation of Duties • Collusion • Rotation of duties • Mandatory Leave • Non-disclosure agreement (NDA)- • Background checks
Least Privilege
• Least Privilege- (aka minimum necessary access) subject has no more access than is strictly required to perform duties
Need to Know
Need to Know- deals with sensitive data; leverage Mandatory Access Control; access is based on security clearance of subject and data classification of object.
Compartmentalization
Compartmentalization- a method for enforcing Need to Know
Rotation of duties
Rotation of duties- one person does not perform critical functions without interruption; helps mitigate fraud (cost is always a consideration and can trump some controls)
Compartmentalization
Compartmentalization- a method for enforcing Need to Know
3 types of controls
Administrative, Technical, Physical
Data remanence
Data remanence- data that persists beyond non-invasive means to delete it
Wiping
Wiping (aka overwriting)- writes new data over each bit or block; disk damage may prevent successful overwriting
Shredding
Shredding- physical destruction; most secure; incineration or pulverization
Configuration Management
Configuration Management
• Defined by ISC2 as “a process of identifying and documenting hardware components, software and the associated settings.”
Baselining
Baselining- capturing a point in time of the current system security config
o Necessitates monitoring config over time
Vulnerability scanning
Vulnerability scanning- discovers poor configs and missing patches
Vulnerability management
Vulnerability management- prioritization and remediation of vulnerabilities; prioritization based on risk to org and ease of remediation
Full Backup
Full Backup- replica of all data; coupled with incremental or differential
Incremental Backup
Incremental Backup- backup files changed since last incremental backup. Odds of failed restoration due to tape integrity increase with each incremental backup.
Differential Backup
Differential Backup- backup files changes since the last full backup (does not change the archive bit)
Copy Backup
Copy Backup- Same as full backup, but Archive Bit is not reset; Use before upgrades, or system maintenance
Mirroring
Mirroring- full data redundancy
Striping
Striping- increases read/write performance by spreading data across multiple disks
Parity
Parity- data redundancy without the same costs of mirroring. One or more disk drives contain parity information that allows them to rebuild data if a drive failure occurs.
RAID 0
RAID 0- Striped Set; increases performance, not data redundancy
RAID 1
RAID 1- Mirrored Set; duplicate data on added disk; write performance decreased; read performance increased
RAID 5
RAID 5- striped set with distributed parity (block level); one of the most popular; distributes parity across disks