Video & Animation

analyzing-dns-logs-for-exfiltration

github.com

Analyzes DNS query logs to detect data exfiltration via DNS tunneling,

$ npx skills add mukul975/Anthropic-Cybersecurity-Skills
スキルを見る

analyzing-cobaltstrike-malleable-c2-profiles

github.com

Parse and analyze Cobalt Strike Malleable C2 profiles with dissect.cobaltstrike (profiles and beacon-payload configs) and pyMalleableC2 (AST parsing) to extract HTTP/DNS transforms, URIs, headers, sleep/jitter, and injection behavior, then generate network detection signatures. Use when reverse-engineering a captured malleable profile or building detections against Cobalt Strike Beacon traffic.

$ npx skills add mukul975/Anthropic-Cybersecurity-Skills
スキルを見る

analyzing-cloud-storage-access-patterns

github.com

Detect abnormal access in AWS S3, GCS, and Azure Blob Storage by analyzing CloudTrail Data Events, GCS audit logs, and Azure Storage Analytics for after-hours bulk downloads, new-IP access, and API-call spikes (e.g. GetObject) via statistical baselines and time-series anomaly detection. Use when investigating suspected cloud data exfiltration or building related detection rules.

$ npx skills add mukul975/Anthropic-Cybersecurity-Skills
スキルを見る

analyzing-certificate-transparency-for-phishing

github.com

Monitor Certificate Transparency logs using crt.sh and Certstream to

$ npx skills add mukul975/Anthropic-Cybersecurity-Skills
スキルを見る

analyzing-cobalt-strike-beacon-configuration

github.com

Extract and analyze Cobalt Strike beacon configuration from PE files

$ npx skills add mukul975/Anthropic-Cybersecurity-Skills
スキルを見る

analyzing-campaign-attribution-evidence

github.com

Systematically evaluate cyber-campaign evidence to attribute an operation to a threat actor, using the Diamond Model and Analysis of Competing Hypotheses (ACH) to weigh infrastructure overlaps, TTP consistency, malware code similarity, and timing/language artifacts into confidence-weighted attribution assessments. Use when an incident investigation needs a defensible attribution confidence level.

$ npx skills add mukul975/Anthropic-Cybersecurity-Skills
スキルを見る

analyzing-browser-forensics-with-hindsight

github.com

Parse Chromium-based browser databases with Hindsight to extract and correlate browsing history, downloads, cookies, cached content, autofill data, saved passwords, and extensions from Chrome, Edge, Brave, Opera, and Vivaldi into a unified timeline (XLSX, JSON, or SQLite output). Use during incident response, insider-threat investigations, or criminal cases when you need to reconstruct a user

$ npx skills add mukul975/Anthropic-Cybersecurity-Skills
スキルを見る

analyzing-command-and-control-communication

github.com

Analyzes malware C2 communication over HTTP, HTTPS, DNS, and custom

$ npx skills add mukul975/Anthropic-Cybersecurity-Skills
スキルを見る

analyzing-api-gateway-access-logs

github.com

Parses API Gateway access logs (AWS API Gateway, Kong, Nginx) to detect

$ npx skills add mukul975/Anthropic-Cybersecurity-Skills
スキルを見る

analyzing-apt-group-with-mitre-navigator

github.com

Query ATT&CK data with attackcti, mitreattack-python, and stix2, then build MITRE ATT&CK Navigator layers and multi-layer heatmap overlays mapping one or more APT groups

$ npx skills add mukul975/Anthropic-Cybersecurity-Skills
スキルを見る

analyzing-azure-activity-logs-for-threats

github.com

Queries Azure Monitor activity logs and sign-in logs via azure-monitor-query

$ npx skills add mukul975/Anthropic-Cybersecurity-Skills
スキルを見る

analyzing-android-malware-with-apktool

github.com

Perform static analysis of Android APK malware using apktool for resource decompilation, jadx for Java source recovery, and androguard for manifest inspection, dangerous permission-combination detection, and identification of obfuscated code, dynamic code loading, and reflection-based API calls. Use to statically triage a suspicious APK without executing it or to build mobile malware detection rules.

$ npx skills add mukul975/Anthropic-Cybersecurity-Skills
スキルを見る

achieving-cmmc-level-2-compliance

github.com

>-

$ npx skills add mukul975/Anthropic-Cybersecurity-Skills
スキルを見る

acquiring-disk-image-with-dd-and-dcfldd

github.com

Create forensically sound bit-for-bit disk images with dd or dcfldd on a Linux forensic workstation, preserving evidence integrity through hash verification (MD5/SHA) during acquisition. Use when imaging a suspect drive, USB device, or memory card for investigation, preserving volatile disk evidence during incident response, or producing a verified copy for legal or law-enforcement proceedings before any destructive analysis.

$ npx skills add mukul975/Anthropic-Cybersecurity-Skills
スキルを見る

analyzing-cyber-kill-chain

github.com

Analyzes intrusion activity against the Lockheed Martin Cyber Kill Chain

$ npx skills add mukul975/Anthropic-Cybersecurity-Skills
スキルを見る

analyzing-active-directory-acl-abuse

github.com

Detect dangerous ACL misconfigurations in Active Directory using ldap3

$ npx skills add mukul975/Anthropic-Cybersecurity-Skills
スキルを見る

analyzing-bootkit-and-rootkit-samples

github.com

Analyzes bootkit and advanced rootkit malware infecting the Master

$ npx skills add mukul975/Anthropic-Cybersecurity-Skills
スキルを見る

identity-federation

github.com

Use for authorized assessment of federated identity systems including SAML, OIDC, OAuth2 flows, SSO misconfiguration, and token confusion issues.

$ npx skills add zhaoxuya520/reverse-skill
スキルを見る

js-reverse

github.com

在使用 js-reverse-mcp 做前端 JavaScript 逆向时使用,适用于签名链路定位、页面观察取证、运行时采样、本地补环境复现与证据化输出。优先适配当前环境里的 js-reverse_* 工具,需要更强的浏览器/CDP/Hook 面时联动 jshookmcp。

$ npx skills add zhaoxuya520/reverse-skill
スキルを見る

llm-security

github.com

Use for authorized security assessment of LLM applications and AI agents, including prompt injection, tool abuse, RAG exposure, memory poisoning, and model supply-chain risks.

$ npx skills add zhaoxuya520/reverse-skill
スキルを見る

radio-sdr

github.com

Use for authorized RF/SDR security research including signal identification, replay feasibility study in shielded labs, and wireless protocol analysis outside classic Wi-Fi.

$ npx skills add zhaoxuya520/reverse-skill
スキルを見る

abusing-dpapi-for-credential-access

github.com

Extract and decrypt Windows DPAPI-protected secrets (Credential Manager, browser logins/cookies, Wi-Fi credentials, KeePass keys) online or offline using SharpDPAPI, SharpChrome, Mimikatz, or Impacket

$ npx skills add mukul975/Anthropic-Cybersecurity-Skills
スキルを見る

bilibili/ijkplayer

github.com

Android/iOS video player based on FFmpeg n3.4, with MediaCodec, VideoToolbox support.

$ npx skills add bilibili/ijkplayer
スキルを見る

reverse-engineering

github.com

Provides reverse engineering techniques. Use when the main job is to understand how a compiled, obfuscated, packed, or virtualized target works before exploiting or solving it, including binaries, APKs, WASM, firmware, custom VMs, bytecode, malware-like loaders, and anti-debug or anti-analysis logic. Do not use it when the vulnerability is already understood and the remaining task is exploitation; use pwn instead. Do not use it for pure web workflows, log or disk forensics, or standalone crypto problems unless reversing the implementation is the real blocker.

$ npx skills add zhaoxuya520/reverse-skill
スキルを見る