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

# cypher

> Execute an arbitrary Cypher query within bloodhound and view the results as a graph.

## Summary

Execute an arbitrary Cypher query within bloodhound and view the results as a graph.

### Arguments (Positional or Popup)

#### query

The Cypher query to execute

## Usage

```
cypher -query \"MATCH (n:User)WHERE n.hasspn=true RETURN n\"
```
