interpret_cypher_result
Converts BloodHound Cypher query results into actionable security insights for analyzing Active Directory attack paths and vulnerabilities.
Instructions
Help interpret the results of a Cypher query for offensive security analysis.
Args:
query: The original Cypher query that was executed
result_json: The JSON result from run_cypher_query
Returns:
Human-readable interpretation of what the results mean for security analysis
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| result_json | Yes |