Skip to main content

このリポジトリの skills

mukul975/Anthropic-Cybersecurity-Skills - 14ページ

SkillsMP は mukul975/Anthropic-Cybersecurity-Skills から 817 件の skill を収集しています。skill を開くとソースと詳細を確認できます。

mukul975/Anthropic-Cybersecurity-Skills

収集済み skill 817 件中 40 件を表示しています。

職業分類
情報セキュリティアナリスト
説明

Hardens GitHub Actions workflows against supply chain attacks, credential theft, and privilege escalation: pinning actions to SHA digests, minimizing GITHUB_TOKEN permissions, protecting secrets, preventing script injection in workflow expressions, and…

原文の言語: 英語

更新
職業分類
情報セキュリティアナリスト
説明

Secures Helm chart deployments by verifying chart signatures and provenance, rendering and scanning templates for misconfigurations with helm lint, enforcing pod security contexts in values.yaml, managing secrets via external stores instead of Helm values,…

原文の言語: 英語

更新
職業分類
情報セキュリティアナリスト
説明

Audits and hardens process historian servers (OSIsoft PI, Honeywell PHD, GE Proficy, AVEVA Historian) in OT environments: Purdue-level network placement, interface access control, secure DMZ replication via data diodes or PI-to-PI connectors, SQL injection…

原文の言語: 英語

更新
職業分類
情報セキュリティアナリスト
説明

Hardens managed Kubernetes clusters on EKS, AKS, and GKE by implementing Pod Security Standards, network policies, workload identity (IRSA for EKS, Workload Identity for GKE, Managed Identities for AKS), RBAC scoping, image admission controls, and runtime…

原文の言語: 英語

更新
職業分類
情報セキュリティアナリスト
説明

Designs and configures secure remote access to OT/ICS environments for operators, engineers, and vendors: jump server architecture, multi-factor authentication, session recording, privileged access management, vendor access controls, and IEC 62443 / NERC…

原文の言語: 英語

更新
職業分類
情報セキュリティアナリスト
説明

Hardens serverless compute platforms (AWS Lambda, Azure Functions, Google Cloud Functions): least-privilege IAM roles, dependency vulnerability scanning, secrets management integration, input validation, function URL authentication, and runtime monitoring.…

原文の言語: 英語

更新
職業分類
情報セキュリティアナリスト
説明

Tests REST and GraphQL APIs for Broken Object Level Authorization (BOLA/IDOR, OWASP API1:2023) by intercepting API calls, identifying object ID parameters (numeric IDs, UUIDs, slugs), and systematically substituting IDs belonging to other users to check…

原文の言語: 英語

更新
職業分類
情報セキュリティアナリスト
説明

Tests APIs for mass assignment (auto-binding), OWASP API3:2023, by identifying writable endpoints, adding undocumented fields to request bodies (role, isAdmin, price, balance), and checking whether the server binds them to the data model without filtering.…

原文の言語: 英語

更新
職業分類
情報セキュリティアナリスト
説明

Systematically assesses REST, GraphQL, and gRPC API endpoints against the OWASP API Security Top 10 (2023) using Burp Suite and Postman for automated and manual testing. Use during authorized API penetration tests, before deploying new endpoints to…

原文の言語: 英語

更新
職業分類
情報セキュリティアナリスト
説明

Systematically tests web applications and APIs for broken access control (OWASP A01:2021), including privilege escalation, missing function-level checks, insecure direct object references, and multi-tenant data leakage, using Burp Suite with the Authorize…

原文の言語: 英語

更新
職業分類
情報セキュリティアナリスト
説明

Manually identifies flaws in application business logic - price manipulation, multi-step workflow bypass, and privilege escalation - by intercepting and modifying requests with Burp Suite, going beyond what automated vulnerability scanners detect. Use for…

原文の言語: 英語

更新
職業分類
情報セキュリティアナリスト
説明

Tests web application email functionality (contact forms, password reset, newsletter subscriptions) for CRLF/SMTP header injection using Burp Suite and OWASP ZAP, checking whether attackers can inject headers, modify recipients, or abuse forms for spam relay.…

原文の言語: 英語

更新
職業分類
情報セキュリティアナリスト
説明

Tests JWT implementations for algorithm confusion, "none" algorithm bypass, kid/jku parameter injection, and weak secret exploitation using jwt_tool and Burp Suite's JWT Editor extension, aiming to achieve authentication bypass and privilege escalation. Use…

原文の言語: 英語

更新
職業分類
情報セキュリティアナリスト
説明

Identifies and exploits open redirect vulnerabilities by analyzing URL redirection parameters (next, url, redirect, return, goto), applying bypass techniques, and chaining findings into phishing or token-theft exploits, using Burp Suite/OWASP ZAP and Burp…

原文の言語: 英語

更新
職業分類
情報セキュリティアナリスト
説明

Extracts LLM system prompts using direct requests, jailbreak/instruction-override framing, translation/encoding tricks, and few-shot replay, combining manual payloads with automated garak and Promptfoo scanners to surface embedded secrets, routing logic, and…

原文の言語: 英語

更新
職業分類
情報セキュリティアナリスト
説明

Tests web applications for reflected, stored, and DOM-based Cross-Site Scripting by injecting JavaScript payloads with Burp Suite (XSS extensions, Active Scan++) and browser tools, then bypassing sanitization and CSP to demonstrate session hijacking and user…

原文の言語: 英語

更新
職業分類
情報セキュリティアナリスト
説明

Tests OAuth 2.0 and OpenID Connect implementations for authorization code interception, redirect URI manipulation, CSRF in OAuth flows, token leakage, scope escalation, and PKCE bypass, using Burp Suite Professional and the EsPReSSO extension to probe the…

原文の言語: 英語

更新
職業分類
情報セキュリティアナリスト
説明

Probes Retrieval-Augmented Generation pipelines for indirect prompt injection via poisoned retrieved documents and embedding-space manipulation, using NVIDIA garak, Promptfoo red-team plugins, and Microsoft PyRIT against vector stores like FAISS, Chroma,…

原文の言語: 英語

更新
職業分類
情報セキュリティアナリスト
説明

Tests and validates ransomware recovery procedures - backup restore operations (e.g. with Restic), RTO/RPO target verification, recovery sequencing, and clean-restore validation - to confirm organizational resilience against destructive ransomware attacks.…

原文の言語: 英語

更新
職業分類
情報セキュリティアナリスト
説明

Tests WebSocket API implementations for missing upgrade-handshake authentication, Cross-Site WebSocket Hijacking (CSWSH), message injection, insufficient input validation, message-flooding DoS, and information leakage, using Burp Suite's WebSocket…

原文の言語: 英語

更新
職業分類
情報セキュリティアナリスト
説明

Discovers and maps adversary-controlled infrastructure (C2 servers, phishing domains, exploit-kit hosts, bulletproof hosting) by pivoting across passive DNS, certificate transparency logs, Shodan/Censys scans, WHOIS records, and network fingerprints…

原文の言語: 英語

更新
職業分類
情報セキュリティアナリスト
説明

Performs initial triage of security incidents using the NIST SP 800-61r3 and SANS PICERL frameworks, classifying incident type, assigning priority by business impact, and routing to the appropriate response team. Use when a SIEM/EDR alert needs human…

原文の言語: 英語

更新
職業分類
情報セキュリティアナリスト
説明

Classifies and prioritizes security incidents using structured IR playbooks and SIEM/case-management queries (Splunk, TheHive) to determine severity, assign response teams, and initiate the appropriate response procedures. Use when a new SOC alert needs…

原文の言語: 英語

更新
職業分類
情報セキュリティアナリスト
説明

Triages and prioritizes vulnerabilities with CISA's Stakeholder-Specific Vulnerability Categorization (SSVC) decision tree, weighing exploitation status (via the CISA KEV catalog and FIRST EPSS API), technical impact, automatability, and mission prevalence to…

原文の言語: 英語

更新
職業分類
情報セキュリティアナリスト
説明

Runs KAPE (Kroll Artifact Parser and Extractor) to collect targeted forensic artifacts (registry hives, $MFT, event logs, prefetch, browser data) via Targets and parse them with Modules wrapping Eric Zimmerman's EZ Tools (PECmd, MFTECmd, RECmd). Use during…

原文の言語: 英語

更新
職業分類
情報セキュリティアナリスト
説明

Validates backup integrity through cryptographic hash verification, automated restore testing, corruption detection, and recoverability checks to confirm backups are reliable for disaster recovery and ransomware response. Use before relying on backups for…

原文の言語: 英語

更新
職業分類
情報セキュリティアナリスト
説明

Verifies TPM 2.0 measured-boot integrity and remote attestation with tpm2-tools -- reading PCRs (tpm2_pcrread), replaying the boot event log, generating and checking signed quotes (tpm2_quote/tpm2_checkquote), and sealing secrets to a PCR policy. Use to…

原文の言語: 英語

更新
職業分類
情報セキュリティアナリスト
説明

Verifies artifact signatures and SLSA provenance using Sigstore's cosign (verify, verify-attestation, verify-blob-attestation) and slsa-verifier (verify-artifact), enforcing keyless OIDC builder identity and source repo against SLSA Build levels. Use in CI/CD…

原文の言語: 英語

更新
職業分類
情報セキュリティアナリスト
説明

Investigate compromised Docker containers by analyzing images, layers, volumes, logs, and runtime artifacts to identify malicious activity and evidence.

原文の言語: 英語

更新
職業分類
情報セキュリティアナリスト
説明

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…

原文の言語: 英語

更新
職業分類
情報セキュリティアナリスト
説明

Parses Software Bill of Materials (SBOM) in CycloneDX and SPDX JSON formats to identify supply chain vulnerabilities by correlating components against the NVD CVE database via the NVD 2.0 API. Builds dependency graphs, calculates risk scores, identifies…

原文の言語: 英語

更新
職業分類
情報セキュリティアナリスト
説明

Investigate supply chain attack artifacts including trojanized software updates, compromised build pipelines, and sideloaded dependencies to identify intrusion vectors and scope of compromise.

原文の言語: 英語

更新
職業分類
情報セキュリティアナリスト
説明

Scans GitHub Actions workflows and CI/CD pipeline configurations for supply chain attack vectors including unpinned actions, script injection via expressions, dependency confusion, and secrets exposure. Uses PyGithub and YAML parsing for automated audit. Use…

原文の言語: 英語

更新
職業分類
情報セキュリティアナリスト
説明

Extract, parse, and analyze Windows Event Logs (EVTX) using Chainsaw, Hayabusa, and EvtxECmd to detect lateral movement, persistence, and privilege escalation.

原文の言語: 英語

更新
職業分類
情報セキュリティアナリスト
説明

Collect, parse, and correlate system, application, and security logs to reconstruct events and establish timelines during forensic investigations.

原文の言語: 英語

更新
職業分類
情報セキュリティアナリスト
説明

Systematically investigate all persistence mechanisms on Windows and Linux systems to identify how malware survives reboots and maintains access.

原文の言語: 英語

更新
職業分類
情報セキュリティアナリスト
説明

Find over-permissive RBAC roles and service-account token abuse paths in Kubernetes using kubectl auth can-i, rbac-police, kubectl-who-can, and rakkess during authorized cluster security reviews.

原文の言語: 英語

更新
職業分類
情報セキュリティアナリスト
説明

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.

原文の言語: 英語

更新
職業分類
情報セキュリティアナリスト
説明

Write and deploy Falco rules with the modern eBPF driver to detect container escape, namespace abuse, privileged mounts, and anomalous syscalls at runtime in Kubernetes and Docker.

原文の言語: 英語

更新
職業分類
情報セキュリティアナリスト
説明

Exploit privileged pods, host mounts, runC CVEs, and exposed Docker sockets to break out of a container and reach the underlying host during authorized container-security assessments.

原文の言語: 英語

更新
収集済み skill 817 件中 40 件を表示しています。