Agent Skillszhaoxuya520/reverse-skill › competition-identity-windows

competition-identity-windows

GitHub

CTF沙箱下游技能,专注于Windows环境下的身份认证、AD域渗透、Kerberos票据分析、主机取证及横向移动链追踪。用于解析凭证流、邮件规则及企业消息链路。

CTF-Sandbox-Orchestrator/competition-identity-windows/SKILL.md zhaoxuya520/reverse-skill

触发场景

用户请求分析Windows主机取证证据 需要追踪AD信任路径或Kerberos票据 解释跨节点横向移动链 检查邮箱规则或OAuth令牌

安装

npx skills add zhaoxuya520/reverse-skill --skill competition-identity-windows -g -y
更多选项

非标准路径

npx skills add https://github.com/zhaoxuya520/reverse-skill/tree/main/CTF-Sandbox-Orchestrator/competition-identity-windows -g -y

不安装直接使用

npx skills use zhaoxuya520/reverse-skill@competition-identity-windows

指定 Agent (Claude Code)

npx skills add zhaoxuya520/reverse-skill --skill competition-identity-windows -a claude-code -g -y

安装 repo 全部 skill

npx skills add zhaoxuya520/reverse-skill --all -g -y

预览 repo 内 skill

npx skills add zhaoxuya520/reverse-skill --list

SKILL.md

Frontmatter
{
    "name": "competition-identity-windows",
    "description": "Internal downstream skill for ctf-sandbox-orchestrator. CTF-sandbox workflow for Active Directory, Kerberos, LDAP, OAuth, enterprise messaging, Windows host forensics, credential material, and lateral-movement challenges. Use when the user asks to trace tickets or tokens, inspect mailbox rules, analyze Windows host evidence, understand an AD trust path, or explain a lateral-movement chain across sandbox-linked nodes. Use only after `$ctf-sandbox-orchestrator` has already established sandbox assumptions and routed here."
}

Competition Identity Windows

Use this skill only as a downstream specialization after $ctf-sandbox-orchestrator is already active and has established sandbox assumptions, node ownership, and evidence priorities. If that has not happened yet, return to $ctf-sandbox-orchestrator first.

Use this skill when the challenge revolves around identity flow, replayable credentials, Windows host artifacts, enterprise mail, or lateral movement.

Reply in Simplified Chinese unless the user explicitly requests English.

Quick Start

  1. Map the identity or pivot chain before diving into every host artifact.
  2. Separate credential possession from accepted privilege.
  3. Correlate identity evidence, host evidence, and mail evidence on one timeline.
  4. Keep tickets, SIDs, event IDs, mailbox rules, and pivot hosts in compact evidence blocks.
  5. Reproduce the privilege edge or mail effect from the smallest viable chain.

Workflow

1. Identity And AD

  • Trace principal origin, sync path, token or ticket minting, claims transformation, group resolution, and accepting service.
  • When Kerberos matters, record ticket type, SPN, delegation mode, PAC or group data, encryption type, and cache location.

2. Windows Host And Pivoting

  • Correlate SAM, SECURITY, SYSTEM, NTDS, DPAPI, LSA secrets, ETW, Sysmon, PowerShell, services, tasks, WMI, WinRM, SMB, and RDP as one pivot graph.
  • Express movement as a concrete chain: foothold -> recovered artifact -> replay path -> pivot host -> resulting capability.

3. Enterprise Messaging

  • Keep phishing lures, consent logs, mailbox rules, and identity-provider events tied together so the mail path and privilege path stay connected.

Read This Reference

  • Load references/identity-windows.md for the ticket, host, and enterprise-messaging checklist.
  • If the task is primarily a host-to-host pivot, Kerberos replay, or Windows privilege chain, prefer $competition-windows-pivot.
  • If the task is specifically about constrained delegation, unconstrained delegation, RBCD, S4U, or ticket-acceptance proof, prefer $competition-kerberos-delegation.
  • If the task is specifically about AD CS, certificate templates, EKUs, enrollment rights, PKINIT, or cert-based privilege, prefer $competition-ad-certificate-abuse.
  • If the task is specifically about OAuth or OIDC claims, callback flow, scopes, consent, or accepted login identity, prefer $competition-oauth-oidc-chain.
  • If the task is specifically about DPAPI masterkeys, vault blobs, browser or vault secrets, backup-key use, or protected-secret-to-access chains, prefer $competition-dpapi-credential-chain.
  • If the task is specifically about LSASS memory, ticket caches, LUID-linked material, DPAPI context, or replayable host credential artifacts, prefer $competition-lsass-ticket-material.
  • If the task is specifically about mailbox rules, forwarding, OAuth consent, delegate access, or transport-level mail abuse, prefer $competition-mailbox-abuse.
  • If the task is specifically about forced authentication, relay targets, or proving which service accepts relayed auth, prefer $competition-relay-coercion-chain.

What To Preserve

  • SIDs, SPNs, ticket fields, event IDs, mailbox rules, and replay points
  • Exact host-to-host pivot order and the service that accepts the credential or ticket
  • Raw artifacts, parsed summaries, and derived timelines as separate outputs

版本历史

  • 1bec1f2 当前 2026-07-05 18:45

同 Skill 集合

CTF-Sandbox-Orchestrator/competition-crypto-mobile/SKILL.md
CTF-Sandbox-Orchestrator/competition-reverse-pwn/SKILL.md
CTF-Sandbox-Orchestrator/competition-stego-media/SKILL.md
CTF-Sandbox-Orchestrator/competition-web-runtime/SKILL.md
CTF-Sandbox-Orchestrator/ctf-sandbox-orchestrator/SKILL.md
skills/api-security/SKILL.md
skills/apk-reverse/SKILL.md
skills/attack-chain/SKILL.md
skills/binary-diff/SKILL.md
skills/browser-automation/SKILL.md
skills/browser-extension-reverse/SKILL.md
skills/cloud-k8s/SKILL.md
skills/code-audit/SKILL.md
skills/database-security/SKILL.md
skills/digital-forensics/SKILL.md
skills/docs-generator/SKILL.md
skills/dotnet-reverse/SKILL.md
skills/email-security/SKILL.md
skills/firmware-pentest/SKILL.md
skills/ghidra-reverse/SKILL.md
skills/go-rust-reverse/SKILL.md
skills/hardware-security/SKILL.md
skills/identity-federation/SKILL.md
skills/js-reverse/SKILL.md
skills/llm-security/SKILL.md
skills/macos-reverse/SKILL.md
skills/malware-analysis/SKILL.md
skills/mobile-reverse/SKILL.md
skills/ot-ics/SKILL.md
skills/patch-diff-exploit/SKILL.md
skills/pentest-tools/SKILL.md
skills/pentest-tools/src-hunter/SKILL.md
skills/protocol-reverse/SKILL.md
skills/pwn-chain/SKILL.md
skills/radare2/SKILL.md
skills/radio-sdr/SKILL.md
skills/reverse-engineering/dsl-vm-reverse/SKILL.md
skills/SKILL.md
skills/supply-chain-security/SKILL.md
skills/thick-client/SKILL.md
skills/threat-hunting/SKILL.md
skills/wifi-wireless/SKILL.md
skills/windows-ad/SKILL.md
CTF-Sandbox-Orchestrator/competition-ad-certificate-abuse/SKILL.md
CTF-Sandbox-Orchestrator/competition-agent-cloud/SKILL.md
CTF-Sandbox-Orchestrator/competition-android-hooking/SKILL.md
CTF-Sandbox-Orchestrator/competition-browser-persistence/SKILL.md
CTF-Sandbox-Orchestrator/competition-bundle-sourcemap-recovery/SKILL.md
CTF-Sandbox-Orchestrator/competition-cloud-metadata-path/SKILL.md
CTF-Sandbox-Orchestrator/competition-container-runtime/SKILL.md

元信息

文件数
0
版本
63f6b2b
Hash
deec978f
收录时间
2026-07-05 18:45

首页 - Wiki
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-08-08 02:31
浙ICP备14020137号-1 $访客地图$