> ## Documentation Index
> Fetch the complete documentation index at: https://bloodhound.specterops.io/llms.txt
> Use this file to discover all available pages before exploring further.

# GH_Owns

> Organization owns a repository

<img noZoom src="https://mintcdn.com/specterops/tTIczgde9H07oLXf/assets/enterprise-AND-community-edition-pill-tag.svg?fit=max&auto=format&n=tTIczgde9H07oLXf&q=85&s=ad49a576589f4d2a8081df77d07fdf56" alt="Applies to BloodHound Enterprise and CE" width="482" height="45" data-path="assets/enterprise-AND-community-edition-pill-tag.svg" />

## Edge Schema

* Source: [GH\_Organization](/opengraph/extensions/github/nodes/gh_organization)
* Destination: [GH\_Repository](/opengraph/extensions/github/nodes/gh_repository)
* Traversable: ✅

## General Information

The traversable GH\_Owns edge represents that an organization owns a repository. This edge establishes the foundation of the access control model by linking repositories to their owning organization. It is traversable because repository ownership is a critical relationship for understanding how organizational permissions cascade down to repository-level access, making it essential for attack path analysis.

```mermaid theme={null}
graph LR
    node1("GH_Organization SpecterOps")
    node2("GH_Repository GitHound")
    node3("GH_Repository BloodHound")
    node4("GH_Repository Nemesis")
    node1 -- GH_Owns --> node2
    node1 -- GH_Owns --> node3
    node1 -- GH_Owns --> node4
```
