opencode-skills-collection 4.0.43 → 4.0.45

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (270) hide show
  1. package/bundled-skills/.antigravity-install-manifest.json +47 -1
  2. package/bundled-skills/api-rate-limit-handler/SKILL.md +282 -0
  3. package/bundled-skills/api-security/SKILL.md +205 -0
  4. package/bundled-skills/api-security/references/jwt-oauth-testing.md +123 -0
  5. package/bundled-skills/api-security/references/rest-graphql-testing.md +137 -0
  6. package/bundled-skills/apk-reverse/SKILL.md +438 -0
  7. package/bundled-skills/apk-reverse/references/android-advanced.md +365 -0
  8. package/bundled-skills/apk-reverse/references/apk-security-checklist.md +230 -0
  9. package/bundled-skills/apk-reverse/references/frida-bypass-kit.md +70 -0
  10. package/bundled-skills/apk-reverse/references/frida-cookbook.md +472 -0
  11. package/bundled-skills/attack-chain/SKILL.md +185 -0
  12. package/bundled-skills/attack-chain/references/attack-playbooks.md +126 -0
  13. package/bundled-skills/attack-chain/references/evasion-cheatsheet.md +133 -0
  14. package/bundled-skills/attack-chain/references/lifecycle-checklist.md +37 -0
  15. package/bundled-skills/attack-chain/references/phases.md +490 -0
  16. package/bundled-skills/binary-diff/SKILL.md +320 -0
  17. package/bundled-skills/binary-diff/references/prompt-template.md +173 -0
  18. package/bundled-skills/browser-extension-reverse/SKILL.md +99 -0
  19. package/bundled-skills/browser-extension-reverse/references/extension-analysis.md +10 -0
  20. package/bundled-skills/case-review/SKILL.md +167 -0
  21. package/bundled-skills/cloud-k8s/SKILL.md +124 -0
  22. package/bundled-skills/cloud-k8s/references/k8s-cloud-checklist.md +16 -0
  23. package/bundled-skills/code-audit/SKILL.md +92 -0
  24. package/bundled-skills/code-audit/references/sast-review-checklist.md +10 -0
  25. package/bundled-skills/database-security/SKILL.md +81 -0
  26. package/bundled-skills/database-security/references/db-misconfig-checklist.md +9 -0
  27. package/bundled-skills/diagram-generator/SKILL.md +199 -0
  28. package/bundled-skills/diagram-generator/references/README.md +3 -0
  29. package/bundled-skills/diagram-generator/references/diagram-patterns.md +254 -0
  30. package/bundled-skills/digital-forensics/SKILL.md +93 -0
  31. package/bundled-skills/digital-forensics/references/forensics-triage.md +10 -0
  32. package/bundled-skills/docs/integrations/jetski-cortex.md +3 -3
  33. package/bundled-skills/docs/integrations/jetski-gemini-loader/README.md +1 -1
  34. package/bundled-skills/docs/maintainers/repo-growth-seo.md +1 -1
  35. package/bundled-skills/docs/maintainers/skills-update-guide.md +1 -1
  36. package/bundled-skills/docs/sources/sources.md +9 -0
  37. package/bundled-skills/docs/users/aas-core.md +1 -1
  38. package/bundled-skills/docs/users/bundles.md +1 -1
  39. package/bundled-skills/docs/users/claude-code-skills.md +1 -1
  40. package/bundled-skills/docs/users/gemini-cli-skills.md +1 -1
  41. package/bundled-skills/docs/users/kiro-integration.md +1 -1
  42. package/bundled-skills/docs/users/usage.md +3 -3
  43. package/bundled-skills/docs/users/visual-guide.md +4 -4
  44. package/bundled-skills/docs-generator/SKILL.md +197 -0
  45. package/bundled-skills/docs-generator/references/security-report-templates.md +348 -0
  46. package/bundled-skills/docs-generator/references/templates.md +102 -0
  47. package/bundled-skills/docs-generator/references/vendor-report-rules.md +263 -0
  48. package/bundled-skills/dotnet-reverse/SKILL.md +197 -0
  49. package/bundled-skills/dotnet-reverse/references/common-workflow.md +171 -0
  50. package/bundled-skills/dotnet-reverse/references/obfuscators.md +145 -0
  51. package/bundled-skills/dotnet-reverse/references/sharp-tools.md +164 -0
  52. package/bundled-skills/edr-bypass-re/SKILL.md +248 -0
  53. package/bundled-skills/edr-bypass-re/references/hook-survey.md +226 -0
  54. package/bundled-skills/edr-bypass-re/references/telemetry-blinding.md +346 -0
  55. package/bundled-skills/edr-bypass-re/references/unhook-techniques.md +338 -0
  56. package/bundled-skills/email-security/SKILL.md +81 -0
  57. package/bundled-skills/email-security/references/email-auth-checklist.md +8 -0
  58. package/bundled-skills/firmware-pentest/SKILL.md +381 -0
  59. package/bundled-skills/firmware-pentest/references/emba-automated-analysis.md +192 -0
  60. package/bundled-skills/firmware-pentest/references/emulation-and-fuzz.md +337 -0
  61. package/bundled-skills/firmware-pentest/references/extraction-methodology.md +285 -0
  62. package/bundled-skills/ghidra-reverse/SKILL.md +98 -0
  63. package/bundled-skills/ghidra-reverse/references/ghidra-cheatsheet.md +12 -0
  64. package/bundled-skills/go-rust-reverse/SKILL.md +82 -0
  65. package/bundled-skills/go-rust-reverse/references/go-rust-notes.md +5 -0
  66. package/bundled-skills/hardware-security/SKILL.md +80 -0
  67. package/bundled-skills/hardware-security/references/debug-interface-triage.md +7 -0
  68. package/bundled-skills/ida-reverse/SKILL.md +401 -0
  69. package/bundled-skills/ida-reverse/references/LOCAL-SETUP.md +66 -0
  70. package/bundled-skills/ida-reverse/references/ida-mcp-cheatsheet.md +515 -0
  71. package/bundled-skills/identity-federation/SKILL.md +81 -0
  72. package/bundled-skills/identity-federation/references/sso-flow-checklist.md +9 -0
  73. package/bundled-skills/instructree/SKILL.md +94 -0
  74. package/bundled-skills/js-reverse/SKILL.md +239 -0
  75. package/bundled-skills/js-reverse/references/ast-deobfuscation.md +3 -0
  76. package/bundled-skills/js-reverse/references/automation-entry.md +12 -0
  77. package/bundled-skills/js-reverse/references/env-patching.md +6 -0
  78. package/bundled-skills/js-reverse/references/fallbacks.md +8 -0
  79. package/bundled-skills/js-reverse/references/instrumentation.md +9 -0
  80. package/bundled-skills/js-reverse/references/local-rebuild.md +11 -0
  81. package/bundled-skills/js-reverse/references/mcp-task-template.md +30 -0
  82. package/bundled-skills/js-reverse/references/node-env-rebuild.md +9 -0
  83. package/bundled-skills/js-reverse/references/output-contract.md +9 -0
  84. package/bundled-skills/js-reverse/references/task-artifacts.md +11 -0
  85. package/bundled-skills/js-reverse/references/task-input-template.md +11 -0
  86. package/bundled-skills/js-reverse/references/tool-defaults.md +7 -0
  87. package/bundled-skills/llm-security/SKILL.md +160 -0
  88. package/bundled-skills/llm-security/references/agent-obedience-engineering.md +243 -0
  89. package/bundled-skills/llm-security/references/agent-security-testing.md +116 -0
  90. package/bundled-skills/llm-security/references/owasp-llm-top10.md +48 -0
  91. package/bundled-skills/llm-security/references/prompt-injection-methodology.md +107 -0
  92. package/bundled-skills/loki-mode/examples/todo-app-generated/backend/package-lock.json +4 -4
  93. package/bundled-skills/loki-mode/examples/todo-app-generated/backend/package.json +1 -1
  94. package/bundled-skills/macos-reverse/SKILL.md +85 -0
  95. package/bundled-skills/macos-reverse/references/macho-triage.md +10 -0
  96. package/bundled-skills/malware-analysis/SKILL.md +311 -0
  97. package/bundled-skills/malware-analysis/references/anti-analysis-techniques.md +205 -0
  98. package/bundled-skills/malware-analysis/references/sandbox-orchestration.md +204 -0
  99. package/bundled-skills/malware-analysis/references/yara-sigma-rules.md +232 -0
  100. package/bundled-skills/mobile-reverse/SKILL.md +222 -0
  101. package/bundled-skills/mobile-reverse/references/anti-detection-bypass.md +182 -0
  102. package/bundled-skills/mobile-reverse/references/frida-objection-deep.md +218 -0
  103. package/bundled-skills/mobile-reverse/references/ios-reverse-guide.md +177 -0
  104. package/bundled-skills/muapi-media/SKILL.md +311 -0
  105. package/bundled-skills/ot-ics/SKILL.md +117 -0
  106. package/bundled-skills/ot-ics/references/ot-safe-assessment.md +10 -0
  107. package/bundled-skills/patch-diff-exploit/SKILL.md +278 -0
  108. package/bundled-skills/patch-diff-exploit/references/diff-tools-comparison.md +271 -0
  109. package/bundled-skills/patch-diff-exploit/references/patch-tuesday-workflow.md +253 -0
  110. package/bundled-skills/patch-diff-exploit/references/root-cause-and-poc.md +198 -0
  111. package/bundled-skills/pentest-tools/SKILL.md +346 -0
  112. package/bundled-skills/pentest-tools/references/ai-pentest-agents.md +148 -0
  113. package/bundled-skills/pentest-tools/references/ai-pentesting-landscape-2026.md +73 -0
  114. package/bundled-skills/pentest-tools/references/automation-loop-pattern.md +153 -0
  115. package/bundled-skills/pentest-tools/references/awesome-pentest-digest.md +175 -0
  116. package/bundled-skills/pentest-tools/references/burpsuite-mcp-guide.md +769 -0
  117. package/bundled-skills/pentest-tools/references/client-side-lab-playbook.md +155 -0
  118. package/bundled-skills/pentest-tools/references/kali-mcp-ecosystem.md +119 -0
  119. package/bundled-skills/pentest-tools/references/msf-protocol.md +169 -0
  120. package/bundled-skills/pentest-tools/references/network-attack-defense.md +350 -0
  121. package/bundled-skills/pentest-tools/references/nuclei-guide-2026.md +157 -0
  122. package/bundled-skills/pentest-tools/references/payloads.md +32 -0
  123. package/bundled-skills/pentest-tools/references/pentest-ai-agents-matrix.md +117 -0
  124. package/bundled-skills/pentest-tools/references/pentest-loop.md +270 -0
  125. package/bundled-skills/pentest-tools/references/recon-pipeline.md +154 -0
  126. package/bundled-skills/pentest-tools/references/templates/findings.md +21 -0
  127. package/bundled-skills/pentest-tools/references/templates/progress.md +17 -0
  128. package/bundled-skills/pentest-tools/references/templates/rules.md +35 -0
  129. package/bundled-skills/pentest-tools/references/templates/scope.md +29 -0
  130. package/bundled-skills/pentest-tools/references/templates/task_plan.md +27 -0
  131. package/bundled-skills/pentest-tools/references/web-attack-cheatsheet.md +387 -0
  132. package/bundled-skills/pentest-tools/src-hunter/SKILL.md +243 -0
  133. package/bundled-skills/pentest-tools/src-hunter/references/README.en.md +115 -0
  134. package/bundled-skills/pentest-tools/src-hunter/references/README.md +148 -0
  135. package/bundled-skills/pentest-tools/src-hunter/references/dictionaries/00-index.md +44 -0
  136. package/bundled-skills/pentest-tools/src-hunter/references/dictionaries/chinese-srcfingerprints.md +515 -0
  137. package/bundled-skills/pentest-tools/src-hunter/references/dictionaries/default-credentials-cn.md +274 -0
  138. package/bundled-skills/pentest-tools/src-hunter/references/industry/00-index.md +66 -0
  139. package/bundled-skills/pentest-tools/src-hunter/references/industry/banking-finance.md +338 -0
  140. package/bundled-skills/pentest-tools/src-hunter/references/industry/telecom-isp.md +315 -0
  141. package/bundled-skills/pentest-tools/src-hunter/references/methodology/00-index.md +68 -0
  142. package/bundled-skills/pentest-tools/src-hunter/references/methodology/01-attack-priority.md +143 -0
  143. package/bundled-skills/pentest-tools/src-hunter/references/methodology/02-bypass-toolkit.md +357 -0
  144. package/bundled-skills/pentest-tools/src-hunter/references/methodology/03-evidence-discipline.md +205 -0
  145. package/bundled-skills/pentest-tools/src-hunter/references/methodology/04-control-gap-hunting.md +238 -0
  146. package/bundled-skills/pentest-tools/src-hunter/references/methodology/05-srctimebox-priority.md +161 -0
  147. package/bundled-skills/pentest-tools/src-hunter/references/payloader/by-category/intranet/adcs/346/224/273/345/207/273.md +254 -0
  148. package/bundled-skills/pentest-tools/src-hunter/references/payloader/by-category/intranet/exchange/346/224/273/345/207/273.md +254 -0
  149. package/bundled-skills/pentest-tools/src-hunter/references/payloader/by-category/intranet/sharepoint/346/224/273/345/207/273.md +113 -0
  150. package/bundled-skills/pentest-tools/src-hunter/references/payloader/by-category/intranet//344/277/241/346/201/257/346/224/266/351/233/206.md +947 -0
  151. package/bundled-skills/pentest-tools/src-hunter/references/payloader/by-category/intranet//345/205/215/346/235/200/344/270/216/350/247/204/351/201/277.md +780 -0
  152. package/bundled-skills/pentest-tools/src-hunter/references/payloader/by-category/intranet//345/207/255/350/257/201/347/252/203/345/217/226.md +1259 -0
  153. package/bundled-skills/pentest-tools/src-hunter/references/payloader/by-category/intranet//345/237/237/346/270/227/351/200/217/346/224/273/345/207/273.md +753 -0
  154. package/bundled-skills/pentest-tools/src-hunter/references/payloader/by-category/intranet//346/235/203/351/231/220/346/217/220/345/215/207.md +819 -0
  155. package/bundled-skills/pentest-tools/src-hunter/references/payloader/by-category/intranet//346/235/203/351/231/220/347/273/264/346/214/201.md +577 -0
  156. package/bundled-skills/pentest-tools/src-hunter/references/payloader/by-category/intranet//346/250/252/345/220/221/347/247/273/345/212/250.md +838 -0
  157. package/bundled-skills/pentest-tools/src-hunter/references/payloader/by-category/intranet//351/232/247/351/201/223/344/273/243/347/220/206.md +604 -0
  158. package/bundled-skills/pentest-tools/src-hunter/references/payloader/by-category/web/ai/345/256/211/345/205/250.md +698 -0
  159. package/bundled-skills/pentest-tools/src-hunter/references/payloader/by-category/web/api/345/256/211/345/205/250.md +1935 -0
  160. package/bundled-skills/pentest-tools/src-hunter/references/payloader/by-category/web/csrf/350/267/250/347/253/231/350/257/267/346/261/202/344/274/252/351/200/240.md +952 -0
  161. package/bundled-skills/pentest-tools/src-hunter/references/payloader/by-category/web/jwt/345/256/211/345/205/250.md +496 -0
  162. package/bundled-skills/pentest-tools/src-hunter/references/payloader/by-category/web/lfi-rfi/346/226/207/344/273/266/345/214/205/345/220/253.md +1365 -0
  163. package/bundled-skills/pentest-tools/src-hunter/references/payloader/by-category/web/rce/350/277/234/347/250/213/344/273/243/347/240/201/346/211/247/350/241/214.md +1329 -0
  164. package/bundled-skills/pentest-tools/src-hunter/references/payloader/by-category/web/sql-nosql/346/263/250/345/205/245.md +1924 -0
  165. package/bundled-skills/pentest-tools/src-hunter/references/payloader/by-category/web/ssrf/346/234/215/345/212/241/347/253/257/350/257/267/346/261/202/344/274/252/351/200/240.md +1256 -0
  166. package/bundled-skills/pentest-tools/src-hunter/references/payloader/by-category/web/ssti/346/250/241/346/235/277/346/263/250/345/205/245.md +1151 -0
  167. package/bundled-skills/pentest-tools/src-hunter/references/payloader/by-category/web/websocket/345/256/211/345/205/250.md +487 -0
  168. package/bundled-skills/pentest-tools/src-hunter/references/payloader/by-category/web/xss/350/267/250/347/253/231/350/204/232/346/234/254.md +1465 -0
  169. package/bundled-skills/pentest-tools/src-hunter/references/payloader/by-category/web/xxe/345/256/236/344/275/223/346/263/250/345/205/245.md +815 -0
  170. package/bundled-skills/pentest-tools/src-hunter/references/payloader/by-category/web//344/270/232/345/212/241/351/200/273/350/276/221/346/274/217/346/264/236.md +594 -0
  171. package/bundled-skills/pentest-tools/src-hunter/references/payloader/by-category/web//344/272/221/345/256/211/345/205/250/346/274/217/346/264/236.md +561 -0
  172. package/bundled-skills/pentest-tools/src-hunter/references/payloader/by-category/web//344/276/233/345/272/224/351/223/276/346/224/273/345/207/273.md +399 -0
  173. package/bundled-skills/pentest-tools/src-hunter/references/payloader/by-category/web//345/216/237/345/236/213/351/223/276/346/261/241/346/237/223.md +401 -0
  174. package/bundled-skills/pentest-tools/src-hunter/references/payloader/by-category/web//345/274/200/346/224/276/351/207/215/345/256/232/345/220/221.md +396 -0
  175. package/bundled-skills/pentest-tools/src-hunter/references/payloader/by-category/web//346/226/207/344/273/266/346/274/217/346/264/236.md +0 -0
  176. package/bundled-skills/pentest-tools/src-hunter/references/payloader/by-category/web//346/241/206/346/236/266/346/274/217/346/264/236.md +2304 -0
  177. package/bundled-skills/pentest-tools/src-hunter/references/payloader/by-category/web//347/202/271/345/207/273/345/212/253/346/214/201.md +339 -0
  178. package/bundled-skills/pentest-tools/src-hunter/references/payloader/by-category/web//347/274/223/345/255/230/344/270/216cdn/345/256/211/345/205/250.md +497 -0
  179. package/bundled-skills/pentest-tools/src-hunter/references/payloader/by-category/web//350/256/244/350/257/201/346/274/217/346/264/236.md +1778 -0
  180. package/bundled-skills/pentest-tools/src-hunter/references/payloader/by-category/web//350/257/267/346/261/202/350/265/260/347/247/201.md +854 -0
  181. package/bundled-skills/pentest-tools/src-hunter/references/payloader/index.md +69 -0
  182. package/bundled-skills/pentest-tools/src-hunter/references/payloader/tools/web/346/270/227/351/200/217.md +662 -0
  183. package/bundled-skills/pentest-tools/src-hunter/references/payloader/tools/windows/346/270/227/351/200/217.md +100 -0
  184. package/bundled-skills/pentest-tools/src-hunter/references/payloader/tools//344/277/241/346/201/257/346/224/266/351/233/206.md +852 -0
  185. package/bundled-skills/pentest-tools/src-hunter/references/payloader/tools//345/206/205/347/275/221/346/270/227/351/200/217.md +873 -0
  186. package/bundled-skills/pentest-tools/src-hunter/references/payloader/tools//345/207/255/350/257/201/347/252/203/345/217/226.md +186 -0
  187. package/bundled-skills/pentest-tools/src-hunter/references/payloader/tools//345/237/237/346/270/227/351/200/217.md +50 -0
  188. package/bundled-skills/pentest-tools/src-hunter/references/payloader/tools//345/257/206/347/240/201/346/224/273/345/207/273.md +462 -0
  189. package/bundled-skills/pentest-tools/src-hunter/references/payloader/tools//346/235/203/351/231/220/346/217/220/345/215/207.md +168 -0
  190. package/bundled-skills/pentest-tools/src-hunter/references/payloader/tools//346/274/217/346/264/236/345/210/251/347/224/250.md +445 -0
  191. package/bundled-skills/pentest-tools/src-hunter/references/payloader/tools//347/263/273/347/273/237/345/221/275/344/273/244.md +410 -0
  192. package/bundled-skills/pentest-tools/src-hunter/references/payloader/tools//347/272/242/351/230/237/345/267/245/345/205/267.md +64 -0
  193. package/bundled-skills/pentest-tools/src-hunter/references/payloader/tools//347/274/226/347/240/201/350/247/243/347/240/201.md +226 -0
  194. package/bundled-skills/pentest-tools/src-hunter/references/payloader/tools//351/232/247/351/201/223/344/273/243/347/220/206.md +84 -0
  195. package/bundled-skills/pentest-tools/src-hunter/references/payloader/waf-bypass.md +6504 -0
  196. package/bundled-skills/pentest-tools/src-hunter/references/playbooks/00-index.md +57 -0
  197. package/bundled-skills/pentest-tools/src-hunter/references/playbooks/api-rest.md +2050 -0
  198. package/bundled-skills/pentest-tools/src-hunter/references/playbooks/arbitrary-x-authz.md +481 -0
  199. package/bundled-skills/pentest-tools/src-hunter/references/playbooks/dos.md +615 -0
  200. package/bundled-skills/pentest-tools/src-hunter/references/playbooks/file-upload.md +1365 -0
  201. package/bundled-skills/pentest-tools/src-hunter/references/playbooks/graphql.md +253 -0
  202. package/bundled-skills/pentest-tools/src-hunter/references/playbooks/http-smuggling.md +924 -0
  203. package/bundled-skills/pentest-tools/src-hunter/references/playbooks/info-disclosure.md +432 -0
  204. package/bundled-skills/pentest-tools/src-hunter/references/playbooks/intranet-postexp.md +4845 -0
  205. package/bundled-skills/pentest-tools/src-hunter/references/playbooks/llm-prompt-injection.md +1394 -0
  206. package/bundled-skills/pentest-tools/src-hunter/references/playbooks/logic-flaws.md +1796 -0
  207. package/bundled-skills/pentest-tools/src-hunter/references/playbooks/mobile.md +397 -0
  208. package/bundled-skills/pentest-tools/src-hunter/references/playbooks/oauth-saml-jwt.md +2504 -0
  209. package/bundled-skills/pentest-tools/src-hunter/references/playbooks/path-traversal.md +1297 -0
  210. package/bundled-skills/pentest-tools/src-hunter/references/playbooks/race-conditions.md +207 -0
  211. package/bundled-skills/pentest-tools/src-hunter/references/playbooks/rce.md +4829 -0
  212. package/bundled-skills/pentest-tools/src-hunter/references/playbooks/sqli.md +1620 -0
  213. package/bundled-skills/pentest-tools/src-hunter/references/playbooks/ssrf-cache-host.md +2098 -0
  214. package/bundled-skills/pentest-tools/src-hunter/references/playbooks/unauth-access.md +330 -0
  215. package/bundled-skills/pentest-tools/src-hunter/references/playbooks/xss.md +1159 -0
  216. package/bundled-skills/pentest-tools/src-hunter/references/templates/report-submission.md +346 -0
  217. package/bundled-skills/pentest-tools/src-hunter/references/tools/mcp-jshook.md +174 -0
  218. package/bundled-skills/protocol-reverse/SKILL.md +108 -0
  219. package/bundled-skills/protocol-reverse/references/protocol-workflow.md +29 -0
  220. package/bundled-skills/pwn-chain/SKILL.md +209 -0
  221. package/bundled-skills/pwn-chain/references/heap-pwn.md +283 -0
  222. package/bundled-skills/pwn-chain/references/kernel-pwn.md +370 -0
  223. package/bundled-skills/pwn-chain/references/stack-pwn.md +312 -0
  224. package/bundled-skills/radare2/SKILL.md +460 -0
  225. package/bundled-skills/radare2/references/cheatsheet.md +129 -0
  226. package/bundled-skills/radio-sdr/SKILL.md +77 -0
  227. package/bundled-skills/radio-sdr/references/sdr-lab-rules.md +6 -0
  228. package/bundled-skills/reverse-browser-automation/SKILL.md +249 -0
  229. package/bundled-skills/reverse-browser-automation/references/playwright-cheatsheet.md +425 -0
  230. package/bundled-skills/reverse-engineering/SKILL.md +213 -0
  231. package/bundled-skills/reverse-engineering/dsl-vm-reverse/SKILL.md +388 -0
  232. package/bundled-skills/reverse-engineering/references/ai-assisted-re.md +149 -0
  233. package/bundled-skills/reverse-engineering/references/anti-analysis.md +836 -0
  234. package/bundled-skills/reverse-engineering/references/awesome-re-resources.md +135 -0
  235. package/bundled-skills/reverse-engineering/references/crypto-decode-tools.md +220 -0
  236. package/bundled-skills/reverse-engineering/references/elf-analysis.md +296 -0
  237. package/bundled-skills/reverse-engineering/references/field-notes.md +540 -0
  238. package/bundled-skills/reverse-engineering/references/go-reverse.md +240 -0
  239. package/bundled-skills/reverse-engineering/references/kernel-driver-reverse.md +298 -0
  240. package/bundled-skills/reverse-engineering/references/languages-compiled.md +587 -0
  241. package/bundled-skills/reverse-engineering/references/languages-platforms.md +486 -0
  242. package/bundled-skills/reverse-engineering/references/languages.md +499 -0
  243. package/bundled-skills/reverse-engineering/references/nonpe-format-cookbook.md +301 -0
  244. package/bundled-skills/reverse-engineering/references/ollvm-deobfuscation.md +501 -0
  245. package/bundled-skills/reverse-engineering/references/patterns-ctf-2.md +397 -0
  246. package/bundled-skills/reverse-engineering/references/patterns-ctf-3.md +719 -0
  247. package/bundled-skills/reverse-engineering/references/patterns-ctf.md +532 -0
  248. package/bundled-skills/reverse-engineering/references/patterns.md +801 -0
  249. package/bundled-skills/reverse-engineering/references/platforms-hardware.md +304 -0
  250. package/bundled-skills/reverse-engineering/references/platforms.md +442 -0
  251. package/bundled-skills/reverse-engineering/references/re-agent-workflow.md +240 -0
  252. package/bundled-skills/reverse-engineering/references/tools-advanced.md +822 -0
  253. package/bundled-skills/reverse-engineering/references/tools-dynamic.md +846 -0
  254. package/bundled-skills/reverse-engineering/references/tools.md +546 -0
  255. package/bundled-skills/supply-chain-security/SKILL.md +180 -0
  256. package/bundled-skills/supply-chain-security/references/cicd-pipeline-security.md +137 -0
  257. package/bundled-skills/supply-chain-security/references/sbom-sca-methodology.md +74 -0
  258. package/bundled-skills/thick-client/SKILL.md +104 -0
  259. package/bundled-skills/thick-client/references/thick-client-checklist.md +9 -0
  260. package/bundled-skills/threat-hunting/SKILL.md +94 -0
  261. package/bundled-skills/threat-hunting/references/hunting-loop.md +5 -0
  262. package/bundled-skills/threat-intelligence/SKILL.md +176 -0
  263. package/bundled-skills/threat-intelligence/references/x-public-intelligence.md +93 -0
  264. package/bundled-skills/tree-ring-memory/SKILL.md +29 -9
  265. package/bundled-skills/wifi-wireless/SKILL.md +80 -0
  266. package/bundled-skills/wifi-wireless/references/wireless-lab-rules.md +6 -0
  267. package/bundled-skills/windows-ad/SKILL.md +109 -0
  268. package/bundled-skills/windows-ad/references/ad-attack-paths.md +12 -0
  269. package/package.json +1 -1
  270. package/skills_index.json +1214 -2
@@ -0,0 +1,180 @@
1
+ ---
2
+ name: supply-chain-security
3
+ description: "Software supply-chain security assessment: SBOM generation, SCA scanning, CI/CD pipeline review, container image audit, build integrity, dependency provenance, and vulnerability reachability verification."
4
+ risk: safe
5
+ source: "https://github.com/zhaoxuya520/reverse-skill"
6
+ source_repo: "zhaoxuya520/reverse-skill"
7
+ source_type: community
8
+ date_added: "2026-08-25"
9
+ license: "MIT"
10
+ license_source: "https://github.com/zhaoxuya520/reverse-skill/blob/main/LICENSE"
11
+ ---
12
+ # Supply Chain Security Testing
13
+ ## When to Use
14
+
15
+ - Auditing how software is built, packaged, and depended upon.
16
+ - Verifying whether a disclosed CVE is actually reachable in a project.
17
+
18
+
19
+ ## 适用场景
20
+
21
+ - 软件供应链安全评估
22
+ - 开源依赖漏洞扫描与验证
23
+ - CI/CD 管道安全审计
24
+ - 容器镜像安全分析
25
+ - 第三方组件合规审查
26
+ - 构建产物溯源与完整性验证
27
+
28
+ ## 六层供应链治理框架
29
+
30
+ ```text
31
+ Layer 1: 源码信任评估 → 上游仓库/维护者/发布历史审查
32
+ Layer 2: 构建管道集成 → CI/CD 安全门禁、签名验证
33
+ Layer 3: 制品分发完整性 → 签名、校验和、SBOM 附加
34
+ Layer 4: 运行时保护 → 容器扫描、准入控制
35
+ Layer 5: 持续监控 → CVE 实时追踪、漏洞可达性分析
36
+ Layer 6: 事件响应 → 供应链攻击应急、回滚策略
37
+ ```
38
+
39
+ ## 工作流
40
+
41
+ ### 1. SBOM 生成与审计
42
+
43
+ ```text
44
+ 生成 SBOM:
45
+ □ CycloneDX 格式: cdxgen → bom.json
46
+ □ SPDX 格式: sbom-tool generate
47
+ □ Syft: syft <image|dir> -o spdx-json
48
+
49
+ 审计要点:
50
+ □ 是否存在未知/未授权的依赖
51
+ □ 是否存在已废弃/停止维护的包
52
+ □ 许可证冲突检测
53
+ □ 直接依赖 vs 传递依赖清单
54
+ □ 每个组件的发布时间线和维护者状态
55
+ ```
56
+
57
+ ### 2. 软件组成分析(SCA)
58
+
59
+ ```bash
60
+ # OSV-Scanner(免费、Google 维护)
61
+ osv-scanner scan -r . --format json
62
+
63
+ # OWASP Dependency-Track(企业级持续监控)
64
+ docker run -p 8080:8080 dependencytrack/apiserver
65
+ # → 上传 SBOM → 自动匹配 NVD/OSV/GitHub Advisory
66
+
67
+ # Snyk(商业)
68
+ snyk test --all-projects
69
+ snyk monitor # 持续监控
70
+
71
+ # Trivy(容器 + 依赖 + IaC)
72
+ trivy fs . # 文件系统扫描
73
+ trivy image nginx # 容器镜像
74
+ trivy config . # IaC 配置
75
+ ```
76
+
77
+ ### 3. 漏洞可达性验证
78
+
79
+ ```text
80
+ SCA 告警 ≠ 实际风险!大多数 SCA 工具只有 ~15% 的告警是实际可达的。
81
+
82
+ 验证步骤:
83
+ 1. 用 Dependency-Track 或 Trivy 获取 CVE 列表
84
+ 2. 筛选 CVSS ≥ 7.0 的漏洞
85
+ 3. 对有 PoC 的 CVE 做可达性分析
86
+ - Code Property Graph 切片: 追踪用户输入到漏洞函数的路径
87
+ - DEPTEX 方法: EPD (Execution Path Dominance) + LLM 语义验证
88
+ 4. 在隔离环境中验证 PoC
89
+ 5. 对可达的漏洞按实际影响排序修复优先级
90
+ ```
91
+
92
+ 工具参考:
93
+ - CodeQL: GitHub 代码查询 → 数据流分析
94
+ - Snyk Code: 可达性标记
95
+ - DEPTEX: LLM 辅助上下文感知风险评估
96
+
97
+ ### 4. CI/CD 管道安全
98
+
99
+ ```text
100
+ 安全检查点:
101
+ □ 代码提交 → pre-commit hook: gitleaks (密钥扫描)
102
+ □ PR 阶段 → SCA 扫描 (Trivy/OSV-Scanner)
103
+ □ 构建阶段 → 制品签名 (cosign)
104
+ □ 推送阶段 → SBOM 附加 (syft + attest)
105
+ □ 部署阶段 → 准入控制 (OPA/Kyverno + 镜像扫描)
106
+ □ 运行时 → 持续漏洞监控 (Dependency-Track)
107
+
108
+ 管道自身安全:
109
+ □ Pipeline as Code 审计(GitHub Actions / GitLab CI 配置注入)
110
+ □ Runner 隔离(防止恶意构建突破容器)
111
+ □ 密钥管理(Actions Secrets / Vault,禁止硬编码)
112
+ □ 第三方 Action 审查(锁定 commit SHA,非 tag)
113
+ ```
114
+
115
+ ### 5. 容器镜像安全
116
+
117
+ ```bash
118
+ # Dockerfile 审计
119
+ hadolint Dockerfile
120
+
121
+ # 镜像扫描(多层:OS + 应用依赖 + 配置)
122
+ trivy image --severity HIGH,CRITICAL nginx:latest
123
+
124
+ # 最小基础镜像
125
+ # 优先: distroless → alpine → slim → 避免 latest
126
+ docker scout quickview nginx:latest
127
+
128
+ # 镜像签名
129
+ cosign sign --key cosign.key myimage:tag
130
+ cosign verify --key cosign.pub myimage:tag
131
+ ```
132
+
133
+ ### 6. 第三方依赖审查
134
+
135
+ ```text
136
+ 新增依赖 Checklist:
137
+ □ 维护状态:最近 6 个月有提交?维护者活跃度?
138
+ □ 安全历史:过去有无被植入恶意代码?
139
+ □ 依赖树:引入后新增多少传递依赖?
140
+ □ 许可证:与项目许可证兼容?
141
+ □ 替代方案:有无更安全的替代(Snyk Advisor / Socket.dev 评分)?
142
+
143
+ 风险评估矩阵:
144
+ 高维护 × 低依赖数 × 兼容许可证 → 低风险
145
+ 低维护 × 高依赖数 × 许可证冲突 → 高风险
146
+ ```
147
+
148
+ ## 工具链
149
+
150
+ | 工具 | 用途 | 获取 |
151
+ |------|------|------|
152
+ | OWASP Dependency-Track | 企业级持续 SCA | `docker pull dependencytrack/apiserver` |
153
+ | OSV-Scanner | 免费 SCA(OSV.dev 生态) | `go install github.com/google/osv-scanner` |
154
+ | Trivy | 镜像 + 依赖 + IaC 扫描 | `apt install trivy` |
155
+ | Syft | SBOM 生成 | `curl -sSfL https://raw.githubusercontent.com/anchore/syft/main/install.sh` |
156
+ | cdxgen | CycloneDX SBOM 生成 | `npm install -g @cyclonedx/cdxgen` |
157
+ | Cosign | 容器签名 | `go install github.com/sigstore/cosign/v2/cmd/cosign` |
158
+ | Gitleaks | 密钥/凭证扫描 | `go install github.com/gitleaks/gitleaks/v8` |
159
+ | Snyk | 商业 SCA + 可达性 | `npm install -g snyk` |
160
+ | CodeQL | 代码查询 + 数据流 | GitHub Actions 内置 |
161
+
162
+ ## 参考
163
+
164
+ - `references/sbom-sca-methodology.md` — SBOM + SCA 方法论
165
+ - `references/cicd-pipeline-security.md` — CI/CD 管道安全审计
166
+
167
+
168
+ ## 任务完成自检(声称完成前 MUST 通过)
169
+
170
+ - [ ] 我是否执行了工作流中的每一步(而不是只阅读)?
171
+ - [ ] 我是否基于 `tool-index` 使用了真实工具路径?
172
+ - [ ] 我是否产出了可复现证据(命令/脚本/截图/报告)?
173
+ - [ ] 我是否完成并回写了 RULES 要求的 Checklist 项?
174
+
175
+ ## Limitations
176
+
177
+ - SBOM completeness depends on ecosystem tooling maturity.
178
+ - Reachability analysis is heuristic; manual confirmation advised.
179
+
180
+ > Adapted from [zhaoxuya520/reverse-skill](https://github.com/zhaoxuya520/reverse-skill) (MIT).
@@ -0,0 +1,137 @@
1
+ # CI/CD 管道安全审计
2
+
3
+ ## 管道攻击面
4
+
5
+ ```text
6
+ 威胁模型(STRIDE):
7
+ □ 欺骗: 伪造构建/签名/来源
8
+ □ 篡改: 修改源代码/构建产物/依赖
9
+ □ 否认: 无审计日志的恶意操作
10
+ □ 信息泄露: 管道日志/构建产物泄漏密钥
11
+ □ 拒绝服务: 耗尽 CI 资源/破坏构建
12
+ □ 权限提升: Runner 逃逸/密钥窃取
13
+ ```
14
+
15
+ ## 审计清单
16
+
17
+ ### 1. Pipeline as Code 配置
18
+
19
+ ```yaml
20
+ # GitHub Actions 审计要点
21
+ # ❌ 危险模式
22
+ on:
23
+ pull_request_target: # 可访问 secrets 的 PR 触发
24
+ types: [opened]
25
+
26
+ # ❌ 脚本注入
27
+ - run: echo "${{ github.event.issue.title }}" # 用户输入 → shell
28
+
29
+ # ❌ 不受限的 token 权限
30
+ permissions: write-all
31
+
32
+ # ✅ 安全模式
33
+ on:
34
+ pull_request: # 无 secrets 访问
35
+ types: [opened]
36
+
37
+ # ✅ 固定到 SHA
38
+ - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
39
+
40
+ # ✅ 最小权限
41
+ permissions:
42
+ contents: read
43
+ ```
44
+
45
+ ### 2. 密钥管理
46
+
47
+ ```bash
48
+ # 扫描历史提交中的密钥
49
+ gitleaks detect --source . --verbose
50
+ trufflehog git file://. --only-verified
51
+
52
+ # 检查 Actions Secrets 使用
53
+ gh secret list
54
+ # 确认: 无硬编码密钥、定期轮换、最小权限
55
+
56
+ # 运行时密钥注入
57
+ # ✅ 使用 OIDC 替代长期密钥
58
+ # ✅ Secrets 仅在需要时暴露到特定步骤
59
+ ```
60
+
61
+ ### 3. 构建完整性
62
+
63
+ ```bash
64
+ # 构建溯源
65
+ # 生成不可篡改的构建记录(SLSA L2+)
66
+ slsa-provenance generate --source . --output provenance.json
67
+
68
+ # 产物签名
69
+ cosign sign-blob --key cosign.key artifact.tar.gz
70
+
71
+ # 验证
72
+ cosign verify-blob --key cosign.pub --signature artifact.tar.gz.sig artifact.tar.gz
73
+ ```
74
+
75
+ ### 4. Runner 安全
76
+
77
+ ```text
78
+ □ 是否使用 GitHub-hosted runner?(推荐,每次全新环境)
79
+ □ Self-hosted runner: 是否在隔离的 VM/容器中运行?
80
+ □ 是否运行过 fork PR?(self-hosted runner 风险极高)
81
+ □ Runner 是否有网络出站限制?
82
+ □ 构建缓存是否可能跨构建泄漏?
83
+ ```
84
+
85
+ ### 5. 依赖拉取安全
86
+
87
+ ```text
88
+ □ npm: package-lock.json 是否提交? 禁止 --force / --legacy-peer-deps
89
+ □ pip: requirements.txt 是否冻结版本? 禁止 pip install <未验证来源>
90
+ □ Docker: FROM 是否固定 digest? 禁止 latest tag
91
+ □ Go: go.sum 是否提交?
92
+ □ 私有包: 注册表认证是否用短期 token?
93
+ ```
94
+
95
+ ## 自动化检查 Pipeline
96
+
97
+ ```yaml
98
+ # .github/workflows/supply-chain.yml
99
+ name: Supply Chain Security
100
+ on: [push, pull_request]
101
+
102
+ jobs:
103
+ sca:
104
+ runs-on: ubuntu-latest
105
+ steps:
106
+ - uses: actions/checkout@v4
107
+
108
+ - name: SBOM Generate
109
+ run: |
110
+ npm install -g @cyclonedx/cdxgen
111
+ cdxgen -o sbom.json
112
+
113
+ - name: OSV Scan
114
+ run: |
115
+ go install github.com/google/osv-scanner/cmd/osv-scanner@latest
116
+ osv-scanner scan --sbom sbom.json --format sarif > osv-results.sarif
117
+
118
+ - name: Trivy Scan
119
+ uses: aquasecurity/trivy-action@master
120
+ with:
121
+ scan-type: fs
122
+ severity: CRITICAL,HIGH
123
+ exit-code: 1
124
+
125
+ - name: Secret Scan
126
+ run: |
127
+ docker run --rm -v $PWD:/src ghcr.io/gitleaks/gitleaks:latest \
128
+ detect --source /src --verbose
129
+
130
+ - name: Dependency-Track Upload
131
+ run: |
132
+ curl -X POST https://dtrack.example.com/api/v1/bom \
133
+ -H "X-Api-Key: ${{ secrets.DTRACK_API_KEY }}" \
134
+ -F "autoCreate=true" -F "project=myapp" -F "bom=@sbom.json"
135
+ ```
136
+
137
+ Source: SLSA Framework, OWASP CI/CD Top 10, GitHub Security Lab
@@ -0,0 +1,74 @@
1
+ # SBOM + SCA 方法论
2
+
3
+ ## SBOM 标准对比
4
+
5
+ | 标准 | 格式 | 生态 | 推荐场景 |
6
+ |------|------|------|---------|
7
+ | SPDX | JSON/YAML/tag-value | Linux Foundation、Yocto | 许可证合规优先 |
8
+ | CycloneDX | JSON/XML | OWASP、Kubernetes | 安全分析优先 |
9
+ | SWID | XML | ISO 标准 | 企业资产管理 |
10
+
11
+ ## SBOM 生成工具链
12
+
13
+ ```bash
14
+ # cdxgen: 从源码生成 CycloneDX SBOM
15
+ cdxgen -o bom.json -t cyclonedx
16
+
17
+ # Syft: 从容器/文件系统生成
18
+ syft nginx:latest -o spdx-json > sbom.spdx.json
19
+
20
+ # SBOM-Tool: 微软工具链
21
+ sbom-tool generate -b ./build -bc ./src -pn MyApp -pv 1.0
22
+ ```
23
+
24
+ ## SCA 工具对比
25
+
26
+ | 工具 | 免费 | 速度 | 数据库 | 可达性 |
27
+ |------|:--:|------|--------|:--:|
28
+ | OSV-Scanner | ✅ | 极快 | OSV.dev | ❌ |
29
+ | Trivy | ✅ | 快 | 多源 | ❌ |
30
+ | Dependency-Track | ✅ | 中 | NVD+OSV+GitHub | ❌ (需插件) |
31
+ | Snyk | ❌ | 中 | 专有 | ✅ |
32
+ | CodeQL | ✅ | 慢 | 代码级 | ✅ |
33
+
34
+ ## 漏洞优先级策略
35
+
36
+ ```
37
+ CVSS ≥ 9.0 + 有公开 PoC + 可达 → P0 立即修复
38
+ CVSS ≥ 7.0 + 有 PoC + 可达 → P1 本周修复
39
+ CVSS ≥ 7.0 + 无 PoC 或不可达 → P2 下个迭代修复
40
+ 其余 → 按常规流程
41
+ ```
42
+
43
+ ## 手工验证三步法
44
+
45
+ ```bash
46
+ # 1. 确认版本(不要盲信 SBOM 字段)
47
+ # 容器内: dpkg -l | grep <package>
48
+ # Node: cat node_modules/<pkg>/package.json | jq .version
49
+ # Python: pip show <package>
50
+
51
+ # 2. 确认漏洞
52
+ # 搜索 CVE: https://osv.dev / https://nvd.nist.gov
53
+ # 查看受影响版本范围
54
+ # 找到 GitHub Advisory / oss-security 邮件列表
55
+
56
+ # 3. 验证影响
57
+ # 搜索公开 PoC: GitHub/Exploit-DB
58
+ # 分析利用条件: 是否需要认证/本地访问/特定配置
59
+ # 在隔离环境验证: docker run --rm -it vulnerable-image bash
60
+ ```
61
+
62
+ ## 持续监控
63
+
64
+ ```yaml
65
+ # 每日 SBOM 更新 + 扫描
66
+ schedule:
67
+ - cron: "0 6 * * *" # 每天早上 6 点
68
+ steps:
69
+ - cdxgen -o bom.json
70
+ - osv-scanner scan --sbom bom.json
71
+ - trivy fs --exit-code 1 --severity CRITICAL .
72
+ ```
73
+
74
+ Source: OWASP CycloneDX, SPDX, Google OSV, CISA SBOM Guidance
@@ -0,0 +1,104 @@
1
+ ---
2
+ name: thick-client
3
+ description: "Authorized security testing of desktop thick clients: local storage, update channels, IPC, traffic interception, and client-side trust-boundary review."
4
+ risk: offensive
5
+ source: "https://github.com/zhaoxuya520/reverse-skill"
6
+ source_repo: "zhaoxuya520/reverse-skill"
7
+ source_type: community
8
+ date_added: "2026-08-25"
9
+ license: "MIT"
10
+ license_source: "https://github.com/zhaoxuya520/reverse-skill/blob/main/LICENSE"
11
+ ---
12
+ > **⚠️ AUTHORIZED USE ONLY**
13
+ > This skill is for educational purposes or authorized security assessments only.
14
+ > You must have explicit, written permission from the system owner before using this tool.
15
+ > Misuse of this tool is illegal and strictly prohibited.
16
+
17
+ > **Mandatory confirmation gate**
18
+ > Before running any command that probes, exploits, changes, persists on, extracts data from, or attempts credential access against a target:
19
+ > 1. Ask the user to state the exact target URL, IP, account, or resource.
20
+ > 2. Ask the user to confirm written authorization and the permitted scope.
21
+ > 3. Show the exact command(s) and explain their expected effect.
22
+ > 4. Wait for explicit confirmation in the current conversation.
23
+ >
24
+ > Without that confirmation, remain read-only and provide defensive guidance only. Prefer a sandbox, disposable VM, or controlled lab.
25
+
26
+ # Thick Client Security Testing
27
+ ## When to Use
28
+
29
+ - Assessing a desktop application's security posture.
30
+ - Checking whether client-side trust decisions can be subverted.
31
+
32
+
33
+ ## 适用场景
34
+
35
+ - C/S 架构客户端、Electron/Qt/.NET WinForms/WPF
36
+ - 本地配置/凭证存储、IPC、命名管道
37
+ - 客户端强制校验绕过研究(授权)
38
+ - 自动更新通道与代码签名验证
39
+
40
+ ## 工作流
41
+
42
+ ### 1. 建边界
43
+
44
+ ```text
45
+ □ 进程树、子进程、驱动/服务
46
+ □ 监听端口与出站域名
47
+ □ 本地敏感路径:%APPDATA%、Keychain、注册表
48
+ ```
49
+
50
+ ### 2. 本地攻击面
51
+
52
+ ```text
53
+ □ 明文配置、硬编码密钥、调试开关
54
+ □ DLL 劫持/搜索顺序(Windows)
55
+ □ 数据库文件(SQLite)权限与加密
56
+ □ IPC:谁可连接?是否鉴权?
57
+ ```
58
+
59
+ ### 3. 网络面
60
+
61
+ ```text
62
+ □ 系统代理 / 应用自定义 TLS
63
+ □ 证书钉扎 → 联合 mobile/js 方法学或 Frida
64
+ □ API 越权:客户端隐藏的管理接口
65
+ ```
66
+
67
+ ### 4. 逆向验证
68
+
69
+ ```text
70
+ □ .NET → dotnet-reverse;原生 → ida/ghidra;Electron → asar + js-reverse
71
+ ```
72
+
73
+ ## 工具链
74
+
75
+ | 工具 | 用途 |
76
+ |------|------|
77
+ | Process Monitor / API Monitor | 行为 |
78
+ | Burp / mitmproxy | 流量 |
79
+ | dnSpy / IDA / Ghidra | 逆向 |
80
+ | Sysinternals | Windows 面 |
81
+ | asar / nexe 检测 | Electron |
82
+
83
+ ## 参考
84
+
85
+ - `references/thick-client-checklist.md`
86
+ - `../dotnet-reverse/` `../ida-reverse/` `../js-reverse/` `../api-security/`
87
+
88
+ ## 路由上下文
89
+
90
+ **上游**: MASTER R32
91
+ **下游**: 纯协议 `protocol-reverse`;供应链更新 `supply-chain-security`
92
+
93
+ ## 任务完成自检
94
+
95
+ - [ ] 是否画出信任边界?
96
+ - [ ] 本地+网络面是否都覆盖?
97
+ - [ ] Checklist?
98
+
99
+ ## Limitations
100
+
101
+ - .NET/Java clients need framework-specific tooling.
102
+ - Server-side enforcement gaps found client-side still need server confirmation.
103
+
104
+ > Adapted from [zhaoxuya520/reverse-skill](https://github.com/zhaoxuya520/reverse-skill) (MIT).
@@ -0,0 +1,9 @@
1
+ # 厚客户端清单
2
+
3
+ - [ ] 安装/卸载残留与权限
4
+ - [ ] 自动启动与服务
5
+ - [ ] 凭证存放(DPAPI/Keychain/明文)
6
+ - [ ] 更新 URL 与签名校验
7
+ - [ ] 证书固定与代理友好性
8
+ - [ ] 隐藏功能/调试菜单
9
+ - [ ] 本地端口绑定 0.0.0.0
@@ -0,0 +1,94 @@
1
+ ---
2
+ name: threat-hunting
3
+ description: "Blue-team threat hunting: detection engineering with Sigma/YARA, SIEM query design, and validation of incident detections against known technique patterns."
4
+ risk: safe
5
+ source: "https://github.com/zhaoxuya520/reverse-skill"
6
+ source_repo: "zhaoxuya520/reverse-skill"
7
+ source_type: community
8
+ date_added: "2026-08-25"
9
+ license: "MIT"
10
+ license_source: "https://github.com/zhaoxuya520/reverse-skill/blob/main/LICENSE"
11
+ ---
12
+ # Threat Hunting & Detection Engineering
13
+ ## When to Use
14
+
15
+ - Proactively hunting for adversary activity in telemetry.
16
+ - Writing or validating detection rules mapped to ATT&CK techniques.
17
+
18
+
19
+ ## 适用场景
20
+
21
+ - 威胁狩猎(hypothesis-driven)
22
+ - Sigma / YARA 检测工程
23
+ - 告警调优、误报分析
24
+ - 与 `malware-analysis/`:样本侧 IOC → 本 skill 落地检测
25
+ - 与 `digital-forensics/`:案件伪影 → 横向狩猎
26
+
27
+ ## 工作流
28
+
29
+ ### 1. 建假说
30
+
31
+ ```text
32
+ 例:攻击者用 living-off-the-land 做横向
33
+ → 数据源:Sysmon 1/3/10、Windows Security 4624/4648
34
+ → 成功标准:发现异常父进程或罕见账户日志源
35
+ ```
36
+
37
+ ### 2. 查询与堆叠
38
+
39
+ ```text
40
+ □ 基线:正常管理员行为时段与主机
41
+ □ 异常:新服务、编码 PowerShell、异常出站
42
+ □ 关联:同账号多主机短时登录
43
+ ```
44
+
45
+ ### 3. 规则化
46
+
47
+ ```yaml
48
+ # Sigma 骨架见 malware-analysis;本 skill 强调:
49
+ # - 误报面
50
+ # - 数据源字段映射
51
+ # - 响应 playbook 链接
52
+ ```
53
+
54
+ ### 4. 验证
55
+
56
+ ```text
57
+ □ 原子测试(Atomic Red Team)仅在授权实验室
58
+ □ 回放历史日志验证召回
59
+ ```
60
+
61
+ ## 工具链
62
+
63
+ | 工具 | 用途 |
64
+ |------|------|
65
+ | Sigma CLI / sigmac | 规则转换 |
66
+ | YARA | 文件/内存 |
67
+ | SIEM(ELK/Splunk 等) | 查询 |
68
+ | osquery | 端点狩猎 |
69
+ | Atomic Red Team | 检测验证(实验室) |
70
+
71
+ ## 参考
72
+
73
+ - `references/hunting-loop.md`
74
+ - `../malware-analysis/references/yara-sigma-rules.md`
75
+ - `../digital-forensics/`
76
+
77
+ ## 路由上下文
78
+
79
+ **上游**: MASTER R27
80
+ **下游**: 确认入侵 → forensics;恶意样本 → malware-analysis
81
+ **MUST NOT**: 在无授权生产环境跑攻击模拟
82
+
83
+ ## 任务完成自检
84
+
85
+ - [ ] 是否有明确假说与结论?
86
+ - [ ] 规则是否注明误报与数据源?
87
+ - [ ] Checklist?
88
+
89
+ ## Limitations
90
+
91
+ - Hypothesis quality bounds results; weak telemetry yields weak hunts.
92
+ - Rule tuning is continuous; expect false positives initially.
93
+
94
+ > Adapted from [zhaoxuya520/reverse-skill](https://github.com/zhaoxuya520/reverse-skill) (MIT).
@@ -0,0 +1,5 @@
1
+ # 狩猎环
2
+
3
+ Hypothesis → Data → Query → Investigate → Detect/Dismiss → Tune → Document
4
+
5
+ 每轮输出:假说状态(confirmed/rejected/inconclusive)+ Evidence ID。