Agent Skillszakirkun/deep-eye › blue-team

blue-team

GitHub

基于 Deep Eye 攻击语料进行蓝队防御,涵盖检测工程、SIEM/WAF 规则编写、威胁狩猎及系统加固。提供从生成语料到验证控制措施的全流程指南。

.agents/skills/blue-team/SKILL.md zakirkun/deep-eye

触发场景

编写安全检测规则 安全事件响应与排查 系统安全加固 漏洞复测与验证

安装

npx skills add zakirkun/deep-eye --skill blue-team -g -y
更多选项

非标准路径

npx skills add https://github.com/zakirkun/deep-eye/tree/main/.agents/skills/blue-team -g -y

不安装直接使用

npx skills use zakirkun/deep-eye@blue-team

指定 Agent (Claude Code)

npx skills add zakirkun/deep-eye --skill blue-team -a claude-code -g -y

安装 repo 全部 skill

npx skills add zakirkun/deep-eye --all -g -y

预览 repo 内 skill

npx skills add zakirkun/deep-eye --list

SKILL.md

Frontmatter
{
    "name": "blue-team",
    "description": "Blue team defense using Deep Eye outputs for detection engineering, IR content, and hardening. Use for blue team, SOC, SIEM, detection engineering, threat hunting, IR triage, hardening, \/blue-team."
}

Deep Eye — Blue Team Skill

Deep Eye = controlled attack corpus for detection and control validation.

Generate corpus

python deep_eye.py -u https://STAGING -v --formats json,sarif

Useful noisy checks: sql_injection, xss, ssrf, ssrf_cloud, log4shell, lfi, crlf_injection, smuggling modules.

Detection loop

  1. Take High finding (payload, url, type)
  2. Write SIEM/WAF rule
  3. Replay scan / single request
  4. Measure FPs
  5. Document owner

Control validation

Finding Control
IDOR/BOLA Object-level authz
JWT Alg lockdown, signature verify
SSRF Egress / metadata block
XSS CSP + encoding
Secrets Scanner + CI secret scan

Retest

python deep_eye.py -u URL --retest-new reports/prior.json

Rules

Do not disable prod controls only to silence scans; coordinate SOC windows.

版本历史

  • dc5059c 当前 2026-08-20 02:49

同 Skill 集合

.agents/skills/bug-bounty/SKILL.md
.agents/skills/ctf/SKILL.md
.agents/skills/pentest/SKILL.md
.agents/skills/red-team/SKILL.md
.agents/skills/security-ops/SKILL.md

元信息

文件数
0
版本
14b3ccb
Hash
8d490004
收录时间
2026-08-20 02:49

首页 - Wiki
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-09-16 21:48
浙ICP备14020137号-1