2.10 Installing and Configuring Browsers and Relevant Security Settings
COMPTIA A+ CORE 2 - DOMAIN 2
Cyber Wizard
This article provides an in-depth guide on securely installing and configuring web browsers, managing security settings, and ensuring safe browsing practices, as required for the CompTIA A+ exam.
CompTIA A+ Exam Domain: Domain 2.10 - Given a scenario, install and configure browsers and relevant security settings.
Browser Download and Installation
Proper installation of browsers from secure sources is crucial to preventing malware infections and ensuring a safe browsing experience.
Trusted Sources
Always download browsers from official vendor websites:
Google Chrome: www.google.com/chrome
Mozilla Firefox: www.mozilla.org
Microsoft Edge: www.microsoft.com/edge
Apple Safari: Preinstalled on macOS, updates via the App Store.
Verify downloads using hashing algorithms (SHA-256, MD5) to ensure file integrity.
Example (PowerShell): Get-FileHash C:\Downloads\chrome.exe -Algorithm SHA256
Compare with the vendor’s official hash value.
Untrusted Sources
Avoid downloading browsers from:
Third-party websites (except for official mirrors).
Torrent sites or unofficial repositories.
Email attachments or links from unknown senders.
Risks include malware-infected installers, adware, and phishing attempts.
Extensions and Plug-Ins
Extensions enhance browser functionality but can introduce security risks if sourced improperly.
Trusted Sources
Use only official browser extension stores:
Chrome Web Store: chrome.google.com/webstore
Firefox Add-ons: addons.mozilla.org
Microsoft Edge Add-ons: microsoftedge.microsoft.com/addons
Review permissions before installing extensions.
Example: Avoid extensions requesting access to all websites unless necessary.
Regularly audit and remove unused extensions.
Untrusted Sources
Do not install extensions from:
Unverified third-party websites.
Emails or pop-up advertisements.
Social engineering links claiming to offer free premium services.
Risks include:
Keyloggers, spyware, and data exfiltration.
Cryptojacking scripts consuming CPU power.
Redirect-based phishing attacks.
Password Managers
Password managers securely store and autofill credentials, reducing reliance on insecure practices like using weak or repetitive passwords.
Built-in Browser Password Managers
Available in Chrome, Edge, Firefox, and Safari.
Synchronizes passwords across devices when signed in.
Enable encryption settings for added security.
Third-Party Password Managers
Bitwarden, LastPass, 1Password, KeePass offer advanced security features.
Benefits include:
End-to-end encryption.
Multi-device synchronization.
Secure sharing options for teams.
Best Practice: Use multi-factor authentication (MFA) when logging into a password manager.
Secure Connections and Site Certificates
Ensuring a secure connection protects users from man-in-the-middle (MITM) attacks and data interception.
Valid Certificates
Always verify the HTTPS lock symbol in the browser address bar.
Click the padlock to view certificate details:
Issuer (e.g., Let’s Encrypt, DigiCert, GlobalSign).
Expiration date.
Domain validation.
Invalid Certificates – Warnings
Browsers issue security alerts for expired, self-signed, or mismatched certificates.
Do not proceed if:
The warning states certificate revoked.
The site requires manually adding an exception.
Risks include MITM attacks, phishing, and malware distribution.
Security Settings and Privacy Controls
Configuring security settings reduces exposure to online threats.
Pop-Up Blocker
Blocks malicious pop-ups that may lead to phishing sites or drive-by malware downloads.
Found in browser settings under Privacy & Security.
Allow pop-ups only for trusted websites.
Clearing Browsing Data and Cache
Removes stored cookies, cache, and browsing history to reduce tracking.
Recommended for:
Public/shared computers.
Resolving loading issues due to outdated cached content.
Shortcut: Ctrl + Shift + Delete (Windows) or Command + Shift + Delete (Mac).
Private Browsing Mode
Also known as:
Incognito Mode (Chrome)
Private Browsing (Firefox, Safari)
InPrivate Browsing (Edge)
Prevents storing:
Browsing history.
Cookies.
Cached files.
Does not hide activity from ISPs, employers, or network monitoring tools.
Sign-In and Browser Data Synchronization
Syncing allows access to bookmarks, history, passwords, and extensions across devices.
Security concerns:
Disable auto-sync on public/shared devices.
Enable end-to-end encryption for cloud sync (e.g., Firefox Sync, Chrome Sync).
Regularly review synchronized data in browser settings.
Ad Blockers
Prevents malicious ads and tracking scripts.
Recommended extensions:
uBlock Origin (Firefox, Chrome, Edge)
AdGuard
Privacy Badger (EFF)
Caution: Some ad blockers may break site functionality; configure per-site exceptions as needed.
Final Thoughts
Ensuring proper browser security involves safe installation practices, managing extensions responsibly, configuring privacy settings, and enforcing encryption policies. The CompTIA A+ exam evaluates an IT professional’s ability to configure browsers securely, prevent cyber threats, and maintain user privacy.