Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة
مستودع GitHub

riftor

يحتوي riftor على 351 من skills المجمعة من Estudely، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

skills مجمعة
351
Stars
14
محدث
2026-07-02
Forks
0
التغطية المهنية
5 فئات مهنية · 100% مصنفة
مستكشف المستودعات

Skills في هذا المستودع

abusing-dpapi-for-credential-access
محللو أمن المعلومات

Extract DPAPI-protected secrets such as credentials and browser data offline and online.

2026-07-02
abusing-shadow-credentials-for-privesc
محللو أمن المعلومات

Take over Active Directory user and computer accounts by writing alternate certificate keys to msDS-KeyCredentialLink (Shadow Credentials) with pyWhisker, Whisker, and Certipy, then authenticate via PKINIT.

2026-07-02
analyzing-cloud-storage-access-patterns
محللو أمن المعلومات

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), and potential data exfiltration using statistical baselines and time-series anomaly detection.

2026-07-02
analyzing-ios-app-security-with-objection
محللو أمن المعلومات

Runtime iOS app security testing with Objection (Frida): inspect keychain and filesystem data, explore app internals at runtime, and validate/bypass client-side protections during authorized mobile assessments.

2026-07-02
analyzing-kubernetes-audit-logs
محللو أمن المعلومات

Parses Kubernetes API server audit logs (JSON lines) to detect exec-into-pod, secret access, RBAC modifications, privileged pod creation, and anonymous API access. Builds threat detection rules from audit event patterns. Use when investigating Kubernetes cluster compromise or building k8s-specific SIEM detection rules.

2026-07-02
analyzing-network-flow-data-with-netflow
محللو أمن المعلومات

Parse NetFlow v9 and IPFIX records to detect volumetric anomalies, port scanning, data exfiltration, and C2 beaconing patterns. Uses the Python netflow library to decode flow records, builds traffic baselines, and applies statistical analysis to identify flows with abnormal byte counts, connection durations, and periodic timing patterns.

2026-07-02
analyzing-network-packets-with-scapy
محللو أمن المعلومات

Craft, send, sniff, and dissect network packets using Scapy for protocol analysis, network reconnaissance, and traffic anomaly detection in authorized security testing

2026-07-02
analyzing-network-traffic-with-wireshark
محللو أمن المعلومات

Captures and analyzes network packet data using Wireshark and tshark to identify malicious traffic patterns, diagnose protocol issues, extract artifacts, and support incident response investigations on authorized network segments.

2026-07-02
analyzing-office365-audit-logs-for-compromise
محللو أمن المعلومات

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.

2026-07-02
attacking-entra-id-with-roadtools
محللو أمن المعلومات

Enumerate Entra ID with ROADrecon and acquire and exchange tokens with roadtx.

2026-07-02
attacking-oauth-with-device-code-phishing
محللو أمن المعلومات

Run OAuth 2.0 device-code and illicit-consent phishing against Microsoft Entra ID to steal access and refresh tokens, bypass MFA, and pivot across Microsoft 365 services.

2026-07-02
auditing-aws-s3-bucket-permissions
محللو أمن المعلومات

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.

2026-07-02
auditing-azure-active-directory-configuration
محللو أمن المعلومات

Auditing Microsoft Entra ID (Azure Active Directory) configuration to identify risky authentication policies, overly permissive role assignments, stale accounts, conditional access gaps, and guest user risks using AzureAD PowerShell, Microsoft Graph API, and ScoutSuite.

2026-07-02
auditing-cloud-with-cis-benchmarks
محللو أمن المعلومات

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, remediating failed controls, and maintaining continuous compliance monitoring against CIS v5 for AWS, v4 for Azure, and v4 for GCP.

2026-07-02
auditing-entra-id-with-aadinternals
محللو أمن المعلومات

Run Microsoft Entra ID tenant reconnaissance, token acquisition and manipulation, and federation backdoor testing with the AADInternals PowerShell toolkit to validate identity-attack resilience.

2026-07-02
auditing-gcp-iam-permissions
محللو أمن المعلومات

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.

2026-07-02
auditing-kubernetes-cluster-rbac
محللو أمن المعلومات

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.

2026-07-02
auditing-kubernetes-rbac-privilege-escalation
محللو أمن المعلومات

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.

2026-07-02
auditing-terraform-infrastructure-for-security
محللو أمن المعلومات

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 deployment.

2026-07-02
benchmarking-kubernetes-with-kube-bench
محللو أمن المعلومات

Run CIS Kubernetes Benchmark checks and remediate findings with kube-bench.

2026-07-02
building-c2-infrastructure-with-sliver-framework
محللو أمن المعلومات

Build and configure a resilient command-and-control infrastructure using BishopFox's Sliver C2 framework with redirectors, HTTPS listeners, and multi-operator support for authorized red team engagements.

2026-07-02
building-c2-redirector-infrastructure
محللو أمن المعلومات

Architect redirectors with nginx and Apache, malleable profiles, and OPSEC for resilient C2.

2026-07-02
building-cloud-siem-with-sentinel
محللو أمن المعلومات

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 playbooks with Logic Apps, and leveraging the Sentinel data lake for petabyte-scale threat hunting across AWS, Azure, and GCP security telemetry.

2026-07-02
building-identity-federation-with-saml-azure-ad
محللو أمن المعلومات

Establish SAML 2.0 identity federation between on-premises Active Directory and Azure AD (Microsoft Entra ID) for seamless cross-domain authentication and SSO to cloud applications.

2026-07-02
building-identity-governance-lifecycle-process
محللو أمن المعلومات

Builds comprehensive identity governance and lifecycle management processes including joiner-mover-leaver automation, role mining, access request workflows, periodic recertification, and orphaned account remediation using IGA platforms. Activates for requests involving identity lifecycle management, JML processes, role-based access provisioning, or identity governance program design.

2026-07-02
building-patch-tuesday-response-process
محللو أمن المعلومات

Establish a structured operational process to triage, test, and deploy Microsoft Patch Tuesday security updates within risk-based remediation SLAs.

2026-07-02
building-red-team-c2-infrastructure-with-havoc
محللو أمن المعلومات

Deploy and configure the Havoc C2 framework with teamserver, HTTPS listeners, redirectors, and Demon agents for authorized red team operations.

2026-07-02
building-role-mining-for-rbac-optimization
محللو أمن المعلومات

Apply bottom-up and top-down role mining techniques to discover optimal RBAC roles from existing user-permission assignments, reducing role explosion and enforcing least privilege.

2026-07-02
building-vulnerability-aging-and-sla-tracking
محللو أمن المعلومات

Implement a vulnerability aging dashboard and SLA tracking system to measure remediation performance against severity-based timelines and drive accountability.

2026-07-02
building-vulnerability-dashboard-with-defectdojo
محللو أمن المعلومات

Deploy DefectDojo as a centralized vulnerability management dashboard with scanner integrations, deduplication, metrics tracking, and Jira ticketing workflows.

2026-07-02
building-vulnerability-exception-tracking-system
محللو أمن المعلومات

Build a vulnerability exception and risk acceptance tracking system with approval workflows, compensating controls documentation, and expiration management.

2026-07-02
bypassing-authentication-with-forced-browsing
محللو أمن المعلومات

Discovering and accessing unprotected pages, APIs, and administrative interfaces by enumerating URLs and bypassing authentication controls during authorized security assessments.

2026-07-02
coercing-authentication-with-coercer-petitpotam
محللو أمن المعلومات

Trigger machine account authentication with PetitPotam (MS-EFSR) and Coercer across MS-RPRN, MS-DFSNM, and MS-FSRVP to feed NTLM relay into AD CS Web Enrollment (ESC8) and other relay targets.

2026-07-02
conducting-api-security-testing
محللو أمن المعلومات

Conducts security testing of REST, GraphQL, and gRPC APIs to identify vulnerabilities in authentication, authorization, rate limiting, input validation, and business logic. The tester uses the OWASP API Security Top 10 as the testing framework, combining Burp Suite interception with Postman collections and custom scripts to test endpoint security at every privilege level. Activates for requests involving API security testing, REST API pentest, GraphQL security assessment, or API vulnerability testing.

2026-07-02
conducting-cloud-penetration-testing
محللو أمن المعلومات

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 ScoutSuite, exploiting IAM misconfigurations, testing for SSRF to cloud metadata services, and reporting findings aligned to MITRE ATT&CK Cloud matrix.

2026-07-02
conducting-domain-persistence-with-dcsync
محللو أمن المعلومات

Perform DCSync attacks to replicate Active Directory credentials and establish domain persistence by extracting KRBTGT, Domain Admin, and service account hashes for Golden Ticket creation.

2026-07-02
conducting-external-reconnaissance-with-osint
محللو أمن المعلومات

Conducts external reconnaissance using Open Source Intelligence (OSINT) techniques to map an organization's external attack surface without directly interacting with target systems. The tester gathers information from public sources including DNS records, certificate transparency logs, search engines, social media, code repositories, and data breach databases to build a comprehensive target profile. Activates for requests involving OSINT reconnaissance, external footprinting, attack surface mapping, or passive information gathering.

2026-07-02
conducting-full-scope-red-team-engagement
محللو أمن المعلومات

Plan and execute a comprehensive red team engagement covering reconnaissance through post-exploitation using MITRE ATT&CK-aligned TTPs to evaluate an organization's detection and response capabilities.

2026-07-02
conducting-internal-network-penetration-test
محللو أمن المعلومات

Execute an internal network penetration test simulating an insider threat or post-breach attacker to identify lateral movement paths, privilege escalation vectors, and sensitive data exposure within the corporate network.

2026-07-02
conducting-internal-reconnaissance-with-bloodhound-ce
محللو أمن المعلومات

Conduct internal Active Directory reconnaissance using BloodHound Community Edition to map attack paths, identify privilege escalation chains, and discover misconfigurations in domain environments.

2026-07-02
عرض أهم 40 من أصل 351 skills مجمعة في هذا المستودع.