Security Fundamentals, CIA Triad, Hackers, Threat Actors, and Malware Basics
Introduction to Cybersecurity
Cybersecurity is the practice of protecting computers, networks, applications, and data from unauthorized access, attacks, damage, or theft.
Modern organizations depend heavily on information systems. As a result, cybersecurity has become one of the most important areas of information technology.
Security aims to balance:
- Accessibility
- Usability
- Confidentiality
- Availability
- Protection
Completely open systems are convenient but insecure, while overly restrictive systems reduce productivity. Effective security balances both usability and protection.
Why Security Matters
Organizations store valuable information such as:
- Customer records
- Employee information
- Financial records
- Medical records
- Intellectual property
- Business plans
- Payment information
If attackers gain unauthorized access, the organization may experience:
- Financial loss
- Identity theft
- Business interruption
- Legal penalties
- Reputation damage
- Loss of customer trust
Information Security Goals
Information security protects three major areas:
- Data
- Systems
- Services
Effective security prevents:
- Unauthorized disclosure
- Unauthorized modification
- Unauthorized destruction
- Unauthorized access
- Service disruption
The CIA Triad
The CIA Triad is the foundation of information security.
CIA stands for:
- Confidentiality
- Integrity
- Availability
Almost every security concept relates to protecting one or more of these three principles.
Confidentiality
Confidentiality ensures that information is accessible only to authorized individuals.
The goal is to prevent unauthorized disclosure of sensitive information.
Examples include:
- Password protection
- Encryption
- Access control
- File permissions
- Multi-Factor Authentication (MFA)
Without confidentiality, private information could be exposed.
Protecting Confidentiality
Organizations protect confidentiality through:
- Strong passwords
- Encryption
- Access controls
- VPNs
- Secure file sharing
- Identity verification
- Least privilege
These controls help ensure that only authorized users can access sensitive information.
Integrity
Integrity ensures that information remains accurate, complete, and unaltered unless modified by an authorized user.
Users must be confident that information has not been changed improperly.
Examples include:
- File hashing
- Digital signatures
- Version control
- Change management
- Checksums
Threats to Integrity
Integrity may be compromised through:
- Unauthorized edits
- Malware
- Data corruption
- Insider threats
- Software bugs
- Human error
Maintaining integrity is critical for accurate business operations.
Availability
Availability ensures that systems, applications, and data remain accessible when authorized users need them.
Even perfectly protected data has little value if users cannot access it.
Availability depends on:
- Reliable hardware
- Stable networks
- Power
- Redundant systems
- Backups
Threats to Availability
Availability may be affected by:
- Denial-of-Service (DoS) attacks
- Distributed Denial-of-Service (DDoS) attacks
- Hardware failures
- Power outages
- Natural disasters
- Ransomware
- Network failures
Organizations improve availability through redundancy, backups, and disaster recovery planning.
Security Terminology
Several important terms are commonly used in cybersecurity.
Asset
An asset is anything valuable that should be protected.
Examples include:
- Computers
- Servers
- Databases
- Customer information
- Software
- Intellectual property
Threat
A threat is any event or circumstance capable of causing harm to an asset.
Threats may originate from:
- Criminals
- Employees
- Malware
- Natural disasters
- Hardware failures
Vulnerability
A vulnerability is a weakness that could be exploited by an attacker.
Examples include:
- Weak passwords
- Unpatched software
- Misconfigured systems
- Open network ports
Exploit
An exploit is a method or tool used to take advantage of a vulnerability.
Attackers use exploits to:
- Gain access
- Execute malicious code
- Steal data
- Damage systems
Keeping systems updated helps reduce exploitable vulnerabilities.
Risk
Risk is the likelihood that a threat will successfully exploit a vulnerability and cause damage.
Organizations reduce risk through:
- Security controls
- Monitoring
- Training
- Software updates
- Access control
Hacking
Hacking is the act of gaining unauthorized access to a computer system, network, or data.
Attackers may attempt to:
- Steal information
- Install malware
- Modify data
- Interrupt services
- Damage systems
- Access confidential records
Some individuals use technical skills ethically for testing security, while malicious hackers use them for criminal purposes.
Common Threat Actors
Organizations face threats from many different sources.
Cybercriminals
Cybercriminals are motivated primarily by financial gain.
Examples include:
- Identity theft
- Credit card fraud
- Ransomware attacks
- Financial scams
Hacktivists
Hacktivists use hacking to promote political or social causes.
They may:
- Deface websites
- Leak information
- Interrupt services
Nation-State Attackers
Government-sponsored attackers often target:
- Critical infrastructure
- Government agencies
- Military organizations
- Research institutions
These attacks are typically highly organized and well funded.
Insider Threats
An insider threat originates from someone with authorized access.
Examples include:
- Employees
- Contractors
- Former employees
Insiders may intentionally or accidentally compromise security.
Malware
Malware is software specifically designed to harm, disrupt, or gain unauthorized access to computer systems.
Malware is one of the most common cybersecurity threats.
Common Types of Malware
You should understand the major malware categories tested on the CompTIA Tech+ exam.
These include:
- Viruses
- Worms
- Trojan Horses
- Spyware
- Adware
- Ransomware
- Rootkits
- Backdoors
- Keyloggers
Virus
A virus attaches itself to another executable file.
When the infected file runs, the virus executes and may spread to other files.
Viruses often:
- Corrupt files
- Delete data
- Slow systems
- Replicate themselves
Viruses typically require user action to spread.
Worm
A worm is self-contained malware that spreads automatically across networks without attaching to another program.
Characteristics include:
- Self-replication
- Rapid network spread
- No host application required
Worms may also deliver additional malicious payloads.
Trojan Horse
A Trojan Horse disguises itself as legitimate software.
Users unknowingly install it because it appears trustworthy.
Once installed, it may:
- Install malware
- Create backdoors
- Steal information
- Record keystrokes
Unlike viruses and worms, Trojans do not self-replicate.
Adware
Adware displays unwanted advertisements on a user’s device.
Some adware is merely annoying, while other versions collect user information or redirect browsers to advertising websites.
Spyware
Spyware secretly monitors user activity.
It may collect:
- Browsing history
- Login credentials
- Personal information
- Keystrokes
Spyware often operates without the user’s knowledge.
Ransomware
Ransomware encrypts files or locks a system and demands payment to restore access.
Consequences include:
- Data loss
- Business interruption
- Financial loss
The best defense includes regular backups, updated security software, and user awareness.
Rootkit
A rootkit hides malicious software by gaining administrative-level access and concealing processes or files from the operating system.
Rootkits are difficult to detect and remove because they are designed to evade security tools.
Backdoor
A backdoor bypasses normal authentication and provides unauthorized access to a system.
Backdoors may be installed by malware or result from insecure default configurations.
Keyloggers
A keylogger (keystroke logger) is a type of malware or monitoring software that records every key pressed on a keyboard. It is commonly used by cybercriminals to steal sensitive information such as usernames, passwords, credit card numbers, and personal messages. Some organizations may also use legitimate keyloggers to monitor company-owned devices with employee knowledge and authorization.
Best Practices
- Keep operating systems and applications updated.
- Install reputable antivirus and antimalware software.
- Avoid downloading software from untrusted sources.
- Use strong, unique passwords.
- Enable Multi-Factor Authentication (MFA).
- Regularly back up important data.
- Educate users about cybersecurity threats.
Key Terms
- Cybersecurity
- CIA Triad
- Confidentiality
- Integrity
- Availability
- Asset
- Threat
- Vulnerability
- Exploit
- Risk
- Hacker
- Malware
- Virus
- Worm
- Trojan Horse
- Spyware
- Adware
- Ransomware
- Rootkit
- Backdoor
Exam Tips
- The CIA Triad—Confidentiality, Integrity, and Availability—is the foundation of information security.
- A vulnerability is a weakness, while an exploit is the method used to take advantage of that weakness.
- Viruses require a host program, worms spread independently, and Trojan Horses disguise themselves as legitimate software.
- Ransomware encrypts files and demands payment, while spyware secretly collects user information.
- Regular updates, antivirus software, backups, and user awareness are among the most effective defenses against malware.
Social Engineering, Phishing, Password Attacks, Privacy, and Security Awareness
Social Engineering
Social engineering is the practice of manipulating people into revealing confidential information or performing actions that compromise security.
Instead of attacking computers directly, social engineering attacks target human behavior.
Attackers often exploit:
- Trust
- Curiosity
- Fear
- Urgency
- Authority
- Sympathy
Because humans are often the weakest link in security, social engineering remains one of the most successful attack methods.
Why Social Engineering Works
Attackers understand that many people:
- Want to be helpful
- Trust authority figures
- Act quickly during emergencies
- Fail to verify identities
- Ignore security procedures under pressure
Successful attacks often rely on psychological manipulation rather than technical skills.
Common Social Engineering Attacks
You should recognize these common attack types:
- Phishing
- Spear phishing
- Whaling
- Smishing
- Vishing
- Pretexting
- Impersonation
- Tailgating
- Shoulder surfing
- Dumpster diving
- Baiting
These attacks attempt to steal credentials, financial information, or sensitive business data.
Phishing
Phishing is a fraudulent attempt to obtain sensitive information by pretending to be a trustworthy organization or individual.
Attackers commonly request:
- Usernames
- Passwords
- Credit card numbers
- Banking information
- Verification codes
Phishing usually occurs through email but may also use websites, text messages, or phone calls.
Characteristics of Phishing Emails
Warning signs include:
- Unexpected messages
- Requests for personal information
- Urgent deadlines
- Threats of account suspension
- Suspicious links
- Unexpected attachments
- Poor grammar or spelling
- Unknown sender addresses
Users should carefully verify messages before responding.
Spear Phishing
Spear phishing is a targeted phishing attack aimed at a specific individual or organization.
Attackers often research the victim beforehand to create convincing messages.
Spear phishing emails may include:
- Employee names
- Company information
- Job titles
- Recent projects
- Personalized greetings
Because they appear legitimate, spear phishing attacks are often more successful than general phishing campaigns.
Whaling
Whaling is a specialized form of spear phishing that targets high-level executives or senior management.
Examples of targets include:
- CEOs
- CFOs
- Company owners
- Directors
Successful whaling attacks can result in significant financial losses or data breaches.
Smishing
Smishing combines SMS (text messaging) with phishing.
Attackers send fraudulent text messages encouraging victims to:
- Click malicious links
- Download malware
- Provide account credentials
- Confirm personal information
Always verify unexpected text messages before responding.
Vishing
Vishing (voice phishing) uses telephone calls or voice messages to deceive victims.
Attackers may pretend to be:
- Banks
- Government agencies
- Technical support
- Employers
The goal is usually to obtain confidential information or persuade victims to transfer money.
Pretexting
Pretexting involves creating a believable false story to convince someone to reveal confidential information.
Examples include pretending to be:
- An IT technician
- A bank employee
- Human Resources
- A manager
- A government official
Attackers often prepare detailed scenarios to appear credible.
Impersonation
Impersonation occurs when attackers pretend to be trusted individuals.
Examples include:
- Coworkers
- Managers
- Delivery personnel
- Vendors
- Law enforcement
Victims may unknowingly provide sensitive information or grant unauthorized access.
Tailgating
Tailgating (also called piggybacking) occurs when an unauthorized person follows an authorized employee into a secure area.
Examples include:
- Holding doors open
- Entering behind employees
- Avoiding badge verification
Physical security procedures help prevent tailgating attacks.
Shoulder Surfing
Shoulder surfing involves observing someone entering sensitive information.
Attackers may watch users type:
- Passwords
- PINs
- Security codes
- Credit card numbers
Privacy screens and awareness help reduce this risk.
Dumpster Diving
Dumpster diving involves searching discarded materials for sensitive information.
Examples include:
- Printed reports
- Customer records
- Password notes
- Financial documents
- Hardware containing stored data
Proper document shredding reduces this risk.
Baiting
Baiting uses an enticing offer to encourage victims to install malware or reveal information.
Examples include:
- Free software
- Free movies
- USB drives left in parking lots
- Prize offers
Victims should avoid connecting unknown devices or downloading untrusted files.
Password Attacks
Attackers frequently target passwords because they provide direct access to accounts.
Common password attacks include:
- Brute-force attacks
- Dictionary attacks
- Credential stuffing
- Password spraying
Strong password policies significantly reduce these risks.
Brute-Force Attack
A brute-force attack systematically attempts every possible password combination until the correct one is found.
Long, complex passwords greatly increase the time required for a successful brute-force attack.
Dictionary Attack
A dictionary attack uses lists of commonly used passwords and words instead of testing every possible combination.
Weak passwords are particularly vulnerable.
Examples include:
- Password123
- Welcome1
- CompanyName2026
Credential Stuffing
Credential stuffing occurs when attackers use usernames and passwords stolen from one website to access accounts on other websites.
This attack succeeds because many users reuse passwords across multiple accounts.
Using unique passwords for every account helps prevent credential stuffing.
Password Spraying
Password spraying attempts a small number of commonly used passwords against many different accounts.
Rather than attacking one account repeatedly, attackers avoid account lockouts by spreading attempts across multiple users.
Spam
Spam refers to unwanted, unsolicited electronic messages.
Spam commonly includes:
- Advertisements
- Fraudulent offers
- Malware
- Phishing attempts
- Fake invoices
Spam filters help reduce unwanted email.
Personally Identifiable Information (PII)
Personally Identifiable Information (PII) is information that can identify a specific individual.
Examples include:
- Full name
- Home address
- Phone number
- Email address
- Date of birth
- Government-issued identification numbers
- Driver’s license number
- Passport number
Organizations should protect PII from unauthorized access.
Sensitive Personal Information
Some personal information requires additional protection.
Examples include:
- Financial account numbers
- Medical records
- Biometric information
- Authentication credentials
- Social Security numbers (or equivalent national identifiers)
Unauthorized disclosure may result in identity theft or financial fraud.
Privacy Regulations
Organizations may be required to comply with privacy regulations depending on the type of information they collect.
Examples include:
General Data Protection Regulation (GDPR)
GDPR protects the personal data and privacy of individuals within the European Union.
Key principles include:
- Transparency
- User consent
- Data minimization
- Right to access personal data
- Right to request deletion of personal data
Health Insurance Portability and Accountability Act (HIPAA)
HIPAA protects sensitive healthcare information.
Healthcare organizations must safeguard:
- Medical records
- Patient information
- Health insurance information
Payment Card Industry Data Security Standard (PCI DSS)
PCI DSS establishes security requirements for organizations that process, store, or transmit payment card information.
Its purpose is to reduce credit card fraud and protect cardholder data.
Cookies and Cookie Consent
A cookie is a small file stored by a website on a user’s device.
Cookies are commonly used to:
- Remember login sessions
- Store preferences
- Improve website functionality
- Personalize user experiences
Some privacy regulations require websites to obtain user consent before storing certain cookies.
Security Awareness Training
Security awareness training teaches users how to recognize and avoid cybersecurity threats.
Training often covers:
- Phishing recognition
- Password security
- Safe web browsing
- Social engineering
- Data handling
- Physical security
Well-trained employees significantly reduce organizational risk.
Best Practices
- Verify unexpected emails before responding.
- Never click suspicious links or attachments.
- Use unique, complex passwords for every account.
- Enable Multi-Factor Authentication (MFA).
- Protect Personally Identifiable Information (PII).
- Lock computers when unattended.
- Report suspicious activity immediately.
- Participate in regular security awareness training.
Key Terms
- Social Engineering
- Phishing
- Spear Phishing
- Whaling
- Smishing
- Vishing
- Pretexting
- Tailgating
- Shoulder Surfing
- Dumpster Diving
- Baiting
- Brute-Force Attack
- Dictionary Attack
- Credential Stuffing
- Password Spraying
- Spam
- Personally Identifiable Information (PII)
- GDPR
- HIPAA
- PCI DSS
- Cookie
Exam Tips
- Social engineering attacks people rather than technology and often rely on trust, urgency, fear, or authority.
- Phishing is a broad attack targeting many users, while spear phishing targets specific individuals, and whaling focuses on executives.
- Smishing uses text messages, while vishing uses phone calls to deceive victims.
- Credential stuffing relies on reused passwords, making unique passwords and MFA essential defenses.
- Personally Identifiable Information (PII) includes any information that can identify an individual and must be protected appropriately.
- Regular security awareness training is one of the most effective ways to reduce successful cyberattacks.
Authentication, Authorization, Access Control, Encryption, Firewalls, VPNs, and Wireless Security
Authentication
Authentication is the process of verifying the identity of a user, device, or application before granting access to a system.
Authentication answers the question:
“Who are you?”
Only authenticated users should be allowed to access protected resources.
Examples of authentication methods include:
- Username and password
- PIN
- Fingerprint
- Facial recognition
- Smart card
- Security token
- One-time password (OTP)
Authentication is the first step in protecting information systems.
Authorization
Authorization determines what an authenticated user is allowed to do after successfully logging in.
Authorization answers the question:
“What are you allowed to access?”
Examples include:
- Reading files
- Editing documents
- Installing software
- Managing users
- Accessing databases
- Printing documents
Authentication always occurs before authorization.
Authentication vs. Authorization
| Authentication | Authorization |
|---|---|
| Verifies identity | Determines permissions |
| Occurs first | Occurs after authentication |
| Answers “Who are you?” | Answers “What can you access?” |
| Uses credentials | Uses permissions and policies |
Understanding this distinction is essential for the CompTIA Tech+ exam.
Access Control
Access control is the process of restricting access to systems, data, and resources so that only authorized users can use them.
Access control helps organizations protect sensitive information and reduce security risks.
Access may be granted based on:
- User identity
- Group membership
- Job role
- Device
- Location
- Time of access
Principle of Least Privilege (PoLP)
The Principle of Least Privilege (PoLP) means users should receive only the minimum permissions necessary to perform their job duties.
Benefits include:
- Reduced attack surface
- Lower risk of accidental changes
- Limited malware impact
- Better data protection
Least privilege is considered one of the most important security best practices.
Account Types
Different user accounts provide different levels of access.
Standard User
Standard users can:
- Run applications
- Create documents
- Modify personal files
They generally cannot:
- Install system software
- Modify operating system settings
- Manage other user accounts
Administrator
Administrator accounts have elevated privileges.
Administrators can:
- Install software
- Configure security settings
- Create user accounts
- Manage permissions
- Install hardware
- Modify operating system settings
Administrator accounts should be used only when necessary.
Password Security
Passwords remain one of the most common authentication methods.
Strong passwords significantly reduce the likelihood of unauthorized access.
Characteristics of Strong Passwords
Strong passwords should be:
- Long
- Unique
- Difficult to guess
- Random
- Different for every account
Avoid using:
- Personal information
- Dictionary words
- Common phrases
- Reused passwords
Password Best Practices
Organizations should encourage users to:
- Use unique passwords for every account.
- Create long passphrases instead of short passwords.
- Store passwords in a password manager.
- Change passwords immediately if compromised.
- Never share passwords.
- Avoid writing passwords on paper.
- Enable Multi-Factor Authentication (MFA).
Password Managers
A password manager securely stores usernames and passwords in an encrypted vault.
Benefits include:
- Generates strong passwords
- Stores unique passwords
- Reduces password reuse
- Simplifies account management
- Improves overall security
Users only need to remember one strong master password.
Multi-Factor Authentication (MFA)
Multi-Factor Authentication (MFA) requires users to provide two or more different authentication factors before access is granted.
MFA significantly reduces the risk of unauthorized access.
Authentication Factors
Authentication factors fall into three major categories.
Something You Know
Examples:
- Password
- PIN
- Security question
Something You Have
Examples:
- Smartphone
- Smart card
- Hardware token
- Authentication app
Something You Are
Examples:
- Fingerprint
- Facial recognition
- Iris scan
- Voice recognition
Using multiple authentication factors provides stronger security than relying on passwords alone.
Biometrics
Biometric authentication verifies identity using unique physical or behavioral characteristics.
Common biometric methods include:
- Fingerprint recognition
- Facial recognition
- Iris scanning
- Retina scanning
- Voice recognition
Advantages:
- Difficult to duplicate
- Convenient
- Fast authentication
Limitations:
- Privacy concerns
- False positives
- False negatives
- Specialized hardware requirements
Encryption
Encryption converts readable information (plaintext) into unreadable information (ciphertext) to protect confidentiality.
Only authorized users with the correct decryption key can restore the original data.
Encryption protects:
- Files
- Websites
- Wireless networks
- VPN traffic
- Cloud storage
Symmetric Encryption
Symmetric encryption uses the same key for both encryption and decryption.
Advantages:
- Fast
- Efficient
- Suitable for large amounts of data
Disadvantages:
- Secure key sharing is required.
Asymmetric Encryption
Asymmetric encryption uses two mathematically related keys:
- Public key
- Private key
The public key encrypts data.
The private key decrypts data.
Asymmetric encryption supports secure communication over untrusted networks.
Digital Certificates
A digital certificate verifies the identity of a website, server, or organization.
Certificates help users confirm that they are communicating with legitimate systems.
Certificates commonly support:
- HTTPS websites
- Secure email
- VPN authentication
- Software signing
Digital certificates are issued by trusted Certificate Authorities (CAs).
HTTPS
HTTPS (Hypertext Transfer Protocol Secure) encrypts communication between web browsers and web servers.
Benefits include:
- Data confidentiality
- Data integrity
- Authentication
- Protection against eavesdropping
Most secure websites use HTTPS.
Firewalls
A firewall monitors and controls network traffic based on predefined security rules.
Firewalls help prevent unauthorized access while allowing legitimate communication.
Firewalls may protect:
- Individual computers
- Home networks
- Business networks
- Data centers
- Cloud environments
Types of Firewalls
Common firewall types include:
Host-Based Firewall
Installed directly on an individual computer.
Protects a single device.
Network Firewall
Protects an entire network.
Usually positioned between the internal network and the Internet.
Firewall Functions
Firewalls can:
- Allow traffic
- Block traffic
- Monitor connections
- Log activity
- Filter network packets
- Prevent unauthorized access
Firewalls are a critical component of layered security.
Virtual Private Network (VPN)
A Virtual Private Network (VPN) creates an encrypted connection across an untrusted network such as the Internet.
VPNs protect data while users:
- Work remotely
- Connect to business networks
- Use public Wi-Fi
- Access cloud resources
VPNs improve both privacy and security.
Wireless Security
Wireless networks should always use strong security protocols.
Older protocols are vulnerable to attack.
WPA2
Wi-Fi Protected Access 2 (WPA2) greatly improved wireless security through stronger encryption.
Although still widely used, newer standards provide additional protections.
WPA3
Wi-Fi Protected Access 3 (WPA3) is the current recommended wireless security standard.
Advantages include:
- Stronger encryption
- Better password protection
- Improved authentication
- Enhanced resistance to password attacks
Organizations should use WPA3 whenever possible.
Public Wi-Fi Risks
Public wireless networks present several risks.
Potential threats include:
- Eavesdropping
- Rogue access points
- Session hijacking
- Man-in-the-Middle (MitM) attacks
- Fake hotspots
Users should avoid transmitting sensitive information over unsecured public Wi-Fi unless using a VPN.
Security Best Practices
To improve authentication and access security:
- Use strong, unique passwords.
- Enable Multi-Factor Authentication (MFA).
- Apply the Principle of Least Privilege (PoLP).
- Lock devices when unattended.
- Keep operating systems updated.
- Use encrypted connections (HTTPS and VPN).
- Configure firewalls properly.
- Use WPA3 for wireless networks whenever available.
- Regularly review user permissions.
- Remove unused accounts promptly.
Key Terms
- Authentication
- Authorization
- Access Control
- Principle of Least Privilege (PoLP)
- Standard User
- Administrator
- Password Manager
- Multi-Factor Authentication (MFA)
- Biometrics
- Encryption
- Plaintext
- Ciphertext
- Symmetric Encryption
- Asymmetric Encryption
- Public Key
- Private Key
- Digital Certificate
- Certificate Authority (CA)
- HTTPS
- Firewall
- Virtual Private Network (VPN)
- WPA2
- WPA3
Exam Tips
- Authentication verifies identity, while authorization determines what resources an authenticated user may access.
- The Principle of Least Privilege (PoLP) limits users to only the permissions required for their job functions.
- Multi-Factor Authentication (MFA) combines two or more authentication factors to strengthen account security.
- Symmetric encryption uses one key, while asymmetric encryption uses a public/private key pair.
- Digital certificates verify identities and enable secure HTTPS communications.
- Firewalls filter network traffic based on security rules, and VPNs encrypt data transmitted across untrusted networks.
- WPA3 is the preferred wireless security protocol for modern Wi-Fi networks.
Physical Security, Backups, Incident Response, Data Disposal, and Security Policies
Physical Security
Cybersecurity is not limited to software and networks. Organizations must also protect their physical assets from theft, damage, and unauthorized access.
Physical security refers to the safeguards used to protect:
- Computers
- Servers
- Networking equipment
- Storage devices
- Offices
- Data centers
- Employees
- Sensitive documents
Strong physical security helps prevent unauthorized individuals from accessing information systems.
Common Physical Security Controls
Organizations use a variety of physical security measures.
Examples include:
- Locks
- Security guards
- Fences
- Security cameras (CCTV)
- Alarm systems
- Motion detectors
- Access badges
- Biometric scanners
- Visitor logs
- Security lighting
Combining multiple physical controls creates a stronger defense.
Secure Areas
Sensitive equipment is often located in secure areas such as:
- Server rooms
- Data centers
- Network closets
- Research laboratories
Access should be limited to authorized personnel only.
Visitors should be escorted whenever they enter restricted areas.
Environmental Controls
Computers and networking equipment require appropriate environmental conditions to operate reliably.
Environmental controls include:
- Air conditioning
- Humidity control
- Fire suppression systems
- Smoke detectors
- Water leak detection
- Backup power supplies
Proper environmental management helps prevent equipment damage.
Uninterruptible Power Supply (UPS)
A UPS (Uninterruptible Power Supply) provides temporary battery power during electrical outages.
Benefits include:
- Prevents sudden shutdowns
- Protects against data loss
- Allows safe system shutdown
- Reduces hardware damage
UPS systems are commonly used for servers and networking equipment.
Surge Protectors
A surge protector protects electronic equipment from voltage spikes.
Power surges may result from:
- Lightning strikes
- Electrical faults
- Utility power fluctuations
Surge protection helps extend the life of electronic devices.
Backups
A backup is a copy of important data stored separately from the original.
Backups protect organizations against:
- Hardware failure
- Accidental deletion
- Malware
- Ransomware
- Natural disasters
Regular backups are one of the most important security controls.
Backup Types
Full Backup
A full backup copies all selected files every time.
Advantages:
- Simplest restoration
- Complete data copy
Disadvantages:
- Longest backup time
- Requires the most storage space
Incremental Backup
An incremental backup saves only data changed since the last backup of any type.
Advantages:
- Faster backups
- Less storage required
Disadvantages:
- Restoration may require multiple backup sets.
Differential Backup
A differential backup saves all changes made since the last full backup.
Advantages:
- Faster restoration than incremental backups
- Less storage than full backups
Disadvantages:
- Larger backup size than incremental backups.
Backup Best Practices
Organizations should:
- Schedule automatic backups.
- Test backups regularly.
- Store backups securely.
- Encrypt backup files.
- Maintain multiple backup copies.
- Store at least one backup offsite or in the cloud.
Backups are only useful if they can be successfully restored.
Disaster Recovery
Disaster recovery (DR) focuses on restoring IT systems after major disruptions.
Possible disasters include:
- Cyberattacks
- Hardware failures
- Fires
- Floods
- Earthquakes
- Power failures
An effective disaster recovery plan minimizes downtime and data loss.
Business Continuity
Business continuity ensures that essential business operations continue during and after disruptive events.
Business continuity planning includes:
- Alternative work locations
- Communication plans
- Backup systems
- Disaster recovery procedures
- Employee responsibilities
Business continuity is broader than disaster recovery because it focuses on keeping the organization operational.
Incident Response
An incident is any event that threatens the confidentiality, integrity, or availability of systems or data.
Examples include:
- Malware infections
- Data breaches
- Phishing attacks
- Unauthorized access
- Denial-of-Service attacks
- Lost devices
Organizations should prepare for incidents before they occur.
Incident Response Process
Although organizations may use different frameworks, incident response generally follows these phases:
1. Preparation
Preparation includes:
- Security policies
- Employee training
- Backup procedures
- Monitoring tools
- Incident response plans
Good preparation reduces the impact of future incidents.
2. Identification
The organization determines:
- What happened
- Which systems are affected
- How serious the incident is
Quick identification limits damage.
3. Containment
Containment prevents the incident from spreading.
Examples include:
- Disconnecting infected computers
- Blocking malicious IP addresses
- Disabling compromised accounts
- Isolating affected systems
4. Eradication
During eradication, the organization removes the cause of the incident.
Examples include:
- Removing malware
- Closing vulnerabilities
- Applying software patches
- Resetting compromised credentials
5. Recovery
Recovery restores systems to normal operation.
Activities include:
- Restoring backups
- Verifying system functionality
- Monitoring for additional problems
Systems should be carefully tested before returning to production.
6. Lessons Learned
After recovery, organizations review:
- What happened
- Why it happened
- How to improve security
- Changes needed to prevent recurrence
Continuous improvement strengthens future security.
Security Policies
A security policy is a formal document that defines an organization’s security requirements and expectations.
Policies help ensure consistent security practices across the organization.
Common policy topics include:
- Password requirements
- Acceptable use
- Remote access
- Email usage
- Data handling
- Mobile device security
- Incident reporting
Employees should understand and follow organizational security policies.
Acceptable Use Policy (AUP)
An Acceptable Use Policy (AUP) defines how organizational computers, networks, and Internet resources may be used.
The policy typically explains:
- Permitted activities
- Prohibited activities
- Employee responsibilities
- Consequences of policy violations
Data Disposal
When equipment or storage devices are no longer needed, sensitive data must be removed securely.
Simply deleting files is often insufficient because deleted data may still be recoverable.
Secure Data Disposal Methods
Common disposal methods include:
Data Wiping
Overwrites storage media with new data.
Suitable for devices that will be reused.
Degaussing
Uses a strong magnetic field to erase magnetic storage devices.
Commonly used for older hard disk drives.
Physical Destruction
Physically destroys storage devices through:
- Shredding
- Crushing
- Drilling
- Incineration
Physical destruction is often used for highly sensitive information.
User Responsibilities
Every employee plays an important role in organizational security.
Users should:
- Lock computers when unattended.
- Report suspicious emails immediately.
- Protect passwords.
- Use MFA whenever available.
- Follow security policies.
- Keep software updated.
- Verify requests for sensitive information.
- Handle confidential information carefully.
Security is everyone’s responsibility.
Comprehensive Security Best Practices
Organizations should:
- Apply software updates regularly.
- Use antivirus and anti-malware software.
- Enable firewalls.
- Use strong passwords and MFA.
- Encrypt sensitive data.
- Perform regular backups.
- Monitor systems continuously.
- Train employees regularly.
- Follow the Principle of Least Privilege (PoLP).
- Develop incident response and disaster recovery plans.
Layered security provides better protection than relying on a single control.
Key Terms
- Confidentiality
- Integrity
- Availability
- Threat
- Vulnerability
- Exploit
- Risk
- Malware
- Social Engineering
- Phishing
- Authentication
- Authorization
- Principle of Least Privilege (PoLP)
- Password Manager
- Encryption
- Ciphertext
- Firewall
- Virtual Private Network (VPN)
- Backup
- Disaster Recovery (DR)
- Business Continuity
- Incident Response
- Acceptable Use Policy (AUP)
- Data Wiping
- Degaussing
- Physical Destruction
Exam Tips
Security Fundamentals
- The CIA Triad (Confidentiality, Integrity, and Availability) is the foundation of cybersecurity.
- A threat is something that could cause harm, a vulnerability is a weakness, an exploit takes advantage of that weakness, and risk is the likelihood and impact of exploitation.
Malware
- Viruses require a host file, worms spread independently, Trojan Horses disguise themselves as legitimate software, and ransomware encrypts files and demands payment.
- Regular software updates, backups, antivirus software, and user awareness help defend against malware.
Identity and Access Management
- Authentication verifies identity, while authorization determines access permissions.
- Multi-Factor Authentication (MFA) provides significantly stronger protection than passwords alone.
- Apply the Principle of Least Privilege (PoLP) to minimize unnecessary access.
Network Security
- Use HTTPS, VPNs, firewalls, and WPA3 to protect communications and wireless networks.
- Encrypt sensitive data both at rest and in transit.
Disaster Recovery
- Perform regular backups and test restoration procedures.
- Understand the differences between full, incremental, and differential backups.
- Business continuity focuses on maintaining operations, while disaster recovery focuses on restoring systems after an incident.
Security Awareness
- Most successful cyberattacks involve some form of social engineering.
- Verify unexpected requests, report suspicious activity promptly, and follow organizational security policies.