github.com/mukul975/Anthropic-Cybersecurity-Skills
| Skill | Added | Review |
|---|---|---|
analyzing-linux-elf-malware skills/analyzing-linux-elf-malware/SKILL.md Analyze malicious Linux ELF binaries — botnets, cryptominers, ransomware, and rootkits targeting Linux servers, containers, and cloud infrastructure — through static analysis, dynamic tracing, and reverse engineering of x86_64 and ARM samples. Use when investigating Linux malware, triaging a suspicious ELF binary, assessing a compromised Linux server, or analyzing container-targeted malware. | 64 64 Impact — No eval scenarios have been run Securityby High Do not use without reviewing Version: 9429fe9 | |
analyzing-security-logs-with-splunk skills/analyzing-security-logs-with-splunk/SKILL.md Leverages Splunk Enterprise Security and SPL (Search Processing Language) to investigate security incidents through log correlation, timeline reconstruction, and anomaly detection. Covers Windows event logs, firewall logs, proxy logs, and authentication data analysis. Activates for requests involving Splunk investigation, SPL queries, SIEM log analysis, security event correlation, or log-based incident investigation. | 69 69 Impact — No eval scenarios have been run Securityby Low Low-risk findings worth noting Version: 9429fe9 | |
analyzing-bootkit-and-rootkit-samples skills/analyzing-bootkit-and-rootkit-samples/SKILL.md Analyzes bootkit and advanced rootkit malware infecting the Master Boot Record (MBR), Volume Boot Record (VBR), or UEFI firmware for below-OS persistence, covering boot sector analysis, UEFI module inspection, and anti-rootkit detection. Use when compromise survives OS reinstallation or antivirus/EDR fails to detect malware despite clear infection signs. | 65 65 Impact — No eval scenarios have been run Securityby Medium Suggest reviewing before use Version: 9429fe9 | |
analyzing-network-traffic-of-malware skills/analyzing-network-traffic-of-malware/SKILL.md Analyzes network traffic generated by malware during sandbox execution or live incident response to identify C2 protocols, data exfiltration channels, payload downloads, and lateral movement patterns using Wireshark, Zeek, and Suricata. Activates for requests involving malware network analysis, C2 traffic decoding, malware PCAP analysis, or network-based malware detection. | 69 69 Impact — No eval scenarios have been run Securityby Low Low-risk findings worth noting Version: 9429fe9 | |
analyzing-linux-kernel-rootkits skills/analyzing-linux-kernel-rootkits/SKILL.md Detect kernel-level rootkits in Linux memory dumps using Volatility3 linux plugins (check_syscall, lsmod, hidden_modules), rkhunter system scanning, and /proc vs /sys discrepancy analysis to identify hooked syscalls, hidden kernel modules, and tampered system structures. | 55 55 Impact — No eval scenarios have been run Securityby Medium Suggest reviewing before use Version: 9429fe9 | |
analyzing-office365-audit-logs-for-compromise skills/analyzing-office365-audit-logs-for-compromise/SKILL.md Parse Office 365 Unified Audit Logs via Microsoft Graph API to detect email forwarding rule creation, inbox delegation, suspicious OAuth app grants, and other indicators of account compromise. | 52 52 Impact — No eval scenarios have been run Securityby Low Low-risk findings worth noting Version: 9429fe9 | |
building-c2-infrastructure-with-sliver-framework skills/building-c2-infrastructure-with-sliver-framework/SKILL.md Deploy and harden a Sliver C2 team server (BishopFox's Go-based adversary emulation framework) with multi-protocol listeners (mTLS, HTTP/S, DNS, WireGuard), redirectors, domain fronting, and multi-operator support for authorized red-team operations. Use when standing up resilient C2 for a red-team engagement or generating beacon/session implants that must survive blue-team detection. | 64 64 Impact — No eval scenarios have been run Securityby Critical Do not install without reviewing Version: 9429fe9 | |
analyzing-web-server-logs-for-intrusion skills/analyzing-web-server-logs-for-intrusion/SKILL.md Parse Apache and Nginx access logs to detect SQL injection attempts, local file inclusion, directory traversal, web scanner fingerprints, and brute-force patterns. Uses regex-based pattern matching against OWASP attack signatures, GeoIP enrichment for source attribution, and statistical anomaly detection for request frequency and response size outliers. | 62 62 Impact — No eval scenarios have been run Securityby Low Low-risk findings worth noting Version: 9429fe9 | |
analyzing-usb-device-connection-history skills/analyzing-usb-device-connection-history/SKILL.md Correlate Windows registry keys (USBSTOR, MountedDevices), Event Logs, and setupapi.dev.log to reconstruct USB device connection history, first/last-plugged timestamps, and drive letter mappings. Use when investigating removable media usage, tracking device provenance, or building a timeline for suspected data exfiltration. | 67 67 Impact — No eval scenarios have been run Securityby Low Low-risk findings worth noting Version: 9429fe9 | |
analyzing-threat-intelligence-feeds skills/analyzing-threat-intelligence-feeds/SKILL.md Analyzes structured and unstructured threat intelligence feeds to extract actionable indicators, adversary tactics, and campaign context. Use when ingesting commercial or open-source CTI feeds, evaluating feed quality, normalizing data into STIX 2.1 format, or enriching existing IOCs with campaign attribution. Activates for requests involving ThreatConnect, Recorded Future, Mandiant Advantage, MISP, AlienVault OTX, or automated feed aggregation pipelines. | 65 65 Impact — No eval scenarios have been run Securityby Low Low-risk findings worth noting Version: 9429fe9 | |
building-incident-timeline-with-timesketch skills/building-incident-timeline-with-timesketch/SKILL.md Build collaborative forensic incident timelines using Timesketch to ingest, normalize, and analyze multi-source event data (including Plaso output) for attack chain reconstruction and investigation documentation. Use when reconstructing the sequence of events during an incident investigation or when multiple analysts need to jointly tag, annotate, and search a shared DFIR timeline. | 60 60 Impact — No eval scenarios have been run Securityby High Do not use without reviewing Version: 9429fe9 | |
building-adversary-infrastructure-tracking-system skills/building-adversary-infrastructure-tracking-system/SKILL.md Build an automated adversary infrastructure tracking system in Python (dnspython, python-whois, shodan, networkx) that pivots across passive DNS, certificate transparency logs, WHOIS records, and IP enrichment to map threat-actor C2 networks and flag newly registered domains matching known patterns. Use when pivoting from known indicators to discover related C2 infrastructure or maintaining a continuously updated map of a threat actor's network. | 63 63 Impact — No eval scenarios have been run Securityby Low Low-risk findings worth noting Version: 9429fe9 | |
building-devsecops-pipeline-with-gitlab-ci skills/building-devsecops-pipeline-with-gitlab-ci/SKILL.md Configure a GitLab CI/CD pipeline that embeds SAST (Semgrep, SpotBugs, Gosec, Bandit, NodeJsScan), DAST, container scanning, dependency scanning, and secret detection via GitLab's managed security templates. Use when building a shift-left DevSecOps pipeline in GitLab, adding automated vulnerability scanning stages to .gitlab-ci.yml, or triaging scanner findings with GitLab Duo AI before deployment. | 64 64 Impact — No eval scenarios have been run Securityby Low Low-risk findings worth noting Version: 9429fe9 | |
analyzing-lnk-file-and-jump-list-artifacts skills/analyzing-lnk-file-and-jump-list-artifacts/SKILL.md Analyze Windows LNK shortcut files and Jump List artifacts with LECmd, JLECmd, and manual Shell Link Binary Format parsing to establish evidence of file access, program execution, and user activity that persists even after the target file is deleted. Use when investigating Windows user activity, reconstructing file-access or program-execution timelines, or examining recent/frequently-used file evidence in a forensic exam. | 64 64 Impact — No eval scenarios have been run Securityby Low Low-risk findings worth noting Version: 9429fe9 | |
analyzing-ransomware-payment-wallets skills/analyzing-ransomware-payment-wallets/SKILL.md Traces ransomware cryptocurrency payment flows using blockchain analysis tools such as Chainalysis Reactor, WalletExplorer, and blockchain.com APIs, identifying wallet clusters and tracking fund movement through mixers and exchanges to support law enforcement attribution. Use when tracing ransomware bitcoin payments, performing cryptocurrency wallet forensics, or gathering blockchain threat intelligence on extortion payments. | 64 64 Impact — No eval scenarios have been run Securityby Low Low-risk findings worth noting Version: 9429fe9 | |
analyzing-windows-prefetch-with-python skills/analyzing-windows-prefetch-with-python/SKILL.md Parse Windows Prefetch (.pf) files with the windowsprefetch Python library to reconstruct application execution history, run counts, and accessed file/volume lists. Use when investigating renamed or masquerading binaries, verifying program execution timelines, or hunting for suspicious execution patterns in incident response. | 62 62 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 9429fe9 | |
analyzing-indicators-of-compromise skills/analyzing-indicators-of-compromise/SKILL.md Analyzes indicators of compromise (IOCs) including IP addresses, domains, file hashes, URLs, and email artifacts to determine maliciousness confidence, campaign attribution, and blocking priority. Use when triaging IOCs from phishing emails, security alerts, or external threat feeds; enriching raw IOCs with multi-source intelligence; or making block/monitor/whitelist decisions. Activates for requests involving VirusTotal, AbuseIPDB, MalwareBazaar, MISP, or IOC enrichment pipelines. | 65 65 Impact — No eval scenarios have been run Securityby Critical Do not install without reviewing Version: 9429fe9 | |
analyzing-android-malware-with-apktool skills/analyzing-android-malware-with-apktool/SKILL.md 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. | 63 63 Impact — No eval scenarios have been run Securityby High Do not use without reviewing Version: 9429fe9 | |
analyzing-powershell-empire-artifacts skills/analyzing-powershell-empire-artifacts/SKILL.md Detect PowerShell Empire post-exploitation framework artifacts in Windows Script Block Logging (Event ID 4104) and Module Logging (Event ID 4103), including the default launcher string, Base64-encoded WebClient/FromBase64String payloads, known module invocations (Invoke-Mimikatz, Invoke-Kerberoast), and staging URL patterns. Use when hunting for or confirming Empire C2 activity in Windows event logs. | 60 60 Impact — No eval scenarios have been run Securityby High Do not use without reviewing Version: 9429fe9 | |
analyzing-memory-forensics-with-lime-and-volatility skills/analyzing-memory-forensics-with-lime-and-volatility/SKILL.md Performs Linux memory acquisition using LiME (Linux Memory Extractor) kernel module and analysis with Volatility 3 framework. Extracts process lists, network connections, bash history, loaded kernel modules, and injected code from Linux memory images. Use when performing incident response on compromised Linux systems. | 63 63 Impact — No eval scenarios have been run Securityby Medium Suggest reviewing before use Version: 9429fe9 | |
analyzing-persistence-mechanisms-in-linux skills/analyzing-persistence-mechanisms-in-linux/SKILL.md Scan Linux systems for persistence mechanisms including crontab/systemd entries, LD_PRELOAD injection, shell profile modifications (.bashrc, .profile), and SSH authorized_keys backdoors, then correlate findings with auditd logs into an installation timeline. Use during incident response or threat hunting to detect or confirm how an adversary maintained access to a compromised Linux host. | 65 65 Impact — No eval scenarios have been run Securityby Medium Suggest reviewing before use Version: 9429fe9 | |
analyzing-golang-malware-with-ghidra skills/analyzing-golang-malware-with-ghidra/SKILL.md Reverse engineer Go-compiled malware in Ghidra by parsing Go buildinfo and pclntab structures, recovering stripped/obfuscated function names (e.g. via GoResolver), and extracting embedded module/dependency strings and types from Go binaries. Use when analyzing a Go-language malware sample, deobfuscating a garble-packed Go binary, or recovering function names and third-party dependencies from a stripped Go executable. | 61 61 Impact — No eval scenarios have been run Securityby High Do not use without reviewing Version: 9429fe9 | |
analyzing-prefetch-files-for-execution-history skills/analyzing-prefetch-files-for-execution-history/SKILL.md Parse Windows Prefetch files (versions 17, 23, 26, 30) with tools like PECmd, WinPrefetchView, or python-prefetch to determine program execution history, including run counts, execution timestamps, and referenced files/DLLs. Use when building a timeline of program execution on a Windows system, confirming whether a suspicious binary ran, or correlating execution evidence with other forensic artifacts during an investigation. | 64 64 Impact — No eval scenarios have been run Securityby Low Low-risk findings worth noting Version: 9429fe9 | |
building-detection-rule-with-splunk-spl skills/building-detection-rule-with-splunk-spl/SKILL.md Build effective detection rules using Splunk Search Processing Language (SPL) correlation searches to identify security threats in SOC environments. | 61 61 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 9429fe9 | |
analyzing-windows-amcache-artifacts skills/analyzing-windows-amcache-artifacts/SKILL.md Parses the Windows Amcache.hve registry hive with Eric Zimmerman's AmcacheParser and Timeline Explorer to extract evidence of program execution, application installation, and driver loading, including SHA-1 hash correlation with threat intel and timeline reconstruction. Use for Amcache forensics, program execution evidence gathering, or application compatibility cache investigations in DFIR work. | 72 72 Impact — No eval scenarios have been run Securityby Low Low-risk findings worth noting Version: 9429fe9 |