734+ skills cybersec structurées, MITRE ATT&CK mapped

ForgeCyberForge
TypeBanque de skills
NiveauTous niveaux
LicenceApache-2.0
Skills817
Originehttps://github.com/mukul975/Anthropic-Cybersecurity-Skills

Contenu du dépôt tel qu'installé

assets · ATTACK_COVERAGE.md · CITATION.cff · CODE_OF_CONDUCT.md · CONTRIBUTING.md · docs · index.json · LICENSE · mappings · README.md

Ce que couvre ce dépôt

Rubriques de sa documentation : The largest open-source cybersecurity skills library for AI agents · Give any AI agent the security skills of a senior analyst · Six frameworks, one skill library · 🆕 MITRE Fight Fraud Framework F3 — 94 fraud-relevant skills · MITRE ATT&CK v19.1 — 754/754 skills mapped · Quick start · 🌍 GARS-2026 — Global Agentic AI Readiness Survey · 🚀 Try it on the Playground · Why this exists · What's inside — 29 security domains · How AI agents use these skills · Skill anatomy · YAML frontmatter real example · Markdown body sections · When to Use · Prerequisites · Workflow · Verification · MITRE ATLAS v5.4 — AI/ML adversarial threats · MITRE D3FEND v1.3 — Defensive countermeasures · NIST AI RMF 1.0 + GenAI Profile AI 600-1 · Compatible platforms · What people are saying · Featured in · Star history · Releases · Community · Citation.

Les 817 skills, par domaine

// domaine

cloud security — 66 skills

analyzing cloud storage access patterns, analyzing office365 audit logs for compromise, auditing aws s3 bucket permissions, auditing azure active directory configuration, auditing cloud with cis benchmarks…

// domaine

threat hunting — 58 skills

analyzing persistence mechanisms in linux, analyzing powershell empire artifacts, analyzing ransomware network indicators, building threat hunt hypothesis framework, detecting dcsync attack in active directory…

// domaine

threat intelligence — 52 skills

analyzing apt group with mitre navigator, analyzing campaign attribution evidence, analyzing certificate transparency for phishing, analyzing cyber kill chain, analyzing indicators of compromise…

// domaine

network security — 43 skills

analyzing network flow data with netflow, analyzing network packets with scapy, analyzing network traffic with wireshark, conducting man in the middle attack simulation, configuring network segmentation with vlans…

// domaine

web application security — 42 skills

bypassing authentication with forced browsing, exploiting broken link hijacking, exploiting http request smuggling, exploiting idor vulnerabilities, exploiting insecure deserialization…

// domaine

digital forensics — 41 skills

acquiring disk image with dd and dcfldd, analyzing browser forensics with hindsight, analyzing disk image with autopsy, analyzing docker container forensics, analyzing email headers for phishing investigation…

// domaine

malware analysis — 39 skills

analyzing android malware with apktool, analyzing bootkit and rootkit samples, analyzing cobalt strike beacon configuration, analyzing cobaltstrike malleable c2 profiles, analyzing command and control communication…

// domaine

identity access management — 37 skills

attacking entra id with roadtools, attacking oauth with device code phishing, auditing entra id with aadinternals, building identity federation with saml azure ad, building identity governance lifecycle process…

// domaine

soc operations — 35 skills

analyzing dns logs for exfiltration, analyzing windows event logs in splunk, building automated malware submission pipeline, building detection rule with splunk spl, building detection rules with sigma…

// domaine

red teaming — 33 skills

abusing dpapi for credential access, abusing shadow credentials for privesc, building c2 infrastructure with sliver framework, building c2 redirector infrastructure, building red team c2 infrastructure with havoc…

// domaine

container security — 33 skills

analyzing kubernetes audit logs, auditing kubernetes rbac privilege escalation, benchmarking kubernetes with kube bench, detecting container drift at runtime, detecting container escape attempts…

// domaine

security operations — 28 skills

analyzing api gateway access logs, analyzing azure activity logs for threats, analyzing memory forensics with lime and volatility, analyzing powershell script block logging, analyzing tls certificate transparency logs…

// domaine

ot ics security — 28 skills

detecting anomalies in industrial control systems, detecting attacks on historian servers, detecting attacks on scada systems, detecting dnp3 protocol anomalies, detecting modbus command injection attacks…

// domaine

api security — 28 skills

detecting api enumeration attacks, detecting broken object property level authorization, detecting shadow api endpoints, exploiting api injection vulnerabilities, exploiting broken function level authorization…

// domaine

incident response — 26 skills

analyzing linux audit logs for intrusion, analyzing network traffic for incidents, analyzing security logs with splunk, building incident response playbook, building incident timeline with timesketch…

// domaine

vulnerability management — 25 skills

building patch tuesday response process, building vulnerability aging and sla tracking, building vulnerability dashboard with defectdojo, building vulnerability exception tracking system, exploiting vulnerabilities with metasploit framework…

// domaine

penetration testing — 21 skills

conducting api security testing, conducting external reconnaissance with osint, conducting internal network penetration test, conducting mobile app penetration test, conducting network penetration test…

// domaine

devsecops — 18 skills

building devsecops pipeline with gitlab ci, implementing aqua security for container scanning, implementing code signing for artifacts, implementing fuzz testing in cicd with aflplusplus, implementing github advanced security for code scanning…

// domaine

zero trust architecture — 17 skills

configuring aws verified access for ztna, configuring identity aware proxy with google iap, configuring microsegmentation for zero trust, configuring zscaler private access for ztna, deploying cloudflare access for zero trust…

// domaine

endpoint security — 17 skills

configuring host based intrusion detection, configuring windows defender advanced settings, configuring windows event logging for detection, deploying edr agent with crowdstrike, deploying osquery for endpoint monitoring…

// domaine

cryptography — 16 skills

configuring certificate authority with openssl, configuring hsm for key storage, configuring tls 1 3 for secure communications, implementing aes encryption for data at rest, implementing digital signatures with ed25519…

// domaine

phishing defense — 15 skills

analyzing malicious url with urlscan, building phishing reporting button workflow, detecting business email compromise, detecting business email compromise with ai, detecting qr code phishing with email security…

// domaine

ai security — 14 skills

assessing vector and embedding weaknesses, auditing mcp servers for tool poisoning, continuous llm red teaming with promptfoo, defending llms with guardrails, detecting ai model prompt injection attacks…

// domaine

mobile security — 13 skills

analyzing ios app security with objection, detecting mobile malware behavior, exploiting deeplink vulnerabilities, exploiting insecure data storage in mobile, implementing mobile application management…

// domaine

ransomware defense — 13 skills

analyzing ransomware payment wallets, building ransomware playbook with cisa framework, deploying decoy files for ransomware detection, deploying ransomware canary files, detecting ransomware encryption behavior…

// domaine

compliance governance — 9 skills

achieving cmmc level 2 compliance, conducting cyber risk assessment with nist 800 30, executing nist rmf authorization to operate, implementing gdpr data protection controls, implementing hipaa security rule safeguards…

// domaine

supply chain security — 8 skills

analyzing sbom for supply chain vulnerabilities, detecting dependency confusion, detecting malicious npm packages, detecting typosquatting packages, detecting typosquatting packages in npm pypi…

Autres skills

  • analyzing active directory acl abuse — Detect dangerous ACL misconfigurations in Active Directory using ldap3 to identify GenericAll, WriteDACL, and WriteOwner abuse paths
  • analyzing ethereum smart contract vulnerabilities — Perform static and symbolic analysis of Solidity smart contracts using Slither and Mythril to detect reentrancy, integer overflow, access control, and other vulnerability classes before deployment to Ethereum mainnet.
  • auditing foundry smart contract security — - Pre-deployment security audit of Solidity smart contracts in a Foundry project. Combines static analysis (Slither, Aderyn), symbolic execution (Mythril), and property-based testing (forge fuzz + invariant tests with handlers) to catch reentrancy, access-cont
  • analyzing uefi bootkit persistence — Analyzes UEFI bootkit persistence mechanisms including firmware implants in SPI flash, EFI System Partition (ESP) modifications, Secure Boot bypass techniques, and UEFI variable manipulation. Covers detection of known bootkit families (BlackLotus, LoJax, Mosai
  • auditing uefi firmware with chipsec — Use Intel CHIPSEC to assess platform firmware configuration, SPI flash write protection, BIOS lock, SMM/SMRR, and Secure Boot variable state, dump SPI flash, and triage UEFI variables for firmware-level threats.
  • detecting secure boot bypass — Detect bootkits such as BlackLotus and Bootkitty and Secure Boot bypass via DBX and binary checks.
  • hunting bootkits in efi system partition — Baseline the EFI System Partition and hunt malicious EFI binaries (ESPecter, BlackLotus, Bootkitty, Glupteba) by mounting the ESP, hashing and verifying boot loaders, scanning with YARA, and detecting anomalous non-EFI files.
  • validating tpm measured boot attestation — Verify TPM PCRs and measured-boot and remote-attestation integrity.
  • deploying active directory honeytokens — Deploys deception-based honeytokens in Active Directory including fake privileged accounts with AdminCount=1, fake SPNs for Kerberoasting detection (honeyroasting), decoy GPOs with cpassword traps, and fake BloodHound paths. Monitors Windows Security Event IDs
  • deploying cloud deception with decoy resources — - Deploy cloud-native deception across AWS, Azure, and GCP using decoy (honey) resources whose only purpose is to generate a high-fidelity alert the instant an attacker touches them: canary IAM access keys, permission-less decoy users/roles/service principals,
  • deploying honeytokens and canarytokens — Plant canarytokens and honey credentials and alert on breach.
  • designing adversary engagement with mitre engage — - Plan, run, and measure an adversary engagement operation using the MITRE Engage framework so that deployed deception is driven by strategy instead of deployed ad hoc. Covers the Engage Matrix (Prepare, Expose, Affect, Elicit, Understand), the 10-Step Operati
  • implementing deception based detection with canarytoken — Deploy and monitor Canary Tokens via the Thinkst Canary API for deception-based breach detection using web bug tokens, DNS tokens, document tokens, and AWS key tokens.
  • implementing network deception with honeypots — Deploy and manage network honeypots using OpenCanary, T-Pot, or Cowrie to detect unauthorized access, lateral movement, and attacker reconnaissance.
  • detecting bluetooth low energy attacks — Detects and analyzes Bluetooth Low Energy (BLE) security attacks including sniffing, replay attacks, GATT enumeration abuse, and Man-in-the-Middle interception. Uses Ubertooth One and nRF52840 sniffers for packet capture, the bleak Python library for GATT serv
  • performing bluetooth security assessment — Assess Bluetooth Low Energy device security by scanning, enumerating GATT services, and detecting vulnerabilities
  • detecting credential dumping techniques — Detect LSASS credential dumping, SAM database extraction, and NTDS.dit theft using Sysmon Event ID 10, Windows Security logs, and SIEM correlation rules
  • detecting golden ticket forgery — Detect Kerberos Golden Ticket forgery by analyzing Windows Event ID 4769 for RC4 encryption downgrades (0x17), abnormal ticket lifetimes, and krbtgt account anomalies in Splunk and Elastic SIEM
  • detecting insider threat with ueba — Implement User and Entity Behavior Analytics using Elasticsearch/OpenSearch to build behavioral baselines, calculate anomaly scores, perform peer group analysis, and detect insider threat indicators such as data exfiltration, privilege abuse, and unauthorized
  • detecting living off the land attacks — Detect abuse of legitimate Windows binaries (LOLBins) used for living off the land attacks. Monitors process creation, command-line arguments, and parent-child relationships to identify suspicious LOLBin execution patterns.
  • detecting living off the land with lolbas — Detect Living Off the Land Binaries (LOLBins/LOLBAS) abuse including certutil, regsvr32, mshta, and rundll32 via process telemetry, Sigma rules, and parent-child process analysis
  • detecting pass the ticket attacks — Detect Kerberos Pass-the-Ticket (PtT) attacks by analyzing Windows Event IDs 4768, 4769, and 4771 for anomalous ticket usage patterns in Splunk and Elastic SIEM
  • detecting rdp brute force attacks — Detect RDP brute force attacks by analyzing Windows Security Event Logs for failed authentication patterns (Event ID 4625), successful logons after failures (Event ID 4624), NLA failures, and source IP frequency analysis.
  • detecting deepfake audio in vishing attacks — Detects AI-generated deepfake audio used in voice phishing (vishing) attacks by extracting spectral features (MFCC, spectral centroid, spectral contrast, zero-crossing rate) and classifying samples with machine learning models. Supports batch analysis of audio
  • implementing attack surface management — Implements external attack surface management (EASM) using Shodan, Censys, and ProjectDiscovery tools (subfinder, httpx, nuclei) for asset discovery, subdomain enumeration, service fingerprinting, and exposure scoring. Includes a weighted risk scoring algorith
  • performing binary exploitation analysis — Analyze binary exploitation techniques including buffer overflows and ROP chains using pwntools Python library. Covers checksec analysis, gadget discovery with ROPgadget, and exploit development for CTF and authorized security assessments.
  • implementing data loss prevention with microsoft purview — Implements data loss prevention policies using Microsoft Purview to protect sensitive information across Exchange Online, SharePoint, OneDrive, Teams, endpoint devices, and Power BI. The analyst configures sensitivity labels with encryption and content marking
  • implementing devsecops security scanning — Integrates Static Application Security Testing (SAST), Dynamic Application Security Testing (DAST), and Software Composition Analysis (SCA) into CI/CD pipelines using open-source tools. Covers Semgrep for SAST, Trivy for SCA and container scanning, OWASP ZAP f
  • implementing runtime application self protection — Deploy Runtime Application Self-Protection (RASP) agents to detect and block attacks from within application runtime, covering OpenRASP integration, attack pattern detection, and security policy configuration for Java and Python web applications.
  • performing fuzzing with aflplusplus — Perform coverage-guided fuzzing of compiled binaries using AFL++ (American Fuzzy Lop Plus Plus) to discover memory corruption, crashes, and security vulnerabilities. The tester instruments target binaries with afl-cc/afl-clang-fast, manages input corpora with
  • performing supply chain attack simulation — Simulate and detect software supply chain attacks including typosquatting detection via Levenshtein distance, dependency confusion testing against private registries, package hash verification with pip, and known vulnerability scanning with pip-audit.
  • implementing gdpr data subject access request — Automates GDPR Data Subject Access Request (DSAR) workflows including identity verification, PII discovery across databases and files using regex and NER, data mapping, response templating per Article 15 requirements, deadline tracking, and audit logging. Cove
  • performing privacy impact assessment — Automates the Privacy Impact Assessment (PIA) workflow including data flow mapping, privacy risk scoring matrices, GDPR Article 35 DPIA and CCPA/CPRA alignment checks, data inventory cataloging, and remediation tracking. Implements the NIST Privacy Framework P
  • implementing hardware security key authentication — Implements FIDO2/WebAuthn hardware security key authentication including registration ceremonies, authentication flows, YubiKey enrollment, and passkey migration strategies. Builds a complete relying party server using the python-fido2 library that supports cr
  • implementing privileged access workstation — Design and implement Privileged Access Workstations (PAWs) with device hardening, just-in-time access, and integration with CyberArk or BeyondTrust for secure administrative operations.
  • implementing zero trust with beyondcorp — Deploy Google BeyondCorp Enterprise zero trust access controls using Identity-Aware Proxy (IAP), context-aware access policies, device trust validation, and Access Context Manager to enforce identity and posture-based access to GCP resources and internal appli
  • monitoring scada modbus traffic anomalies — Monitors Modbus TCP traffic on SCADA and ICS networks to detect anomalous function code usage, unauthorized register writes, and suspicious communication patterns. The analyst uses deep packet inspection with pymodbus, Scapy, and Zeek to baseline normal PLC/RT
  • performing active directory forest trust attack — Enumerate and audit Active Directory forest trust relationships using impacket for SID filtering analysis, trust key extraction, cross-forest SID history abuse detection, and inter-realm Kerberos ticket assessment.
  • performing red team with covenant — Conduct red team operations using the Covenant C2 framework for authorized adversary simulation, including listener setup, grunt deployment, task execution, and lateral movement tracking.
  • performing firmware extraction with binwalk — Performs firmware image extraction and analysis using binwalk to identify embedded filesystems, compressed archives, bootloaders, kernel images, and cryptographic material. Covers entropy analysis for detecting encrypted or compressed regions, recursive extrac
  • performing purple team atomic testing — Executes Atomic Red Team tests mapped to MITRE ATT&CK techniques, performs coverage gap analysis across the ATT&CK matrix, and runs detection validation loops to measure blue team visibility. Covers Invoke-AtomicRedTeam PowerShell execution, ATT&CK Navigator l
  • performing soc2 type2 audit preparation — Automates SOC 2 Type II audit preparation including gap assessment against AICPA Trust Services Criteria (CC1-CC9), evidence collection from cloud providers and identity systems, control testing validation, remediation tracking, and continuous compliance monit

Les intitulés et résumés de skills proviennent du dépôt d'origine (Apache-2.0). Hub Forge AI les indexe et les charge dans les agents ; il n'en est pas l'auteur.

Ces skills, exécutés par vos agents

CyberForge déployé sur votre infrastructure

Cette bibliothèque est ce que les agents CyberForge chargent quand ils travaillent chez vous : à jour chaque semaine, en lecture seule par défaut, avec validation humaine sur toute action sensible.