Skip to main content

pretext-engineering

Design a credible phishing pretext and target shortlist from OSINT before any campaign is built — sender persona, scenario, timing, and the minimal target set.

Ir para a instalação

Informações da origem

Repositório
BitterSecurity/Decepticon
Última atividade na origem
8 de junho de 2026 às 07:58
Idioma detectado do SKILL.md
inglês
Estrelas
5.522
Forks
1.048

Opções de instalação

Por padrão, está selecionado o prompt que primeiro revisa a origem. Você pode mudar para um comando direto ou baixar uma cópia local.

Revise os arquivos de origem

Leia o SKILL.md e os arquivos complementares exibidos pelo SkillsMP antes de decidir se vai instalar.

Exibindo SKILL.md

SKILL.md
Instruções da origem · Visualização somente leitura
name
pretext-engineering
description
Design a credible phishing pretext and target shortlist from OSINT before any campaign is built — sender persona, scenario, timing, and the minimal target set.
metadata
{"subdomain":"phishing","when_to_use":"pretext, lure design, target shortlist, phishing scenario, osint for phishing, sender persona, spearphishing","mitre_attack":["T1598","T1598.002","T1598.003","T1585"],"tags":["phishing","social-engineering","osint","pretext"]}
# Pretext Engineering The pretext is the campaign. A technically perfect evilginx2 proxy behind an implausible story converts nobody and burns the engagement. Design the story first, from real OSINT, then pick the smallest target set that proves the objective. ## Inputs - `plan/roe.json`: permitted pretext classes, out-of-scope users, VIP exclusions, `data_handling`. - OSINT handoff (from the OsintOperator): employee list, org chart, email format, tech stack, current events (mergers, migrations). ## Build the pretext 1. **Pick a scenario the target already expects.** The best pretexts ride a real process: an in-progress SSO/MFA migration, a benefits open-enrollment window, a shared-document notification from a tool the org actually uses (read the tech stack from OSINT). 2. **Choose the sender persona.** Internal IT, a known SaaS vendor, or a real internal sender — but ONLY impersonate an internal employee if `plan/roe.json:permitted_actions` allows it. 3. **Define the call to action.** One click → the lure domain. Keep it single-step. 4. **Set timing.** Match send-time to the scenario (e.g. Monday 09:00 for an "IT maintenance this week" lure) and the engagement `opsec_level` send rate. ## Target shortlist - Start with 1–3 users for the first wave (validate deliverability + detection window before scaling). - EXCLUDE anyone in `out_of_scope` or flagged `vip: true`. - Prefer roles that satisfy the objective (e.g. for cloud access, target an engineer with console access, not reception). ## Forbidden lure patterns - NEVER promise monetary reward or threaten immediate termination — these spike helpdesk volume and break blue-team coverage. - NEVER use a brand that could be confused with a different customer. ## Output Write `plan/phisher/pretext.md` (scenario, persona, CTA, send window, target shortlist with rationale) and create the target `User` nodes in the knowledge graph. This file is the input to `gophish-campaign` / `evilginx2-proxy` and to the mandatory `lure-deconfliction` handshake.
Ver no GitHub