Results
Result ProcessingLink
After your Invoker script runs, SIERRA reads its JSON output and integrates it into the investigation graph according to the type
field.
Tree ResultsLink
-
Interpretation:
-
Each string in
results
becomes a leaf node. - Each object maps a parent node to its child array.
-
Effect in UI:
-
Renders a collapsible hierarchy.
- Parent nodes can be expanded to reveal children.
Network ResultsLink
-
Interpretation:
-
origins
mark starting nodes in the graph. nodes
defines all entities with unique IDs and content.edges
defines directed relationships (source
→target
) with optional labels.-
Effect in UI:
-
Displays an interactive node‑link diagram.
- You can trace connections from each origin through the network.
Error ResultsLink
JSON | |
---|---|
-
Interpretation:
-
Any script error or validation failure.
-
Effect in UI:
-
Shows a prominent error banner with your
message
. - Halts further result rendering for that invocation.
Internal hanlding of results?Link
Yes, this kit supports internal dealing of it.
Tree Type ResultLink
sierra.create_tree_result
Link

Network Type ResultLink
sierra.create_network_result
Link
