interpret_cypher_result
Interpret Cypher query results to provide human-readable security analysis insights for Active Directory attack path investigations.
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 |