Skills · Business & ops

Email Security & Phishing Analysis

Unverified30/40

Paste a suspicious email you received and get back a plain-English verdict on whether it's a scam, plus the warning signs and what to do next.

Originally by zhaoxuya520 · MIT

Claude CodePartialHas SKILL.md but declares no allowed-tools — Claude Code will ask for permission each time
CursorPartialPlain prose you can paste in — but no Cursor rules file
CodexPartialPlain prose you can paste in — but no AGENTS.md
Gemini CLIPartialPlain prose you can paste in
CopilotPartialPlain prose you can paste in — but no Copilot instructions file
npx agentalley add email-security

This command does not work yet — the CLI is still being built. Until then, use Raw in the reader below to take the file.

Who is stuck, and on what

You got an email that looks like it's from your bank, a supplier, or your boss asking for money or a login, and something feels off but you can't tell if it's real. One wrong click could cost you money or hand over your accounts.

What it gives you

A clear safe-or-scam verdict with the exact red flags found and a short list of what to do next.

When NOT to use it

It will not recover an account or reverse money you've already sent or clicked through.

The whole source

No sign-in, no blur, nothing truncated
email-security/SKILL.md55 lines1.5 KBRawView on GitHub
Frontmatter — 2 properties
nameemail-security
descriptionUse for authorized email security review including phishing analysis, header authentication (SPF/DKIM/DMARC), BEC patterns, and mailbox token abuse research.
1---
2name: email-security
3description: Use for authorized email security review including phishing analysis, header authentication (SPF/DKIM/DMARC), BEC patterns, and mailbox token abuse research.
4---A5No allowed-tools declared — no way to tell what this skill may touch
5 
6# Email Security & Phishing Analysis
7 
8## ACTION REQUIRED(读完后立刻执行)
9 
101. `NOW`: 确认授权(分析样本邮件 / 租户配置评审)
112. `NOW`: 不向真实用户二次投递恶意样本
123. `ACT`: 头认证 → 内容/URL → 附件沙箱 → 租户控制面建议
13 
14## 适用场景
15 
16- 钓鱼邮件拆解与 IOC
17- SPF/DKIM/DMARC 配置评估
18- BEC 商务邮件欺诈模式
19- OAuth 应用钓鱼 / 邮箱令牌滥用(联合 llm/cloud 身份)
20- 安全意识演练设计(授权)
21 
22## 工作流
23 
24```text
25□ 完整原始头:Received 链、From/Return-Path 一致性
26□ SPF/DKIM/DMARC 对齐结果
27□ URL 沙箱与附件静态(联合 malware-analysis)
28□ 仿冒品牌与回复地址差异
29□ 租户:反钓鱼策略、外部标记、MFA、OAuth app 同意
30```
31 
32## 工具链
33 
34| 工具 | 用途 |
35|------|------|
36| 邮件客户端「查看源」 | 头 |
37| dig/nslookup | SPF/DMARC 记录 |
38| urlscan / 沙箱 | 链接与附件 |
39| 租户管理中心 | 策略 |
40 
41## 参考
42 
43- `references/email-auth-checklist.md`
44- `../malware-analysis/` `../attack-chain/`(钓鱼阶段) `../windows-ad/`(令牌)
45 
46## 路由上下文
47 
48**上游**: MASTER R36
49**MUST NOT**: 未授权对第三方域群发测试钓鱼
50 
51## 任务完成自检
52 
53- [ ] 头认证结论是否完整?
54- [ ] IOC 是否可检测化(联合 threat-hunting)?
55- [ ] Checklist?

Reviews

Installed this one?Write the first review and take the Trailblazer badge.

Reviews only open after a real install, so this is empty — and we leave it empty rather than invent one.

Alternatives

Also in Business & ops