CompTIA Security+ Exam Notes

CompTIA Security+ Exam Notes
Let Us Help You Pass

Wednesday, October 22, 2025

SET Toolkit Tutorial: Social Engineering Attacks Made Easy for Penetration Testers

 Social-Engineer Toolkit (SET)

The Social-Engineer Toolkit (SET) is an open-source penetration testing framework specifically designed for social engineering attacks. It was developed by Dave Kennedy and is widely used by ethical hackers and security professionals to simulate real-world social engineering scenarios.

Overview of SET
  • Purpose: To automate and simplify the process of launching social engineering attacks.
  • Platform: Primarily runs on Linux (often bundled with Kali Linux).
  • Language: Written in Python.
Key Features of SET
1. Website Attack Vectors
  • Clone legitimate websites (e.g., login pages) to trick users into entering credentials.
  • Supports credential harvesting and browser exploits.
2. Phishing Attacks
  • Send spoofed emails with malicious links or attachments.
  • Integrates with tools like Sendmail, SMTP, and Gmail APIs.
3. Payload Generation
  • Create payloads for Windows, Linux, and macOS.
  • Supports reverse shells, meterpreter sessions, and custom executables.
4. Spear Phishing
  • Targeted phishing campaigns using personalized messages.
  • Can embed malicious PDFs, Excel files, or Word documents.
5. Mass Mailer Attack
  • Send bulk emails to multiple targets with customizable content.
  • Useful for simulating phishing campaigns.
6. Arduino-Based Attacks
  • Use devices like Teensy or Rubber Ducky to emulate keyboard input and deliver payloads.
7. SMS Spoofing
  • Send fake SMS messages (requires third-party services).
  • Useful for mobile-based social engineering tests.
Ethical Use and Considerations
  • Authorization Required: SET should only be used in environments where you have explicit permission.
  • Training and Awareness: Often used in red team exercises and security awareness training.
  • Logging and Reporting: SET can log attack results for analysis and reporting.
Example Use Case: Credential Harvesting
  • Launch SET and choose the Website Attack Vectors option.
  • Select Credential Harvester Attack Method.
  • Clone a target login page (e.g., company intranet).
  • Send the link via email to employees.
  • Capture credentials entered into the fake page.

Tuesday, October 21, 2025

Understanding STIGs: DISA Standards for Secure System Configuration

 STIGs (Security Technical Implementation Guides)

STIGs, or Security Technical Implementation Guides, are detailed configuration standards developed by the Defense Information Systems Agency (DISA) to ensure secure deployment and maintenance of systems within the U.S. Department of Defense (DoD) and other federal agencies. Here's a comprehensive breakdown:

What Are STIGs?
STIGs are baseline security configurations for various technologies, including:
  • Operating systems (Windows, Linux, macOS)
  • Applications (web servers, databases, browsers)
  • Network devices (routers, switches, firewalls)
  • Mobile platforms and cloud services
They define how systems should be configured to minimize vulnerabilities and comply with DoD cybersecurity policies.

Purpose of STIGs
  • Standardization: Ensure consistent security across systems.
  • Compliance: Help organizations meet DoD cybersecurity requirements.
  • Hardening: Reduce attack surfaces by disabling unnecessary services and enforcing secure settings.
  • Auditing: Provide a checklist for security assessments and inspections.
Structure of a STIG
Each STIG typically includes:
  • Overview: Description of the technology and its security context.
  • Vulnerability IDs (VulIDs): Unique identifiers for each finding.
  • Severity Levels:
    • CAT I: Critical vulnerabilities that could result in immediate loss of confidentiality, integrity, or availability.
    • CAT II: Significant vulnerabilities that could lead to degradation of security.
    • CAT III: Minor vulnerabilities that do not pose an immediate threat.
  • Fix Text: Instructions on how to remediate the issue.
  • Check Text: Steps to verify whether the system complies.
Tools for Working with STIGs
  • SCAP Compliance Checker (SCC): Automates STIG compliance checks.
  • DISA STIG Viewer: Allows users to view, manage, and track STIG findings.
  • ACAS (Assured Compliance Assessment Solution): Used by DoD for vulnerability scanning and STIG compliance.
Importance in Cybersecurity
  • DoD Mandate: Required for systems connected to DoD networks.
  • Risk Reduction: Helps prevent exploitation of known vulnerabilities.
  • Audit Readiness: Facilitates security inspections and reporting.
Example Use Case
A system administrator deploying a Windows Server in a DoD environment would:
1. Download the relevant Windows Server STIG.
2. Use the STIG Viewer to assess compliance.
3. Apply recommended settings (e.g., password policies, audit logging).
4. Document and remediate any findings.
5. Submit results for security review.

How Masscan Works: A Complete Guide to Fast Network Scanning

 Masscan

Masscan is a high-performance network scanner designed to scan large IP address ranges quickly. It’s often compared to Nmap, but it’s significantly faster due to its asynchronous transmission engine. Here's a detailed breakdown of how Masscan works and what makes it unique:

Core Features of Masscan
1. Speed:
  • Masscan is capable of scanning the entire IPv4 address space in minutes.
  • It uses its own TCP/IP stack, allowing it to send packets asynchronously and at extremely high rates.
2. Port Scanning:
  • Primarily used for TCP port scanning.
  • It can detect open ports on remote systems, similar to Nmap’s SYN scan.
3. Custom TCP/IP Stack:
  • Masscan bypasses the OS’s networking stack, which allows it to send packets faster and avoid kernel limitations.
  • This also means it can behave differently than traditional scanners and may require tuning for compatibility.
4. Output Formats:
  • Supports multiple output formats including XML, JSON, and grepable text.
  • Can be configured to output results compatible with Nmap for further analysis.
How Masscan Works
  • SYN Scan: Sends TCP SYN packets to target IPs and ports. If a SYN-ACK is received, the port is considered open.
  • Rate Control: You can control the scan rate using the --rate parameter to avoid overwhelming networks.
  • IP Range Scanning: Supports CIDR notation and lists of IPs.
  • Exclusion Lists: You can exclude IPs or ranges to avoid scanning sensitive or protected networks.
Common Usage Examples


Important Considerations
  • Legal and Ethical Use: Scanning networks without permission can be illegal or unethical. Always ensure you have authorization.
  • Firewall and IDS Evasion: Due to its speed, Masscan can trigger alerts or be blocked by intrusion detection systems.
  • System Requirements: High-speed scanning may require elevated privileges and tuning of system parameters (e.g., increasing ulimit, adjusting NIC buffers).

Monday, October 20, 2025

Autonomous Systems Explained: Types, Structure, and Role in Networking

 AS (Autonomous Systems)

An Autonomous System (AS) is a fundamental concept in computer networking, especially in the context of the Internet's routing infrastructure. Here's a detailed explanation:

What Is an Autonomous System?
An Autonomous System (AS) is a collection of IP networks and routers under the control of a single organization that presents a common routing policy to the Internet. Each AS is assigned a unique Autonomous System Number (ASN) by a regional Internet registry (RIR), such as ARIN, RIPE, or APNIC.

Purpose of Autonomous Systems
ASes are used to facilitate routing between different networks on the Internet. They help organize and manage how data packets travel across complex global networks by defining routing boundaries.

Structure and Components
  • Routers: Devices that forward packets between networks.
  • IP Prefixes: Blocks of IP addresses managed by the AS.
  • Routing Policies: Rules that determine how traffic enters and exits the AS.
  • Border Gateway Protocol (BGP): The protocol used to exchange routing information between ASes.
Autonomous System Numbers (ASNs)
  • 16-bit ASNs: Range from 1 to 65,535.
  • 32-bit ASNs: Range from 65,536 to 4,294,967,295.
  • ASNs are either public (used for Internet routing) or private (used internally).
Types of Autonomous Systems
  • Single-homed AS: Connected to only one other AS.
  • Multi-homed AS: Connected to multiple ASes but does not allow traffic to pass through.
  • Transit AS: Allows traffic to pass through to other ASes.
  • Stub AS: Does not allow traffic to pass through; only sends and receives traffic.
Role of BGP in AS Communication
  • BGP is the protocol that enables ASes to exchange routing information.
  • Each AS advertises its IP prefixes and routing policies to neighboring ASes.
  • BGP decisions are based on policy, not just shortest path.
Why Autonomous Systems Matter
  • Scalability: Helps manage the vast size of the Internet.
  • Security: Enables control over routing paths and filtering.
  • Policy Enforcement: Organizations can define how traffic flows in and out.
  • Redundancy and Reliability: Multi-homed ASes improve fault tolerance.
Real-World Examples
  • ISPs: Internet Service Providers operate large ASes to route customer traffic.
  • Cloud Providers: AWS, Google Cloud, and Azure have their own ASNs.
  • Universities and Enterprises: May operate ASes for internal and external connectivity.

How EPSS Helps Security Professionals Prioritize Vulnerabilities

 EPSS (Exploit Prediction Scoring System)

The Exploit Prediction Scoring System (EPSS) is a data-driven framework designed to estimate the likelihood that a software vulnerability will be exploited in the wild. It helps security professionals prioritize which vulnerabilities to address first based on real-world risk, rather than just severity.

What EPSS Measures
EPSS provides a probability score (0 to 1) indicating how likely it is that a vulnerability will be exploited within a short time frame (typically the next 30 days). For example:
  • EPSS Score of 0.6 means there's a 60% chance of exploitation.
  • EPSS Score of 0.01 means there's only a 1% chance.
How EPSS Works
EPSS uses machine learning models trained on:
  • CVE metadata (e.g., CVSS scores, affected software)
  • Exploit availability (e.g., public exploit code)
  • Threat intelligence feeds
  • Historical exploitation data
This allows EPSS to dynamically assess risk based on current trends and attacker behavior.

Why EPSS Is Useful
  • Prioritization: Helps focus remediation efforts on vulnerabilities most likely to be exploited.
  • Complement to CVSS: CVSS measures severity, but not exploit likelihood. EPSS fills that gap.
  • Real-world relevance: Based on actual exploitation data, not theoretical risk.
EPSS vs CVSS


Use Cases
  • Vulnerability management: Prioritize patching based on EPSS scores.
  • Risk assessment: Combine EPSS with asset value and exposure.
  • Threat modeling: Identify high-risk vulnerabilities in attack paths.

Sunday, October 19, 2025

Edge vs. Cloud: Understanding the Difference

 Edge Computing

Edge computing is a distributed computing paradigm that brings computation and data storage closer to the location where it is needed, typically near the source of data generation, such as IoT devices, sensors, or user endpoints. This approach reduces latency, improves performance, and enhances data privacy and security.

Core Concept
Traditional cloud computing relies on centralized data centers. In contrast, edge computing processes data at or near the "edge" of the network, where the data originates. This means less data needs to travel to and from the cloud, resulting in faster response times and reduced bandwidth usage.

How Edge Computing Works
Data Generation: Devices like sensors, cameras, or smart appliances generate data.
Local Processing: Instead of sending all data to a central cloud, edge devices or nearby edge servers process it locally.
Selective Transmission: Only relevant or summarized data is sent to the cloud for further analysis or storage.

Benefits of Edge Computing
  • Reduced Latency: Faster response times for time-sensitive applications (e.g., autonomous vehicles, industrial automation).
  • Bandwidth Optimization: Less data sent over the network reduces congestion and costs.
  • Improved Reliability: Local processing allows systems to function even with intermittent connectivity.
  • Enhanced Security & Privacy: Sensitive data can be processed locally, reducing exposure to external threats.
  • Scalability: Supports massive growth in IoT devices without overwhelming central infrastructure.
Use Cases
  • Smart Cities: Real-time traffic management, surveillance, and public safety.
  • Healthcare: Remote patient monitoring and diagnostics with minimal delay.
  • Manufacturing: Predictive maintenance and quality control using real-time sensor data.
  • Retail: Personalized customer experiences and inventory tracking.
  • Autonomous Vehicles: Real-time decision-making without relying on cloud latency.
Edge vs. Cloud vs. Fog Computing




Business Email Compromise: The Silent Threat Costing Companies Millions

 BEC (Business Email Compromise)

Business Email Compromise (BEC) is a type of cybercrime where attackers use email fraud to trick organizations into transferring money or sensitive information. Unlike typical phishing scams, BEC targets businesses by impersonating executives, suppliers, or trusted partners to manipulate employees into taking actions that benefit the attackers.

How BEC Works

BEC attacks generally follow these steps:
  • Reconnaissance – Attackers research the target company, identifying executives, finance personnel, and common vendors.
  • Email Spoofing or Account Takeover – They either spoof a trusted email address (e.g., CEO@company.com vs. CEO@c0mpany.com) or gain access to a legitimate email account through phishing or credential theft.
  • Social Engineering – The attacker sends emails impersonating a CEO, vendor, or finance department member, requesting urgent payments or confidential information.
  • Financial Manipulation – If successful, employees unwittingly transfer money to fraudulent bank accounts controlled by the attacker.
  • Cover-Up – Attackers may delete emails or redirect replies to delay detection, buying time to withdraw stolen funds.
Common BEC Attack Types
  • CEO Fraud – Attackers pose as high-level executives to request urgent wire transfers.
  • Vendor Impersonation – Fraudsters pretend to be a vendor and send fake invoices for payment.
  • Payroll Diversion – Hackers impersonate employees to reroute direct deposit payments.
  • Attorney Impersonation – Attackers pose as legal representatives in urgent situations to trick employees into making payments.
Why BEC Is Dangerous
  • Financial Losses – BEC scams have resulted in billions of dollars in losses worldwide.
  • Reputational Damage – Companies that fall victim may lose customer trust.
  • Legal & Compliance Risks – Stolen funds may cause regulatory or legal issues for businesses.
How to Prevent BEC Attacks
  • Email Verification – Always verify requests for fund transfers by calling the requester using a known phone number.
  • Multi-Factor Authentication (MFA) – Use MFA to secure business email accounts from unauthorized access.
  • Employee Training – Educate employees on recognizing email fraud and suspicious requests.
  • Monitor Financial Transactions – Set up internal procedures for reviewing and verifying large payments.
  • Use Email Security Filters – Enable spam and phishing protections to block suspicious emails.