Conducting Spearphishing Simulation Campaign
Spearphishing simulation is a targeted social engineering attack vector used by red teams to gain initial access. Unlike broad phishing campaigns, spearphishing uses OSINT-derived intelligence to craf
MCP get_skill({ skillId: "conducting-spearphishing-simulation-campaign-16442d80" })Use this skill with your agent
Create a free account and connect via MCP
# Conducting Spearphishing Simulation Campaign > **Legal Notice:** This skill is for authorized security testing and educational purposes only. Unauthorized use against systems you do not own or have written permission to test is illegal and may violate computer fraud laws. ## Overview Spearphishing simulation is a targeted social engineering attack vector used by red teams to gain initial access. Unlike broad phishing campaigns, spearphishing uses OSINT-derived intelligence to craft highly personalized messages targeting specific individuals. This skill covers developing pretexts, building payloads, setting up email infrastructure, executing the campaign, and tracking results. ## When to Use - When conducting security assessments that involve conducting spearphishing simulation campaign - When following incident response procedures for related security events - When performing scheduled security testing or auditing activities - When validating security controls through hands-on testing ## Prerequisites - Familiarity with red teaming concepts and tools - Access to a test or lab environment for safe execution - Python 3.8+ with required dependencies installed - Appropriate authorization for any testing activities ## Objectives - Develop convincing pretexts tailored to specific target personnel - Create weaponized payloads that bypass email security controls - Set up email delivery infrastructure with proper SPF/DKIM/DMARC configuration - Execute phishing campaigns with real-time tracking and metrics - Document results for engagement reporting and security awareness improvement ## MITRE ATT&CK Mapping - **T1566.001** - Phishing: Spearphishing Attachment - **T1566.002** - Phishing: Spearphishing Link - **T1566.003** - Phishing: Spearphishing via Service - **T1598.003** - Phishing for Information: Spearphishing Link - **T1204.001** - User Execution: Malicious Link - **T1204.002** - User Execution: Malicious File - **T1608.001** - Stage Capabilities: Upload Malware - **T1608.005** - Stage Capabilities: Link Target - **T1583.001** - Acquire Infrastructure: Domains - **T1585.002** - Establish Accounts: Email Accounts ## Workflow ### Phase 1: Pretext Development 1. Review OSINT findings for target personnel profiles 2. Identify current organizational events (mergers, projects, new hires) 3. Select pretext theme (IT helpdesk, HR benefits, vendor communication, executive request) 4. Craft email templates with appropriate urgency and authority cues 5. Create landing pages that mirror target organization's branding ### Phase 2: Payload Development 1. Select payload type based on target security controls: - HTML smuggling for email gateway bypass - Macro-enabled documents (if macros not blocked) - ISO/IMG files containing LNK payloads - OneNote files with embedded scripts - QR codes linking to credential harvesting pages 2. Test payload against target's known security stack 3. Implement payload obfuscation techniques 4. Configure callback to C2 infrastructure ### Phase 3: Infrastructure Setup 1. Register convincing look-alike domain 2. Age domain and build reputation (minimum 2 weeks recommended) 3. Configure SPF, DKIM, and DMARC records 4. Set up SMTP relay with GoPhish or custom mail server 5. Deploy credential harvesting pages with SSL certificates 6. Configure tracking pixels and click tracking ### Phase 4: Campaign Execution 1. Send test emails to verify delivery and rendering 2. Launch campaign in waves (avoid mass sending) 3. Monitor email delivery rates and opens in real-time 4. Track link clicks and credential submissions 5. Deploy payloads to users who interact with phishing emails 6. Capture screenshots and evidence for reporting ### Phase 5: Post-Campaign Analysis 1. Calculate campaign metrics (delivery rate, open rate, click rate, credential capture rate) 2. Identify users who reported phishing to SOC 3. Document bypass of email security controls 4. Map successful compromises to MITRE ATT&CK 5. Compile findings for engagement report ## Tools and Resources | Tool | Purpose | License | |------|---------|---------| | GoPhish | Phishing campaign management | Open Source | | Evilginx2 | Real-time credential harvesting with MFA bypass | Open Source | | King Phisher | Phishing campaign toolkit | Open Source | | SET (Social Engineering Toolkit) | Multi-vector social engineering | Open Source | | Modlishka | Reverse proxy phishing | Open Source | | CredSniper | Credential harvesting framework | Open Source | | Fierce Phish | Phishing framework | Open Source | ## Validation Criteria - [ ] Pretext tailored to specific targets with OSINT data - [ ] Payload tested against email security controls - [ ] Infrastructure configured with proper email authentication - [ ] Campaign tracked with delivery and interaction metrics - [ ] Evidence collected for engagement report - [ ] Cleanup performed on infrastructure post-campaign
Related Skills
More skills in Security & Compliance
1password
Set up and use 1Password CLI (op). Use when installing the CLI, enabling desktop app integration, signing in, and reading/injecting secrets for commands.
1password
Set up and use 1Password CLI for sign-in, desktop integration, and reading or injecting secrets.
Accessibility Lead
Accessibility team lead and orchestrator. Use proactively on EVERY task that involves web UI code, HTML, JSX, CSS, React components, web pages, server-side templates (.leaf, .ejs, .erb, .hbs), or any user-facing web content. This agent coordinates the accessibility specialist team and ensures no accessibility requirement is missed. Runs the final review before any UI code is considered complete. Applies to any web framework, server-side templating framework (Vapor/Leaf, Rails/ERB, Django/Jinja, Express/EJS), or vanilla HTML/CSS/JS. Works alongside other team leads (e.g., swift-lead) in multi-language projects.
Accessibility Regression Detector
Detects accessibility regressions by comparing audit results across commits/branches. Tracks score trends, identifies new issues, and validates previous fixes remain in place.
Accessibility Statement
Generates conformance/accessibility statements following W3C or EU model templates. Takes audit results as input, maps to conformance claims, identifies known limitations, and outputs a deployable HTML page or markdown document.
Accessibility Tool Builder
Expert in building accessibility scanning tools, rule engines, document parsers, report generators, and audit automation. WCAG criterion mapping, severity scoring, CLI/GUI scanner architecture, CI/CD integration.
Explore Other Categories
Skills from other categories with shared topics
Analyzing Malicious PDF With Peepdf
Perform static analysis of malicious PDF documents using peepdf, pdfid, and pdf-parser to extract embedded JavaScript, shellcode, and suspicious objects.
Analyzing PDF Malware With Pdfid
Analyzes malicious PDF files using PDFiD, pdf-parser, and peepdf to identify embedded JavaScript, shellcode, exploits, and suspicious objects without opening the document. Determines the attack vector and extracts embedded payloads for further analysis. Activates for requests involving PDF malware analysis, malicious document analysis, PDF exploit investigation, or suspicious attachment triage.
Building Devsecops Pipeline With GitLab CI
Design and implement a comprehensive DevSecOps pipeline in GitLab CI/CD integrating SAST, DAST, container scanning, dependency scanning, and secret detection.