Security Best Practices Fundamentals, Password Security, Account Protection, and Encryption Basics
Introduction to Security Best Practices
Technology alone cannot secure a computer system. Even the most advanced hardware and software can become vulnerable if users do not follow proper security practices.
Security best practices are recommended procedures that reduce the likelihood of security incidents and help protect:
- Computers
- Mobile devices
- Networks
- User accounts
- Sensitive data
- Cloud services
Following security best practices helps prevent unauthorized access, malware infections, data loss, and identity theft.
Defense in Depth
Defense in Depth is a security strategy that uses multiple layers of protection rather than relying on a single security control.
Examples of layered security include:
- Strong passwords
- Multi-Factor Authentication (MFA)
- Antivirus software
- Firewalls
- Encryption
- Software updates
- User awareness training
- Regular backups
If one layer fails, additional layers continue to protect the system.
User Responsibility
Every user shares responsibility for maintaining security.
Users should:
- Protect login credentials.
- Lock devices when unattended.
- Report suspicious activity.
- Follow organizational security policies.
- Avoid unsafe websites.
- Keep software updated.
Human error is one of the most common causes of security incidents.
Password Security
Passwords remain one of the primary methods used to protect accounts.
Weak passwords are among the easiest targets for attackers.
Strong password practices greatly reduce the risk of unauthorized access.
Characteristics of Strong Passwords
A strong password should be:
- Long
- Unique
- Difficult to guess
- Random
- Different for every account
Avoid using:
- Birthdays
- Family names
- Dictionary words
- Pet names
- Phone numbers
- Company names
Attackers often try these first.
Password Complexity
Many organizations require password complexity rules.
A strong password typically contains a combination of:
- Uppercase letters
- Lowercase letters
- Numbers
- Special characters
Example:
Tr@vel2026!Lake
Long passphrases are often easier to remember and harder to crack than short, complex passwords.
Passphrases
A passphrase is a longer sequence of words or characters used as a password.
Examples:
- BlueCoffee!RunsFast2026
- MyDogLikesPizza!EveryDay
Advantages include:
- Easier to remember
- More resistant to brute-force attacks
- Greater overall security
Password Reuse
One of the most dangerous password habits is using the same password for multiple accounts.
If attackers obtain a password from one website, they often attempt to use it on:
- Email accounts
- Banking websites
- Shopping sites
- Social media
- Cloud services
This attack is known as credential stuffing.
Always use a different password for every important account.
Password Expiration
Some organizations require users to change passwords at regular intervals, such as every 90 days.
Reasons include:
- Reducing long-term exposure
- Limiting damage from compromised passwords
- Supporting organizational security policies
Even if password expiration is not required, users should immediately change passwords if they suspect compromise.
Password History
Many organizations prevent users from reusing recently used passwords.
A password history policy stores previous passwords and prevents them from being selected again immediately.
Benefits include:
- Prevents password recycling
- Encourages stronger password management
- Reduces predictable password changes
For example, a company may prohibit reuse of the previous 10 passwords.
Password Reset
Users occasionally forget passwords or become locked out of their accounts.
Organizations typically provide secure password reset methods such as:
- One-time verification codes
- Authentication applications
- Security questions
- Administrator assistance
- Recovery email addresses
Password reset procedures should verify the user’s identity before allowing access.
Account Lockout
Many systems temporarily lock accounts after multiple failed login attempts.
Benefits include:
- Slows brute-force attacks
- Reduces automated password guessing
- Protects user accounts
After the lockout period expires, users may attempt to log in again or complete a password reset.
Multi-Factor Authentication (MFA)
Multi-Factor Authentication (MFA) requires users to verify their identity using two or more authentication factors.
Common authentication factors include:
Something You Know
- Password
- PIN
Something You Have
- Smartphone
- Smart card
- Hardware token
Something You Are
- Fingerprint
- Face recognition
- Iris scan
Even if a password is stolen, MFA greatly reduces the chance of unauthorized access.
Password Managers
A password manager securely stores usernames and passwords in an encrypted vault.
Advantages include:
- Generates strong passwords
- Stores unique passwords
- Automatically fills login credentials
- Reduces password reuse
- Simplifies account management
Users only need to remember one strong master password.
Protecting User Accounts
Users should also:
- Sign out of shared computers.
- Lock devices before leaving.
- Avoid saving passwords on public computers.
- Verify login pages before entering credentials.
- Monitor account activity regularly.
Good account management helps prevent unauthorized access.
Introduction to Encryption
Encryption protects information by converting readable data into an unreadable format.
Without encryption, anyone intercepting data could potentially read it.
Encryption protects:
- Files
- Emails
- Cloud storage
- Network traffic
- Mobile devices
- Backup media
Encryption is one of the most effective methods of protecting sensitive information.
Plaintext
Plaintext is readable, unencrypted information.
Anyone who intercepts plaintext can read its contents immediately.
Example:
Password = Summer2026
Plaintext provides no confidentiality.
Ciphertext
Ciphertext is encrypted information that appears unreadable without the proper decryption key.
Example:
A93#Xm!Q7$82L
Only authorized users possessing the correct key can restore the original information.
Encryption Keys
An encryption key is a value used to encrypt and decrypt information.
The strength of encryption depends largely on:
- Key length
- Encryption algorithm
- Secure key management
Keeping encryption keys secure is just as important as encrypting the data itself.
Symmetric Encryption
Symmetric encryption uses one key for both encryption and decryption.
Advantages:
- Fast
- Efficient
- Ideal for encrypting large amounts of data
Disadvantages:
- Both parties must securely share the same key.
Asymmetric Encryption
Asymmetric encryption uses two different keys:
- Public key
- Private key
The public key encrypts data, while the private key decrypts it.
This method is widely used for secure Internet communications and digital certificates.
Public Key Infrastructure (PKI)
Public Key Infrastructure (PKI) is a framework that manages digital certificates and public/private key pairs.
PKI enables secure communication over untrusted networks such as the Internet.
Certificate Authorities (CAs) verify identities before issuing digital certificates.
Benefits of Encryption
Encryption provides:
- Confidentiality
- Privacy
- Protection against data theft
- Secure online transactions
- Secure email communication
- Secure cloud storage
Encryption protects both data at rest and data in transit.
Best Practices
- Use long, unique passwords for every account.
- Enable Multi-Factor Authentication (MFA).
- Never reuse passwords.
- Store passwords in a password manager.
- Change compromised passwords immediately.
- Follow password history policies.
- Encrypt sensitive files and devices.
- Protect encryption keys.
- Lock devices when unattended.
- Report suspicious account activity.
Key Terms
- Security Best Practices
- Defense in Depth
- Password Complexity
- Passphrase
- Password Expiration
- Password History
- Password Reset
- Account Lockout
- Multi-Factor Authentication (MFA)
- Password Manager
- Plaintext
- Ciphertext
- Encryption
- Encryption Key
- Symmetric Encryption
- Asymmetric Encryption
- Public Key Infrastructure (PKI)
- Certificate Authority (CA)
Exam Tips
- Strong passwords should be long, unique, and difficult to guess.
- Never reuse passwords, especially for financial or business accounts.
- Understand the difference between password expiration, password history, and password reset policies.
- Plaintext is readable data, while ciphertext is encrypted and unreadable without the proper key.
- Symmetric encryption uses one key, whereas asymmetric encryption uses a public/private key pair.
- PKI uses digital certificates issued by Certificate Authorities (CAs) to establish secure communications.
- Multi-Factor Authentication (MFA) provides significantly stronger security than passwords alone.
Data Encryption, Secure Communications, VPNs, Wireless Security, and Safe Internet Practices
Protecting Data
Data is one of an organization’s most valuable assets. Whether information is stored on a device or transmitted across a network, it should be protected from unauthorized access.
Encryption plays a major role in protecting data throughout its lifecycle.
Data exists in two primary states:
- Data at Rest
- Data in Transit
Understanding the difference is important for selecting the appropriate security controls.
Data at Rest
Data at rest refers to information that is stored on a device and is not actively moving across a network.
Examples include:
- Files saved on a hard drive
- USB flash drives
- SSDs
- Databases
- Backup media
- Cloud storage files
Although the data is not moving, it is still vulnerable if the storage device is lost, stolen, or accessed without authorization.
Why Encrypt Data at Rest?
Encrypting stored data helps protect sensitive information if a device is:
- Lost
- Stolen
- Recycled
- Disposed of improperly
- Accessed by unauthorized users
Even if someone removes a hard drive from a stolen computer, encrypted data remains unreadable without the correct decryption key.
File-Level Encryption
File-level encryption protects individual files or folders.
Characteristics include:
- Encrypts selected files only
- Allows users to protect sensitive documents
- Uses less processing than encrypting an entire drive
- Requires user access permissions
Examples of files commonly encrypted include:
- Financial records
- Medical documents
- Contracts
- Personal information
Disk-Level (Full-Disk) Encryption
Disk-level encryption, also called full-disk encryption, encrypts the entire storage device.
Everything on the drive is protected, including:
- Operating system
- Applications
- User files
- Temporary files
- Swap files
Advantages include:
- Automatic protection
- Strong overall security
- Protects deleted file remnants
Full-disk encryption is commonly used on laptops because they are easily lost or stolen.
Benefits of Encryption
Encryption provides several important security benefits:
- Protects confidential information
- Reduces the impact of device theft
- Helps organizations comply with regulations
- Prevents unauthorized data access
- Secures backup files
- Protects cloud storage
Encryption is one of the most effective methods of protecting sensitive information.
Data in Transit
Data in transit refers to information actively traveling across a network.
Examples include:
- Web browsing
- Video conferencing
- Cloud synchronization
- File downloads
- Online banking
Without encryption, intercepted network traffic may expose confidential information.
Why Encrypt Data in Transit?
Attackers may intercept network communications using techniques such as:
- Packet sniffing
- Man-in-the-Middle (MitM) attacks
- Rogue wireless access points
Encryption prevents attackers from reading intercepted communications.
Secure Web Browsing
When visiting websites, users often exchange sensitive information such as:
- Passwords
- Credit card numbers
- Personal information
- Banking information
Secure web protocols help protect this communication.
HTTP
HTTP (Hypertext Transfer Protocol) transmits web pages without encryption.
Characteristics include:
- No confidentiality
- No encryption
- Vulnerable to interception
Sensitive information should never be transmitted over plain HTTP.
HTTPS
HTTPS (Hypertext Transfer Protocol Secure) encrypts communication between a web browser and a web server.
Benefits include:
- Confidentiality
- Data integrity
- Authentication
- Protection against eavesdropping
Modern websites should always use HTTPS when handling sensitive information.
SSL and TLS
Historically, secure web traffic used Secure Sockets Layer (SSL).
Modern systems primarily use Transport Layer Security (TLS), which replaced SSL and provides stronger security.
TLS protects:
- Websites
- VPN connections
- Cloud services
- Messaging applications
Although people often say “SSL certificate,” most secure websites today actually use TLS.
Digital Certificates
A digital certificate verifies the identity of a website, server, or organization.
Certificates contain information such as:
- Organization name
- Public key
- Expiration date
- Certificate Authority (CA)
- Digital signature
Web browsers verify certificates before establishing encrypted HTTPS connections.
Certificate Authority (CA)
A Certificate Authority (CA) is a trusted organization that issues digital certificates after verifying an organization’s identity.
Examples of responsibilities include:
- Identity verification
- Certificate issuance
- Certificate renewal
- Certificate revocation
Browsers trust certificates issued by recognized Certificate Authorities.
Secure Email
Email often contains confidential business and personal information.
Users should:
- Verify recipients before sending.
- Avoid opening unexpected attachments.
- Be cautious with links.
- Use encrypted email when appropriate.
Organizations frequently implement email filtering and encryption to improve security.
Virtual Private Network (VPN)
A Virtual Private Network (VPN) creates an encrypted tunnel between a user’s device and another network.
VPNs are commonly used for:
- Remote work
- Business travel
- Public Wi-Fi
- Secure cloud access
Benefits include:
- Encrypted communication
- Increased privacy
- Protection on public wireless networks
- Secure remote access
Wireless Security
Wireless networks must also be protected against unauthorized access.
Common wireless threats include:
- Eavesdropping
- Rogue access points
- Evil twin attacks
- Packet sniffing
- Unauthorized users
Strong wireless security helps reduce these risks.
WPA2
Wi-Fi Protected Access 2 (WPA2) introduced much stronger encryption than earlier wireless security protocols.
Features include:
- AES encryption
- Strong authentication
- Improved wireless protection
Although still common, WPA2 is gradually being replaced by WPA3.
WPA3
Wi-Fi Protected Access 3 (WPA3) is the latest wireless security standard.
Advantages include:
- Stronger encryption
- Improved authentication
- Better password protection
- Enhanced resistance to password attacks
WPA3 is the recommended security protocol for modern wireless networks.
Public Wi-Fi Risks
Public wireless networks found in places such as:
- Airports
- Hotels
- Coffee shops
- Restaurants
- Libraries
may expose users to security risks.
Attackers may create fake hotspots that appear legitimate.
Users should avoid transmitting sensitive information over unsecured public Wi-Fi unless using a VPN.
Safe Internet Browsing
Users should browse the Internet responsibly.
Good practices include:
- Verify website addresses.
- Look for HTTPS.
- Avoid suspicious downloads.
- Keep browsers updated.
- Avoid pirated software.
- Close suspicious pop-ups.
- Verify software publishers before installing applications.
Safe Downloads
Before downloading software:
- Download only from trusted websites.
- Verify the publisher.
- Scan files with antivirus software.
- Avoid cracked or pirated software.
- Read permission requests carefully.
Malicious downloads remain one of the most common malware delivery methods.
Safe File Sharing
When sharing files:
- Use trusted cloud storage providers.
- Encrypt sensitive files.
- Verify recipients.
- Avoid sharing confidential information publicly.
- Use password-protected archives when appropriate.
Organizations often implement secure file-sharing platforms to protect confidential information.
Best Practices
- Encrypt both data at rest and data in transit.
- Use HTTPS whenever possible.
- Verify digital certificates.
- Connect to business resources through a VPN.
- Use WPA3 wireless security.
- Avoid unsecured public Wi-Fi.
- Download software only from trusted sources.
- Keep browsers and applications updated.
- Encrypt sensitive files before sharing them.
Key Terms
- Data at Rest
- Data in Transit
- File Encryption
- Full-Disk Encryption
- HTTP
- HTTPS
- SSL
- TLS
- Digital Certificate
- Certificate Authority (CA)
- Virtual Private Network (VPN)
- WPA2
- WPA3
- Public Wi-Fi
- Secure File Sharing
Exam Tips
- Data at rest refers to stored information, while data in transit refers to information moving across a network.
- File-level encryption protects selected files, whereas full-disk encryption protects the entire storage device.
- HTTPS uses TLS and digital certificates to encrypt web communications and verify website identities.
- Certificate Authorities (CAs) issue trusted digital certificates used to establish secure connections.
- VPNs create encrypted tunnels for secure communication, especially when using public Wi-Fi.
- WPA3 is the preferred wireless security protocol and provides stronger protection than WPA2.
- Always verify websites, download software only from trusted sources, and encrypt sensitive information before transmitting it.
Software Updates, Malware Protection, Firewalls, Device Security, Physical Security, and Backup Best Practices
Keeping Systems Updated
One of the simplest and most effective ways to improve security is to keep operating systems, applications, and firmware up to date.
Software vendors regularly release updates to:
- Fix security vulnerabilities
- Correct software bugs
- Improve performance
- Add new features
- Improve compatibility
- Enhance stability
Attackers frequently target computers running outdated software because known vulnerabilities are easier to exploit.
Software Updates
A software update is any modification made to improve an existing application or operating system.
Updates may include:
- Security improvements
- Feature enhancements
- Bug fixes
- Driver updates
- Performance improvements
Users should install updates as soon as practical to reduce security risks.
Patch Management
A patch is a software update specifically designed to fix a problem or vulnerability.
Patch management is the process of:
- Identifying available patches
- Testing updates
- Deploying patches
- Verifying successful installation
- Monitoring systems for missing updates
Organizations often automate patch management to ensure consistency across many devices.
Automatic Updates
Many operating systems support automatic updates, allowing security patches to be installed without user intervention.
Advantages include:
- Faster protection
- Reduced administrative effort
- Consistent security
- Lower risk of missed updates
Critical security updates should be installed promptly.
Firmware Updates
Firmware is software stored inside hardware devices that controls their basic functions.
Examples include:
- Routers
- Motherboards
- Printers
- SSDs
- Network switches
- IoT devices
Manufacturers periodically release firmware updates to improve security and functionality.
Antivirus Software
Antivirus software detects, blocks, and removes malicious software from a computer.
Modern antivirus applications protect against many types of malware, including:
- Viruses
- Worms
- Trojan Horses
- Spyware
- Ransomware
- Rootkits
Antivirus software should always remain enabled and updated.
How Antivirus Software Works
Antivirus software commonly uses several detection methods.
Signature-Based Detection
Compares files against a database of known malware signatures.
Advantages:
- Accurate for known malware
- Fast scanning
Limitations:
- Cannot identify brand-new threats until signatures are updated.
Heuristic Detection
Heuristic analysis searches for suspicious characteristics or behavior that may indicate previously unknown malware.
Advantages:
- Detects new threats
- Identifies suspicious code
Limitations:
- May occasionally produce false positives.
Behavioral Detection
Behavior-based protection monitors software while it runs.
It looks for suspicious activities such as:
- Encrypting large numbers of files
- Modifying system settings
- Downloading additional malware
- Unauthorized registry changes
Behavioral analysis helps detect ransomware and other modern threats.
Anti-malware Software
Although antivirus traditionally focused on viruses, anti-malware software protects against a broader range of malicious software.
Modern security products often combine antivirus and anti-malware capabilities into one solution.
Real-Time Protection
Real-time protection continuously monitors system activity.
It automatically checks:
- Downloaded files
- Running programs
- Email attachments
- USB drives
- Network traffic
Real-time monitoring helps stop malware before it can infect the system.
Scheduled Scans
Organizations often configure antivirus software to perform automatic scans.
Common scan types include:
Quick Scan
Examines the most common malware locations.
Advantages:
- Fast
- Minimal system impact
Full Scan
Examines every accessible file on the device.
Advantages:
- Most thorough
Disadvantages:
- Takes considerably longer
Quarantine
When suspicious software is detected, antivirus programs often move it into quarantine.
Quarantined files:
- Cannot execute
- Cannot infect other files
- Can be reviewed before deletion
If a legitimate file is mistakenly quarantined, it may be restored.
Firewalls
A firewall monitors incoming and outgoing network traffic according to predefined security rules.
Its primary goal is to prevent unauthorized network access while allowing legitimate communication.
Firewalls are one of the most important layers of network defense.
Types of Firewalls
Host-Based Firewall
Installed on an individual computer.
Protects:
- Laptops
- Desktops
- Servers
Each device manages its own firewall rules.
Network Firewall
Installed between networks.
Typically protects:
- Home networks
- Business networks
- Corporate Internet connections
- Cloud environments
Network firewalls protect multiple devices simultaneously.
Firewall Functions
Firewalls can:
- Allow approved traffic
- Block unauthorized traffic
- Filter ports
- Monitor connections
- Log network activity
- Detect suspicious communication
Firewalls reduce the attack surface of systems connected to networks.
Security Awareness
Technology alone cannot prevent every attack.
Employees should receive regular security awareness training covering:
- Phishing recognition
- Password security
- Safe web browsing
- Mobile security
- Physical security
- Social engineering
- Data handling
Educated users are an important part of organizational security.
Device Security
All computing devices should be secured against unauthorized access.
Examples include:
- Desktop computers
- Laptops
- Tablets
- Smartphones
- Servers
- IoT devices
Proper device security protects both hardware and stored information.
Locking Devices
Whenever users leave a device unattended, they should:
- Lock the screen.
- Require a password to unlock.
- Enable automatic screen locking after inactivity.
This prevents unauthorized access if someone approaches an unattended computer.
Mobile Device Security
Mobile devices store significant amounts of personal and business information.
Recommended protections include:
- Screen lock
- Strong PIN or password
- Biometric authentication
- Device encryption
- Remote wipe capability
- Automatic updates
- Find My Device services
These features reduce the risk associated with lost or stolen devices.
Bring Your Own Device (BYOD)
Many organizations allow employees to use personal devices for work.
Advantages include:
- Lower hardware costs
- Increased flexibility
- Improved mobility
Potential security risks include:
- Mixing personal and business data
- Lost devices
- Inconsistent security settings
- Malware infections
Organizations often implement Mobile Device Management (MDM) solutions to secure BYOD devices.
Physical Security
Physical security remains an essential part of cybersecurity.
Important controls include:
- Door locks
- Badge readers
- Security cameras
- Alarm systems
- Visitor logs
- Security guards
- Cable locks for laptops
Protecting hardware also protects the information stored on it.
Secure Disposal of Devices
Before selling, donating, recycling, or disposing of storage devices, organizations should ensure sensitive information cannot be recovered.
Simply deleting files is not enough.
Secure Disposal Methods
Data Wiping
Overwrites existing data multiple times.
Suitable for devices that will be reused.
Degaussing
Uses a powerful magnetic field to erase magnetic storage media.
Most effective for traditional hard disk drives (HDDs).
Physical Destruction
Physically destroys storage devices through methods such as:
- Shredding
- Crushing
- Drilling
- Incineration
Often used when highly sensitive information was stored on the device.
Backup Best Practices
Regular backups remain one of the best defenses against:
- Hardware failure
- Malware
- Ransomware
- Accidental deletion
- Natural disasters
Backups should be:
- Automated
- Tested regularly
- Encrypted
- Stored securely
- Maintained offsite or in the cloud
A backup that cannot be restored provides little value.
The 3-2-1 Backup Rule
A widely accepted backup strategy is the 3-2-1 rule:
- Keep 3 copies of important data.
- Store the copies on 2 different types of media.
- Keep 1 copy offsite (or in the cloud).
This approach improves resilience against hardware failures, ransomware, and disasters.
Security Maintenance
Security is an ongoing process.
Organizations should regularly:
- Install updates
- Review user accounts
- Monitor logs
- Test backups
- Scan for malware
- Review firewall rules
- Conduct security awareness training
- Perform vulnerability assessments
Continuous maintenance helps reduce long-term security risks.
Best Practices
- Enable automatic software updates.
- Install firmware updates regularly.
- Keep antivirus software updated.
- Enable real-time malware protection.
- Configure firewalls correctly.
- Lock devices when unattended.
- Secure mobile devices with encryption and screen locks.
- Follow the 3-2-1 backup strategy.
- Dispose of storage devices securely.
- Participate in regular security awareness training.
Key Terms
- Software Update
- Patch
- Patch Management
- Firmware
- Antivirus
- Anti-malware
- Signature-Based Detection
- Heuristic Detection
- Behavioral Detection
- Quarantine
- Firewall
- Host-Based Firewall
- Network Firewall
- Mobile Device Management (MDM)
- Bring Your Own Device (BYOD)
- Data Wiping
- Degaussing
- Physical Destruction
- 3-2-1 Backup Rule
Exam Tips
- Patch management ensures security updates are identified, tested, deployed, and verified.
- Signature-based detection identifies known malware, while heuristic and behavioral detection help identify new or suspicious threats.
- Real-time protection continuously monitors files, applications, and system activity for malware.
- Firewalls filter network traffic and reduce unauthorized access to systems.
- Secure mobile devices with screen locks, encryption, biometrics, remote wipe capabilities, and automatic updates.
- Follow the 3-2-1 backup rule to improve data protection and disaster recovery readiness.
- Securely erase or physically destroy storage devices before disposal to prevent data recovery.
Security Policies, Incident Response, Disaster Recovery, and Business Continuity
Organizational Security Policies
A security policy is a formal document that establishes rules, procedures, and expectations for protecting an organization’s information systems and data.
Security policies provide a consistent framework that employees, contractors, and third parties must follow.
Well-designed policies help organizations:
- Protect sensitive information
- Reduce security risks
- Ensure regulatory compliance
- Standardize security practices
- Respond consistently to incidents
Every employee should understand and follow their organization’s security policies.
Common Types of Security Policies
Organizations often maintain several security-related policies.
Examples include:
- Acceptable Use Policy (AUP)
- Password Policy
- Remote Access Policy
- Mobile Device Policy
- Data Classification Policy
- Backup Policy
- Incident Response Policy
- Disaster Recovery Policy
- Business Continuity Plan
- Email Security Policy
Each policy addresses a different aspect of organizational security.
Acceptable Use Policy (AUP)
An Acceptable Use Policy (AUP) defines how employees may use organizational computers, networks, Internet access, software, and other technology resources.
An AUP typically specifies:
Permitted Activities
- Business-related work
- Approved software
- Authorized websites
- Appropriate communication
Prohibited Activities
- Downloading unauthorized software
- Visiting malicious websites
- Sharing passwords
- Installing pirated software
- Illegal activities
- Harassment or inappropriate content
Violations of the AUP may result in disciplinary action.
Password Policy
Organizations establish password policies to improve authentication security.
A password policy may require:
- Minimum password length
- Password complexity
- Password history
- Password expiration
- Account lockout after failed attempts
- Multi-Factor Authentication (MFA)
Following these policies helps reduce password-related attacks.
Security Awareness Training
Technology alone cannot prevent every cyberattack.
Employees should receive regular security awareness training covering topics such as:
- Phishing
- Social engineering
- Password security
- Mobile device protection
- Safe web browsing
- Data privacy
- Physical security
- Incident reporting
Continuous training helps employees recognize and avoid evolving threats.
Security Awareness Best Practices
Employees should:
- Verify unexpected requests.
- Report suspicious emails.
- Lock computers when leaving their desks.
- Protect confidential information.
- Keep software updated.
- Avoid unknown USB devices.
- Use approved applications only.
Security awareness is one of the most effective defenses against cyberattacks.
Incident Response
Despite strong security controls, security incidents can still occur.
Examples include:
- Malware infections
- Ransomware attacks
- Phishing attacks
- Data breaches
- Unauthorized access
- Lost or stolen devices
- Denial-of-Service (DoS) attacks
Organizations should prepare for incidents before they happen.
Incident Response Lifecycle
Most organizations follow a structured incident response process.
1. Preparation
Preparation includes:
- Security policies
- Employee training
- Monitoring systems
- Backup procedures
- Incident response plans
- Security tools
Proper preparation reduces the impact of future incidents.
2. Identification
During identification, organizations determine:
- Whether an incident has occurred
- Which systems are affected
- How severe the incident is
- Potential business impact
Early detection limits damage.
3. Containment
Containment prevents the incident from spreading.
Examples include:
- Disconnecting infected systems
- Blocking malicious IP addresses
- Disabling compromised accounts
- Isolating affected devices
Containment helps minimize additional damage.
4. Eradication
During eradication, organizations eliminate the root cause.
Activities may include:
- Removing malware
- Applying software patches
- Closing security vulnerabilities
- Resetting passwords
- Reconfiguring security settings
The goal is to remove the threat completely.
5. Recovery
Recovery restores normal business operations.
Recovery activities include:
- Restoring backups
- Verifying system functionality
- Monitoring systems
- Returning services to production
Systems should be tested carefully before returning to normal operation.
6. Lessons Learned
After recovery, organizations evaluate:
- What happened
- Why it happened
- What worked well
- What could be improved
- Changes needed to prevent similar incidents
This continuous improvement strengthens future security.
Disaster Recovery (DR)
Disaster Recovery (DR) focuses on restoring IT systems and data after a major disruption.
Potential disasters include:
- Ransomware attacks
- Hardware failures
- Fires
- Floods
- Earthquakes
- Hurricanes
- Power failures
- Human error
A Disaster Recovery Plan (DRP) outlines procedures for restoring operations quickly.
Disaster Recovery Objectives
Effective disaster recovery aims to:
- Restore systems quickly
- Minimize downtime
- Protect important data
- Resume business operations
- Reduce financial losses
Organizations regularly test disaster recovery procedures to ensure they work as expected.
Business Continuity (BC)
Business Continuity (BC) ensures that essential business operations continue during and after disruptive events.
Unlike disaster recovery, which focuses on restoring IT systems, business continuity focuses on maintaining overall business operations.
Examples include:
- Remote work capabilities
- Backup office locations
- Emergency communication plans
- Alternate suppliers
- Manual business procedures
Business continuity planning reduces operational disruptions.
Disaster Recovery vs. Business Continuity
| Disaster Recovery | Business Continuity |
|---|---|
| Focuses on restoring IT systems | Focuses on keeping the business operating |
| Primarily technology-oriented | Includes people, facilities, and processes |
| Restores data and infrastructure | Maintains essential business functions |
| Activated after a disruption | Planned before disruptions occur |
For the exam, remember:
- Disaster Recovery = Restore technology
- Business Continuity = Continue business operations
Data Backup Review
Backups remain one of the most important security controls.
Good backup practices include:
- Automated backups
- Regular testing
- Encryption
- Offsite storage
- Cloud backups
- Following the 3-2-1 backup rule
Backups are essential for recovering from ransomware and hardware failures.
Data Recovery
Recovery procedures should ensure:
- Data integrity
- Complete restoration
- Minimal downtime
- Verification after recovery
- Secure restoration procedures
Organizations should periodically perform restoration tests to verify backup reliability.
Security Audits
A security audit evaluates whether security controls are working effectively.
Audits may examine:
- User accounts
- Password policies
- Firewall configurations
- Access permissions
- Software updates
- Security logs
- Compliance requirements
Regular audits help identify weaknesses before attackers exploit them.
Risk Assessment
A risk assessment identifies threats, vulnerabilities, and the likelihood of successful attacks.
The assessment helps organizations prioritize security improvements based on potential impact.
Typical steps include:
- Identifying assets
- Identifying threats
- Identifying vulnerabilities
- Estimating risk
- Selecting appropriate controls
Risk assessments should be performed regularly.
Security Maintenance
Security is a continuous process rather than a one-time task.
Organizations should routinely:
- Install updates
- Review permissions
- Scan for malware
- Test backups
- Conduct vulnerability assessments
- Review security logs
- Update policies
- Train employees
Continuous maintenance keeps defenses effective against evolving threats.
Comprehensive Security Best Practices
Organizations should:
- Use strong, unique passwords.
- Enable Multi-Factor Authentication (MFA).
- Apply the Principle of Least Privilege (PoLP).
- Encrypt sensitive information.
- Install updates promptly.
- Use antivirus and anti-malware software.
- Configure firewalls properly.
- Secure wireless networks with WPA3.
- Perform regular backups.
- Test disaster recovery plans.
- Train employees regularly.
- Dispose of storage devices securely.
Security works best when multiple controls are used together.
Key Terms
- Defense in Depth
- Password Policy
- Passphrase
- Password Manager
- Multi-Factor Authentication (MFA)
- Encryption
- HTTPS
- TLS
- Digital Certificate
- VPN
- WPA3
- Patch Management
- Antivirus
- Anti-malware
- Firewall
- Security Policy
- Acceptable Use Policy (AUP)
- Incident Response
- Disaster Recovery (DR)
- Business Continuity (BC)
- Risk Assessment
- Security Audit
- 3-2-1 Backup Rule
Exam Tips
Password and Authentication
- Use long, unique passwords for every account.
- Enable MFA whenever possible.
- Store passwords in a password manager instead of writing them down.
Encryption
- Encrypt data at rest and data in transit.
- Use HTTPS instead of HTTP for secure web communication.
- Understand the difference between symmetric and asymmetric encryption.
System Protection
- Keep operating systems, applications, and firmware updated.
- Use antivirus software with real-time protection.
- Configure both host-based and network firewalls appropriately.
Network Security
- Use VPNs on public Wi-Fi.
- Secure wireless networks with WPA3 whenever available.
- Verify digital certificates before entering sensitive information on websites.
Backup and Recovery
- Follow the 3-2-1 backup rule.
- Test backups regularly to ensure they can be restored.
- Understand the difference between Disaster Recovery (DR) and Business Continuity (BC).
Security Awareness
- Be alert for phishing and social engineering attacks.
- Verify unexpected requests for sensitive information.
- Follow organizational security policies and report suspicious activity immediately.