Skip to main content

このリポジトリの skills

xalgord/xalgorix - 2ページ

SkillsMP は xalgord/xalgorix から 855 件の skill を収集しています。skill を開くとソースと詳細を確認できます。

xalgord/xalgorix

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

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

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.

原文の言語: 英語

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

Methodology for identifying and defeating common binary hardening mitigations during authorized exploitation — ASLR, PIE, stack canaries, NX/DEP, and RELRO — by leaking addresses, brute-forcing entropy, abusing forked-process behavior, and selecting the right…

原文の言語: 英語

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

Methodology for converting an arbitrary-write (write-what-where) or write-anything-anywhere primitive into code execution during authorized engagements, covering target selection among GOT/PLT entries, .fini_array/.dtors, __malloc_hook/__free_hook, the…

原文の言語: 英語

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

Methodology for exploiting format string bugs where attacker-controlled data reaches the format argument of printf-family functions, enabling stack/memory disclosure (info leaks for ASLR/PIE/canary defeat) and arbitrary write primitives (%n) to hijack control…

原文の言語: 英語

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

Methodology for exploiting glibc ptmalloc2 heap vulnerabilities during authorized engagements — use-after-free, double-free, heap overflow, and bin-based attacks (tcache poisoning, fast-bin dup, unsorted/large-bin) — including modern mitigations (tcache key,…

原文の言語: 英語

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

Methodology for finding and exploiting integer overflow, underflow, truncation, and signedness bugs in native code during authorized engagements, focusing on how wrapped arithmetic in size/length calculations leads to undersized allocations, oversized copies,…

原文の言語: 英語

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

Methodology for discovering and exploiting Linux kernel memory-corruption vulnerabilities (UAF, OOB read/write, race/TOCTOU, type confusion) during authorized engagements, covering reachability analysis, building stable read/write primitives from a single…

原文の言語: 英語

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

Methodology for discovering and exploiting stack-based buffer overflows in native binaries during authorized engagements, covering crash triage, offset discovery with De Bruijn patterns, control of the saved return address, and escalation paths (ret2win,…

原文の言語: 英語

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

Methodology for building Return-Oriented Programming (ROP) chains to bypass NX/DEP by reusing existing code gadgets, covering gadget discovery, calling-convention argument setup, ret2libc, ret2syscall (execve), one_gadget, stack alignment, JOP, and stack…

原文の言語: 英語

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

Methodology for exploiting classic 32-bit Windows stack buffer overflows in network services during authorized engagements (OSCP-level), covering crash reproduction, EIP offset discovery with pattern_create/pattern_offset, shellcode space and bad-character…

原文の言語: 英語

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

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.

原文の言語: 英語

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

Detect abnormal access patterns in AWS S3, GCS, and Azure Blob Storage by analyzing CloudTrail Data Events, GCS audit logs, and Azure Storage Analytics. Identifies after-hours bulk downloads, access from new IP addresses, unusual API calls (GetObject spikes),…

原文の言語: 英語

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

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.

原文の言語: 英語

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

Systematically audit AWS S3 bucket permissions to identify publicly accessible buckets, overly permissive ACLs, misconfigured bucket policies, and missing encryption settings using AWS CLI, S3audit, and Prowler to enforce least-privilege data access controls.

原文の言語: 英語

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

This skill details how to conduct cloud security audits using Center for Internet Security benchmarks for AWS, Azure, and GCP. It covers interpreting CIS Foundations Benchmark controls, running automated assessments with tools like Prowler and ScoutSuite,…

原文の言語: 英語

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

Auditing Google Cloud Platform IAM permissions to identify overly permissive bindings, primitive role usage, service account key proliferation, and cross-project access risks using gcloud CLI, Policy Analyzer, and IAM Recommender.

原文の言語: 英語

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

Auditing Kubernetes cluster RBAC configurations to identify overly permissive roles, wildcard permissions, dangerous ClusterRoleBindings, service account abuse, and privilege escalation paths using kubectl, rbac-tool, KubiScan, and Kubeaudit.

原文の言語: 英語

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

Auditing Terraform infrastructure-as-code for security misconfigurations using Checkov, tfsec, Terrascan, and OPA/Rego policies to detect overly permissive IAM policies, public resource exposure, missing encryption, and insecure defaults before cloud…

原文の言語: 英語

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

This skill covers deploying Microsoft Sentinel as a cloud-native SIEM and SOAR platform for centralized security operations. It details configuring data connectors for multi-cloud log ingestion, writing KQL detection queries, building automated response…

原文の言語: 英語

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

This skill outlines methodologies for performing authorized penetration testing against AWS, Azure, and GCP cloud environments. It covers understanding the shared responsibility model for testing scope, leveraging cloud-specific attack tools like Pacu and…

原文の言語: 英語

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

Detect unusual API call patterns in AWS CloudTrail logs using boto3, statistical baselining, and behavioral analysis to identify credential compromise, privilege escalation, and unauthorized resource access.

原文の言語: 英語

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

Detecting exposed AWS credentials in source code repositories, CI/CD pipelines, and configuration files using TruffleHog, git-secrets, and AWS-native detection mechanisms to prevent credential theft and unauthorized account access.

原文の言語: 英語

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

Automate AWS GuardDuty threat detection findings processing using EventBridge and Lambda to enable real-time incident response, automatic quarantine of compromised resources, and security notification workflows.

原文の言語: 英語

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

Detect AWS IAM privilege escalation paths using boto3 and Cloudsplaining policy analysis to identify overly permissive policies, dangerous permission combinations, and least-privilege violations

原文の言語: 英語

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

Detect lateral movement in Azure AD/Entra ID environments using Microsoft Graph API audit logs, Azure Sentinel KQL hunting queries, and sign-in anomaly correlation to identify privilege escalation, token theft, and cross-tenant pivoting.

原文の言語: 英語

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

Detect and investigate Azure service principal abuse including privilege escalation, credential compromise, admin consent bypass, and unauthorized enumeration in Microsoft Entra ID environments.

原文の言語: 英語

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

Audit Azure Blob and ADLS storage accounts for public access exposure, weak or long-lived SAS tokens, missing encryption at rest, disabled HTTPS-only traffic, and outdated TLS versions using the azure-mgmt-storage Python SDK.

原文の言語: 英語

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

This skill teaches security teams how to deploy and operationalize Amazon GuardDuty for continuous threat detection across AWS accounts and workloads. It covers enabling protection plans for S3, EKS, EC2 runtime monitoring, and Lambda, interpreting finding…

原文の言語: 英語

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

Detecting compromised cloud credentials across AWS, Azure, and GCP by analyzing anomalous API activity, impossible travel patterns, unauthorized resource provisioning, and credential abuse indicators using GuardDuty, Defender for Identity, and SCC Event…

原文の言語: 英語

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

This skill teaches security teams how to detect and respond to unauthorized cryptocurrency mining operations in cloud environments. It covers identifying cryptomining indicators through compute usage anomalies, network traffic patterns to mining pools,…

原文の言語: 英語

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

Detecting misconfigured Azure Storage accounts including publicly accessible blob containers, missing encryption settings, overly permissive SAS tokens, disabled logging, and network access violations using Azure CLI, PowerShell, and Microsoft Defender for…

原文の言語: 英語

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

Detects and responds to OAuth token theft and replay attacks in cloud environments, focusing on Microsoft Entra ID (Azure AD) token protection, conditional access policies, and sign-in anomaly detection. Covers access token theft, refresh token replay,…

原文の言語: 英語

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

Detecting data exfiltration attempts from AWS S3 buckets by analyzing CloudTrail S3 data events, VPC Flow Logs, GuardDuty findings, Amazon Macie alerts, and S3 access patterns to identify unauthorized bulk downloads and cross-account data transfers.

原文の言語: 英語

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

Detects and prevents code injection attacks targeting serverless functions (AWS Lambda, Azure Functions, Google Cloud Functions) through event source poisoning, malicious layer injection, runtime command execution, and IAM privilege escalation via function…

原文の言語: 英語

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

Detect unauthorized SaaS and cloud service usage (shadow IT) by analyzing proxy logs, DNS query logs, and netflow data using Python pandas for traffic pattern analysis and domain classification.

原文の言語: 英語

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

Detect risky OAuth application consent grants in Azure AD / Microsoft Entra ID using Microsoft Graph API, audit logs, and permission analysis to identify illicit consent grant attacks.

原文の言語: 英語

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

Implementing AWS Config rules for continuous compliance monitoring of AWS resources, deploying managed and custom rules aligned to CIS and PCI DSS frameworks, configuring automatic remediation with SSM Automation, and aggregating compliance data across…

原文の言語: 英語

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

Implement Amazon Macie to automatically discover, classify, and protect sensitive data in S3 buckets using machine learning and pattern matching for PII, financial data, and credentials detection.

原文の言語: 英語

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

Implements AWS Nitro Enclave-based confidential computing environments with cryptographic attestation, KMS policy integration using PCR-based condition keys, and secure vsock communication channels. The practitioner builds enclave images, configures…

原文の言語: 英語

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

Implementing AWS Security Hub to aggregate security findings across AWS accounts, enable compliance standards like CIS AWS Foundations and PCI DSS, configure automated remediation with EventBridge and Lambda, and create custom security insights for…

原文の言語: 英語

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