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

# ADLocalGroup

<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" />

## Representation

The ADLocalGroup node represents a local group on a domain computer.

## Node properties

The node supports the properties of the table. Three types of property names will be used, depending on where the property is found:

* **Entity Panel:** Name shown in the BloodHound UI.
* **Database:** Name stored in the BloodHound database and returned by the BloodHound API. This is to be used when running Cypher queries.
* **Directory:** Name collected from the directory the node is stored in, for example, the LDAP name for an Active Directory property.

|                              |               |                            |                                                                                                |
| ---------------------------- | ------------- | -------------------------- | ---------------------------------------------------------------------------------------------- |
| **Entity Panel**             | **Database**  | **Directory**              | **Description**                                                                                |
| Object ID                    | objectid      | -                          | The object's unique identifier in the directory.                                               |
| Last Collected by BloodHound | lastcollected | -                          | The most recent time the object was collected and ingested in BloodHound.                      |
| Last Seen by BloodHound      | lastseen      | -                          | The most recent time the object or a reference to it was collected and ingested in BloodHound. |
| -                            | name          | Group name + computer FQDN | Name of the group + @ + the FQDN of the computer which it exists on.                           |

## Edges

The following edge types may be linked to/from this node. See the [edges documentation](/resources/edges) for more information on the edge types.

### Incoming edges

|                    |                           |
| ------------------ | ------------------------- |
| **Edge type**      | **Entity panel category** |
| MemberOfLocalGroup | -                         |

### Outgoing edges

|                 |                           |
| --------------- | ------------------------- |
| **Edge type**   | **Entity panel category** |
| LocalToComputer | -                         |
