prestige-worldwide.tech

Resource shelf

Reference material the lab keeps coming back to. Primary sources first — product documentation, open-source detection content, and frameworks — rather than summaries of them.

A minimal Prestige Worldwide badge mark: a globe inside a simple ring.

Showing everything.

Entra ID & identity

  • Microsoft Entra documentation learn.microsoft.com

    Identity governance, conditional access, and lifecycle workflows. Dense, and the primary source for anything identity-shaped.

  • Microsoft Graph PowerShell SDK github.com

    How most automation in this lab reaches the tenant. Check the permission scope each cmdlet actually requires — the names are optimistic.

  • Entra ID Governance: entitlement management learn.microsoft.com

    The reference for access packages, catalogs, and approval workflows. Read this before designing a catalog structure, not after.

  • Hybrid identity documentation learn.microsoft.com

    Entra Connect, Cloud Sync, and the sync engine behavior behind every hybrid-join edge case.

Microsoft Defender & XDR

  • Defender for Endpoint documentation learn.microsoft.com

    Onboarding, advanced hunting, and attack surface reduction — the product surface most of this lab's detections run against.

  • Defender for Identity documentation learn.microsoft.com

    Identity-based detection for on-prem AD DS — the piece that makes hybrid identity monitoring possible at all.

  • Microsoft Defender XDR documentation learn.microsoft.com

    Cross-product correlation. Where a Defender for Endpoint alert and a Defender for Identity alert are supposed to become one incident.

  • Microsoft Sentinel content github.com

    Analytics rules, hunting queries, and workbooks in the open. A good place to see how a rule is structured before writing your own.

Detection & simulation

  • MITRE ATT&CK attack.mitre.org

    Still the reference every detection gets mapped back to. Read the data sources section, not just the technique list.

  • Atomic Red Team github.com

    Small, scoped technique tests. The simulation half of every detection on this bench.

  • Sigma github.com

    Vendor-neutral detection rules. Useful as a source of logic even when the final query gets hand-written in KQL.

  • KQL language reference learn.microsoft.com

    The full query language, not the cheat sheet. Worth an afternoon — most slow detections are a missing operator away from being fast.

Zero Trust & compliance

  • Zero Trust guidance learn.microsoft.com

    Deployment guidance rather than slogans. Most useful as a checklist against an environment you already have.

  • CISA Zero Trust Maturity Model cisa.gov

    A vendor-neutral maturity view. Handy when you need to describe where an organization actually sits, not where the vendor slide says it sits.

  • Conditional Access documentation learn.microsoft.com

    Policy design, report-only mode, and the troubleshooting workflow for when a policy blocks the wrong thing at the wrong time.

  • NIST SP 800-207: Zero Trust Architecture nist.gov

    The underlying reference architecture most vendor documentation is quietly built on top of.

AI & local models

  • OWASP GenAI Security Project genai.owasp.org

    The Top 10 for LLM applications, plus the agentic security work. The most useful shared vocabulary for AI-specific risk right now.

  • MITRE ATLAS atlas.mitre.org

    ATT&CK's structure applied to attacks on machine-learning systems. Useful for turning a vague worry about an agent into a testable technique.

  • PyRIT github.com

    Microsoft's automation framework for probing generative AI systems. Turns ad-hoc red teaming into something repeatable.

  • llama.cpp github.com

    The inference runtime behind the local AI thread here — full detail on the sibling lab, gribbite.com.