defensive-idor

Detect IDOR and broken object-level authorization patterns across APIs and cloud services.

1|Updated Apr 27, 2026
One-click install
npx skills add https://github.com/riparino/Claude-Cyber --skill defensive-idor
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: defensive-idor
Source: https://github.com/riparino/Claude-Cyber/tree/main/Claude-Blue/Skills/defensive-idor
Command: npx skills add https://github.com/riparino/Claude-Cyber --skill defensive-idor

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

IDOR vulnerabilities enable unauthorized access to other users' data. This skill aids detection and triage of broken object-level authorization patterns across APIs and cloud platforms.

Core Features & Use Cases

  • Detect sequential ID enumeration and horizontal privilege escalation in API endpoints and cloud services.
  • Identify cross-user access to resources such as SharePoint/OneDrive and SaaS APIs; provide triage guidance and remediation steps.
  • Sigma rules for ID enumeration, KQL queries for Microsoft ecosystems, and mitigation guidance.

Quick Start

Enable IDOR detection and start monitoring for anomalous access across APIs and cloud services.

Frequently Asked Questions about defensive-idor

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I detect IDOR vulnerabilities and broken object-level authorization in my APIs?

To detect IDOR vulnerabilities, you can apply Sigma rules to identify sequential ID enumeration and cross-user access patterns across your API endpoints. This approach provides triage guidance and alerts on horizontal privilege escalation attempts.

Can I use KQL to monitor SharePoint and OneDrive for cross-user access?

Yes, you can use KQL queries to monitor Microsoft ecosystems like SharePoint and OneDrive for cross-user access. This helps identify unauthorized access to resources and detects broken object-level authorization patterns in SaaS APIs.

What is the best way to stop IDOR abuse across web apps and cloud platforms?

The best way to stop IDOR abuse is by applying server-side ownership validation alongside Sigma and KQL detection rules. This combination detects anomalous sequential enumeration and provides remediation steps to prevent unauthorized data access.

How do I identify horizontal privilege escalation through sequential ID enumeration?

You can identify horizontal privilege escalation by monitoring for sequential ID enumeration using Sigma rules for APIs and KQL for Microsoft services. This reveals anomalous access patterns where users attempt to access resources outside their authorization scope.

Does this IDOR detection approach work for both API gateways and SaaS applications?

Yes, this IDOR detection approach works for API gateways, web apps, and SaaS applications. It applies Sigma rules for general API traffic and KQL queries specifically for Microsoft services to identify cross-user access and broken authorization.

What guidance is provided for remediating broken object-level authorization alerts?

Remediation guidance for broken object-level authorization includes implementing server-side ownership validation to prevent unauthorized access. The skill provides triage steps to address detected sequential enumeration and cross-user access vulnerabilities.