Source

mukul975/anthropic-cybersecurity-skills

834 skills · 111.1K combined installs

Skills from this source

#
Skill
Source
8W Activity
Installs
1
analyzing-network-flow-data-with-netflow Parse NetFlow v9 and IPFIX records to detect volumetric anomalies, port scanning, data exfiltration, and C2 beaconing…
mukul975/anthropic-cybersecurity-skills
374
2
testing-for-json-web-token-vulnerabilities Tests JWT implementations for algorithm confusion, "none" algorithm bypass, kid/jku parameter injection, and weak sec…
mukul975/anthropic-cybersecurity-skills
374
3
analyzing-malware-sandbox-evasion-techniques Detect sandbox and VM evasion techniques in malware samples by analyzing timing checks, VM/hypervisor artifact querie…
mukul975/anthropic-cybersecurity-skills
362
4
performing-web-application-vulnerability-triage Triages web application vulnerability findings from DAST/SAST scanners such as Burp Suite and ZAP, using the OWASP Ri…
mukul975/anthropic-cybersecurity-skills
361
5
analyzing-malware-behavior-with-cuckoo-sandbox Detonate malware samples in Cuckoo Sandbox to observe runtime behavior — process creation, file system and registry c…
mukul975/anthropic-cybersecurity-skills
355
6
analyzing-memory-dumps-with-volatility Analyzes RAM memory dumps from compromised systems using the Volatility framework to identify malicious processes, in…
mukul975/anthropic-cybersecurity-skills
353
7
analyzing-malware-persistence-with-autoruns Use Sysinternals Autoruns to systematically enumerate and analyze malware persistence mechanisms across Windows regis…
mukul975/anthropic-cybersecurity-skills
348
8
analyzing-lnk-file-and-jump-list-artifacts Analyze Windows LNK shortcut files and Jump List artifacts with LECmd, JLECmd, and manual Shell Link Binary Format pa…
mukul975/anthropic-cybersecurity-skills
346
9
analyzing-malware-family-relationships-with-malpedia Query the Malpedia API to look up malware family aliases and naming (platform.family_name), pull community/vendor YAR…
mukul975/anthropic-cybersecurity-skills
346
10
analyzing-macro-malware-in-office-documents Analyzes malicious VBA macros embedded in Microsoft Office documents (Word, Excel, PowerPoint) to identify download c…
mukul975/anthropic-cybersecurity-skills
340
11
testing-api-for-mass-assignment-vulnerability Tests APIs for mass assignment (auto-binding), OWASP API3:2023, by identifying writable endpoints, adding undocumente…
mukul975/anthropic-cybersecurity-skills
330
12
analyzing-pdf-malware-with-pdfid Analyzes malicious PDF files using PDFiD, pdf-parser, and peepdf to identify embedded JavaScript, shellcode, exploits…
mukul975/anthropic-cybersecurity-skills
327
13
analyzing-mft-for-deleted-file-recovery Analyze the NTFS Master File Table ($MFT) with MFTECmd, analyzeMFT, and X-Ways Forensics to recover metadata and cont…
mukul975/anthropic-cybersecurity-skills
326
14
analyzing-memory-forensics-with-lime-and-volatility Performs Linux memory acquisition using LiME (Linux Memory Extractor) kernel module and analysis with Volatility 3 fr…
mukul975/anthropic-cybersecurity-skills
325
15
analyzing-threat-intelligence-feeds Analyzes structured and unstructured threat intelligence feeds to extract actionable indicators, adversary tactics, a…
mukul975/anthropic-cybersecurity-skills
325
16
testing-for-sensitive-data-exposure Identifying sensitive data exposure vulnerabilities including API key leakage, PII in responses, insecure storage, an…
mukul975/anthropic-cybersecurity-skills
321
17
exploiting-idor-vulnerabilities >- Identifies and exploits Insecure Direct Object Reference (IDOR) vulnerabilities by manipulating object identifiers…
mukul975/anthropic-cybersecurity-skills
319
18
Transfer of funds Identify ransomware-related network indicators, including C2 beaconing patterns, TOR exit node connections, data exfi…
mukul975/anthropic-cybersecurity-skills
319
19
analyzing-powershell-script-block-logging Parse Windows PowerShell Script Block Logs (Event ID 4104) from EVTX files to detect obfuscated commands, encoded pay…
mukul975/anthropic-cybersecurity-skills
318
20
analyzing-persistence-mechanisms-in-linux Scan Linux systems for persistence mechanisms including crontab/systemd entries, LD_PRELOAD injection, shell profile …
mukul975/anthropic-cybersecurity-skills
316
21
analyzing-threat-actor-ttps-with-mitre-attack Systematically map threat actor behavior and observed IOCs to the MITRE ATT&CK framework, build technique coverage he…
mukul975/anthropic-cybersecurity-skills
314
22
Remote Access Tools Analyzes encryption algorithms, key management, and file encryption routines used by ransomware families to assess de…
mukul975/anthropic-cybersecurity-skills
313
23
analyzing-outlook-pst-for-email-forensics Parse Microsoft Outlook PST and OST files using libpff and pst-utils to extract message content, headers, attachments…
mukul975/anthropic-cybersecurity-skills
312
24
testing-oauth2-implementation-flaws Tests OAuth 2.0 and OpenID Connect implementations for authorization code interception, redirect URI manipulation, CS…
mukul975/anthropic-cybersecurity-skills
311
25
bypassing-authentication-with-forced-browsing Discovering and accessing unprotected pages, APIs, and administrative interfaces by enumerating URLs and bypassing au…
mukul975/anthropic-cybersecurity-skills
310
26
Electronic Funds Transfer: Wire Transfer Safely monitor ransomware group Tor-hosted data leak sites (DLS) to collect and extract structured victim posting dat…
mukul975/anthropic-cybersecurity-skills
310
27
analyzing-office365-audit-logs-for-compromise Parse Office 365 Unified Audit Logs via Microsoft Graph API to detect email forwarding rule creation, inbox delegatio…
mukul975/anthropic-cybersecurity-skills
306
28
analyzing-powershell-empire-artifacts Detect PowerShell Empire post-exploitation framework artifacts in Windows Script Block Logging (Event ID 4104) and Mo…
mukul975/anthropic-cybersecurity-skills
305
29
conducting-external-reconnaissance-with-osint Conduct external recon using OSINT techniques to map an organization's external attack surface without touching targe…
mukul975/anthropic-cybersecurity-skills
301
30
auditing-aws-s3-bucket-permissions Systematically audit AWS S3 bucket permissions to identify publicly accessible buckets, overly permissive ACLs, misco…
mukul975/anthropic-cybersecurity-skills
300
31
implementing-secret-scanning-with-gitleaks This skill covers implementing Gitleaks for detecting and preventing hardcoded secrets in git repositories. It addres…
mukul975/anthropic-cybersecurity-skills
300
32
testing-websocket-api-security Tests WebSocket API implementations for missing upgrade-handshake authentication, Cross-Site WebSocket Hijacking (CSW…
mukul975/anthropic-cybersecurity-skills
298
33
exploiting-sql-injection-with-sqlmap Detecting and exploiting SQL injection vulnerabilities using sqlmap to extract database contents during authorized pe…
mukul975/anthropic-cybersecurity-skills
297
34
testing-for-business-logic-vulnerabilities Manually identifies flaws in application business logic - price manipulation, multi-step workflow bypass, and privile…
mukul975/anthropic-cybersecurity-skills
297
35
analyzing-packed-malware-with-upx-unpacker Identifies and unpacks UPX-packed malware samples, including binaries with modified UPX magic bytes or headers that b…
mukul975/anthropic-cybersecurity-skills
296
36
analyzing-supply-chain-malware-artifacts Investigate supply chain attack artifacts including trojanized software updates, compromised build pipelines, and sid…
mukul975/anthropic-cybersecurity-skills
291
37
abusing-shadow-credentials-for-privesc Take over Active Directory accounts by writing attacker-controlled public keys to msDS-KeyCredentialLink (Shadow Cred…
mukul975/anthropic-cybersecurity-skills
289
38
testing-for-xss-vulnerabilities-with-burpsuite Identifying and validating cross-site scripting vulnerabilities using Burp Suite's scanner, intruder, and repeater to…
mukul975/anthropic-cybersecurity-skills
289
39
testing-for-xxe-injection-vulnerabilities Discovering and exploiting XML External Entity injection vulnerabilities to read server files, perform SSRF, and exfi…
mukul975/anthropic-cybersecurity-skills
289
40
testing-for-open-redirect-vulnerabilities Identifies and exploits open redirect vulnerabilities by analyzing URL redirection parameters (next, url, redirect, r…
mukul975/anthropic-cybersecurity-skills
287
41
exploiting-api-injection-vulnerabilities >- Tests API parameters, headers, and request bodies for injection flaws — SQL injection, NoSQL injection, OS command…
mukul975/anthropic-cybersecurity-skills
285
42
conducting-network-penetration-test Conducts comprehensive network penetration tests against authorized target environments by performing host discovery,…
mukul975/anthropic-cybersecurity-skills
284
43
analyzing-security-logs-with-splunk Leverages Splunk Enterprise Security and SPL (Search Processing Language) to investigate security incidents through l…
mukul975/anthropic-cybersecurity-skills
282
44
analyzing-threat-actor-ttps-with-mitre-navigator Map advanced persistent threat (APT) group TTPs to the MITRE ATT&CK framework using the attackcti Python library to q…
mukul975/anthropic-cybersecurity-skills
281
45
implementing-api-rate-limiting-and-throttling Implements API rate limiting and throttling with token bucket, sliding window, and fixed window algorithms, configuri…
mukul975/anthropic-cybersecurity-skills
280
46
Phishing Queries Certificate Transparency logs via crt.sh and pycrtsh to detect phishing domains, unauthorized certificate iss…
mukul975/anthropic-cybersecurity-skills
280
47
analyzing-prefetch-files-for-execution-history Parse Windows Prefetch files (versions 17, 23, 26, 30) with tools like PECmd, WinPrefetchView, or python-prefetch to …
mukul975/anthropic-cybersecurity-skills
277
48
achieving-cmmc-level-2-compliance >- Prepare a defense-contractor environment for CMMC Level 2 certification: scope CUI and FCI, implement the 110 NIST…
mukul975/anthropic-cybersecurity-skills
276
49
auditing-terraform-infrastructure-for-security Auditing Terraform infrastructure-as-code for security misconfigurations using Checkov, tfsec, Terrascan, and OPA/Reg…
mukul975/anthropic-cybersecurity-skills
276
50
building-incident-response-playbook Designs and documents structured incident response playbooks with step-by-step procedures per incident type, decision…
mukul975/anthropic-cybersecurity-skills
272
Page 2 · 834 total Previous Next